@win2win/shared-ui 0.3.294 → 0.3.296

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.
Files changed (29) hide show
  1. package/dist/components/widgets/index.d.ts.map +1 -1
  2. package/dist/components/widgets/plato-card/PlatoCard.vue.d.ts.map +1 -1
  3. package/dist/components/widgets/plato-card/components/RatingIndicator.vue.d.ts +2 -2
  4. package/dist/components/widgets/plato-card/components/RatingIndicator.vue.d.ts.map +1 -1
  5. package/dist/components/widgets/plato-card/mock-data.d.ts.map +1 -1
  6. package/dist/components/widgets/subscription-card/SubscriptionCard.vue.d.ts +21 -0
  7. package/dist/components/widgets/subscription-card/SubscriptionCard.vue.d.ts.map +1 -0
  8. package/dist/components/widgets/subscription-card/index.d.ts +6 -0
  9. package/dist/components/widgets/subscription-card/index.d.ts.map +1 -0
  10. package/dist/components/widgets/subscription-card/mock-data.d.ts +4 -0
  11. package/dist/components/widgets/subscription-card/mock-data.d.ts.map +1 -0
  12. package/dist/components/widgets/subscription-card/mock-props.d.ts +4 -0
  13. package/dist/components/widgets/subscription-card/mock-props.d.ts.map +1 -0
  14. package/dist/components/widgets/subscription-card/schema.d.ts +69 -0
  15. package/dist/components/widgets/subscription-card/schema.d.ts.map +1 -0
  16. package/dist/components/widgets/subscription-card-list/SubscriptionCardList.vue.d.ts +27 -0
  17. package/dist/components/widgets/subscription-card-list/SubscriptionCardList.vue.d.ts.map +1 -0
  18. package/dist/components/widgets/subscription-card-list/index.d.ts +6 -0
  19. package/dist/components/widgets/subscription-card-list/index.d.ts.map +1 -0
  20. package/dist/components/widgets/subscription-card-list/mock-data.d.ts +4 -0
  21. package/dist/components/widgets/subscription-card-list/mock-data.d.ts.map +1 -0
  22. package/dist/components/widgets/subscription-card-list/mock-props.d.ts +4 -0
  23. package/dist/components/widgets/subscription-card-list/mock-props.d.ts.map +1 -0
  24. package/dist/components/widgets/subscription-card-list/schema.d.ts +65 -0
  25. package/dist/components/widgets/subscription-card-list/schema.d.ts.map +1 -0
  26. package/dist/style.css +1 -1
  27. package/dist/w2w-shared-ui.js +9262 -5523
  28. package/dist/w2w-shared-ui.umd.cjs +112 -26
  29. package/package.json +1 -1
@@ -1,31 +1,31 @@
1
- (function(Ce,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("quasar"),require("lodash-es"),require("zod"),require("axios"),require("@tanstack/vue-query"),require("moment-timezone")):typeof define=="function"&&define.amd?define(["exports","vue","quasar","lodash-es","zod","axios","@tanstack/vue-query","moment-timezone"],e):(Ce=typeof globalThis<"u"?globalThis:Ce||self,e(Ce.W2WSharedUi={},Ce.Vue,Ce.Quasar,Ce.lodashEs,Ce.zod,Ce.axios,Ce.vueQuery,Ce.moment))})(this,function(Ce,e,M,ce,V,du,Qi,rn){"use strict";const pi=e.defineComponent({__name:"Button",props:{label:{},loading:{type:Boolean,default:!1},type:{default:"button"},disable:{type:Boolean,default:!1},tooltip:{},main:{type:Boolean,default:!1},hotkey:{},color:{default:"primary"},filled:{type:Boolean,default:!1}},emits:["click"],setup(t,{emit:d}){const o=t,c=d,{hotkey:s}=e.toRefs(o),r=m=>{m.altKey&&m.key===s.value&&c("click")};return e.onMounted(()=>{!s.value||typeof document>"u"||document.addEventListener("keydown",r)}),e.onUnmounted(()=>{!s.value||typeof document>"u"||document.removeEventListener("keydown",r)}),(m,f)=>(e.openBlock(),e.createBlock(e.unref(M.QBtn),{onClick:f[0]||(f[0]=v=>c("click")),label:m.label,loading:m.loading||!1,class:"text-no-wrap",type:m.type,disable:m.disable,color:m.color,outline:!m.main,"no-caps":"",unelevated:""},{default:e.withCtx(()=>[e.renderSlot(m.$slots,"default"),m.tooltip?(e.openBlock(),e.createBlock(e.unref(M.QTooltip),{key:0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.tooltip),1)]),_:1})):e.createCommentVNode("",!0)]),_:3},8,["label","loading","type","disable","color","outline"]))}}),mu={class:"text-center"},pu={key:0,class:"q-mt-md"},fu=e.defineComponent({__name:"SectionSpinner",props:{fixed:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},text:{}},setup(t){return(d,o)=>(e.openBlock(),e.createBlock(e.Transition,{name:"fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["spinner-container",{fixed:d.fixed}])},[e.createElementVNode("div",mu,[e.createVNode(e.unref(M.QSpinner),{size:"40px",color:"black"}),d.text?(e.openBlock(),e.createElementBlock("div",pu,e.toDisplayString(d.text),1)):e.createCommentVNode("",!0)])],2),[[e.vShow,d.loading]])]),_:1}))}}),se=(t,d)=>{const o=t.__vccOpts||t;for(const[c,s]of d)o[c]=s;return o},No=se(fu,[["__scopeId","data-v-d6dc0ffd"]]),_u={key:0,class:"row-between q-mb-md"},gu={class:"card-menu"},vu={key:2,class:"card-footer"},Da=se(e.defineComponent({__name:"Card",props:{title:{},clickable:{type:Boolean,default:!1},hoverable:{type:Boolean},section:{type:Boolean},loading:{type:Boolean},titleClass:{},noPadding:{type:Boolean},expandible:{type:Boolean},unelevated:{type:Boolean,default:!1},borderRadius:{},contentStyle:{}},setup(t){const d=t,o=e.ref(!d.expandible),c=e.computed(()=>String(d.title||""));return(s,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["win-card field-label",{unelevated:s.unelevated,clickable:s.clickable||s.expandible,hoverable:s.hoverable,section:s.section,"q-pa-md":!s.noPadding}]),onClick:r[0]||(r[0]=m=>s.expandible?o.value=!o.value:null),style:e.normalizeStyle({borderRadius:s.borderRadius||"8px"})},[e.createVNode(No,{loading:s.loading},null,8,["loading"]),c.value?(e.openBlock(),e.createElementBlock("div",_u,[e.createElementVNode("div",{class:e.normalizeClass(["text-accent-1 text-weight-bold",s.titleClass])},e.toDisplayString(c.value),3),e.renderSlot(s.$slots,"indicator",{},void 0,!0)])):e.createCommentVNode("",!0),e.renderSlot(s.$slots,"title",{},void 0,!0),e.createElementVNode("div",gu,[e.renderSlot(s.$slots,"actions",{},void 0,!0)]),o.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:"card-content",style:e.normalizeStyle(s.contentStyle)},[e.renderSlot(s.$slots,"default",{},void 0,!0)],4)):e.createCommentVNode("",!0),s.$slots.footer?(e.openBlock(),e.createElementBlock("div",vu,[e.renderSlot(s.$slots,"footer",{},void 0,!0)])):e.createCommentVNode("",!0)],6))}}),[["__scopeId","data-v-c7fe4151"]]),bu={class:"q-pa-lg flex-center items-center",style:{width:"100%",height:"100%"}},hu={class:"stack flex-center"},Cu={class:"text-grey-8"},Ou=e.defineComponent({__name:"GeneratingError",props:{text:{default:"Generación de imagen fallida"}},setup(t){return(d,o)=>(e.openBlock(),e.createElementBlock("div",bu,[e.createElementVNode("div",hu,[e.createVNode(e.unref(M.QIcon),{size:"xl",name:"sym_o_error"}),e.createElementVNode("div",Cu,e.toDisplayString(d.text),1)])]))}}),Eu={class:"q-pa-lg flex-center items-center",style:{width:"100%",height:"100%"}},xu={class:"stack flex-center"},Iu={class:"text-grey-8"},Au=e.defineComponent({__name:"GeneratingLoader",props:{text:{default:"Generando contenido..."}},setup(t){return(d,o)=>(e.openBlock(),e.createElementBlock("div",Eu,[e.createElementVNode("div",xu,[e.createVNode(e.unref(M.QSpinnerHourglass),{color:"primary",size:"xl"}),e.createElementVNode("div",Iu,e.toDisplayString(d.text),1)])]))}}),yu=["src"],Pu={key:1},Za=e.defineComponent({__name:"DynamicCarousel",props:{items:{},height:{default:"375px"},editableTags:{type:Boolean,default:!1},borderRadius:{default:"6.5px"},showControls:{type:Boolean,default:!0},autoplay:{type:Boolean,default:!0},cover:{type:Boolean,default:!0}},setup(t){const d=m=>m.location?m.location:"",o=e.ref(null),c=e.ref(1),s=e.ref(!1),r=e.ref(!1);return(m,f)=>{var v,C;return(v=m.items)!=null&&v.length?(e.openBlock(),e.createBlock(e.unref(M.QCarousel),{key:0,onMouseover:f[2]||(f[2]=p=>r.value=!0),onMouseleave:f[3]||(f[3]=p=>r.value=!1),autoplay:m.autoplay,animated:"","control-text-color":"grey",swipeable:"",infinite:"",ratio:3/3,height:m.height,modelValue:c.value,"onUpdate:modelValue":f[4]||(f[4]=p=>c.value=p),fullscreen:s.value,"onUpdate:fullscreen":f[5]||(f[5]=p=>s.value=p),ref_key:"carouselRef",ref:o,style:e.normalizeStyle({borderRadius:m.borderRadius})},e.createSlots({default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.items,(p,x)=>(e.openBlock(),e.createBlock(e.unref(M.QCarouselSlide),{key:x,name:x+1,style:{overflow:"hidden","background-color":"white",padding:"0"},"img-src":d(p)},{default:e.withCtx(()=>[p.estado===0?(e.openBlock(),e.createBlock(Ou,{key:0})):p.estado===2?(e.openBlock(),e.createBlock(Au,{key:1})):p.tipo==="video"?(e.openBlock(),e.createElementBlock("video",{key:2,src:p.location,autoplay:"",loop:"",style:{width:"100%",height:"100%"}}," Your browser does not support the video tag. ",8,yu)):e.createCommentVNode("",!0)]),_:2},1032,["name","img-src"]))),128))]),_:2},[m.showControls&&o.value&&(((C=m.items)==null?void 0:C.length)||0)>1?{name:"control",fn:e.withCtx(()=>[e.createVNode(e.unref(M.QCarouselControl),{offset:[18,18],position:"right",class:"carousel-controls"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QBtn),{unelevated:"",round:"",dense:"","text-color":"black",icon:"chevron_left",onClick:f[0]||(f[0]=e.withModifiers(p=>o.value.previous(),["stop"]))}),e.createVNode(e.unref(M.QBtn),{unelevated:"",round:"",dense:"","text-color":"black",icon:"chevron_right",onClick:f[1]||(f[1]=e.withModifiers(p=>o.value.next(),["stop"]))})]),_:1})]),key:"0"}:void 0]),1032,["autoplay","height","modelValue","fullscreen","style"])):(e.openBlock(),e.createElementBlock("div",Pu,[e.createVNode(e.unref(M.QImg),{style:e.normalizeStyle(`height: ${m.height||"400px"}`),src:"placeholder.webp"},null,8,["style"])]))}}});var W=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ee={},cn={},_l={};Object.defineProperty(_l,"__esModule",{value:!0}),_l.COUNTRIES=void 0,_l.COUNTRIES={ab:{name:"Georgia",nativeName:"საქართველო",flag:"https://flagsapi.com/GE/flat/32.png",flagLg:"https://flagsapi.com/GE/flat/64.png"},aa:{name:"Djibouti",nativeName:"Djibouti",flag:"https://flagsapi.com/DJ/flat/32.png",flagLg:"https://flagsapi.com/DJ/flat/64.png"},af:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},ak:{name:"Ghana",nativeName:"Ghana",flag:"https://flagsapi.com/GH/flat/32.png",flagLg:"https://flagsapi.com/GH/flat/64.png"},sq:{name:"Albania",nativeName:"Shqipëri",flag:"https://flagsapi.com/AL/flat/32.png",flagLg:"https://flagsapi.com/AL/flat/64.png"},am:{name:"Ethiopia",nativeName:"ኢትዮጵያ",flag:"https://flagsapi.com/ET/flat/32.png",flagLg:"https://flagsapi.com/ET/flat/64.png"},ar:{name:"Argentina",nativeName:"Argentina",flag:"https://flagsapi.com/AR/flat/32.png",flagLg:"https://flagsapi.com/AR/flat/64.png"},sa:{name:"Saudi Arabia",nativeName:"المملكة العربية السعودية",flag:"https://flagsapi.com/SA/flat/32.png",flagLg:"https://flagsapi.com/SA/flat/64.png"},an:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},hy:{name:"Armenia",nativeName:"Հայաստան",flag:"https://flagsapi.com/AM/flat/32.png",flagLg:"https://flagsapi.com/AM/flat/64.png"},as:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},av:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},ae:{name:"Iran",nativeName:"ایران",flag:"https://flagsapi.com/IR/flat/32.png",flagLg:"https://flagsapi.com/IR/flat/64.png"},ay:{name:"Bolivia",nativeName:"Bolivia",flag:"https://flagsapi.com/BO/flat/32.png",flagLg:"https://flagsapi.com/BO/flat/64.png"},az:{name:"Azerbaijan",nativeName:"Azərbaycan",flag:"https://flagsapi.com/AZ/flat/32.png",flagLg:"https://flagsapi.com/AZ/flat/64.png"},bm:{name:"Mali",nativeName:"Mali",flag:"https://flagsapi.com/ML/flat/32.png",flagLg:"https://flagsapi.com/ML/flat/64.png"},ba:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},eu:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},br:{name:"Brazil",nativeName:"Brasil",flag:"https://flagsapi.com/BR/flat/32.png",flagLg:"https://flagsapi.com/BR/flat/64.png"},by:{name:"Belarus",nativeName:"Беларусь",flag:"https://flagsapi.com/BY/flat/32.png",flagLg:"https://flagsapi.com/BY/flat/64.png"},bn:{name:"Bangladesh",nativeName:"বাংলাদেশ",flag:"https://flagsapi.com/BD/flat/32.png",flagLg:"https://flagsapi.com/BD/flat/64.png"},bh:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},bi:{name:"Vanuatu",nativeName:"Vanuatu",flag:"https://flagsapi.com/VU/flat/32.png",flagLg:"https://flagsapi.com/VU/flat/64.png"},bs:{name:"Bosnia and Herzegovina",nativeName:"Bosna i Hercegovina",flag:"https://flagsapi.com/BA/flat/32.png",flagLg:"https://flagsapi.com/BA/flat/64.png"},fr:{name:"France",nativeName:"France",flag:"https://flagsapi.com/FR/flat/32.png",flagLg:"https://flagsapi.com/FR/flat/64.png"},bg:{name:"Bulgaria",nativeName:"България",flag:"https://flagsapi.com/BG/flat/32.png",flagLg:"https://flagsapi.com/BG/flat/64.png"},my:{name:"Myanmar",nativeName:"မြန်မာ",flag:"https://flagsapi.com/MM/flat/32.png",flagLg:"https://flagsapi.com/MM/flat/64.png"},ch:{name:"Guam",nativeName:"Guåhan",flag:"https://flagsapi.com/GU/flat/32.png",flagLg:"https://flagsapi.com/GU/flat/64.png"},cl:{name:"Chile",nativeName:"Chile",flag:"https://flagsapi.com/CL/flat/32.png",flagLg:"https://flagsapi.com/CL/flat/64.png"},ce:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},ny:{name:"Malawi",nativeName:"Malawi",flag:"https://flagsapi.com/MW/flat/32.png",flagLg:"https://flagsapi.com/MW/flat/64.png"},zh:{name:"China",nativeName:"中国",flag:"https://flagsapi.com/CN/flat/32.png",flagLg:"https://flagsapi.com/CN/flat/64.png"},cv:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},kw:{name:"United Kingdom",nativeName:"United Kingdom",flag:"https://flagsapi.com/GB/flat/32.png",flagLg:"https://flagsapi.com/GB/flat/64.png"},co:{name:"Colombia",nativeName:"Colombia",flag:"https://flagsapi.com/CO/flat/32.png",flagLg:"https://flagsapi.com/CO/flat/64.png"},cr:{name:"Costa Rica",nativeName:"Costa Rica",flag:"https://flagsapi.com/CR/flat/32.png",flagLg:"https://flagsapi.com/CR/flat/64.png"},ca:{name:"Canada",nativeName:"Canada",flag:"https://flagsapi.com/CA/flat/32.png",flagLg:"https://flagsapi.com/CA/flat/64.png"},hr:{name:"Croatia",nativeName:"Hrvatska",flag:"https://flagsapi.com/HR/flat/32.png",flagLg:"https://flagsapi.com/HR/flat/64.png"},cs:{name:"Czechia",nativeName:"Česko",flag:"https://flagsapi.com/CZ/flat/32.png",flagLg:"https://flagsapi.com/CZ/flat/64.png"},da:{name:"Denmark",nativeName:"Danmark",flag:"https://flagsapi.com/DK/flat/32.png",flagLg:"https://flagsapi.com/DK/flat/64.png"},dv:{name:"Maldives",nativeName:"ދިވެހިރާއްޖޭ",flag:"https://flagsapi.com/MV/flat/32.png",flagLg:"https://flagsapi.com/MV/flat/64.png"},nl:{name:"Netherlands",nativeName:"Nederland",flag:"https://flagsapi.com/NL/flat/32.png",flagLg:"https://flagsapi.com/NL/flat/64.png"},eo:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},et:{name:"Estonia",nativeName:"Eesti",flag:"https://flagsapi.com/EE/flat/32.png",flagLg:"https://flagsapi.com/EE/flat/64.png"},ee:{name:"Ghana",nativeName:"Ghana",flag:"https://flagsapi.com/GH/flat/32.png",flagLg:"https://flagsapi.com/GH/flat/64.png"},fo:{name:"Faroe Islands",nativeName:"Føroyar",flag:"https://flagsapi.com/FO/flat/32.png",flagLg:"https://flagsapi.com/FO/flat/64.png"},fj:{name:"Fiji",nativeName:"Fiji",flag:"https://flagsapi.com/FJ/flat/32.png",flagLg:"https://flagsapi.com/FJ/flat/64.png"},fi:{name:"Finland",nativeName:"Suomi",flag:"https://flagsapi.com/FI/flat/32.png",flagLg:"https://flagsapi.com/FI/flat/64.png"},ff:{name:"Senegal",nativeName:"Sénégal",flag:"https://flagsapi.com/SN/flat/32.png",flagLg:"https://flagsapi.com/SN/flat/64.png"},gl:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},ka:{name:"Georgia",nativeName:"საქართველო",flag:"https://flagsapi.com/GE/flat/32.png",flagLg:"https://flagsapi.com/GE/flat/64.png"},de:{name:"Germany",nativeName:"Deutschland",flag:"https://flagsapi.com/DE/flat/32.png",flagLg:"https://flagsapi.com/DE/flat/64.png"},el:{name:"Greece",nativeName:"Ελλάδα",flag:"https://flagsapi.com/GR/flat/32.png",flagLg:"https://flagsapi.com/GR/flat/64.png"},gn:{name:"Paraguay",nativeName:"Paraguay",flag:"https://flagsapi.com/PY/flat/32.png",flagLg:"https://flagsapi.com/PY/flat/64.png"},gu:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},ht:{name:"Haiti",nativeName:"Haïti",flag:"https://flagsapi.com/HT/flat/32.png",flagLg:"https://flagsapi.com/HT/flat/64.png"},ha:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"},he:{name:"Israel",nativeName:"ישראל",flag:"https://flagsapi.com/IL/flat/32.png",flagLg:"https://flagsapi.com/IL/flat/64.png"},hz:{name:"Namibia",nativeName:"Namibia",flag:"https://flagsapi.com/NA/flat/32.png",flagLg:"https://flagsapi.com/NA/flat/64.png"},hi:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},ho:{name:"Papua New Guinea",nativeName:"Papua Niugini",flag:"https://flagsapi.com/PG/flat/32.png",flagLg:"https://flagsapi.com/PG/flat/64.png"},hu:{name:"Hungary",nativeName:"Magyarország",flag:"https://flagsapi.com/HU/flat/32.png",flagLg:"https://flagsapi.com/HU/flat/64.png"},ia:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},id:{name:"Indonesia",nativeName:"Indonesia",flag:"https://flagsapi.com/ID/flat/32.png",flagLg:"https://flagsapi.com/ID/flat/64.png"},ie:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},ga:{name:"Ireland",nativeName:"Éire",flag:"https://flagsapi.com/IE/flat/32.png",flagLg:"https://flagsapi.com/IE/flat/64.png"},ig:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"},io:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},is:{name:"Iceland",nativeName:"Ísland",flag:"https://flagsapi.com/IS/flat/32.png",flagLg:"https://flagsapi.com/IS/flat/64.png"},it:{name:"Italy",nativeName:"Italia",flag:"https://flagsapi.com/IT/flat/32.png",flagLg:"https://flagsapi.com/IT/flat/64.png"},iu:{name:"Canada",nativeName:"Canada",flag:"https://flagsapi.com/CA/flat/32.png",flagLg:"https://flagsapi.com/CA/flat/64.png"},ja:{name:"Japan",nativeName:"日本",flag:"https://flagsapi.com/JP/flat/32.png",flagLg:"https://flagsapi.com/JP/flat/64.png"},jv:{name:"Indonesia",nativeName:"Indonesia",flag:"https://flagsapi.com/ID/flat/32.png",flagLg:"https://flagsapi.com/ID/flat/64.png"},kl:{name:"Greenland",nativeName:"Kalaallit Nunaat",flag:"https://flagsapi.com/GL/flat/32.png",flagLg:"https://flagsapi.com/GL/flat/64.png"},kn:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},kr:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"},ks:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},kk:{name:"Kazakhstan",nativeName:"Қазақстан",flag:"https://flagsapi.com/KZ/flat/32.png",flagLg:"https://flagsapi.com/KZ/flat/64.png"},km:{name:"Cambodia",nativeName:"Kampuchea",flag:"https://flagsapi.com/KH/flat/32.png",flagLg:"https://flagsapi.com/KH/flat/64.png"},ki:{name:"Kenya",nativeName:"Kenya",flag:"https://flagsapi.com/KE/flat/32.png",flagLg:"https://flagsapi.com/KE/flat/64.png"},rw:{name:"Rwanda",nativeName:"Rwanda",flag:"https://flagsapi.com/RW/flat/32.png",flagLg:"https://flagsapi.com/RW/flat/64.png"},ky:{name:"Kyrgyzstan",nativeName:"Кыргызстан",flag:"https://flagsapi.com/KG/flat/32.png",flagLg:"https://flagsapi.com/KG/flat/64.png"},kv:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},kg:{name:"Democratic Republic of the Congo",nativeName:"République démocratique du Congo",flag:"https://flagsapi.com/CD/flat/32.png",flagLg:"https://flagsapi.com/CD/flat/64.png"},ko:{name:"South Korea",nativeName:"대한민국",flag:"https://flagsapi.com/KR/flat/32.png",flagLg:"https://flagsapi.com/KR/flat/64.png"},ku:{name:"Iraq",nativeName:"العراق",flag:"https://flagsapi.com/IQ/flat/32.png",flagLg:"https://flagsapi.com/IQ/flat/64.png"},kj:{name:"Angola",nativeName:"Angola",flag:"https://flagsapi.com/AO/flat/32.png",flagLg:"https://flagsapi.com/AO/flat/64.png"},la:{name:"Vatican City",nativeName:"Città del Vaticano",flag:"https://flagsapi.com/VA/flat/32.png",flagLg:"https://flagsapi.com/VA/flat/64.png"},lb:{name:"Luxembourg",nativeName:"Lëtzebuerg",flag:"https://flagsapi.com/LU/flat/32.png",flagLg:"https://flagsapi.com/LU/flat/64.png"},lg:{name:"Uganda",nativeName:"Uganda",flag:"https://flagsapi.com/UG/flat/32.png",flagLg:"https://flagsapi.com/UG/flat/64.png"},li:{name:"Netherlands",nativeName:"Nederland",flag:"https://flagsapi.com/NL/flat/32.png",flagLg:"https://flagsapi.com/NL/flat/64.png"},ln:{name:"Democratic Republic of the Congo",nativeName:"République démocratique du Congo",flag:"https://flagsapi.com/CD/flat/32.png",flagLg:"https://flagsapi.com/CD/flat/64.png"},lo:{name:"Laos",nativeName:"ສປປລາວ",flag:"https://flagsapi.com/LA/flat/32.png",flagLg:"https://flagsapi.com/LA/flat/64.png"},lt:{name:"Lithuania",nativeName:"Lietuva",flag:"https://flagsapi.com/LT/flat/32.png",flagLg:"https://flagsapi.com/LT/flat/64.png"},lu:{name:"Democratic Republic of the Congo",nativeName:"République démocratique du Congo",flag:"https://flagsapi.com/CD/flat/32.png",flagLg:"https://flagsapi.com/CD/flat/64.png"},lv:{name:"Latvia",nativeName:"Latvija",flag:"https://flagsapi.com/LV/flat/32.png",flagLg:"https://flagsapi.com/LV/flat/64.png"},gv:{name:"Isle of Man",nativeName:"Ellan Vannin",flag:"https://flagsapi.com/IM/flat/32.png",flagLg:"https://flagsapi.com/IM/flat/64.png"},do:{name:"Dominican Republic",nativeName:"República Dominicana",flag:"https://flagsapi.com/DO/flat/32.png",flagLg:"https://flagsapi.com/DO/flat/64.png"},mk:{name:"North Macedonia",nativeName:"Северна Македонија",flag:"https://flagsapi.com/MK/flat/32.png",flagLg:"https://flagsapi.com/MK/flat/64.png"},mg:{name:"Madagascar",nativeName:"Madagasikara",flag:"https://flagsapi.com/MG/flat/32.png",flagLg:"https://flagsapi.com/MG/flat/64.png"},ms:{name:"Malaysia",nativeName:"Malaysia",flag:"https://flagsapi.com/MY/flat/32.png",flagLg:"https://flagsapi.com/MY/flat/64.png"},ml:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},mt:{name:"Malta",nativeName:"Malta",flag:"https://flagsapi.com/MT/flat/32.png",flagLg:"https://flagsapi.com/MT/flat/64.png"},mi:{name:"New Zealand",nativeName:"Aotearoa",flag:"https://flagsapi.com/NZ/flat/32.png",flagLg:"https://flagsapi.com/NZ/flat/64.png"},mr:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},mx:{name:"Mexico",nativeName:"México",flag:"https://flagsapi.com/MX/flat/32.png",flagLg:"https://flagsapi.com/MX/flat/64.png"},mh:{name:"Marshall Islands",nativeName:"M̧ajeļ",flag:"https://flagsapi.com/MH/flat/32.png",flagLg:"https://flagsapi.com/MH/flat/64.png"},mn:{name:"Mongolia",nativeName:"Монгол улс",flag:"https://flagsapi.com/MN/flat/32.png",flagLg:"https://flagsapi.com/MN/flat/64.png"},nr:{name:"Nauru",nativeName:"Naoero",flag:"https://flagsapi.com/NR/flat/32.png",flagLg:"https://flagsapi.com/NR/flat/64.png"},us:{name:"United States",nativeName:"United States",flag:"https://flagsapi.com/US/flat/32.png",flagLg:"https://flagsapi.com/US/flat/64.png"},nb:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},nd:{name:"Zimbabwe",nativeName:"Zimbabwe",flag:"https://flagsapi.com/ZW/flat/32.png",flagLg:"https://flagsapi.com/ZW/flat/64.png"},ne:{name:"Nepal",nativeName:"नेपाल",flag:"https://flagsapi.com/NP/flat/32.png",flagLg:"https://flagsapi.com/NP/flat/64.png"},na:{name:"Namibia",nativeName:"Namibia",flag:"https://flagsapi.com/NA/flat/32.png",flagLg:"https://flagsapi.com/NA/flat/64.png"},nn:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},no:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},ii:{name:"China",nativeName:"中国",flag:"https://flagsapi.com/CN/flat/32.png",flagLg:"https://flagsapi.com/CN/flat/64.png"},za:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},oc:{name:"France",nativeName:"France",flag:"https://flagsapi.com/FR/flat/32.png",flagLg:"https://flagsapi.com/FR/flat/64.png"},oj:{name:"Canada",nativeName:"Canada",flag:"https://flagsapi.com/CA/flat/32.png",flagLg:"https://flagsapi.com/CA/flat/64.png"},cu:{name:"Bulgaria",nativeName:"България",flag:"https://flagsapi.com/BG/flat/32.png",flagLg:"https://flagsapi.com/BG/flat/64.png"},om:{name:"Ethiopia",nativeName:"ኢትዮጵያ",flag:"https://flagsapi.com/ET/flat/32.png",flagLg:"https://flagsapi.com/ET/flat/64.png"},or:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},os:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},pa:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},pi:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},fa:{name:"Iran",nativeName:"ایران",flag:"https://flagsapi.com/IR/flat/32.png",flagLg:"https://flagsapi.com/IR/flat/64.png"},pl:{name:"Poland",nativeName:"Polska",flag:"https://flagsapi.com/PL/flat/32.png",flagLg:"https://flagsapi.com/PL/flat/64.png"},ps:{name:"Afghanistan",nativeName:"افغانستان",flag:"https://flagsapi.com/AF/flat/32.png",flagLg:"https://flagsapi.com/AF/flat/64.png"},pt:{name:"Portugal",nativeName:"Portugal",flag:"https://flagsapi.com/PT/flat/32.png",flagLg:"https://flagsapi.com/PT/flat/64.png"},pe:{name:"Peru",nativeName:"Perú",flag:"https://flagsapi.com/PE/flat/32.png",flagLg:"https://flagsapi.com/PE/flat/64.png"},rm:{name:"Switzerland",nativeName:"Schweiz",flag:"https://flagsapi.com/CH/flat/32.png",flagLg:"https://flagsapi.com/CH/flat/64.png"},rn:{name:"Burundi",nativeName:"Uburundi",flag:"https://flagsapi.com/BI/flat/32.png",flagLg:"https://flagsapi.com/BI/flat/64.png"},ro:{name:"Romania",nativeName:"România",flag:"https://flagsapi.com/RO/flat/32.png",flagLg:"https://flagsapi.com/RO/flat/64.png"},ru:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},in:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},sc:{name:"Italy",nativeName:"Italia",flag:"https://flagsapi.com/IT/flat/32.png",flagLg:"https://flagsapi.com/IT/flat/64.png"},sd:{name:"Pakistan",nativeName:"پاکستان",flag:"https://flagsapi.com/PK/flat/32.png",flagLg:"https://flagsapi.com/PK/flat/64.png"},se:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},sm:{name:"Samoa",nativeName:"Sāmoa",flag:"https://flagsapi.com/WS/flat/32.png",flagLg:"https://flagsapi.com/WS/flat/64.png"},sg:{name:"Central African Republic",nativeName:"République centrafricaine",flag:"https://flagsapi.com/CF/flat/32.png",flagLg:"https://flagsapi.com/CF/flat/64.png"},sr:{name:"Serbia",nativeName:"Srbija",flag:"https://flagsapi.com/RS/flat/32.png",flagLg:"https://flagsapi.com/RS/flat/64.png"},gd:{name:"United Kingdom",nativeName:"United Kingdom",flag:"https://flagsapi.com/GB/flat/32.png",flagLg:"https://flagsapi.com/GB/flat/64.png"},sn:{name:"Zimbabwe",nativeName:"Zimbabwe",flag:"https://flagsapi.com/ZW/flat/32.png",flagLg:"https://flagsapi.com/ZW/flat/64.png"},si:{name:"Sri Lanka",nativeName:"ශ්‍රී ලංකා",flag:"https://flagsapi.com/LK/flat/32.png",flagLg:"https://flagsapi.com/LK/flat/64.png"},sk:{name:"Slovakia",nativeName:"Slovensko",flag:"https://flagsapi.com/SK/flat/32.png",flagLg:"https://flagsapi.com/SK/flat/64.png"},sl:{name:"Slovenia",nativeName:"Slovenija",flag:"https://flagsapi.com/SI/flat/32.png",flagLg:"https://flagsapi.com/SI/flat/64.png"},so:{name:"Somalia",nativeName:"Soomaaliya",flag:"https://flagsapi.com/SO/flat/32.png",flagLg:"https://flagsapi.com/SO/flat/64.png"},st:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},es:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},su:{name:"Indonesia",nativeName:"Indonesia",flag:"https://flagsapi.com/ID/flat/32.png",flagLg:"https://flagsapi.com/ID/flat/64.png"},sw:{name:"Kenya",nativeName:"Kenya",flag:"https://flagsapi.com/KE/flat/32.png",flagLg:"https://flagsapi.com/KE/flat/64.png"},ss:{name:"Eswatini",nativeName:"eSwatini",flag:"https://flagsapi.com/SZ/flat/32.png",flagLg:"https://flagsapi.com/SZ/flat/64.png"},sv:{name:"Sweden",nativeName:"Sverige",flag:"https://flagsapi.com/SE/flat/32.png",flagLg:"https://flagsapi.com/SE/flat/64.png"},ta:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},te:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},tg:{name:"Tajikistan",nativeName:"Тоҷикистон",flag:"https://flagsapi.com/TJ/flat/32.png",flagLg:"https://flagsapi.com/TJ/flat/64.png"},th:{name:"Thailand",nativeName:"ประเทศไทย",flag:"https://flagsapi.com/TH/flat/32.png",flagLg:"https://flagsapi.com/TH/flat/64.png"},ti:{name:"Eritrea",nativeName:"ኤርትራ",flag:"https://flagsapi.com/ER/flat/32.png",flagLg:"https://flagsapi.com/ER/flat/64.png"},bo:{name:"Bolivia",nativeName:"Bolivia",flag:"https://flagsapi.com/BO/flat/32.png",flagLg:"https://flagsapi.com/BO/flat/64.png"},tk:{name:"Turkmenistan",nativeName:"Türkmenistan",flag:"https://flagsapi.com/TM/flat/32.png",flagLg:"https://flagsapi.com/TM/flat/64.png"},tl:{name:"Philippines",nativeName:"Pilipinas",flag:"https://flagsapi.com/PH/flat/32.png",flagLg:"https://flagsapi.com/PH/flat/64.png"},tn:{name:"Botswana",nativeName:"Botswana",flag:"https://flagsapi.com/BW/flat/32.png",flagLg:"https://flagsapi.com/BW/flat/64.png"},to:{name:"Tonga",nativeName:"Tonga",flag:"https://flagsapi.com/TO/flat/32.png",flagLg:"https://flagsapi.com/TO/flat/64.png"},tr:{name:"Turkey",nativeName:"Türkiye",flag:"https://flagsapi.com/TR/flat/32.png",flagLg:"https://flagsapi.com/TR/flat/64.png"},ts:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},tt:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},tw:{name:"Ghana",nativeName:"Ghana",flag:"https://flagsapi.com/GH/flat/32.png",flagLg:"https://flagsapi.com/GH/flat/64.png"},ty:{name:"French Polynesia",nativeName:"Polynésie française",flag:"https://flagsapi.com/PF/flat/32.png",flagLg:"https://flagsapi.com/PF/flat/64.png"},cn:{name:"China",nativeName:"中国",flag:"https://flagsapi.com/CN/flat/32.png",flagLg:"https://flagsapi.com/CN/flat/64.png"},uk:{name:"Ukraine",nativeName:"Україна",flag:"https://flagsapi.com/UA/flat/32.png",flagLg:"https://flagsapi.com/UA/flat/64.png"},ur:{name:"Pakistan",nativeName:"پاکستان",flag:"https://flagsapi.com/PK/flat/32.png",flagLg:"https://flagsapi.com/PK/flat/64.png"},uz:{name:"Uzbekistan",nativeName:"Oʻzbekiston",flag:"https://flagsapi.com/UZ/flat/32.png",flagLg:"https://flagsapi.com/UZ/flat/64.png"},ve:{name:"Venezuela",nativeName:"Venezuela",flag:"https://flagsapi.com/VE/flat/32.png",flagLg:"https://flagsapi.com/VE/flat/64.png"},vi:{name:"Vietnam",nativeName:"Việt Nam",flag:"https://flagsapi.com/VN/flat/32.png",flagLg:"https://flagsapi.com/VN/flat/64.png"},vo:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},be:{name:"Belgium",nativeName:"België",flag:"https://flagsapi.com/BE/flat/32.png",flagLg:"https://flagsapi.com/BE/flat/64.png"},gb:{name:"United Kingdom",nativeName:"United Kingdom",flag:"https://flagsapi.com/GB/flat/32.png",flagLg:"https://flagsapi.com/GB/flat/64.png"},wo:{name:"Senegal",nativeName:"Sénégal",flag:"https://flagsapi.com/SN/flat/32.png",flagLg:"https://flagsapi.com/SN/flat/64.png"},ng:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"}};var gl={};Object.defineProperty(gl,"__esModule",{value:!0}),gl.LANGUAGES=void 0,gl.LANGUAGES={catalan:{name:"Catalán",nativeName:"Català",flag:"https://w2w-files.s3.us-east-1.amazonaws.com/custom-flags/catalunia.png"},mandarin:{name:"Chino",nativeName:"普通话",flag:"https://flagsapi.com/CN/flat/32.png"},spanish:{name:"Español",nativeName:"Español",flag:"https://flagsapi.com/ES/flat/32.png"},english:{name:"Inglés",nativeName:"English",flag:"https://flagsapi.com/GB/flat/32.png"},hindi:{name:"Hindi",nativeName:"हिन्दी",flag:"https://flagsapi.com/IN/flat/32.png"},arabic:{name:"Árabe",nativeName:"العربية",flag:"https://flagsapi.com/SA/flat/32.png"},bengali:{name:"Bengalí",nativeName:"বাংলা",flag:"https://flagsapi.com/BD/flat/32.png"},portuguese:{name:"Portugués",nativeName:"Português",flag:"https://flagsapi.com/PT/flat/32.png"},russian:{name:"Ruso",nativeName:"Русский",flag:"https://flagsapi.com/RU/flat/32.png"},japanese:{name:"Japonés",nativeName:"日本語",flag:"https://flagsapi.com/JP/flat/32.png"},french:{name:"Francés",nativeName:"Français",flag:"https://flagsapi.com/FR/flat/32.png"},german:{name:"Alemán",nativeName:"Deutsch",flag:"https://flagsapi.com/DE/flat/32.png"},korean:{name:"Coreano",nativeName:"한국어",flag:"https://flagsapi.com/KR/flat/32.png"},italian:{name:"Italiano",nativeName:"Italiano",flag:"https://flagsapi.com/IT/flat/32.png"},turkish:{name:"Turco",nativeName:"Türkçe",flag:"https://flagsapi.com/TR/flat/32.png"},vietnamese:{name:"Vietnamita",nativeName:"Tiếng Việt",flag:"https://flagsapi.com/VN/flat/32.png"},thai:{name:"Tailandés",nativeName:"ไทย",flag:"https://flagsapi.com/TH/flat/32.png"},urdu:{name:"Urdu",nativeName:"اردو",flag:"https://flagsapi.com/PK/flat/32.png"},persian:{name:"Persa",nativeName:"فارسی",flag:"https://flagsapi.com/IR/flat/32.png"},swahili:{name:"Swahili",nativeName:"Kiswahili",flag:"https://flagsapi.com/KE/flat/32.png"},dutch:{name:"Holandés",nativeName:"Nederlands",flag:"https://flagsapi.com/NL/flat/32.png"},polish:{name:"Polaco",nativeName:"Polski",flag:"https://flagsapi.com/PL/flat/32.png"},romanian:{name:"Rumano",nativeName:"Română",flag:"https://flagsapi.com/RO/flat/32.png"},greek:{name:"Griego",nativeName:"Ελληνικά",flag:"https://flagsapi.com/GR/flat/32.png"},czech:{name:"Checo",nativeName:"Čeština",flag:"https://flagsapi.com/CZ/flat/32.png"},hungarian:{name:"Húngaro",nativeName:"Magyar",flag:"https://flagsapi.com/HU/flat/32.png"},ukrainian:{name:"Ucraniano",nativeName:"Українська",flag:"https://flagsapi.com/UA/flat/32.png"},filipino:{name:"Filipino",nativeName:"Filipino",flag:"https://flagsapi.com/PH/flat/32.png"},malay:{name:"Malayo",nativeName:"Bahasa Melayu",flag:"https://flagsapi.com/MY/flat/32.png"},tamil:{name:"Tamil",nativeName:"தமிழ்",flag:"https://flagsapi.com/IN/flat/32.png"},telugu:{name:"Telugu",nativeName:"తెలుగు",flag:"https://flagsapi.com/IN/flat/32.png"},marathi:{name:"Maratí",nativeName:"मराठी",flag:"https://flagsapi.com/IN/flat/32.png"},indonesian:{name:"Indonesio",nativeName:"Bahasa Indonesia",flag:"https://flagsapi.com/ID/flat/32.png"}};var un={},dn={},vl={exports:{}};/**
1
+ (function(Ce,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("quasar"),require("lodash-es"),require("zod"),require("axios"),require("@tanstack/vue-query"),require("moment-timezone")):typeof define=="function"&&define.amd?define(["exports","vue","quasar","lodash-es","zod","axios","@tanstack/vue-query","moment-timezone"],e):(Ce=typeof globalThis<"u"?globalThis:Ce||self,e(Ce.W2WSharedUi={},Ce.Vue,Ce.Quasar,Ce.lodashEs,Ce.zod,Ce.axios,Ce.vueQuery,Ce.moment))})(this,function(Ce,e,M,ce,B,mu,Qi,rt){"use strict";const pi=e.defineComponent({__name:"Button",props:{label:{},loading:{type:Boolean,default:!1},type:{default:"button"},disable:{type:Boolean,default:!1},tooltip:{},main:{type:Boolean,default:!1},hotkey:{},color:{default:"primary"},filled:{type:Boolean,default:!1}},emits:["click"],setup(n,{emit:d}){const o=n,c=d,{hotkey:s}=e.toRefs(o),r=m=>{m.altKey&&m.key===s.value&&c("click")};return e.onMounted(()=>{!s.value||typeof document>"u"||document.addEventListener("keydown",r)}),e.onUnmounted(()=>{!s.value||typeof document>"u"||document.removeEventListener("keydown",r)}),(m,p)=>(e.openBlock(),e.createBlock(e.unref(M.QBtn),{onClick:p[0]||(p[0]=g=>c("click")),label:m.label,loading:m.loading||!1,class:"text-no-wrap",type:m.type,disable:m.disable,color:m.color,outline:!m.main,"no-caps":"",unelevated:""},{default:e.withCtx(()=>[e.renderSlot(m.$slots,"default"),m.tooltip?(e.openBlock(),e.createBlock(e.unref(M.QTooltip),{key:0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.tooltip),1)]),_:1})):e.createCommentVNode("",!0)]),_:3},8,["label","loading","type","disable","color","outline"]))}}),pu={class:"text-center"},fu={key:0,class:"q-mt-md"},_u=e.defineComponent({__name:"SectionSpinner",props:{fixed:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},text:{}},setup(n){return(d,o)=>(e.openBlock(),e.createBlock(e.Transition,{name:"fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["spinner-container",{fixed:d.fixed}])},[e.createElementVNode("div",pu,[e.createVNode(e.unref(M.QSpinner),{size:"40px",color:"black"}),d.text?(e.openBlock(),e.createElementBlock("div",fu,e.toDisplayString(d.text),1)):e.createCommentVNode("",!0)])],2),[[e.vShow,d.loading]])]),_:1}))}}),se=(n,d)=>{const o=n.__vccOpts||n;for(const[c,s]of d)o[c]=s;return o},No=se(_u,[["__scopeId","data-v-d6dc0ffd"]]),gu={key:0,class:"row-between q-mb-md"},vu={class:"card-menu"},bu={key:2,class:"card-footer"},va=se(e.defineComponent({__name:"Card",props:{title:{},clickable:{type:Boolean,default:!1},hoverable:{type:Boolean},section:{type:Boolean},loading:{type:Boolean},titleClass:{},noPadding:{type:Boolean},expandible:{type:Boolean},unelevated:{type:Boolean,default:!1},borderRadius:{},contentStyle:{}},setup(n){const d=n,o=e.ref(!d.expandible),c=e.computed(()=>String(d.title||""));return(s,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["win-card field-label",{unelevated:s.unelevated,clickable:s.clickable||s.expandible,hoverable:s.hoverable,section:s.section,"q-pa-md":!s.noPadding}]),onClick:r[0]||(r[0]=m=>s.expandible?o.value=!o.value:null),style:e.normalizeStyle({borderRadius:s.borderRadius||"8px"})},[e.createVNode(No,{loading:s.loading},null,8,["loading"]),c.value?(e.openBlock(),e.createElementBlock("div",gu,[e.createElementVNode("div",{class:e.normalizeClass(["text-accent-1 text-weight-bold",s.titleClass])},e.toDisplayString(c.value),3),e.renderSlot(s.$slots,"indicator",{},void 0,!0)])):e.createCommentVNode("",!0),e.renderSlot(s.$slots,"title",{},void 0,!0),e.createElementVNode("div",vu,[e.renderSlot(s.$slots,"actions",{},void 0,!0)]),o.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:"card-content",style:e.normalizeStyle(s.contentStyle)},[e.renderSlot(s.$slots,"default",{},void 0,!0)],4)):e.createCommentVNode("",!0),s.$slots.footer?(e.openBlock(),e.createElementBlock("div",bu,[e.renderSlot(s.$slots,"footer",{},void 0,!0)])):e.createCommentVNode("",!0)],6))}}),[["__scopeId","data-v-c7fe4151"]]),hu={class:"q-pa-lg flex-center items-center",style:{width:"100%",height:"100%"}},Cu={class:"stack flex-center"},Ou={class:"text-grey-8"},Eu=e.defineComponent({__name:"GeneratingError",props:{text:{default:"Generación de imagen fallida"}},setup(n){return(d,o)=>(e.openBlock(),e.createElementBlock("div",hu,[e.createElementVNode("div",Cu,[e.createVNode(e.unref(M.QIcon),{size:"xl",name:"sym_o_error"}),e.createElementVNode("div",Ou,e.toDisplayString(d.text),1)])]))}}),xu={class:"q-pa-lg flex-center items-center",style:{width:"100%",height:"100%"}},Iu={class:"stack flex-center"},Au={class:"text-grey-8"},yu=e.defineComponent({__name:"GeneratingLoader",props:{text:{default:"Generando contenido..."}},setup(n){return(d,o)=>(e.openBlock(),e.createElementBlock("div",xu,[e.createElementVNode("div",Iu,[e.createVNode(e.unref(M.QSpinnerHourglass),{color:"primary",size:"xl"}),e.createElementVNode("div",Au,e.toDisplayString(d.text),1)])]))}}),Pu=["src"],Du={key:1},Ya=e.defineComponent({__name:"DynamicCarousel",props:{items:{},height:{default:"375px"},editableTags:{type:Boolean,default:!1},borderRadius:{default:"6.5px"},showControls:{type:Boolean,default:!0},autoplay:{type:Boolean,default:!0},cover:{type:Boolean,default:!0}},setup(n){const d=m=>m.location?m.location:"",o=e.ref(null),c=e.ref(1),s=e.ref(!1),r=e.ref(!1);return(m,p)=>{var g,h;return(g=m.items)!=null&&g.length?(e.openBlock(),e.createBlock(e.unref(M.QCarousel),{key:0,onMouseover:p[2]||(p[2]=f=>r.value=!0),onMouseleave:p[3]||(p[3]=f=>r.value=!1),autoplay:m.autoplay,animated:"","control-text-color":"grey",swipeable:"",infinite:"",ratio:3/3,height:m.height,modelValue:c.value,"onUpdate:modelValue":p[4]||(p[4]=f=>c.value=f),fullscreen:s.value,"onUpdate:fullscreen":p[5]||(p[5]=f=>s.value=f),ref_key:"carouselRef",ref:o,style:e.normalizeStyle({borderRadius:m.borderRadius})},e.createSlots({default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.items,(f,x)=>(e.openBlock(),e.createBlock(e.unref(M.QCarouselSlide),{key:x,name:x+1,style:{overflow:"hidden","background-color":"white",padding:"0"},"img-src":d(f)},{default:e.withCtx(()=>[f.estado===0?(e.openBlock(),e.createBlock(Eu,{key:0})):f.estado===2?(e.openBlock(),e.createBlock(yu,{key:1})):f.tipo==="video"?(e.openBlock(),e.createElementBlock("video",{key:2,src:f.location,autoplay:"",loop:"",style:{width:"100%",height:"100%"}}," Your browser does not support the video tag. ",8,Pu)):e.createCommentVNode("",!0)]),_:2},1032,["name","img-src"]))),128))]),_:2},[m.showControls&&o.value&&(((h=m.items)==null?void 0:h.length)||0)>1?{name:"control",fn:e.withCtx(()=>[e.createVNode(e.unref(M.QCarouselControl),{offset:[18,18],position:"right",class:"carousel-controls"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QBtn),{unelevated:"",round:"",dense:"","text-color":"black",icon:"chevron_left",onClick:p[0]||(p[0]=e.withModifiers(f=>o.value.previous(),["stop"]))}),e.createVNode(e.unref(M.QBtn),{unelevated:"",round:"",dense:"","text-color":"black",icon:"chevron_right",onClick:p[1]||(p[1]=e.withModifiers(f=>o.value.next(),["stop"]))})]),_:1})]),key:"0"}:void 0]),1032,["autoplay","height","modelValue","fullscreen","style"])):(e.openBlock(),e.createElementBlock("div",Du,[e.createVNode(e.unref(M.QImg),{style:e.normalizeStyle(`height: ${m.height||"400px"}`),src:"placeholder.webp"},null,8,["style"])]))}}});var W=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ee={},ct={},_l={};Object.defineProperty(_l,"__esModule",{value:!0}),_l.COUNTRIES=void 0,_l.COUNTRIES={ab:{name:"Georgia",nativeName:"საქართველო",flag:"https://flagsapi.com/GE/flat/32.png",flagLg:"https://flagsapi.com/GE/flat/64.png"},aa:{name:"Djibouti",nativeName:"Djibouti",flag:"https://flagsapi.com/DJ/flat/32.png",flagLg:"https://flagsapi.com/DJ/flat/64.png"},af:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},ak:{name:"Ghana",nativeName:"Ghana",flag:"https://flagsapi.com/GH/flat/32.png",flagLg:"https://flagsapi.com/GH/flat/64.png"},sq:{name:"Albania",nativeName:"Shqipëri",flag:"https://flagsapi.com/AL/flat/32.png",flagLg:"https://flagsapi.com/AL/flat/64.png"},am:{name:"Ethiopia",nativeName:"ኢትዮጵያ",flag:"https://flagsapi.com/ET/flat/32.png",flagLg:"https://flagsapi.com/ET/flat/64.png"},ar:{name:"Argentina",nativeName:"Argentina",flag:"https://flagsapi.com/AR/flat/32.png",flagLg:"https://flagsapi.com/AR/flat/64.png"},sa:{name:"Saudi Arabia",nativeName:"المملكة العربية السعودية",flag:"https://flagsapi.com/SA/flat/32.png",flagLg:"https://flagsapi.com/SA/flat/64.png"},an:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},hy:{name:"Armenia",nativeName:"Հայաստան",flag:"https://flagsapi.com/AM/flat/32.png",flagLg:"https://flagsapi.com/AM/flat/64.png"},as:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},av:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},ae:{name:"Iran",nativeName:"ایران",flag:"https://flagsapi.com/IR/flat/32.png",flagLg:"https://flagsapi.com/IR/flat/64.png"},ay:{name:"Bolivia",nativeName:"Bolivia",flag:"https://flagsapi.com/BO/flat/32.png",flagLg:"https://flagsapi.com/BO/flat/64.png"},az:{name:"Azerbaijan",nativeName:"Azərbaycan",flag:"https://flagsapi.com/AZ/flat/32.png",flagLg:"https://flagsapi.com/AZ/flat/64.png"},bm:{name:"Mali",nativeName:"Mali",flag:"https://flagsapi.com/ML/flat/32.png",flagLg:"https://flagsapi.com/ML/flat/64.png"},ba:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},eu:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},br:{name:"Brazil",nativeName:"Brasil",flag:"https://flagsapi.com/BR/flat/32.png",flagLg:"https://flagsapi.com/BR/flat/64.png"},by:{name:"Belarus",nativeName:"Беларусь",flag:"https://flagsapi.com/BY/flat/32.png",flagLg:"https://flagsapi.com/BY/flat/64.png"},bn:{name:"Bangladesh",nativeName:"বাংলাদেশ",flag:"https://flagsapi.com/BD/flat/32.png",flagLg:"https://flagsapi.com/BD/flat/64.png"},bh:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},bi:{name:"Vanuatu",nativeName:"Vanuatu",flag:"https://flagsapi.com/VU/flat/32.png",flagLg:"https://flagsapi.com/VU/flat/64.png"},bs:{name:"Bosnia and Herzegovina",nativeName:"Bosna i Hercegovina",flag:"https://flagsapi.com/BA/flat/32.png",flagLg:"https://flagsapi.com/BA/flat/64.png"},fr:{name:"France",nativeName:"France",flag:"https://flagsapi.com/FR/flat/32.png",flagLg:"https://flagsapi.com/FR/flat/64.png"},bg:{name:"Bulgaria",nativeName:"България",flag:"https://flagsapi.com/BG/flat/32.png",flagLg:"https://flagsapi.com/BG/flat/64.png"},my:{name:"Myanmar",nativeName:"မြန်မာ",flag:"https://flagsapi.com/MM/flat/32.png",flagLg:"https://flagsapi.com/MM/flat/64.png"},ch:{name:"Guam",nativeName:"Guåhan",flag:"https://flagsapi.com/GU/flat/32.png",flagLg:"https://flagsapi.com/GU/flat/64.png"},cl:{name:"Chile",nativeName:"Chile",flag:"https://flagsapi.com/CL/flat/32.png",flagLg:"https://flagsapi.com/CL/flat/64.png"},ce:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},ny:{name:"Malawi",nativeName:"Malawi",flag:"https://flagsapi.com/MW/flat/32.png",flagLg:"https://flagsapi.com/MW/flat/64.png"},zh:{name:"China",nativeName:"中国",flag:"https://flagsapi.com/CN/flat/32.png",flagLg:"https://flagsapi.com/CN/flat/64.png"},cv:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},kw:{name:"United Kingdom",nativeName:"United Kingdom",flag:"https://flagsapi.com/GB/flat/32.png",flagLg:"https://flagsapi.com/GB/flat/64.png"},co:{name:"Colombia",nativeName:"Colombia",flag:"https://flagsapi.com/CO/flat/32.png",flagLg:"https://flagsapi.com/CO/flat/64.png"},cr:{name:"Costa Rica",nativeName:"Costa Rica",flag:"https://flagsapi.com/CR/flat/32.png",flagLg:"https://flagsapi.com/CR/flat/64.png"},ca:{name:"Canada",nativeName:"Canada",flag:"https://flagsapi.com/CA/flat/32.png",flagLg:"https://flagsapi.com/CA/flat/64.png"},hr:{name:"Croatia",nativeName:"Hrvatska",flag:"https://flagsapi.com/HR/flat/32.png",flagLg:"https://flagsapi.com/HR/flat/64.png"},cs:{name:"Czechia",nativeName:"Česko",flag:"https://flagsapi.com/CZ/flat/32.png",flagLg:"https://flagsapi.com/CZ/flat/64.png"},da:{name:"Denmark",nativeName:"Danmark",flag:"https://flagsapi.com/DK/flat/32.png",flagLg:"https://flagsapi.com/DK/flat/64.png"},dv:{name:"Maldives",nativeName:"ދިވެހިރާއްޖޭ",flag:"https://flagsapi.com/MV/flat/32.png",flagLg:"https://flagsapi.com/MV/flat/64.png"},nl:{name:"Netherlands",nativeName:"Nederland",flag:"https://flagsapi.com/NL/flat/32.png",flagLg:"https://flagsapi.com/NL/flat/64.png"},eo:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},et:{name:"Estonia",nativeName:"Eesti",flag:"https://flagsapi.com/EE/flat/32.png",flagLg:"https://flagsapi.com/EE/flat/64.png"},ee:{name:"Ghana",nativeName:"Ghana",flag:"https://flagsapi.com/GH/flat/32.png",flagLg:"https://flagsapi.com/GH/flat/64.png"},fo:{name:"Faroe Islands",nativeName:"Føroyar",flag:"https://flagsapi.com/FO/flat/32.png",flagLg:"https://flagsapi.com/FO/flat/64.png"},fj:{name:"Fiji",nativeName:"Fiji",flag:"https://flagsapi.com/FJ/flat/32.png",flagLg:"https://flagsapi.com/FJ/flat/64.png"},fi:{name:"Finland",nativeName:"Suomi",flag:"https://flagsapi.com/FI/flat/32.png",flagLg:"https://flagsapi.com/FI/flat/64.png"},ff:{name:"Senegal",nativeName:"Sénégal",flag:"https://flagsapi.com/SN/flat/32.png",flagLg:"https://flagsapi.com/SN/flat/64.png"},gl:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},ka:{name:"Georgia",nativeName:"საქართველო",flag:"https://flagsapi.com/GE/flat/32.png",flagLg:"https://flagsapi.com/GE/flat/64.png"},de:{name:"Germany",nativeName:"Deutschland",flag:"https://flagsapi.com/DE/flat/32.png",flagLg:"https://flagsapi.com/DE/flat/64.png"},el:{name:"Greece",nativeName:"Ελλάδα",flag:"https://flagsapi.com/GR/flat/32.png",flagLg:"https://flagsapi.com/GR/flat/64.png"},gn:{name:"Paraguay",nativeName:"Paraguay",flag:"https://flagsapi.com/PY/flat/32.png",flagLg:"https://flagsapi.com/PY/flat/64.png"},gu:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},ht:{name:"Haiti",nativeName:"Haïti",flag:"https://flagsapi.com/HT/flat/32.png",flagLg:"https://flagsapi.com/HT/flat/64.png"},ha:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"},he:{name:"Israel",nativeName:"ישראל",flag:"https://flagsapi.com/IL/flat/32.png",flagLg:"https://flagsapi.com/IL/flat/64.png"},hz:{name:"Namibia",nativeName:"Namibia",flag:"https://flagsapi.com/NA/flat/32.png",flagLg:"https://flagsapi.com/NA/flat/64.png"},hi:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},ho:{name:"Papua New Guinea",nativeName:"Papua Niugini",flag:"https://flagsapi.com/PG/flat/32.png",flagLg:"https://flagsapi.com/PG/flat/64.png"},hu:{name:"Hungary",nativeName:"Magyarország",flag:"https://flagsapi.com/HU/flat/32.png",flagLg:"https://flagsapi.com/HU/flat/64.png"},ia:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},id:{name:"Indonesia",nativeName:"Indonesia",flag:"https://flagsapi.com/ID/flat/32.png",flagLg:"https://flagsapi.com/ID/flat/64.png"},ie:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},ga:{name:"Ireland",nativeName:"Éire",flag:"https://flagsapi.com/IE/flat/32.png",flagLg:"https://flagsapi.com/IE/flat/64.png"},ig:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"},io:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},is:{name:"Iceland",nativeName:"Ísland",flag:"https://flagsapi.com/IS/flat/32.png",flagLg:"https://flagsapi.com/IS/flat/64.png"},it:{name:"Italy",nativeName:"Italia",flag:"https://flagsapi.com/IT/flat/32.png",flagLg:"https://flagsapi.com/IT/flat/64.png"},iu:{name:"Canada",nativeName:"Canada",flag:"https://flagsapi.com/CA/flat/32.png",flagLg:"https://flagsapi.com/CA/flat/64.png"},ja:{name:"Japan",nativeName:"日本",flag:"https://flagsapi.com/JP/flat/32.png",flagLg:"https://flagsapi.com/JP/flat/64.png"},jv:{name:"Indonesia",nativeName:"Indonesia",flag:"https://flagsapi.com/ID/flat/32.png",flagLg:"https://flagsapi.com/ID/flat/64.png"},kl:{name:"Greenland",nativeName:"Kalaallit Nunaat",flag:"https://flagsapi.com/GL/flat/32.png",flagLg:"https://flagsapi.com/GL/flat/64.png"},kn:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},kr:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"},ks:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},kk:{name:"Kazakhstan",nativeName:"Қазақстан",flag:"https://flagsapi.com/KZ/flat/32.png",flagLg:"https://flagsapi.com/KZ/flat/64.png"},km:{name:"Cambodia",nativeName:"Kampuchea",flag:"https://flagsapi.com/KH/flat/32.png",flagLg:"https://flagsapi.com/KH/flat/64.png"},ki:{name:"Kenya",nativeName:"Kenya",flag:"https://flagsapi.com/KE/flat/32.png",flagLg:"https://flagsapi.com/KE/flat/64.png"},rw:{name:"Rwanda",nativeName:"Rwanda",flag:"https://flagsapi.com/RW/flat/32.png",flagLg:"https://flagsapi.com/RW/flat/64.png"},ky:{name:"Kyrgyzstan",nativeName:"Кыргызстан",flag:"https://flagsapi.com/KG/flat/32.png",flagLg:"https://flagsapi.com/KG/flat/64.png"},kv:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},kg:{name:"Democratic Republic of the Congo",nativeName:"République démocratique du Congo",flag:"https://flagsapi.com/CD/flat/32.png",flagLg:"https://flagsapi.com/CD/flat/64.png"},ko:{name:"South Korea",nativeName:"대한민국",flag:"https://flagsapi.com/KR/flat/32.png",flagLg:"https://flagsapi.com/KR/flat/64.png"},ku:{name:"Iraq",nativeName:"العراق",flag:"https://flagsapi.com/IQ/flat/32.png",flagLg:"https://flagsapi.com/IQ/flat/64.png"},kj:{name:"Angola",nativeName:"Angola",flag:"https://flagsapi.com/AO/flat/32.png",flagLg:"https://flagsapi.com/AO/flat/64.png"},la:{name:"Vatican City",nativeName:"Città del Vaticano",flag:"https://flagsapi.com/VA/flat/32.png",flagLg:"https://flagsapi.com/VA/flat/64.png"},lb:{name:"Luxembourg",nativeName:"Lëtzebuerg",flag:"https://flagsapi.com/LU/flat/32.png",flagLg:"https://flagsapi.com/LU/flat/64.png"},lg:{name:"Uganda",nativeName:"Uganda",flag:"https://flagsapi.com/UG/flat/32.png",flagLg:"https://flagsapi.com/UG/flat/64.png"},li:{name:"Netherlands",nativeName:"Nederland",flag:"https://flagsapi.com/NL/flat/32.png",flagLg:"https://flagsapi.com/NL/flat/64.png"},ln:{name:"Democratic Republic of the Congo",nativeName:"République démocratique du Congo",flag:"https://flagsapi.com/CD/flat/32.png",flagLg:"https://flagsapi.com/CD/flat/64.png"},lo:{name:"Laos",nativeName:"ສປປລາວ",flag:"https://flagsapi.com/LA/flat/32.png",flagLg:"https://flagsapi.com/LA/flat/64.png"},lt:{name:"Lithuania",nativeName:"Lietuva",flag:"https://flagsapi.com/LT/flat/32.png",flagLg:"https://flagsapi.com/LT/flat/64.png"},lu:{name:"Democratic Republic of the Congo",nativeName:"République démocratique du Congo",flag:"https://flagsapi.com/CD/flat/32.png",flagLg:"https://flagsapi.com/CD/flat/64.png"},lv:{name:"Latvia",nativeName:"Latvija",flag:"https://flagsapi.com/LV/flat/32.png",flagLg:"https://flagsapi.com/LV/flat/64.png"},gv:{name:"Isle of Man",nativeName:"Ellan Vannin",flag:"https://flagsapi.com/IM/flat/32.png",flagLg:"https://flagsapi.com/IM/flat/64.png"},do:{name:"Dominican Republic",nativeName:"República Dominicana",flag:"https://flagsapi.com/DO/flat/32.png",flagLg:"https://flagsapi.com/DO/flat/64.png"},mk:{name:"North Macedonia",nativeName:"Северна Македонија",flag:"https://flagsapi.com/MK/flat/32.png",flagLg:"https://flagsapi.com/MK/flat/64.png"},mg:{name:"Madagascar",nativeName:"Madagasikara",flag:"https://flagsapi.com/MG/flat/32.png",flagLg:"https://flagsapi.com/MG/flat/64.png"},ms:{name:"Malaysia",nativeName:"Malaysia",flag:"https://flagsapi.com/MY/flat/32.png",flagLg:"https://flagsapi.com/MY/flat/64.png"},ml:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},mt:{name:"Malta",nativeName:"Malta",flag:"https://flagsapi.com/MT/flat/32.png",flagLg:"https://flagsapi.com/MT/flat/64.png"},mi:{name:"New Zealand",nativeName:"Aotearoa",flag:"https://flagsapi.com/NZ/flat/32.png",flagLg:"https://flagsapi.com/NZ/flat/64.png"},mr:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},mx:{name:"Mexico",nativeName:"México",flag:"https://flagsapi.com/MX/flat/32.png",flagLg:"https://flagsapi.com/MX/flat/64.png"},mh:{name:"Marshall Islands",nativeName:"M̧ajeļ",flag:"https://flagsapi.com/MH/flat/32.png",flagLg:"https://flagsapi.com/MH/flat/64.png"},mn:{name:"Mongolia",nativeName:"Монгол улс",flag:"https://flagsapi.com/MN/flat/32.png",flagLg:"https://flagsapi.com/MN/flat/64.png"},nr:{name:"Nauru",nativeName:"Naoero",flag:"https://flagsapi.com/NR/flat/32.png",flagLg:"https://flagsapi.com/NR/flat/64.png"},us:{name:"United States",nativeName:"United States",flag:"https://flagsapi.com/US/flat/32.png",flagLg:"https://flagsapi.com/US/flat/64.png"},nb:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},nd:{name:"Zimbabwe",nativeName:"Zimbabwe",flag:"https://flagsapi.com/ZW/flat/32.png",flagLg:"https://flagsapi.com/ZW/flat/64.png"},ne:{name:"Nepal",nativeName:"नेपाल",flag:"https://flagsapi.com/NP/flat/32.png",flagLg:"https://flagsapi.com/NP/flat/64.png"},na:{name:"Namibia",nativeName:"Namibia",flag:"https://flagsapi.com/NA/flat/32.png",flagLg:"https://flagsapi.com/NA/flat/64.png"},nn:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},no:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},ii:{name:"China",nativeName:"中国",flag:"https://flagsapi.com/CN/flat/32.png",flagLg:"https://flagsapi.com/CN/flat/64.png"},za:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},oc:{name:"France",nativeName:"France",flag:"https://flagsapi.com/FR/flat/32.png",flagLg:"https://flagsapi.com/FR/flat/64.png"},oj:{name:"Canada",nativeName:"Canada",flag:"https://flagsapi.com/CA/flat/32.png",flagLg:"https://flagsapi.com/CA/flat/64.png"},cu:{name:"Bulgaria",nativeName:"България",flag:"https://flagsapi.com/BG/flat/32.png",flagLg:"https://flagsapi.com/BG/flat/64.png"},om:{name:"Ethiopia",nativeName:"ኢትዮጵያ",flag:"https://flagsapi.com/ET/flat/32.png",flagLg:"https://flagsapi.com/ET/flat/64.png"},or:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},os:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},pa:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},pi:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},fa:{name:"Iran",nativeName:"ایران",flag:"https://flagsapi.com/IR/flat/32.png",flagLg:"https://flagsapi.com/IR/flat/64.png"},pl:{name:"Poland",nativeName:"Polska",flag:"https://flagsapi.com/PL/flat/32.png",flagLg:"https://flagsapi.com/PL/flat/64.png"},ps:{name:"Afghanistan",nativeName:"افغانستان",flag:"https://flagsapi.com/AF/flat/32.png",flagLg:"https://flagsapi.com/AF/flat/64.png"},pt:{name:"Portugal",nativeName:"Portugal",flag:"https://flagsapi.com/PT/flat/32.png",flagLg:"https://flagsapi.com/PT/flat/64.png"},pe:{name:"Peru",nativeName:"Perú",flag:"https://flagsapi.com/PE/flat/32.png",flagLg:"https://flagsapi.com/PE/flat/64.png"},rm:{name:"Switzerland",nativeName:"Schweiz",flag:"https://flagsapi.com/CH/flat/32.png",flagLg:"https://flagsapi.com/CH/flat/64.png"},rn:{name:"Burundi",nativeName:"Uburundi",flag:"https://flagsapi.com/BI/flat/32.png",flagLg:"https://flagsapi.com/BI/flat/64.png"},ro:{name:"Romania",nativeName:"România",flag:"https://flagsapi.com/RO/flat/32.png",flagLg:"https://flagsapi.com/RO/flat/64.png"},ru:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},in:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},sc:{name:"Italy",nativeName:"Italia",flag:"https://flagsapi.com/IT/flat/32.png",flagLg:"https://flagsapi.com/IT/flat/64.png"},sd:{name:"Pakistan",nativeName:"پاکستان",flag:"https://flagsapi.com/PK/flat/32.png",flagLg:"https://flagsapi.com/PK/flat/64.png"},se:{name:"Norway",nativeName:"Norge",flag:"https://flagsapi.com/NO/flat/32.png",flagLg:"https://flagsapi.com/NO/flat/64.png"},sm:{name:"Samoa",nativeName:"Sāmoa",flag:"https://flagsapi.com/WS/flat/32.png",flagLg:"https://flagsapi.com/WS/flat/64.png"},sg:{name:"Central African Republic",nativeName:"République centrafricaine",flag:"https://flagsapi.com/CF/flat/32.png",flagLg:"https://flagsapi.com/CF/flat/64.png"},sr:{name:"Serbia",nativeName:"Srbija",flag:"https://flagsapi.com/RS/flat/32.png",flagLg:"https://flagsapi.com/RS/flat/64.png"},gd:{name:"United Kingdom",nativeName:"United Kingdom",flag:"https://flagsapi.com/GB/flat/32.png",flagLg:"https://flagsapi.com/GB/flat/64.png"},sn:{name:"Zimbabwe",nativeName:"Zimbabwe",flag:"https://flagsapi.com/ZW/flat/32.png",flagLg:"https://flagsapi.com/ZW/flat/64.png"},si:{name:"Sri Lanka",nativeName:"ශ්‍රී ලංකා",flag:"https://flagsapi.com/LK/flat/32.png",flagLg:"https://flagsapi.com/LK/flat/64.png"},sk:{name:"Slovakia",nativeName:"Slovensko",flag:"https://flagsapi.com/SK/flat/32.png",flagLg:"https://flagsapi.com/SK/flat/64.png"},sl:{name:"Slovenia",nativeName:"Slovenija",flag:"https://flagsapi.com/SI/flat/32.png",flagLg:"https://flagsapi.com/SI/flat/64.png"},so:{name:"Somalia",nativeName:"Soomaaliya",flag:"https://flagsapi.com/SO/flat/32.png",flagLg:"https://flagsapi.com/SO/flat/64.png"},st:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},es:{name:"Spain",nativeName:"España",flag:"https://flagsapi.com/ES/flat/32.png",flagLg:"https://flagsapi.com/ES/flat/64.png"},su:{name:"Indonesia",nativeName:"Indonesia",flag:"https://flagsapi.com/ID/flat/32.png",flagLg:"https://flagsapi.com/ID/flat/64.png"},sw:{name:"Kenya",nativeName:"Kenya",flag:"https://flagsapi.com/KE/flat/32.png",flagLg:"https://flagsapi.com/KE/flat/64.png"},ss:{name:"Eswatini",nativeName:"eSwatini",flag:"https://flagsapi.com/SZ/flat/32.png",flagLg:"https://flagsapi.com/SZ/flat/64.png"},sv:{name:"Sweden",nativeName:"Sverige",flag:"https://flagsapi.com/SE/flat/32.png",flagLg:"https://flagsapi.com/SE/flat/64.png"},ta:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},te:{name:"India",nativeName:"भारत",flag:"https://flagsapi.com/IN/flat/32.png",flagLg:"https://flagsapi.com/IN/flat/64.png"},tg:{name:"Tajikistan",nativeName:"Тоҷикистон",flag:"https://flagsapi.com/TJ/flat/32.png",flagLg:"https://flagsapi.com/TJ/flat/64.png"},th:{name:"Thailand",nativeName:"ประเทศไทย",flag:"https://flagsapi.com/TH/flat/32.png",flagLg:"https://flagsapi.com/TH/flat/64.png"},ti:{name:"Eritrea",nativeName:"ኤርትራ",flag:"https://flagsapi.com/ER/flat/32.png",flagLg:"https://flagsapi.com/ER/flat/64.png"},bo:{name:"Bolivia",nativeName:"Bolivia",flag:"https://flagsapi.com/BO/flat/32.png",flagLg:"https://flagsapi.com/BO/flat/64.png"},tk:{name:"Turkmenistan",nativeName:"Türkmenistan",flag:"https://flagsapi.com/TM/flat/32.png",flagLg:"https://flagsapi.com/TM/flat/64.png"},tl:{name:"Philippines",nativeName:"Pilipinas",flag:"https://flagsapi.com/PH/flat/32.png",flagLg:"https://flagsapi.com/PH/flat/64.png"},tn:{name:"Botswana",nativeName:"Botswana",flag:"https://flagsapi.com/BW/flat/32.png",flagLg:"https://flagsapi.com/BW/flat/64.png"},to:{name:"Tonga",nativeName:"Tonga",flag:"https://flagsapi.com/TO/flat/32.png",flagLg:"https://flagsapi.com/TO/flat/64.png"},tr:{name:"Turkey",nativeName:"Türkiye",flag:"https://flagsapi.com/TR/flat/32.png",flagLg:"https://flagsapi.com/TR/flat/64.png"},ts:{name:"South Africa",nativeName:"Suid-Afrika",flag:"https://flagsapi.com/ZA/flat/32.png",flagLg:"https://flagsapi.com/ZA/flat/64.png"},tt:{name:"Russia",nativeName:"Россия",flag:"https://flagsapi.com/RU/flat/32.png",flagLg:"https://flagsapi.com/RU/flat/64.png"},tw:{name:"Ghana",nativeName:"Ghana",flag:"https://flagsapi.com/GH/flat/32.png",flagLg:"https://flagsapi.com/GH/flat/64.png"},ty:{name:"French Polynesia",nativeName:"Polynésie française",flag:"https://flagsapi.com/PF/flat/32.png",flagLg:"https://flagsapi.com/PF/flat/64.png"},cn:{name:"China",nativeName:"中国",flag:"https://flagsapi.com/CN/flat/32.png",flagLg:"https://flagsapi.com/CN/flat/64.png"},uk:{name:"Ukraine",nativeName:"Україна",flag:"https://flagsapi.com/UA/flat/32.png",flagLg:"https://flagsapi.com/UA/flat/64.png"},ur:{name:"Pakistan",nativeName:"پاکستان",flag:"https://flagsapi.com/PK/flat/32.png",flagLg:"https://flagsapi.com/PK/flat/64.png"},uz:{name:"Uzbekistan",nativeName:"Oʻzbekiston",flag:"https://flagsapi.com/UZ/flat/32.png",flagLg:"https://flagsapi.com/UZ/flat/64.png"},ve:{name:"Venezuela",nativeName:"Venezuela",flag:"https://flagsapi.com/VE/flat/32.png",flagLg:"https://flagsapi.com/VE/flat/64.png"},vi:{name:"Vietnam",nativeName:"Việt Nam",flag:"https://flagsapi.com/VN/flat/32.png",flagLg:"https://flagsapi.com/VN/flat/64.png"},vo:{name:"United Nations",nativeName:"United Nations",flag:"https://flagsapi.com/UN/flat/32.png",flagLg:"https://flagsapi.com/UN/flat/64.png"},be:{name:"Belgium",nativeName:"België",flag:"https://flagsapi.com/BE/flat/32.png",flagLg:"https://flagsapi.com/BE/flat/64.png"},gb:{name:"United Kingdom",nativeName:"United Kingdom",flag:"https://flagsapi.com/GB/flat/32.png",flagLg:"https://flagsapi.com/GB/flat/64.png"},wo:{name:"Senegal",nativeName:"Sénégal",flag:"https://flagsapi.com/SN/flat/32.png",flagLg:"https://flagsapi.com/SN/flat/64.png"},ng:{name:"Nigeria",nativeName:"Nigeria",flag:"https://flagsapi.com/NG/flat/32.png",flagLg:"https://flagsapi.com/NG/flat/64.png"}};var gl={};Object.defineProperty(gl,"__esModule",{value:!0}),gl.LANGUAGES=void 0,gl.LANGUAGES={catalan:{name:"Catalán",nativeName:"Català",flag:"https://w2w-files.s3.us-east-1.amazonaws.com/custom-flags/catalunia.png"},mandarin:{name:"Chino",nativeName:"普通话",flag:"https://flagsapi.com/CN/flat/32.png"},spanish:{name:"Español",nativeName:"Español",flag:"https://flagsapi.com/ES/flat/32.png"},english:{name:"Inglés",nativeName:"English",flag:"https://flagsapi.com/GB/flat/32.png"},hindi:{name:"Hindi",nativeName:"हिन्दी",flag:"https://flagsapi.com/IN/flat/32.png"},arabic:{name:"Árabe",nativeName:"العربية",flag:"https://flagsapi.com/SA/flat/32.png"},bengali:{name:"Bengalí",nativeName:"বাংলা",flag:"https://flagsapi.com/BD/flat/32.png"},portuguese:{name:"Portugués",nativeName:"Português",flag:"https://flagsapi.com/PT/flat/32.png"},russian:{name:"Ruso",nativeName:"Русский",flag:"https://flagsapi.com/RU/flat/32.png"},japanese:{name:"Japonés",nativeName:"日本語",flag:"https://flagsapi.com/JP/flat/32.png"},french:{name:"Francés",nativeName:"Français",flag:"https://flagsapi.com/FR/flat/32.png"},german:{name:"Alemán",nativeName:"Deutsch",flag:"https://flagsapi.com/DE/flat/32.png"},korean:{name:"Coreano",nativeName:"한국어",flag:"https://flagsapi.com/KR/flat/32.png"},italian:{name:"Italiano",nativeName:"Italiano",flag:"https://flagsapi.com/IT/flat/32.png"},turkish:{name:"Turco",nativeName:"Türkçe",flag:"https://flagsapi.com/TR/flat/32.png"},vietnamese:{name:"Vietnamita",nativeName:"Tiếng Việt",flag:"https://flagsapi.com/VN/flat/32.png"},thai:{name:"Tailandés",nativeName:"ไทย",flag:"https://flagsapi.com/TH/flat/32.png"},urdu:{name:"Urdu",nativeName:"اردو",flag:"https://flagsapi.com/PK/flat/32.png"},persian:{name:"Persa",nativeName:"فارسی",flag:"https://flagsapi.com/IR/flat/32.png"},swahili:{name:"Swahili",nativeName:"Kiswahili",flag:"https://flagsapi.com/KE/flat/32.png"},dutch:{name:"Holandés",nativeName:"Nederlands",flag:"https://flagsapi.com/NL/flat/32.png"},polish:{name:"Polaco",nativeName:"Polski",flag:"https://flagsapi.com/PL/flat/32.png"},romanian:{name:"Rumano",nativeName:"Română",flag:"https://flagsapi.com/RO/flat/32.png"},greek:{name:"Griego",nativeName:"Ελληνικά",flag:"https://flagsapi.com/GR/flat/32.png"},czech:{name:"Checo",nativeName:"Čeština",flag:"https://flagsapi.com/CZ/flat/32.png"},hungarian:{name:"Húngaro",nativeName:"Magyar",flag:"https://flagsapi.com/HU/flat/32.png"},ukrainian:{name:"Ucraniano",nativeName:"Українська",flag:"https://flagsapi.com/UA/flat/32.png"},filipino:{name:"Filipino",nativeName:"Filipino",flag:"https://flagsapi.com/PH/flat/32.png"},malay:{name:"Malayo",nativeName:"Bahasa Melayu",flag:"https://flagsapi.com/MY/flat/32.png"},tamil:{name:"Tamil",nativeName:"தமிழ்",flag:"https://flagsapi.com/IN/flat/32.png"},telugu:{name:"Telugu",nativeName:"తెలుగు",flag:"https://flagsapi.com/IN/flat/32.png"},marathi:{name:"Maratí",nativeName:"मराठी",flag:"https://flagsapi.com/IN/flat/32.png"},indonesian:{name:"Indonesio",nativeName:"Bahasa Indonesia",flag:"https://flagsapi.com/ID/flat/32.png"}};var ut={},dt={},vl={exports:{}};/**
2
2
  * @license
3
3
  * Lodash <https://lodash.com/>
4
4
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
5
5
  * Released under MIT license <https://lodash.com/license>
6
6
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
7
7
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
8
- */vl.exports,function(t,d){(function(){var o,c="4.17.21",s=200,r="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",m="Expected a function",f="Invalid `variable` option passed into `_.template`",v="__lodash_hash_undefined__",C=500,p="__lodash_placeholder__",x=1,R=2,y=4,h=1,O=2,g=1,I=2,P=4,T=8,L=16,A=32,w=64,$=128,j=256,Y=512,B=30,k="...",q=800,X=16,le=1,ae=2,re=3,ge=1/0,pe=9007199254740991,De=17976931348623157e292,Le=NaN,ye=4294967295,Ze=ye-1,la=ye>>>1,ha=[["ary",$],["bind",g],["bindKey",I],["curry",T],["curryRight",L],["flip",Y],["partial",A],["partialRight",w],["rearg",j]],He="[object Arguments]",Je="[object Array]",Te="[object AsyncFunction]",Pe="[object Boolean]",we="[object Date]",qe="[object DOMException]",Ni="[object Error]",Si="[object Function]",Zi="[object GeneratorFunction]",K="[object Map]",Q="[object Number]",ke="[object Null]",ee="[object Object]",ca="[object Promise]",ze="[object Proxy]",ua="[object RegExp]",Ta="[object Set]",Yi="[object String]",zl="[object Symbol]",Uh="[object Undefined]",Xi="[object WeakMap]",Fh="[object WeakSet]",Ji="[object ArrayBuffer]",Li="[object DataView]",Fo="[object Float32Array]",zo="[object Float64Array]",Go="[object Int8Array]",$o="[object Int16Array]",jo="[object Int32Array]",Ho="[object Uint8Array]",qo="[object Uint8ClampedArray]",Ko="[object Uint16Array]",Qo="[object Uint32Array]",zh=/\b__p \+= '';/g,Gh=/\b(__p \+=) '' \+/g,$h=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ks=/&(?:amp|lt|gt|quot|#39);/g,Vs=/[&<>"']/g,jh=RegExp(ks.source),Hh=RegExp(Vs.source),qh=/<%-([\s\S]+?)%>/g,Kh=/<%([\s\S]+?)%>/g,Ms=/<%=([\s\S]+?)%>/g,Qh=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wh=/^\w*$/,Zh=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Wo=/[\\^$.*+?()[\]{}|]/g,Yh=RegExp(Wo.source),Zo=/^\s+/,Xh=/\s/,Jh=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,eC=/\{\n\/\* \[wrapped with (.+)\] \*/,aC=/,? & /,iC=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,lC=/[()=,{}\[\]\/\s]/,oC=/\\(\\)?/g,tC=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Us=/\w*$/,nC=/^[-+]0x[0-9a-f]+$/i,sC=/^0b[01]+$/i,rC=/^\[object .+?Constructor\]$/,cC=/^0o[0-7]+$/i,uC=/^(?:0|[1-9]\d*)$/,dC=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Gl=/($^)/,mC=/['\n\r\u2028\u2029\\]/g,$l="\\ud800-\\udfff",pC="\\u0300-\\u036f",fC="\\ufe20-\\ufe2f",_C="\\u20d0-\\u20ff",Fs=pC+fC+_C,zs="\\u2700-\\u27bf",Gs="a-z\\xdf-\\xf6\\xf8-\\xff",gC="\\xac\\xb1\\xd7\\xf7",vC="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",bC="\\u2000-\\u206f",hC=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",$s="A-Z\\xc0-\\xd6\\xd8-\\xde",js="\\ufe0e\\ufe0f",Hs=gC+vC+bC+hC,Yo="['’]",CC="["+$l+"]",qs="["+Hs+"]",jl="["+Fs+"]",Ks="\\d+",OC="["+zs+"]",Qs="["+Gs+"]",Ws="[^"+$l+Hs+Ks+zs+Gs+$s+"]",Xo="\\ud83c[\\udffb-\\udfff]",EC="(?:"+jl+"|"+Xo+")",Zs="[^"+$l+"]",Jo="(?:\\ud83c[\\udde6-\\uddff]){2}",et="[\\ud800-\\udbff][\\udc00-\\udfff]",Bi="["+$s+"]",Ys="\\u200d",Xs="(?:"+Qs+"|"+Ws+")",xC="(?:"+Bi+"|"+Ws+")",Js="(?:"+Yo+"(?:d|ll|m|re|s|t|ve))?",er="(?:"+Yo+"(?:D|LL|M|RE|S|T|VE))?",ar=EC+"?",ir="["+js+"]?",IC="(?:"+Ys+"(?:"+[Zs,Jo,et].join("|")+")"+ir+ar+")*",AC="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",yC="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",lr=ir+ar+IC,PC="(?:"+[OC,Jo,et].join("|")+")"+lr,DC="(?:"+[Zs+jl+"?",jl,Jo,et,CC].join("|")+")",TC=RegExp(Yo,"g"),RC=RegExp(jl,"g"),at=RegExp(Xo+"(?="+Xo+")|"+DC+lr,"g"),NC=RegExp([Bi+"?"+Qs+"+"+Js+"(?="+[qs,Bi,"$"].join("|")+")",xC+"+"+er+"(?="+[qs,Bi+Xs,"$"].join("|")+")",Bi+"?"+Xs+"+"+Js,Bi+"+"+er,yC,AC,Ks,PC].join("|"),"g"),SC=RegExp("["+Ys+$l+Fs+js+"]"),LC=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,BC=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],wC=-1,Se={};Se[Fo]=Se[zo]=Se[Go]=Se[$o]=Se[jo]=Se[Ho]=Se[qo]=Se[Ko]=Se[Qo]=!0,Se[He]=Se[Je]=Se[Ji]=Se[Pe]=Se[Li]=Se[we]=Se[Ni]=Se[Si]=Se[K]=Se[Q]=Se[ee]=Se[ua]=Se[Ta]=Se[Yi]=Se[Xi]=!1;var Ne={};Ne[He]=Ne[Je]=Ne[Ji]=Ne[Li]=Ne[Pe]=Ne[we]=Ne[Fo]=Ne[zo]=Ne[Go]=Ne[$o]=Ne[jo]=Ne[K]=Ne[Q]=Ne[ee]=Ne[ua]=Ne[Ta]=Ne[Yi]=Ne[zl]=Ne[Ho]=Ne[qo]=Ne[Ko]=Ne[Qo]=!0,Ne[Ni]=Ne[Si]=Ne[Xi]=!1;var kC={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},VC={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},MC={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},UC={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},FC=parseFloat,zC=parseInt,or=typeof W=="object"&&W&&W.Object===Object&&W,GC=typeof self=="object"&&self&&self.Object===Object&&self,Ke=or||GC||Function("return this")(),it=d&&!d.nodeType&&d,_i=it&&!0&&t&&!t.nodeType&&t,tr=_i&&_i.exports===it,lt=tr&&or.process,Ca=function(){try{var N=_i&&_i.require&&_i.require("util").types;return N||lt&&lt.binding&&lt.binding("util")}catch{}}(),nr=Ca&&Ca.isArrayBuffer,sr=Ca&&Ca.isDate,rr=Ca&&Ca.isMap,cr=Ca&&Ca.isRegExp,ur=Ca&&Ca.isSet,dr=Ca&&Ca.isTypedArray;function da(N,F,U){switch(U.length){case 0:return N.call(F);case 1:return N.call(F,U[0]);case 2:return N.call(F,U[0],U[1]);case 3:return N.call(F,U[0],U[1],U[2])}return N.apply(F,U)}function $C(N,F,U,J){for(var de=-1,xe=N==null?0:N.length;++de<xe;){var Ge=N[de];F(J,Ge,U(Ge),N)}return J}function Oa(N,F){for(var U=-1,J=N==null?0:N.length;++U<J&&F(N[U],U,N)!==!1;);return N}function jC(N,F){for(var U=N==null?0:N.length;U--&&F(N[U],U,N)!==!1;);return N}function mr(N,F){for(var U=-1,J=N==null?0:N.length;++U<J;)if(!F(N[U],U,N))return!1;return!0}function oi(N,F){for(var U=-1,J=N==null?0:N.length,de=0,xe=[];++U<J;){var Ge=N[U];F(Ge,U,N)&&(xe[de++]=Ge)}return xe}function Hl(N,F){var U=N==null?0:N.length;return!!U&&wi(N,F,0)>-1}function ot(N,F,U){for(var J=-1,de=N==null?0:N.length;++J<de;)if(U(F,N[J]))return!0;return!1}function Be(N,F){for(var U=-1,J=N==null?0:N.length,de=Array(J);++U<J;)de[U]=F(N[U],U,N);return de}function ti(N,F){for(var U=-1,J=F.length,de=N.length;++U<J;)N[de+U]=F[U];return N}function tt(N,F,U,J){var de=-1,xe=N==null?0:N.length;for(J&&xe&&(U=N[++de]);++de<xe;)U=F(U,N[de],de,N);return U}function HC(N,F,U,J){var de=N==null?0:N.length;for(J&&de&&(U=N[--de]);de--;)U=F(U,N[de],de,N);return U}function nt(N,F){for(var U=-1,J=N==null?0:N.length;++U<J;)if(F(N[U],U,N))return!0;return!1}var qC=st("length");function KC(N){return N.split("")}function QC(N){return N.match(iC)||[]}function pr(N,F,U){var J;return U(N,function(de,xe,Ge){if(F(de,xe,Ge))return J=xe,!1}),J}function ql(N,F,U,J){for(var de=N.length,xe=U+(J?1:-1);J?xe--:++xe<de;)if(F(N[xe],xe,N))return xe;return-1}function wi(N,F,U){return F===F?nO(N,F,U):ql(N,fr,U)}function WC(N,F,U,J){for(var de=U-1,xe=N.length;++de<xe;)if(J(N[de],F))return de;return-1}function fr(N){return N!==N}function _r(N,F){var U=N==null?0:N.length;return U?ct(N,F)/U:Le}function st(N){return function(F){return F==null?o:F[N]}}function rt(N){return function(F){return N==null?o:N[F]}}function gr(N,F,U,J,de){return de(N,function(xe,Ge,Re){U=J?(J=!1,xe):F(U,xe,Ge,Re)}),U}function ZC(N,F){var U=N.length;for(N.sort(F);U--;)N[U]=N[U].value;return N}function ct(N,F){for(var U,J=-1,de=N.length;++J<de;){var xe=F(N[J]);xe!==o&&(U=U===o?xe:U+xe)}return U}function ut(N,F){for(var U=-1,J=Array(N);++U<N;)J[U]=F(U);return J}function YC(N,F){return Be(F,function(U){return[U,N[U]]})}function vr(N){return N&&N.slice(0,Or(N)+1).replace(Zo,"")}function ma(N){return function(F){return N(F)}}function dt(N,F){return Be(F,function(U){return N[U]})}function el(N,F){return N.has(F)}function br(N,F){for(var U=-1,J=N.length;++U<J&&wi(F,N[U],0)>-1;);return U}function hr(N,F){for(var U=N.length;U--&&wi(F,N[U],0)>-1;);return U}function XC(N,F){for(var U=N.length,J=0;U--;)N[U]===F&&++J;return J}var JC=rt(kC),eO=rt(VC);function aO(N){return"\\"+UC[N]}function iO(N,F){return N==null?o:N[F]}function ki(N){return SC.test(N)}function lO(N){return LC.test(N)}function oO(N){for(var F,U=[];!(F=N.next()).done;)U.push(F.value);return U}function mt(N){var F=-1,U=Array(N.size);return N.forEach(function(J,de){U[++F]=[de,J]}),U}function Cr(N,F){return function(U){return N(F(U))}}function ni(N,F){for(var U=-1,J=N.length,de=0,xe=[];++U<J;){var Ge=N[U];(Ge===F||Ge===p)&&(N[U]=p,xe[de++]=U)}return xe}function Kl(N){var F=-1,U=Array(N.size);return N.forEach(function(J){U[++F]=J}),U}function tO(N){var F=-1,U=Array(N.size);return N.forEach(function(J){U[++F]=[J,J]}),U}function nO(N,F,U){for(var J=U-1,de=N.length;++J<de;)if(N[J]===F)return J;return-1}function sO(N,F,U){for(var J=U+1;J--;)if(N[J]===F)return J;return J}function Vi(N){return ki(N)?cO(N):qC(N)}function Ra(N){return ki(N)?uO(N):KC(N)}function Or(N){for(var F=N.length;F--&&Xh.test(N.charAt(F)););return F}var rO=rt(MC);function cO(N){for(var F=at.lastIndex=0;at.test(N);)++F;return F}function uO(N){return N.match(at)||[]}function dO(N){return N.match(NC)||[]}var mO=function N(F){F=F==null?Ke:Mi.defaults(Ke.Object(),F,Mi.pick(Ke,BC));var U=F.Array,J=F.Date,de=F.Error,xe=F.Function,Ge=F.Math,Re=F.Object,pt=F.RegExp,pO=F.String,Ea=F.TypeError,Ql=U.prototype,fO=xe.prototype,Ui=Re.prototype,Wl=F["__core-js_shared__"],Zl=fO.toString,Ae=Ui.hasOwnProperty,_O=0,Er=function(){var a=/[^.]+$/.exec(Wl&&Wl.keys&&Wl.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),Yl=Ui.toString,gO=Zl.call(Re),vO=Ke._,bO=pt("^"+Zl.call(Ae).replace(Wo,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Xl=tr?F.Buffer:o,si=F.Symbol,Jl=F.Uint8Array,xr=Xl?Xl.allocUnsafe:o,eo=Cr(Re.getPrototypeOf,Re),Ir=Re.create,Ar=Ui.propertyIsEnumerable,ao=Ql.splice,yr=si?si.isConcatSpreadable:o,al=si?si.iterator:o,gi=si?si.toStringTag:o,io=function(){try{var a=Oi(Re,"defineProperty");return a({},"",{}),a}catch{}}(),hO=F.clearTimeout!==Ke.clearTimeout&&F.clearTimeout,CO=J&&J.now!==Ke.Date.now&&J.now,OO=F.setTimeout!==Ke.setTimeout&&F.setTimeout,lo=Ge.ceil,oo=Ge.floor,ft=Re.getOwnPropertySymbols,EO=Xl?Xl.isBuffer:o,Pr=F.isFinite,xO=Ql.join,IO=Cr(Re.keys,Re),$e=Ge.max,Ye=Ge.min,AO=J.now,yO=F.parseInt,Dr=Ge.random,PO=Ql.reverse,_t=Oi(F,"DataView"),il=Oi(F,"Map"),gt=Oi(F,"Promise"),Fi=Oi(F,"Set"),ll=Oi(F,"WeakMap"),ol=Oi(Re,"create"),to=ll&&new ll,zi={},DO=Ei(_t),TO=Ei(il),RO=Ei(gt),NO=Ei(Fi),SO=Ei(ll),no=si?si.prototype:o,tl=no?no.valueOf:o,Tr=no?no.toString:o;function _(a){if(Me(a)&&!me(a)&&!(a instanceof he)){if(a instanceof xa)return a;if(Ae.call(a,"__wrapped__"))return Rc(a)}return new xa(a)}var Gi=function(){function a(){}return function(i){if(!Ve(i))return{};if(Ir)return Ir(i);a.prototype=i;var l=new a;return a.prototype=o,l}}();function so(){}function xa(a,i){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!i,this.__index__=0,this.__values__=o}_.templateSettings={escape:qh,evaluate:Kh,interpolate:Ms,variable:"",imports:{_}},_.prototype=so.prototype,_.prototype.constructor=_,xa.prototype=Gi(so.prototype),xa.prototype.constructor=xa;function he(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ye,this.__views__=[]}function LO(){var a=new he(this.__wrapped__);return a.__actions__=oa(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=oa(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=oa(this.__views__),a}function BO(){if(this.__filtered__){var a=new he(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function wO(){var a=this.__wrapped__.value(),i=this.__dir__,l=me(a),n=i<0,u=l?a.length:0,b=KE(0,u,this.__views__),E=b.start,D=b.end,S=D-E,z=n?D:E-1,G=this.__iteratees__,H=G.length,Z=0,ie=Ye(S,this.__takeCount__);if(!l||!n&&u==S&&ie==S)return Jr(a,this.__actions__);var te=[];e:for(;S--&&Z<ie;){z+=i;for(var _e=-1,ne=a[z];++_e<H;){var be=G[_e],Oe=be.iteratee,_a=be.type,ia=Oe(ne);if(_a==ae)ne=ia;else if(!ia){if(_a==le)continue e;break e}}te[Z++]=ne}return te}he.prototype=Gi(so.prototype),he.prototype.constructor=he;function vi(a){var i=-1,l=a==null?0:a.length;for(this.clear();++i<l;){var n=a[i];this.set(n[0],n[1])}}function kO(){this.__data__=ol?ol(null):{},this.size=0}function VO(a){var i=this.has(a)&&delete this.__data__[a];return this.size-=i?1:0,i}function MO(a){var i=this.__data__;if(ol){var l=i[a];return l===v?o:l}return Ae.call(i,a)?i[a]:o}function UO(a){var i=this.__data__;return ol?i[a]!==o:Ae.call(i,a)}function FO(a,i){var l=this.__data__;return this.size+=this.has(a)?0:1,l[a]=ol&&i===o?v:i,this}vi.prototype.clear=kO,vi.prototype.delete=VO,vi.prototype.get=MO,vi.prototype.has=UO,vi.prototype.set=FO;function za(a){var i=-1,l=a==null?0:a.length;for(this.clear();++i<l;){var n=a[i];this.set(n[0],n[1])}}function zO(){this.__data__=[],this.size=0}function GO(a){var i=this.__data__,l=ro(i,a);if(l<0)return!1;var n=i.length-1;return l==n?i.pop():ao.call(i,l,1),--this.size,!0}function $O(a){var i=this.__data__,l=ro(i,a);return l<0?o:i[l][1]}function jO(a){return ro(this.__data__,a)>-1}function HO(a,i){var l=this.__data__,n=ro(l,a);return n<0?(++this.size,l.push([a,i])):l[n][1]=i,this}za.prototype.clear=zO,za.prototype.delete=GO,za.prototype.get=$O,za.prototype.has=jO,za.prototype.set=HO;function Ga(a){var i=-1,l=a==null?0:a.length;for(this.clear();++i<l;){var n=a[i];this.set(n[0],n[1])}}function qO(){this.size=0,this.__data__={hash:new vi,map:new(il||za),string:new vi}}function KO(a){var i=Oo(this,a).delete(a);return this.size-=i?1:0,i}function QO(a){return Oo(this,a).get(a)}function WO(a){return Oo(this,a).has(a)}function ZO(a,i){var l=Oo(this,a),n=l.size;return l.set(a,i),this.size+=l.size==n?0:1,this}Ga.prototype.clear=qO,Ga.prototype.delete=KO,Ga.prototype.get=QO,Ga.prototype.has=WO,Ga.prototype.set=ZO;function bi(a){var i=-1,l=a==null?0:a.length;for(this.__data__=new Ga;++i<l;)this.add(a[i])}function YO(a){return this.__data__.set(a,v),this}function XO(a){return this.__data__.has(a)}bi.prototype.add=bi.prototype.push=YO,bi.prototype.has=XO;function Na(a){var i=this.__data__=new za(a);this.size=i.size}function JO(){this.__data__=new za,this.size=0}function eE(a){var i=this.__data__,l=i.delete(a);return this.size=i.size,l}function aE(a){return this.__data__.get(a)}function iE(a){return this.__data__.has(a)}function lE(a,i){var l=this.__data__;if(l instanceof za){var n=l.__data__;if(!il||n.length<s-1)return n.push([a,i]),this.size=++l.size,this;l=this.__data__=new Ga(n)}return l.set(a,i),this.size=l.size,this}Na.prototype.clear=JO,Na.prototype.delete=eE,Na.prototype.get=aE,Na.prototype.has=iE,Na.prototype.set=lE;function Rr(a,i){var l=me(a),n=!l&&xi(a),u=!l&&!n&&mi(a),b=!l&&!n&&!u&&qi(a),E=l||n||u||b,D=E?ut(a.length,pO):[],S=D.length;for(var z in a)(i||Ae.call(a,z))&&!(E&&(z=="length"||u&&(z=="offset"||z=="parent")||b&&(z=="buffer"||z=="byteLength"||z=="byteOffset")||qa(z,S)))&&D.push(z);return D}function Nr(a){var i=a.length;return i?a[Pt(0,i-1)]:o}function oE(a,i){return Eo(oa(a),hi(i,0,a.length))}function tE(a){return Eo(oa(a))}function vt(a,i,l){(l!==o&&!Sa(a[i],l)||l===o&&!(i in a))&&$a(a,i,l)}function nl(a,i,l){var n=a[i];(!(Ae.call(a,i)&&Sa(n,l))||l===o&&!(i in a))&&$a(a,i,l)}function ro(a,i){for(var l=a.length;l--;)if(Sa(a[l][0],i))return l;return-1}function nE(a,i,l,n){return ri(a,function(u,b,E){i(n,u,l(u),E)}),n}function Sr(a,i){return a&&Ma(i,je(i),a)}function sE(a,i){return a&&Ma(i,na(i),a)}function $a(a,i,l){i=="__proto__"&&io?io(a,i,{configurable:!0,enumerable:!0,value:l,writable:!0}):a[i]=l}function bt(a,i){for(var l=-1,n=i.length,u=U(n),b=a==null;++l<n;)u[l]=b?o:Xt(a,i[l]);return u}function hi(a,i,l){return a===a&&(l!==o&&(a=a<=l?a:l),i!==o&&(a=a>=i?a:i)),a}function Ia(a,i,l,n,u,b){var E,D=i&x,S=i&R,z=i&y;if(l&&(E=u?l(a,n,u,b):l(a)),E!==o)return E;if(!Ve(a))return a;var G=me(a);if(G){if(E=WE(a),!D)return oa(a,E)}else{var H=Xe(a),Z=H==Si||H==Zi;if(mi(a))return ic(a,D);if(H==ee||H==He||Z&&!u){if(E=S||Z?{}:Oc(a),!D)return S?ME(a,sE(E,a)):VE(a,Sr(E,a))}else{if(!Ne[H])return u?a:{};E=ZE(a,H,D)}}b||(b=new Na);var ie=b.get(a);if(ie)return ie;b.set(a,E),Zc(a)?a.forEach(function(ne){E.add(Ia(ne,i,l,ne,a,b))}):Qc(a)&&a.forEach(function(ne,be){E.set(be,Ia(ne,i,l,be,a,b))});var te=z?S?Mt:Vt:S?na:je,_e=G?o:te(a);return Oa(_e||a,function(ne,be){_e&&(be=ne,ne=a[be]),nl(E,be,Ia(ne,i,l,be,a,b))}),E}function rE(a){var i=je(a);return function(l){return Lr(l,a,i)}}function Lr(a,i,l){var n=l.length;if(a==null)return!n;for(a=Re(a);n--;){var u=l[n],b=i[u],E=a[u];if(E===o&&!(u in a)||!b(E))return!1}return!0}function Br(a,i,l){if(typeof a!="function")throw new Ea(m);return pl(function(){a.apply(o,l)},i)}function sl(a,i,l,n){var u=-1,b=Hl,E=!0,D=a.length,S=[],z=i.length;if(!D)return S;l&&(i=Be(i,ma(l))),n?(b=ot,E=!1):i.length>=s&&(b=el,E=!1,i=new bi(i));e:for(;++u<D;){var G=a[u],H=l==null?G:l(G);if(G=n||G!==0?G:0,E&&H===H){for(var Z=z;Z--;)if(i[Z]===H)continue e;S.push(G)}else b(i,H,n)||S.push(G)}return S}var ri=sc(Va),wr=sc(Ct,!0);function cE(a,i){var l=!0;return ri(a,function(n,u,b){return l=!!i(n,u,b),l}),l}function co(a,i,l){for(var n=-1,u=a.length;++n<u;){var b=a[n],E=i(b);if(E!=null&&(D===o?E===E&&!fa(E):l(E,D)))var D=E,S=b}return S}function uE(a,i,l,n){var u=a.length;for(l=fe(l),l<0&&(l=-l>u?0:u+l),n=n===o||n>u?u:fe(n),n<0&&(n+=u),n=l>n?0:Xc(n);l<n;)a[l++]=i;return a}function kr(a,i){var l=[];return ri(a,function(n,u,b){i(n,u,b)&&l.push(n)}),l}function Qe(a,i,l,n,u){var b=-1,E=a.length;for(l||(l=XE),u||(u=[]);++b<E;){var D=a[b];i>0&&l(D)?i>1?Qe(D,i-1,l,n,u):ti(u,D):n||(u[u.length]=D)}return u}var ht=rc(),Vr=rc(!0);function Va(a,i){return a&&ht(a,i,je)}function Ct(a,i){return a&&Vr(a,i,je)}function uo(a,i){return oi(i,function(l){return Ka(a[l])})}function Ci(a,i){i=ui(i,a);for(var l=0,n=i.length;a!=null&&l<n;)a=a[Ua(i[l++])];return l&&l==n?a:o}function Mr(a,i,l){var n=i(a);return me(a)?n:ti(n,l(a))}function ea(a){return a==null?a===o?Uh:ke:gi&&gi in Re(a)?qE(a):t2(a)}function Ot(a,i){return a>i}function dE(a,i){return a!=null&&Ae.call(a,i)}function mE(a,i){return a!=null&&i in Re(a)}function pE(a,i,l){return a>=Ye(i,l)&&a<$e(i,l)}function Et(a,i,l){for(var n=l?ot:Hl,u=a[0].length,b=a.length,E=b,D=U(b),S=1/0,z=[];E--;){var G=a[E];E&&i&&(G=Be(G,ma(i))),S=Ye(G.length,S),D[E]=!l&&(i||u>=120&&G.length>=120)?new bi(E&&G):o}G=a[0];var H=-1,Z=D[0];e:for(;++H<u&&z.length<S;){var ie=G[H],te=i?i(ie):ie;if(ie=l||ie!==0?ie:0,!(Z?el(Z,te):n(z,te,l))){for(E=b;--E;){var _e=D[E];if(!(_e?el(_e,te):n(a[E],te,l)))continue e}Z&&Z.push(te),z.push(ie)}}return z}function fE(a,i,l,n){return Va(a,function(u,b,E){i(n,l(u),b,E)}),n}function rl(a,i,l){i=ui(i,a),a=Ac(a,i);var n=a==null?a:a[Ua(ya(i))];return n==null?o:da(n,a,l)}function Ur(a){return Me(a)&&ea(a)==He}function _E(a){return Me(a)&&ea(a)==Ji}function gE(a){return Me(a)&&ea(a)==we}function cl(a,i,l,n,u){return a===i?!0:a==null||i==null||!Me(a)&&!Me(i)?a!==a&&i!==i:vE(a,i,l,n,cl,u)}function vE(a,i,l,n,u,b){var E=me(a),D=me(i),S=E?Je:Xe(a),z=D?Je:Xe(i);S=S==He?ee:S,z=z==He?ee:z;var G=S==ee,H=z==ee,Z=S==z;if(Z&&mi(a)){if(!mi(i))return!1;E=!0,G=!1}if(Z&&!G)return b||(b=new Na),E||qi(a)?bc(a,i,l,n,u,b):jE(a,i,S,l,n,u,b);if(!(l&h)){var ie=G&&Ae.call(a,"__wrapped__"),te=H&&Ae.call(i,"__wrapped__");if(ie||te){var _e=ie?a.value():a,ne=te?i.value():i;return b||(b=new Na),u(_e,ne,l,n,b)}}return Z?(b||(b=new Na),HE(a,i,l,n,u,b)):!1}function bE(a){return Me(a)&&Xe(a)==K}function xt(a,i,l,n){var u=l.length,b=u,E=!n;if(a==null)return!b;for(a=Re(a);u--;){var D=l[u];if(E&&D[2]?D[1]!==a[D[0]]:!(D[0]in a))return!1}for(;++u<b;){D=l[u];var S=D[0],z=a[S],G=D[1];if(E&&D[2]){if(z===o&&!(S in a))return!1}else{var H=new Na;if(n)var Z=n(z,G,S,a,i,H);if(!(Z===o?cl(G,z,h|O,n,H):Z))return!1}}return!0}function Fr(a){if(!Ve(a)||e2(a))return!1;var i=Ka(a)?bO:rC;return i.test(Ei(a))}function hE(a){return Me(a)&&ea(a)==ua}function CE(a){return Me(a)&&Xe(a)==Ta}function OE(a){return Me(a)&&Do(a.length)&&!!Se[ea(a)]}function zr(a){return typeof a=="function"?a:a==null?sa:typeof a=="object"?me(a)?jr(a[0],a[1]):$r(a):cu(a)}function It(a){if(!ml(a))return IO(a);var i=[];for(var l in Re(a))Ae.call(a,l)&&l!="constructor"&&i.push(l);return i}function EE(a){if(!Ve(a))return o2(a);var i=ml(a),l=[];for(var n in a)n=="constructor"&&(i||!Ae.call(a,n))||l.push(n);return l}function At(a,i){return a<i}function Gr(a,i){var l=-1,n=ta(a)?U(a.length):[];return ri(a,function(u,b,E){n[++l]=i(u,b,E)}),n}function $r(a){var i=Ft(a);return i.length==1&&i[0][2]?xc(i[0][0],i[0][1]):function(l){return l===a||xt(l,a,i)}}function jr(a,i){return Gt(a)&&Ec(i)?xc(Ua(a),i):function(l){var n=Xt(l,a);return n===o&&n===i?Jt(l,a):cl(i,n,h|O)}}function mo(a,i,l,n,u){a!==i&&ht(i,function(b,E){if(u||(u=new Na),Ve(b))xE(a,i,E,l,mo,n,u);else{var D=n?n(jt(a,E),b,E+"",a,i,u):o;D===o&&(D=b),vt(a,E,D)}},na)}function xE(a,i,l,n,u,b,E){var D=jt(a,l),S=jt(i,l),z=E.get(S);if(z){vt(a,l,z);return}var G=b?b(D,S,l+"",a,i,E):o,H=G===o;if(H){var Z=me(S),ie=!Z&&mi(S),te=!Z&&!ie&&qi(S);G=S,Z||ie||te?me(D)?G=D:Ue(D)?G=oa(D):ie?(H=!1,G=ic(S,!0)):te?(H=!1,G=lc(S,!0)):G=[]:fl(S)||xi(S)?(G=D,xi(D)?G=Jc(D):(!Ve(D)||Ka(D))&&(G=Oc(S))):H=!1}H&&(E.set(S,G),u(G,S,n,b,E),E.delete(S)),vt(a,l,G)}function Hr(a,i){var l=a.length;if(l)return i+=i<0?l:0,qa(i,l)?a[i]:o}function qr(a,i,l){i.length?i=Be(i,function(b){return me(b)?function(E){return Ci(E,b.length===1?b[0]:b)}:b}):i=[sa];var n=-1;i=Be(i,ma(oe()));var u=Gr(a,function(b,E,D){var S=Be(i,function(z){return z(b)});return{criteria:S,index:++n,value:b}});return ZC(u,function(b,E){return kE(b,E,l)})}function IE(a,i){return Kr(a,i,function(l,n){return Jt(a,n)})}function Kr(a,i,l){for(var n=-1,u=i.length,b={};++n<u;){var E=i[n],D=Ci(a,E);l(D,E)&&ul(b,ui(E,a),D)}return b}function AE(a){return function(i){return Ci(i,a)}}function yt(a,i,l,n){var u=n?WC:wi,b=-1,E=i.length,D=a;for(a===i&&(i=oa(i)),l&&(D=Be(a,ma(l)));++b<E;)for(var S=0,z=i[b],G=l?l(z):z;(S=u(D,G,S,n))>-1;)D!==a&&ao.call(D,S,1),ao.call(a,S,1);return a}function Qr(a,i){for(var l=a?i.length:0,n=l-1;l--;){var u=i[l];if(l==n||u!==b){var b=u;qa(u)?ao.call(a,u,1):Rt(a,u)}}return a}function Pt(a,i){return a+oo(Dr()*(i-a+1))}function yE(a,i,l,n){for(var u=-1,b=$e(lo((i-a)/(l||1)),0),E=U(b);b--;)E[n?b:++u]=a,a+=l;return E}function Dt(a,i){var l="";if(!a||i<1||i>pe)return l;do i%2&&(l+=a),i=oo(i/2),i&&(a+=a);while(i);return l}function ve(a,i){return Ht(Ic(a,i,sa),a+"")}function PE(a){return Nr(Ki(a))}function DE(a,i){var l=Ki(a);return Eo(l,hi(i,0,l.length))}function ul(a,i,l,n){if(!Ve(a))return a;i=ui(i,a);for(var u=-1,b=i.length,E=b-1,D=a;D!=null&&++u<b;){var S=Ua(i[u]),z=l;if(S==="__proto__"||S==="constructor"||S==="prototype")return a;if(u!=E){var G=D[S];z=n?n(G,S,D):o,z===o&&(z=Ve(G)?G:qa(i[u+1])?[]:{})}nl(D,S,z),D=D[S]}return a}var Wr=to?function(a,i){return to.set(a,i),a}:sa,TE=io?function(a,i){return io(a,"toString",{configurable:!0,enumerable:!1,value:an(i),writable:!0})}:sa;function RE(a){return Eo(Ki(a))}function Aa(a,i,l){var n=-1,u=a.length;i<0&&(i=-i>u?0:u+i),l=l>u?u:l,l<0&&(l+=u),u=i>l?0:l-i>>>0,i>>>=0;for(var b=U(u);++n<u;)b[n]=a[n+i];return b}function NE(a,i){var l;return ri(a,function(n,u,b){return l=i(n,u,b),!l}),!!l}function po(a,i,l){var n=0,u=a==null?n:a.length;if(typeof i=="number"&&i===i&&u<=la){for(;n<u;){var b=n+u>>>1,E=a[b];E!==null&&!fa(E)&&(l?E<=i:E<i)?n=b+1:u=b}return u}return Tt(a,i,sa,l)}function Tt(a,i,l,n){var u=0,b=a==null?0:a.length;if(b===0)return 0;i=l(i);for(var E=i!==i,D=i===null,S=fa(i),z=i===o;u<b;){var G=oo((u+b)/2),H=l(a[G]),Z=H!==o,ie=H===null,te=H===H,_e=fa(H);if(E)var ne=n||te;else z?ne=te&&(n||Z):D?ne=te&&Z&&(n||!ie):S?ne=te&&Z&&!ie&&(n||!_e):ie||_e?ne=!1:ne=n?H<=i:H<i;ne?u=G+1:b=G}return Ye(b,Ze)}function Zr(a,i){for(var l=-1,n=a.length,u=0,b=[];++l<n;){var E=a[l],D=i?i(E):E;if(!l||!Sa(D,S)){var S=D;b[u++]=E===0?0:E}}return b}function Yr(a){return typeof a=="number"?a:fa(a)?Le:+a}function pa(a){if(typeof a=="string")return a;if(me(a))return Be(a,pa)+"";if(fa(a))return Tr?Tr.call(a):"";var i=a+"";return i=="0"&&1/a==-ge?"-0":i}function ci(a,i,l){var n=-1,u=Hl,b=a.length,E=!0,D=[],S=D;if(l)E=!1,u=ot;else if(b>=s){var z=i?null:GE(a);if(z)return Kl(z);E=!1,u=el,S=new bi}else S=i?[]:D;e:for(;++n<b;){var G=a[n],H=i?i(G):G;if(G=l||G!==0?G:0,E&&H===H){for(var Z=S.length;Z--;)if(S[Z]===H)continue e;i&&S.push(H),D.push(G)}else u(S,H,l)||(S!==D&&S.push(H),D.push(G))}return D}function Rt(a,i){return i=ui(i,a),a=Ac(a,i),a==null||delete a[Ua(ya(i))]}function Xr(a,i,l,n){return ul(a,i,l(Ci(a,i)),n)}function fo(a,i,l,n){for(var u=a.length,b=n?u:-1;(n?b--:++b<u)&&i(a[b],b,a););return l?Aa(a,n?0:b,n?b+1:u):Aa(a,n?b+1:0,n?u:b)}function Jr(a,i){var l=a;return l instanceof he&&(l=l.value()),tt(i,function(n,u){return u.func.apply(u.thisArg,ti([n],u.args))},l)}function Nt(a,i,l){var n=a.length;if(n<2)return n?ci(a[0]):[];for(var u=-1,b=U(n);++u<n;)for(var E=a[u],D=-1;++D<n;)D!=u&&(b[u]=sl(b[u]||E,a[D],i,l));return ci(Qe(b,1),i,l)}function ec(a,i,l){for(var n=-1,u=a.length,b=i.length,E={};++n<u;){var D=n<b?i[n]:o;l(E,a[n],D)}return E}function St(a){return Ue(a)?a:[]}function Lt(a){return typeof a=="function"?a:sa}function ui(a,i){return me(a)?a:Gt(a,i)?[a]:Tc(Ie(a))}var SE=ve;function di(a,i,l){var n=a.length;return l=l===o?n:l,!i&&l>=n?a:Aa(a,i,l)}var ac=hO||function(a){return Ke.clearTimeout(a)};function ic(a,i){if(i)return a.slice();var l=a.length,n=xr?xr(l):new a.constructor(l);return a.copy(n),n}function Bt(a){var i=new a.constructor(a.byteLength);return new Jl(i).set(new Jl(a)),i}function LE(a,i){var l=i?Bt(a.buffer):a.buffer;return new a.constructor(l,a.byteOffset,a.byteLength)}function BE(a){var i=new a.constructor(a.source,Us.exec(a));return i.lastIndex=a.lastIndex,i}function wE(a){return tl?Re(tl.call(a)):{}}function lc(a,i){var l=i?Bt(a.buffer):a.buffer;return new a.constructor(l,a.byteOffset,a.length)}function oc(a,i){if(a!==i){var l=a!==o,n=a===null,u=a===a,b=fa(a),E=i!==o,D=i===null,S=i===i,z=fa(i);if(!D&&!z&&!b&&a>i||b&&E&&S&&!D&&!z||n&&E&&S||!l&&S||!u)return 1;if(!n&&!b&&!z&&a<i||z&&l&&u&&!n&&!b||D&&l&&u||!E&&u||!S)return-1}return 0}function kE(a,i,l){for(var n=-1,u=a.criteria,b=i.criteria,E=u.length,D=l.length;++n<E;){var S=oc(u[n],b[n]);if(S){if(n>=D)return S;var z=l[n];return S*(z=="desc"?-1:1)}}return a.index-i.index}function tc(a,i,l,n){for(var u=-1,b=a.length,E=l.length,D=-1,S=i.length,z=$e(b-E,0),G=U(S+z),H=!n;++D<S;)G[D]=i[D];for(;++u<E;)(H||u<b)&&(G[l[u]]=a[u]);for(;z--;)G[D++]=a[u++];return G}function nc(a,i,l,n){for(var u=-1,b=a.length,E=-1,D=l.length,S=-1,z=i.length,G=$e(b-D,0),H=U(G+z),Z=!n;++u<G;)H[u]=a[u];for(var ie=u;++S<z;)H[ie+S]=i[S];for(;++E<D;)(Z||u<b)&&(H[ie+l[E]]=a[u++]);return H}function oa(a,i){var l=-1,n=a.length;for(i||(i=U(n));++l<n;)i[l]=a[l];return i}function Ma(a,i,l,n){var u=!l;l||(l={});for(var b=-1,E=i.length;++b<E;){var D=i[b],S=n?n(l[D],a[D],D,l,a):o;S===o&&(S=a[D]),u?$a(l,D,S):nl(l,D,S)}return l}function VE(a,i){return Ma(a,zt(a),i)}function ME(a,i){return Ma(a,hc(a),i)}function _o(a,i){return function(l,n){var u=me(l)?$C:nE,b=i?i():{};return u(l,a,oe(n,2),b)}}function $i(a){return ve(function(i,l){var n=-1,u=l.length,b=u>1?l[u-1]:o,E=u>2?l[2]:o;for(b=a.length>3&&typeof b=="function"?(u--,b):o,E&&aa(l[0],l[1],E)&&(b=u<3?o:b,u=1),i=Re(i);++n<u;){var D=l[n];D&&a(i,D,n,b)}return i})}function sc(a,i){return function(l,n){if(l==null)return l;if(!ta(l))return a(l,n);for(var u=l.length,b=i?u:-1,E=Re(l);(i?b--:++b<u)&&n(E[b],b,E)!==!1;);return l}}function rc(a){return function(i,l,n){for(var u=-1,b=Re(i),E=n(i),D=E.length;D--;){var S=E[a?D:++u];if(l(b[S],S,b)===!1)break}return i}}function UE(a,i,l){var n=i&g,u=dl(a);function b(){var E=this&&this!==Ke&&this instanceof b?u:a;return E.apply(n?l:this,arguments)}return b}function cc(a){return function(i){i=Ie(i);var l=ki(i)?Ra(i):o,n=l?l[0]:i.charAt(0),u=l?di(l,1).join(""):i.slice(1);return n[a]()+u}}function ji(a){return function(i){return tt(su(nu(i).replace(TC,"")),a,"")}}function dl(a){return function(){var i=arguments;switch(i.length){case 0:return new a;case 1:return new a(i[0]);case 2:return new a(i[0],i[1]);case 3:return new a(i[0],i[1],i[2]);case 4:return new a(i[0],i[1],i[2],i[3]);case 5:return new a(i[0],i[1],i[2],i[3],i[4]);case 6:return new a(i[0],i[1],i[2],i[3],i[4],i[5]);case 7:return new a(i[0],i[1],i[2],i[3],i[4],i[5],i[6])}var l=Gi(a.prototype),n=a.apply(l,i);return Ve(n)?n:l}}function FE(a,i,l){var n=dl(a);function u(){for(var b=arguments.length,E=U(b),D=b,S=Hi(u);D--;)E[D]=arguments[D];var z=b<3&&E[0]!==S&&E[b-1]!==S?[]:ni(E,S);if(b-=z.length,b<l)return fc(a,i,go,u.placeholder,o,E,z,o,o,l-b);var G=this&&this!==Ke&&this instanceof u?n:a;return da(G,this,E)}return u}function uc(a){return function(i,l,n){var u=Re(i);if(!ta(i)){var b=oe(l,3);i=je(i),l=function(D){return b(u[D],D,u)}}var E=a(i,l,n);return E>-1?u[b?i[E]:E]:o}}function dc(a){return Ha(function(i){var l=i.length,n=l,u=xa.prototype.thru;for(a&&i.reverse();n--;){var b=i[n];if(typeof b!="function")throw new Ea(m);if(u&&!E&&Co(b)=="wrapper")var E=new xa([],!0)}for(n=E?n:l;++n<l;){b=i[n];var D=Co(b),S=D=="wrapper"?Ut(b):o;S&&$t(S[0])&&S[1]==($|T|A|j)&&!S[4].length&&S[9]==1?E=E[Co(S[0])].apply(E,S[3]):E=b.length==1&&$t(b)?E[D]():E.thru(b)}return function(){var z=arguments,G=z[0];if(E&&z.length==1&&me(G))return E.plant(G).value();for(var H=0,Z=l?i[H].apply(this,z):G;++H<l;)Z=i[H].call(this,Z);return Z}})}function go(a,i,l,n,u,b,E,D,S,z){var G=i&$,H=i&g,Z=i&I,ie=i&(T|L),te=i&Y,_e=Z?o:dl(a);function ne(){for(var be=arguments.length,Oe=U(be),_a=be;_a--;)Oe[_a]=arguments[_a];if(ie)var ia=Hi(ne),ga=XC(Oe,ia);if(n&&(Oe=tc(Oe,n,u,ie)),b&&(Oe=nc(Oe,b,E,ie)),be-=ga,ie&&be<z){var Fe=ni(Oe,ia);return fc(a,i,go,ne.placeholder,l,Oe,Fe,D,S,z-be)}var La=H?l:this,Wa=Z?La[a]:a;return be=Oe.length,D?Oe=n2(Oe,D):te&&be>1&&Oe.reverse(),G&&S<be&&(Oe.length=S),this&&this!==Ke&&this instanceof ne&&(Wa=_e||dl(Wa)),Wa.apply(La,Oe)}return ne}function mc(a,i){return function(l,n){return fE(l,a,i(n),{})}}function vo(a,i){return function(l,n){var u;if(l===o&&n===o)return i;if(l!==o&&(u=l),n!==o){if(u===o)return n;typeof l=="string"||typeof n=="string"?(l=pa(l),n=pa(n)):(l=Yr(l),n=Yr(n)),u=a(l,n)}return u}}function wt(a){return Ha(function(i){return i=Be(i,ma(oe())),ve(function(l){var n=this;return a(i,function(u){return da(u,n,l)})})})}function bo(a,i){i=i===o?" ":pa(i);var l=i.length;if(l<2)return l?Dt(i,a):i;var n=Dt(i,lo(a/Vi(i)));return ki(i)?di(Ra(n),0,a).join(""):n.slice(0,a)}function zE(a,i,l,n){var u=i&g,b=dl(a);function E(){for(var D=-1,S=arguments.length,z=-1,G=n.length,H=U(G+S),Z=this&&this!==Ke&&this instanceof E?b:a;++z<G;)H[z]=n[z];for(;S--;)H[z++]=arguments[++D];return da(Z,u?l:this,H)}return E}function pc(a){return function(i,l,n){return n&&typeof n!="number"&&aa(i,l,n)&&(l=n=o),i=Qa(i),l===o?(l=i,i=0):l=Qa(l),n=n===o?i<l?1:-1:Qa(n),yE(i,l,n,a)}}function ho(a){return function(i,l){return typeof i=="string"&&typeof l=="string"||(i=Pa(i),l=Pa(l)),a(i,l)}}function fc(a,i,l,n,u,b,E,D,S,z){var G=i&T,H=G?E:o,Z=G?o:E,ie=G?b:o,te=G?o:b;i|=G?A:w,i&=~(G?w:A),i&P||(i&=-4);var _e=[a,i,u,ie,H,te,Z,D,S,z],ne=l.apply(o,_e);return $t(a)&&yc(ne,_e),ne.placeholder=n,Pc(ne,a,i)}function kt(a){var i=Ge[a];return function(l,n){if(l=Pa(l),n=n==null?0:Ye(fe(n),292),n&&Pr(l)){var u=(Ie(l)+"e").split("e"),b=i(u[0]+"e"+(+u[1]+n));return u=(Ie(b)+"e").split("e"),+(u[0]+"e"+(+u[1]-n))}return i(l)}}var GE=Fi&&1/Kl(new Fi([,-0]))[1]==ge?function(a){return new Fi(a)}:tn;function _c(a){return function(i){var l=Xe(i);return l==K?mt(i):l==Ta?tO(i):YC(i,a(i))}}function ja(a,i,l,n,u,b,E,D){var S=i&I;if(!S&&typeof a!="function")throw new Ea(m);var z=n?n.length:0;if(z||(i&=-97,n=u=o),E=E===o?E:$e(fe(E),0),D=D===o?D:fe(D),z-=u?u.length:0,i&w){var G=n,H=u;n=u=o}var Z=S?o:Ut(a),ie=[a,i,l,n,u,G,H,b,E,D];if(Z&&l2(ie,Z),a=ie[0],i=ie[1],l=ie[2],n=ie[3],u=ie[4],D=ie[9]=ie[9]===o?S?0:a.length:$e(ie[9]-z,0),!D&&i&(T|L)&&(i&=-25),!i||i==g)var te=UE(a,i,l);else i==T||i==L?te=FE(a,i,D):(i==A||i==(g|A))&&!u.length?te=zE(a,i,l,n):te=go.apply(o,ie);var _e=Z?Wr:yc;return Pc(_e(te,ie),a,i)}function gc(a,i,l,n){return a===o||Sa(a,Ui[l])&&!Ae.call(n,l)?i:a}function vc(a,i,l,n,u,b){return Ve(a)&&Ve(i)&&(b.set(i,a),mo(a,i,o,vc,b),b.delete(i)),a}function $E(a){return fl(a)?o:a}function bc(a,i,l,n,u,b){var E=l&h,D=a.length,S=i.length;if(D!=S&&!(E&&S>D))return!1;var z=b.get(a),G=b.get(i);if(z&&G)return z==i&&G==a;var H=-1,Z=!0,ie=l&O?new bi:o;for(b.set(a,i),b.set(i,a);++H<D;){var te=a[H],_e=i[H];if(n)var ne=E?n(_e,te,H,i,a,b):n(te,_e,H,a,i,b);if(ne!==o){if(ne)continue;Z=!1;break}if(ie){if(!nt(i,function(be,Oe){if(!el(ie,Oe)&&(te===be||u(te,be,l,n,b)))return ie.push(Oe)})){Z=!1;break}}else if(!(te===_e||u(te,_e,l,n,b))){Z=!1;break}}return b.delete(a),b.delete(i),Z}function jE(a,i,l,n,u,b,E){switch(l){case Li:if(a.byteLength!=i.byteLength||a.byteOffset!=i.byteOffset)return!1;a=a.buffer,i=i.buffer;case Ji:return!(a.byteLength!=i.byteLength||!b(new Jl(a),new Jl(i)));case Pe:case we:case Q:return Sa(+a,+i);case Ni:return a.name==i.name&&a.message==i.message;case ua:case Yi:return a==i+"";case K:var D=mt;case Ta:var S=n&h;if(D||(D=Kl),a.size!=i.size&&!S)return!1;var z=E.get(a);if(z)return z==i;n|=O,E.set(a,i);var G=bc(D(a),D(i),n,u,b,E);return E.delete(a),G;case zl:if(tl)return tl.call(a)==tl.call(i)}return!1}function HE(a,i,l,n,u,b){var E=l&h,D=Vt(a),S=D.length,z=Vt(i),G=z.length;if(S!=G&&!E)return!1;for(var H=S;H--;){var Z=D[H];if(!(E?Z in i:Ae.call(i,Z)))return!1}var ie=b.get(a),te=b.get(i);if(ie&&te)return ie==i&&te==a;var _e=!0;b.set(a,i),b.set(i,a);for(var ne=E;++H<S;){Z=D[H];var be=a[Z],Oe=i[Z];if(n)var _a=E?n(Oe,be,Z,i,a,b):n(be,Oe,Z,a,i,b);if(!(_a===o?be===Oe||u(be,Oe,l,n,b):_a)){_e=!1;break}ne||(ne=Z=="constructor")}if(_e&&!ne){var ia=a.constructor,ga=i.constructor;ia!=ga&&"constructor"in a&&"constructor"in i&&!(typeof ia=="function"&&ia instanceof ia&&typeof ga=="function"&&ga instanceof ga)&&(_e=!1)}return b.delete(a),b.delete(i),_e}function Ha(a){return Ht(Ic(a,o,Lc),a+"")}function Vt(a){return Mr(a,je,zt)}function Mt(a){return Mr(a,na,hc)}var Ut=to?function(a){return to.get(a)}:tn;function Co(a){for(var i=a.name+"",l=zi[i],n=Ae.call(zi,i)?l.length:0;n--;){var u=l[n],b=u.func;if(b==null||b==a)return u.name}return i}function Hi(a){var i=Ae.call(_,"placeholder")?_:a;return i.placeholder}function oe(){var a=_.iteratee||ln;return a=a===ln?zr:a,arguments.length?a(arguments[0],arguments[1]):a}function Oo(a,i){var l=a.__data__;return JE(i)?l[typeof i=="string"?"string":"hash"]:l.map}function Ft(a){for(var i=je(a),l=i.length;l--;){var n=i[l],u=a[n];i[l]=[n,u,Ec(u)]}return i}function Oi(a,i){var l=iO(a,i);return Fr(l)?l:o}function qE(a){var i=Ae.call(a,gi),l=a[gi];try{a[gi]=o;var n=!0}catch{}var u=Yl.call(a);return n&&(i?a[gi]=l:delete a[gi]),u}var zt=ft?function(a){return a==null?[]:(a=Re(a),oi(ft(a),function(i){return Ar.call(a,i)}))}:nn,hc=ft?function(a){for(var i=[];a;)ti(i,zt(a)),a=eo(a);return i}:nn,Xe=ea;(_t&&Xe(new _t(new ArrayBuffer(1)))!=Li||il&&Xe(new il)!=K||gt&&Xe(gt.resolve())!=ca||Fi&&Xe(new Fi)!=Ta||ll&&Xe(new ll)!=Xi)&&(Xe=function(a){var i=ea(a),l=i==ee?a.constructor:o,n=l?Ei(l):"";if(n)switch(n){case DO:return Li;case TO:return K;case RO:return ca;case NO:return Ta;case SO:return Xi}return i});function KE(a,i,l){for(var n=-1,u=l.length;++n<u;){var b=l[n],E=b.size;switch(b.type){case"drop":a+=E;break;case"dropRight":i-=E;break;case"take":i=Ye(i,a+E);break;case"takeRight":a=$e(a,i-E);break}}return{start:a,end:i}}function QE(a){var i=a.match(eC);return i?i[1].split(aC):[]}function Cc(a,i,l){i=ui(i,a);for(var n=-1,u=i.length,b=!1;++n<u;){var E=Ua(i[n]);if(!(b=a!=null&&l(a,E)))break;a=a[E]}return b||++n!=u?b:(u=a==null?0:a.length,!!u&&Do(u)&&qa(E,u)&&(me(a)||xi(a)))}function WE(a){var i=a.length,l=new a.constructor(i);return i&&typeof a[0]=="string"&&Ae.call(a,"index")&&(l.index=a.index,l.input=a.input),l}function Oc(a){return typeof a.constructor=="function"&&!ml(a)?Gi(eo(a)):{}}function ZE(a,i,l){var n=a.constructor;switch(i){case Ji:return Bt(a);case Pe:case we:return new n(+a);case Li:return LE(a,l);case Fo:case zo:case Go:case $o:case jo:case Ho:case qo:case Ko:case Qo:return lc(a,l);case K:return new n;case Q:case Yi:return new n(a);case ua:return BE(a);case Ta:return new n;case zl:return wE(a)}}function YE(a,i){var l=i.length;if(!l)return a;var n=l-1;return i[n]=(l>1?"& ":"")+i[n],i=i.join(l>2?", ":" "),a.replace(Jh,`{
8
+ */vl.exports,function(n,d){(function(){var o,c="4.17.21",s=200,r="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",m="Expected a function",p="Invalid `variable` option passed into `_.template`",g="__lodash_hash_undefined__",h=500,f="__lodash_placeholder__",x=1,T=2,y=4,b=1,O=2,C=1,I=2,E=4,P=8,N=16,D=32,k=64,j=128,$=256,Z=512,w=30,V="...",q=800,X=16,le=1,ae=2,re=3,ge=1/0,pe=9007199254740991,De=17976931348623157e292,Le=NaN,ye=4294967295,Ye=ye-1,la=ye>>>1,Ca=[["ary",j],["bind",C],["bindKey",I],["curry",P],["curryRight",N],["flip",Z],["partial",D],["partialRight",k],["rearg",$]],qe="[object Arguments]",Je="[object Array]",Re="[object AsyncFunction]",Pe="[object Boolean]",we="[object Date]",Ke="[object DOMException]",Ni="[object Error]",Si="[object Function]",Yi="[object GeneratorFunction]",K="[object Map]",Q="[object Number]",ke="[object Null]",ee="[object Object]",ca="[object Promise]",ze="[object Proxy]",ua="[object RegExp]",Ta="[object Set]",Zi="[object String]",zl="[object Symbol]",aC="[object Undefined]",Xi="[object WeakMap]",iC="[object WeakSet]",Ji="[object ArrayBuffer]",Li="[object DataView]",Fo="[object Float32Array]",zo="[object Float64Array]",Go="[object Int8Array]",jo="[object Int16Array]",$o="[object Int32Array]",Ho="[object Uint8Array]",qo="[object Uint8ClampedArray]",Ko="[object Uint16Array]",Qo="[object Uint32Array]",lC=/\b__p \+= '';/g,oC=/\b(__p \+=) '' \+/g,nC=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Vs=/&(?:amp|lt|gt|quot|#39);/g,Ms=/[&<>"']/g,tC=RegExp(Vs.source),sC=RegExp(Ms.source),rC=/<%-([\s\S]+?)%>/g,cC=/<%([\s\S]+?)%>/g,Us=/<%=([\s\S]+?)%>/g,uC=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,dC=/^\w*$/,mC=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Wo=/[\\^$.*+?()[\]{}|]/g,pC=RegExp(Wo.source),Yo=/^\s+/,fC=/\s/,_C=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,gC=/\{\n\/\* \[wrapped with (.+)\] \*/,vC=/,? & /,bC=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,hC=/[()=,{}\[\]\/\s]/,CC=/\\(\\)?/g,OC=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Fs=/\w*$/,EC=/^[-+]0x[0-9a-f]+$/i,xC=/^0b[01]+$/i,IC=/^\[object .+?Constructor\]$/,AC=/^0o[0-7]+$/i,yC=/^(?:0|[1-9]\d*)$/,PC=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Gl=/($^)/,DC=/['\n\r\u2028\u2029\\]/g,jl="\\ud800-\\udfff",RC="\\u0300-\\u036f",TC="\\ufe20-\\ufe2f",NC="\\u20d0-\\u20ff",zs=RC+TC+NC,Gs="\\u2700-\\u27bf",js="a-z\\xdf-\\xf6\\xf8-\\xff",SC="\\xac\\xb1\\xd7\\xf7",LC="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",BC="\\u2000-\\u206f",wC=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",$s="A-Z\\xc0-\\xd6\\xd8-\\xde",Hs="\\ufe0e\\ufe0f",qs=SC+LC+BC+wC,Zo="['’]",kC="["+jl+"]",Ks="["+qs+"]",$l="["+zs+"]",Qs="\\d+",VC="["+Gs+"]",Ws="["+js+"]",Ys="[^"+jl+qs+Qs+Gs+js+$s+"]",Xo="\\ud83c[\\udffb-\\udfff]",MC="(?:"+$l+"|"+Xo+")",Zs="[^"+jl+"]",Jo="(?:\\ud83c[\\udde6-\\uddff]){2}",en="[\\ud800-\\udbff][\\udc00-\\udfff]",Bi="["+$s+"]",Xs="\\u200d",Js="(?:"+Ws+"|"+Ys+")",UC="(?:"+Bi+"|"+Ys+")",er="(?:"+Zo+"(?:d|ll|m|re|s|t|ve))?",ar="(?:"+Zo+"(?:D|LL|M|RE|S|T|VE))?",ir=MC+"?",lr="["+Hs+"]?",FC="(?:"+Xs+"(?:"+[Zs,Jo,en].join("|")+")"+lr+ir+")*",zC="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",GC="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",or=lr+ir+FC,jC="(?:"+[VC,Jo,en].join("|")+")"+or,$C="(?:"+[Zs+$l+"?",$l,Jo,en,kC].join("|")+")",HC=RegExp(Zo,"g"),qC=RegExp($l,"g"),an=RegExp(Xo+"(?="+Xo+")|"+$C+or,"g"),KC=RegExp([Bi+"?"+Ws+"+"+er+"(?="+[Ks,Bi,"$"].join("|")+")",UC+"+"+ar+"(?="+[Ks,Bi+Js,"$"].join("|")+")",Bi+"?"+Js+"+"+er,Bi+"+"+ar,GC,zC,Qs,jC].join("|"),"g"),QC=RegExp("["+Xs+jl+zs+Hs+"]"),WC=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,YC=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ZC=-1,Se={};Se[Fo]=Se[zo]=Se[Go]=Se[jo]=Se[$o]=Se[Ho]=Se[qo]=Se[Ko]=Se[Qo]=!0,Se[qe]=Se[Je]=Se[Ji]=Se[Pe]=Se[Li]=Se[we]=Se[Ni]=Se[Si]=Se[K]=Se[Q]=Se[ee]=Se[ua]=Se[Ta]=Se[Zi]=Se[Xi]=!1;var Ne={};Ne[qe]=Ne[Je]=Ne[Ji]=Ne[Li]=Ne[Pe]=Ne[we]=Ne[Fo]=Ne[zo]=Ne[Go]=Ne[jo]=Ne[$o]=Ne[K]=Ne[Q]=Ne[ee]=Ne[ua]=Ne[Ta]=Ne[Zi]=Ne[zl]=Ne[Ho]=Ne[qo]=Ne[Ko]=Ne[Qo]=!0,Ne[Ni]=Ne[Si]=Ne[Xi]=!1;var XC={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},JC={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},eO={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},aO={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},iO=parseFloat,lO=parseInt,nr=typeof W=="object"&&W&&W.Object===Object&&W,oO=typeof self=="object"&&self&&self.Object===Object&&self,Qe=nr||oO||Function("return this")(),ln=d&&!d.nodeType&&d,_i=ln&&!0&&n&&!n.nodeType&&n,tr=_i&&_i.exports===ln,on=tr&&nr.process,Oa=function(){try{var S=_i&&_i.require&&_i.require("util").types;return S||on&&on.binding&&on.binding("util")}catch{}}(),sr=Oa&&Oa.isArrayBuffer,rr=Oa&&Oa.isDate,cr=Oa&&Oa.isMap,ur=Oa&&Oa.isRegExp,dr=Oa&&Oa.isSet,mr=Oa&&Oa.isTypedArray;function da(S,F,U){switch(U.length){case 0:return S.call(F);case 1:return S.call(F,U[0]);case 2:return S.call(F,U[0],U[1]);case 3:return S.call(F,U[0],U[1],U[2])}return S.apply(F,U)}function nO(S,F,U,J){for(var de=-1,xe=S==null?0:S.length;++de<xe;){var Ge=S[de];F(J,Ge,U(Ge),S)}return J}function Ea(S,F){for(var U=-1,J=S==null?0:S.length;++U<J&&F(S[U],U,S)!==!1;);return S}function tO(S,F){for(var U=S==null?0:S.length;U--&&F(S[U],U,S)!==!1;);return S}function pr(S,F){for(var U=-1,J=S==null?0:S.length;++U<J;)if(!F(S[U],U,S))return!1;return!0}function oi(S,F){for(var U=-1,J=S==null?0:S.length,de=0,xe=[];++U<J;){var Ge=S[U];F(Ge,U,S)&&(xe[de++]=Ge)}return xe}function Hl(S,F){var U=S==null?0:S.length;return!!U&&wi(S,F,0)>-1}function nn(S,F,U){for(var J=-1,de=S==null?0:S.length;++J<de;)if(U(F,S[J]))return!0;return!1}function Be(S,F){for(var U=-1,J=S==null?0:S.length,de=Array(J);++U<J;)de[U]=F(S[U],U,S);return de}function ni(S,F){for(var U=-1,J=F.length,de=S.length;++U<J;)S[de+U]=F[U];return S}function tn(S,F,U,J){var de=-1,xe=S==null?0:S.length;for(J&&xe&&(U=S[++de]);++de<xe;)U=F(U,S[de],de,S);return U}function sO(S,F,U,J){var de=S==null?0:S.length;for(J&&de&&(U=S[--de]);de--;)U=F(U,S[de],de,S);return U}function sn(S,F){for(var U=-1,J=S==null?0:S.length;++U<J;)if(F(S[U],U,S))return!0;return!1}var rO=rn("length");function cO(S){return S.split("")}function uO(S){return S.match(bC)||[]}function fr(S,F,U){var J;return U(S,function(de,xe,Ge){if(F(de,xe,Ge))return J=xe,!1}),J}function ql(S,F,U,J){for(var de=S.length,xe=U+(J?1:-1);J?xe--:++xe<de;)if(F(S[xe],xe,S))return xe;return-1}function wi(S,F,U){return F===F?EO(S,F,U):ql(S,_r,U)}function dO(S,F,U,J){for(var de=U-1,xe=S.length;++de<xe;)if(J(S[de],F))return de;return-1}function _r(S){return S!==S}function gr(S,F){var U=S==null?0:S.length;return U?un(S,F)/U:Le}function rn(S){return function(F){return F==null?o:F[S]}}function cn(S){return function(F){return S==null?o:S[F]}}function vr(S,F,U,J,de){return de(S,function(xe,Ge,Te){U=J?(J=!1,xe):F(U,xe,Ge,Te)}),U}function mO(S,F){var U=S.length;for(S.sort(F);U--;)S[U]=S[U].value;return S}function un(S,F){for(var U,J=-1,de=S.length;++J<de;){var xe=F(S[J]);xe!==o&&(U=U===o?xe:U+xe)}return U}function dn(S,F){for(var U=-1,J=Array(S);++U<S;)J[U]=F(U);return J}function pO(S,F){return Be(F,function(U){return[U,S[U]]})}function br(S){return S&&S.slice(0,Er(S)+1).replace(Yo,"")}function ma(S){return function(F){return S(F)}}function mn(S,F){return Be(F,function(U){return S[U]})}function el(S,F){return S.has(F)}function hr(S,F){for(var U=-1,J=S.length;++U<J&&wi(F,S[U],0)>-1;);return U}function Cr(S,F){for(var U=S.length;U--&&wi(F,S[U],0)>-1;);return U}function fO(S,F){for(var U=S.length,J=0;U--;)S[U]===F&&++J;return J}var _O=cn(XC),gO=cn(JC);function vO(S){return"\\"+aO[S]}function bO(S,F){return S==null?o:S[F]}function ki(S){return QC.test(S)}function hO(S){return WC.test(S)}function CO(S){for(var F,U=[];!(F=S.next()).done;)U.push(F.value);return U}function pn(S){var F=-1,U=Array(S.size);return S.forEach(function(J,de){U[++F]=[de,J]}),U}function Or(S,F){return function(U){return S(F(U))}}function ti(S,F){for(var U=-1,J=S.length,de=0,xe=[];++U<J;){var Ge=S[U];(Ge===F||Ge===f)&&(S[U]=f,xe[de++]=U)}return xe}function Kl(S){var F=-1,U=Array(S.size);return S.forEach(function(J){U[++F]=J}),U}function OO(S){var F=-1,U=Array(S.size);return S.forEach(function(J){U[++F]=[J,J]}),U}function EO(S,F,U){for(var J=U-1,de=S.length;++J<de;)if(S[J]===F)return J;return-1}function xO(S,F,U){for(var J=U+1;J--;)if(S[J]===F)return J;return J}function Vi(S){return ki(S)?AO(S):rO(S)}function Na(S){return ki(S)?yO(S):cO(S)}function Er(S){for(var F=S.length;F--&&fC.test(S.charAt(F)););return F}var IO=cn(eO);function AO(S){for(var F=an.lastIndex=0;an.test(S);)++F;return F}function yO(S){return S.match(an)||[]}function PO(S){return S.match(KC)||[]}var DO=function S(F){F=F==null?Qe:Mi.defaults(Qe.Object(),F,Mi.pick(Qe,YC));var U=F.Array,J=F.Date,de=F.Error,xe=F.Function,Ge=F.Math,Te=F.Object,fn=F.RegExp,RO=F.String,xa=F.TypeError,Ql=U.prototype,TO=xe.prototype,Ui=Te.prototype,Wl=F["__core-js_shared__"],Yl=TO.toString,Ae=Ui.hasOwnProperty,NO=0,xr=function(){var a=/[^.]+$/.exec(Wl&&Wl.keys&&Wl.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),Zl=Ui.toString,SO=Yl.call(Te),LO=Qe._,BO=fn("^"+Yl.call(Ae).replace(Wo,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Xl=tr?F.Buffer:o,si=F.Symbol,Jl=F.Uint8Array,Ir=Xl?Xl.allocUnsafe:o,eo=Or(Te.getPrototypeOf,Te),Ar=Te.create,yr=Ui.propertyIsEnumerable,ao=Ql.splice,Pr=si?si.isConcatSpreadable:o,al=si?si.iterator:o,gi=si?si.toStringTag:o,io=function(){try{var a=Oi(Te,"defineProperty");return a({},"",{}),a}catch{}}(),wO=F.clearTimeout!==Qe.clearTimeout&&F.clearTimeout,kO=J&&J.now!==Qe.Date.now&&J.now,VO=F.setTimeout!==Qe.setTimeout&&F.setTimeout,lo=Ge.ceil,oo=Ge.floor,_n=Te.getOwnPropertySymbols,MO=Xl?Xl.isBuffer:o,Dr=F.isFinite,UO=Ql.join,FO=Or(Te.keys,Te),je=Ge.max,Ze=Ge.min,zO=J.now,GO=F.parseInt,Rr=Ge.random,jO=Ql.reverse,gn=Oi(F,"DataView"),il=Oi(F,"Map"),vn=Oi(F,"Promise"),Fi=Oi(F,"Set"),ll=Oi(F,"WeakMap"),ol=Oi(Te,"create"),no=ll&&new ll,zi={},$O=Ei(gn),HO=Ei(il),qO=Ei(vn),KO=Ei(Fi),QO=Ei(ll),to=si?si.prototype:o,nl=to?to.valueOf:o,Tr=to?to.toString:o;function _(a){if(Me(a)&&!me(a)&&!(a instanceof he)){if(a instanceof Ia)return a;if(Ae.call(a,"__wrapped__"))return Nc(a)}return new Ia(a)}var Gi=function(){function a(){}return function(i){if(!Ve(i))return{};if(Ar)return Ar(i);a.prototype=i;var l=new a;return a.prototype=o,l}}();function so(){}function Ia(a,i){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!i,this.__index__=0,this.__values__=o}_.templateSettings={escape:rC,evaluate:cC,interpolate:Us,variable:"",imports:{_}},_.prototype=so.prototype,_.prototype.constructor=_,Ia.prototype=Gi(so.prototype),Ia.prototype.constructor=Ia;function he(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=ye,this.__views__=[]}function WO(){var a=new he(this.__wrapped__);return a.__actions__=oa(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=oa(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=oa(this.__views__),a}function YO(){if(this.__filtered__){var a=new he(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function ZO(){var a=this.__wrapped__.value(),i=this.__dir__,l=me(a),t=i<0,u=l?a.length:0,v=cx(0,u,this.__views__),A=v.start,R=v.end,L=R-A,z=t?R:A-1,G=this.__iteratees__,H=G.length,Y=0,ie=Ze(L,this.__takeCount__);if(!l||!t&&u==L&&ie==L)return ec(a,this.__actions__);var ne=[];e:for(;L--&&Y<ie;){z+=i;for(var _e=-1,te=a[z];++_e<H;){var be=G[_e],Oe=be.iteratee,_a=be.type,ia=Oe(te);if(_a==ae)te=ia;else if(!ia){if(_a==le)continue e;break e}}ne[Y++]=te}return ne}he.prototype=Gi(so.prototype),he.prototype.constructor=he;function vi(a){var i=-1,l=a==null?0:a.length;for(this.clear();++i<l;){var t=a[i];this.set(t[0],t[1])}}function XO(){this.__data__=ol?ol(null):{},this.size=0}function JO(a){var i=this.has(a)&&delete this.__data__[a];return this.size-=i?1:0,i}function eE(a){var i=this.__data__;if(ol){var l=i[a];return l===g?o:l}return Ae.call(i,a)?i[a]:o}function aE(a){var i=this.__data__;return ol?i[a]!==o:Ae.call(i,a)}function iE(a,i){var l=this.__data__;return this.size+=this.has(a)?0:1,l[a]=ol&&i===o?g:i,this}vi.prototype.clear=XO,vi.prototype.delete=JO,vi.prototype.get=eE,vi.prototype.has=aE,vi.prototype.set=iE;function za(a){var i=-1,l=a==null?0:a.length;for(this.clear();++i<l;){var t=a[i];this.set(t[0],t[1])}}function lE(){this.__data__=[],this.size=0}function oE(a){var i=this.__data__,l=ro(i,a);if(l<0)return!1;var t=i.length-1;return l==t?i.pop():ao.call(i,l,1),--this.size,!0}function nE(a){var i=this.__data__,l=ro(i,a);return l<0?o:i[l][1]}function tE(a){return ro(this.__data__,a)>-1}function sE(a,i){var l=this.__data__,t=ro(l,a);return t<0?(++this.size,l.push([a,i])):l[t][1]=i,this}za.prototype.clear=lE,za.prototype.delete=oE,za.prototype.get=nE,za.prototype.has=tE,za.prototype.set=sE;function Ga(a){var i=-1,l=a==null?0:a.length;for(this.clear();++i<l;){var t=a[i];this.set(t[0],t[1])}}function rE(){this.size=0,this.__data__={hash:new vi,map:new(il||za),string:new vi}}function cE(a){var i=Oo(this,a).delete(a);return this.size-=i?1:0,i}function uE(a){return Oo(this,a).get(a)}function dE(a){return Oo(this,a).has(a)}function mE(a,i){var l=Oo(this,a),t=l.size;return l.set(a,i),this.size+=l.size==t?0:1,this}Ga.prototype.clear=rE,Ga.prototype.delete=cE,Ga.prototype.get=uE,Ga.prototype.has=dE,Ga.prototype.set=mE;function bi(a){var i=-1,l=a==null?0:a.length;for(this.__data__=new Ga;++i<l;)this.add(a[i])}function pE(a){return this.__data__.set(a,g),this}function fE(a){return this.__data__.has(a)}bi.prototype.add=bi.prototype.push=pE,bi.prototype.has=fE;function Sa(a){var i=this.__data__=new za(a);this.size=i.size}function _E(){this.__data__=new za,this.size=0}function gE(a){var i=this.__data__,l=i.delete(a);return this.size=i.size,l}function vE(a){return this.__data__.get(a)}function bE(a){return this.__data__.has(a)}function hE(a,i){var l=this.__data__;if(l instanceof za){var t=l.__data__;if(!il||t.length<s-1)return t.push([a,i]),this.size=++l.size,this;l=this.__data__=new Ga(t)}return l.set(a,i),this.size=l.size,this}Sa.prototype.clear=_E,Sa.prototype.delete=gE,Sa.prototype.get=vE,Sa.prototype.has=bE,Sa.prototype.set=hE;function Nr(a,i){var l=me(a),t=!l&&xi(a),u=!l&&!t&&mi(a),v=!l&&!t&&!u&&qi(a),A=l||t||u||v,R=A?dn(a.length,RO):[],L=R.length;for(var z in a)(i||Ae.call(a,z))&&!(A&&(z=="length"||u&&(z=="offset"||z=="parent")||v&&(z=="buffer"||z=="byteLength"||z=="byteOffset")||qa(z,L)))&&R.push(z);return R}function Sr(a){var i=a.length;return i?a[Dn(0,i-1)]:o}function CE(a,i){return Eo(oa(a),hi(i,0,a.length))}function OE(a){return Eo(oa(a))}function bn(a,i,l){(l!==o&&!La(a[i],l)||l===o&&!(i in a))&&ja(a,i,l)}function tl(a,i,l){var t=a[i];(!(Ae.call(a,i)&&La(t,l))||l===o&&!(i in a))&&ja(a,i,l)}function ro(a,i){for(var l=a.length;l--;)if(La(a[l][0],i))return l;return-1}function EE(a,i,l,t){return ri(a,function(u,v,A){i(t,u,l(u),A)}),t}function Lr(a,i){return a&&Ma(i,He(i),a)}function xE(a,i){return a&&Ma(i,ta(i),a)}function ja(a,i,l){i=="__proto__"&&io?io(a,i,{configurable:!0,enumerable:!0,value:l,writable:!0}):a[i]=l}function hn(a,i){for(var l=-1,t=i.length,u=U(t),v=a==null;++l<t;)u[l]=v?o:Jn(a,i[l]);return u}function hi(a,i,l){return a===a&&(l!==o&&(a=a<=l?a:l),i!==o&&(a=a>=i?a:i)),a}function Aa(a,i,l,t,u,v){var A,R=i&x,L=i&T,z=i&y;if(l&&(A=u?l(a,t,u,v):l(a)),A!==o)return A;if(!Ve(a))return a;var G=me(a);if(G){if(A=dx(a),!R)return oa(a,A)}else{var H=Xe(a),Y=H==Si||H==Yi;if(mi(a))return lc(a,R);if(H==ee||H==qe||Y&&!u){if(A=L||Y?{}:Ec(a),!R)return L?ex(a,xE(A,a)):JE(a,Lr(A,a))}else{if(!Ne[H])return u?a:{};A=mx(a,H,R)}}v||(v=new Sa);var ie=v.get(a);if(ie)return ie;v.set(a,A),Zc(a)?a.forEach(function(te){A.add(Aa(te,i,l,te,a,v))}):Wc(a)&&a.forEach(function(te,be){A.set(be,Aa(te,i,l,be,a,v))});var ne=z?L?Un:Mn:L?ta:He,_e=G?o:ne(a);return Ea(_e||a,function(te,be){_e&&(be=te,te=a[be]),tl(A,be,Aa(te,i,l,be,a,v))}),A}function IE(a){var i=He(a);return function(l){return Br(l,a,i)}}function Br(a,i,l){var t=l.length;if(a==null)return!t;for(a=Te(a);t--;){var u=l[t],v=i[u],A=a[u];if(A===o&&!(u in a)||!v(A))return!1}return!0}function wr(a,i,l){if(typeof a!="function")throw new xa(m);return pl(function(){a.apply(o,l)},i)}function sl(a,i,l,t){var u=-1,v=Hl,A=!0,R=a.length,L=[],z=i.length;if(!R)return L;l&&(i=Be(i,ma(l))),t?(v=nn,A=!1):i.length>=s&&(v=el,A=!1,i=new bi(i));e:for(;++u<R;){var G=a[u],H=l==null?G:l(G);if(G=t||G!==0?G:0,A&&H===H){for(var Y=z;Y--;)if(i[Y]===H)continue e;L.push(G)}else v(i,H,t)||L.push(G)}return L}var ri=rc(Va),kr=rc(On,!0);function AE(a,i){var l=!0;return ri(a,function(t,u,v){return l=!!i(t,u,v),l}),l}function co(a,i,l){for(var t=-1,u=a.length;++t<u;){var v=a[t],A=i(v);if(A!=null&&(R===o?A===A&&!fa(A):l(A,R)))var R=A,L=v}return L}function yE(a,i,l,t){var u=a.length;for(l=fe(l),l<0&&(l=-l>u?0:u+l),t=t===o||t>u?u:fe(t),t<0&&(t+=u),t=l>t?0:Jc(t);l<t;)a[l++]=i;return a}function Vr(a,i){var l=[];return ri(a,function(t,u,v){i(t,u,v)&&l.push(t)}),l}function We(a,i,l,t,u){var v=-1,A=a.length;for(l||(l=fx),u||(u=[]);++v<A;){var R=a[v];i>0&&l(R)?i>1?We(R,i-1,l,t,u):ni(u,R):t||(u[u.length]=R)}return u}var Cn=cc(),Mr=cc(!0);function Va(a,i){return a&&Cn(a,i,He)}function On(a,i){return a&&Mr(a,i,He)}function uo(a,i){return oi(i,function(l){return Ka(a[l])})}function Ci(a,i){i=ui(i,a);for(var l=0,t=i.length;a!=null&&l<t;)a=a[Ua(i[l++])];return l&&l==t?a:o}function Ur(a,i,l){var t=i(a);return me(a)?t:ni(t,l(a))}function ea(a){return a==null?a===o?aC:ke:gi&&gi in Te(a)?rx(a):Ox(a)}function En(a,i){return a>i}function PE(a,i){return a!=null&&Ae.call(a,i)}function DE(a,i){return a!=null&&i in Te(a)}function RE(a,i,l){return a>=Ze(i,l)&&a<je(i,l)}function xn(a,i,l){for(var t=l?nn:Hl,u=a[0].length,v=a.length,A=v,R=U(v),L=1/0,z=[];A--;){var G=a[A];A&&i&&(G=Be(G,ma(i))),L=Ze(G.length,L),R[A]=!l&&(i||u>=120&&G.length>=120)?new bi(A&&G):o}G=a[0];var H=-1,Y=R[0];e:for(;++H<u&&z.length<L;){var ie=G[H],ne=i?i(ie):ie;if(ie=l||ie!==0?ie:0,!(Y?el(Y,ne):t(z,ne,l))){for(A=v;--A;){var _e=R[A];if(!(_e?el(_e,ne):t(a[A],ne,l)))continue e}Y&&Y.push(ne),z.push(ie)}}return z}function TE(a,i,l,t){return Va(a,function(u,v,A){i(t,l(u),v,A)}),t}function rl(a,i,l){i=ui(i,a),a=yc(a,i);var t=a==null?a:a[Ua(Pa(i))];return t==null?o:da(t,a,l)}function Fr(a){return Me(a)&&ea(a)==qe}function NE(a){return Me(a)&&ea(a)==Ji}function SE(a){return Me(a)&&ea(a)==we}function cl(a,i,l,t,u){return a===i?!0:a==null||i==null||!Me(a)&&!Me(i)?a!==a&&i!==i:LE(a,i,l,t,cl,u)}function LE(a,i,l,t,u,v){var A=me(a),R=me(i),L=A?Je:Xe(a),z=R?Je:Xe(i);L=L==qe?ee:L,z=z==qe?ee:z;var G=L==ee,H=z==ee,Y=L==z;if(Y&&mi(a)){if(!mi(i))return!1;A=!0,G=!1}if(Y&&!G)return v||(v=new Sa),A||qi(a)?hc(a,i,l,t,u,v):tx(a,i,L,l,t,u,v);if(!(l&b)){var ie=G&&Ae.call(a,"__wrapped__"),ne=H&&Ae.call(i,"__wrapped__");if(ie||ne){var _e=ie?a.value():a,te=ne?i.value():i;return v||(v=new Sa),u(_e,te,l,t,v)}}return Y?(v||(v=new Sa),sx(a,i,l,t,u,v)):!1}function BE(a){return Me(a)&&Xe(a)==K}function In(a,i,l,t){var u=l.length,v=u,A=!t;if(a==null)return!v;for(a=Te(a);u--;){var R=l[u];if(A&&R[2]?R[1]!==a[R[0]]:!(R[0]in a))return!1}for(;++u<v;){R=l[u];var L=R[0],z=a[L],G=R[1];if(A&&R[2]){if(z===o&&!(L in a))return!1}else{var H=new Sa;if(t)var Y=t(z,G,L,a,i,H);if(!(Y===o?cl(G,z,b|O,t,H):Y))return!1}}return!0}function zr(a){if(!Ve(a)||gx(a))return!1;var i=Ka(a)?BO:IC;return i.test(Ei(a))}function wE(a){return Me(a)&&ea(a)==ua}function kE(a){return Me(a)&&Xe(a)==Ta}function VE(a){return Me(a)&&Do(a.length)&&!!Se[ea(a)]}function Gr(a){return typeof a=="function"?a:a==null?sa:typeof a=="object"?me(a)?Hr(a[0],a[1]):$r(a):uu(a)}function An(a){if(!ml(a))return FO(a);var i=[];for(var l in Te(a))Ae.call(a,l)&&l!="constructor"&&i.push(l);return i}function ME(a){if(!Ve(a))return Cx(a);var i=ml(a),l=[];for(var t in a)t=="constructor"&&(i||!Ae.call(a,t))||l.push(t);return l}function yn(a,i){return a<i}function jr(a,i){var l=-1,t=na(a)?U(a.length):[];return ri(a,function(u,v,A){t[++l]=i(u,v,A)}),t}function $r(a){var i=zn(a);return i.length==1&&i[0][2]?Ic(i[0][0],i[0][1]):function(l){return l===a||In(l,a,i)}}function Hr(a,i){return jn(a)&&xc(i)?Ic(Ua(a),i):function(l){var t=Jn(l,a);return t===o&&t===i?et(l,a):cl(i,t,b|O)}}function mo(a,i,l,t,u){a!==i&&Cn(i,function(v,A){if(u||(u=new Sa),Ve(v))UE(a,i,A,l,mo,t,u);else{var R=t?t(Hn(a,A),v,A+"",a,i,u):o;R===o&&(R=v),bn(a,A,R)}},ta)}function UE(a,i,l,t,u,v,A){var R=Hn(a,l),L=Hn(i,l),z=A.get(L);if(z){bn(a,l,z);return}var G=v?v(R,L,l+"",a,i,A):o,H=G===o;if(H){var Y=me(L),ie=!Y&&mi(L),ne=!Y&&!ie&&qi(L);G=L,Y||ie||ne?me(R)?G=R:Ue(R)?G=oa(R):ie?(H=!1,G=lc(L,!0)):ne?(H=!1,G=oc(L,!0)):G=[]:fl(L)||xi(L)?(G=R,xi(R)?G=eu(R):(!Ve(R)||Ka(R))&&(G=Ec(L))):H=!1}H&&(A.set(L,G),u(G,L,t,v,A),A.delete(L)),bn(a,l,G)}function qr(a,i){var l=a.length;if(l)return i+=i<0?l:0,qa(i,l)?a[i]:o}function Kr(a,i,l){i.length?i=Be(i,function(v){return me(v)?function(A){return Ci(A,v.length===1?v[0]:v)}:v}):i=[sa];var t=-1;i=Be(i,ma(oe()));var u=jr(a,function(v,A,R){var L=Be(i,function(z){return z(v)});return{criteria:L,index:++t,value:v}});return mO(u,function(v,A){return XE(v,A,l)})}function FE(a,i){return Qr(a,i,function(l,t){return et(a,t)})}function Qr(a,i,l){for(var t=-1,u=i.length,v={};++t<u;){var A=i[t],R=Ci(a,A);l(R,A)&&ul(v,ui(A,a),R)}return v}function zE(a){return function(i){return Ci(i,a)}}function Pn(a,i,l,t){var u=t?dO:wi,v=-1,A=i.length,R=a;for(a===i&&(i=oa(i)),l&&(R=Be(a,ma(l)));++v<A;)for(var L=0,z=i[v],G=l?l(z):z;(L=u(R,G,L,t))>-1;)R!==a&&ao.call(R,L,1),ao.call(a,L,1);return a}function Wr(a,i){for(var l=a?i.length:0,t=l-1;l--;){var u=i[l];if(l==t||u!==v){var v=u;qa(u)?ao.call(a,u,1):Nn(a,u)}}return a}function Dn(a,i){return a+oo(Rr()*(i-a+1))}function GE(a,i,l,t){for(var u=-1,v=je(lo((i-a)/(l||1)),0),A=U(v);v--;)A[t?v:++u]=a,a+=l;return A}function Rn(a,i){var l="";if(!a||i<1||i>pe)return l;do i%2&&(l+=a),i=oo(i/2),i&&(a+=a);while(i);return l}function ve(a,i){return qn(Ac(a,i,sa),a+"")}function jE(a){return Sr(Ki(a))}function $E(a,i){var l=Ki(a);return Eo(l,hi(i,0,l.length))}function ul(a,i,l,t){if(!Ve(a))return a;i=ui(i,a);for(var u=-1,v=i.length,A=v-1,R=a;R!=null&&++u<v;){var L=Ua(i[u]),z=l;if(L==="__proto__"||L==="constructor"||L==="prototype")return a;if(u!=A){var G=R[L];z=t?t(G,L,R):o,z===o&&(z=Ve(G)?G:qa(i[u+1])?[]:{})}tl(R,L,z),R=R[L]}return a}var Yr=no?function(a,i){return no.set(a,i),a}:sa,HE=io?function(a,i){return io(a,"toString",{configurable:!0,enumerable:!1,value:it(i),writable:!0})}:sa;function qE(a){return Eo(Ki(a))}function ya(a,i,l){var t=-1,u=a.length;i<0&&(i=-i>u?0:u+i),l=l>u?u:l,l<0&&(l+=u),u=i>l?0:l-i>>>0,i>>>=0;for(var v=U(u);++t<u;)v[t]=a[t+i];return v}function KE(a,i){var l;return ri(a,function(t,u,v){return l=i(t,u,v),!l}),!!l}function po(a,i,l){var t=0,u=a==null?t:a.length;if(typeof i=="number"&&i===i&&u<=la){for(;t<u;){var v=t+u>>>1,A=a[v];A!==null&&!fa(A)&&(l?A<=i:A<i)?t=v+1:u=v}return u}return Tn(a,i,sa,l)}function Tn(a,i,l,t){var u=0,v=a==null?0:a.length;if(v===0)return 0;i=l(i);for(var A=i!==i,R=i===null,L=fa(i),z=i===o;u<v;){var G=oo((u+v)/2),H=l(a[G]),Y=H!==o,ie=H===null,ne=H===H,_e=fa(H);if(A)var te=t||ne;else z?te=ne&&(t||Y):R?te=ne&&Y&&(t||!ie):L?te=ne&&Y&&!ie&&(t||!_e):ie||_e?te=!1:te=t?H<=i:H<i;te?u=G+1:v=G}return Ze(v,Ye)}function Zr(a,i){for(var l=-1,t=a.length,u=0,v=[];++l<t;){var A=a[l],R=i?i(A):A;if(!l||!La(R,L)){var L=R;v[u++]=A===0?0:A}}return v}function Xr(a){return typeof a=="number"?a:fa(a)?Le:+a}function pa(a){if(typeof a=="string")return a;if(me(a))return Be(a,pa)+"";if(fa(a))return Tr?Tr.call(a):"";var i=a+"";return i=="0"&&1/a==-ge?"-0":i}function ci(a,i,l){var t=-1,u=Hl,v=a.length,A=!0,R=[],L=R;if(l)A=!1,u=nn;else if(v>=s){var z=i?null:ox(a);if(z)return Kl(z);A=!1,u=el,L=new bi}else L=i?[]:R;e:for(;++t<v;){var G=a[t],H=i?i(G):G;if(G=l||G!==0?G:0,A&&H===H){for(var Y=L.length;Y--;)if(L[Y]===H)continue e;i&&L.push(H),R.push(G)}else u(L,H,l)||(L!==R&&L.push(H),R.push(G))}return R}function Nn(a,i){return i=ui(i,a),a=yc(a,i),a==null||delete a[Ua(Pa(i))]}function Jr(a,i,l,t){return ul(a,i,l(Ci(a,i)),t)}function fo(a,i,l,t){for(var u=a.length,v=t?u:-1;(t?v--:++v<u)&&i(a[v],v,a););return l?ya(a,t?0:v,t?v+1:u):ya(a,t?v+1:0,t?u:v)}function ec(a,i){var l=a;return l instanceof he&&(l=l.value()),tn(i,function(t,u){return u.func.apply(u.thisArg,ni([t],u.args))},l)}function Sn(a,i,l){var t=a.length;if(t<2)return t?ci(a[0]):[];for(var u=-1,v=U(t);++u<t;)for(var A=a[u],R=-1;++R<t;)R!=u&&(v[u]=sl(v[u]||A,a[R],i,l));return ci(We(v,1),i,l)}function ac(a,i,l){for(var t=-1,u=a.length,v=i.length,A={};++t<u;){var R=t<v?i[t]:o;l(A,a[t],R)}return A}function Ln(a){return Ue(a)?a:[]}function Bn(a){return typeof a=="function"?a:sa}function ui(a,i){return me(a)?a:jn(a,i)?[a]:Tc(Ie(a))}var QE=ve;function di(a,i,l){var t=a.length;return l=l===o?t:l,!i&&l>=t?a:ya(a,i,l)}var ic=wO||function(a){return Qe.clearTimeout(a)};function lc(a,i){if(i)return a.slice();var l=a.length,t=Ir?Ir(l):new a.constructor(l);return a.copy(t),t}function wn(a){var i=new a.constructor(a.byteLength);return new Jl(i).set(new Jl(a)),i}function WE(a,i){var l=i?wn(a.buffer):a.buffer;return new a.constructor(l,a.byteOffset,a.byteLength)}function YE(a){var i=new a.constructor(a.source,Fs.exec(a));return i.lastIndex=a.lastIndex,i}function ZE(a){return nl?Te(nl.call(a)):{}}function oc(a,i){var l=i?wn(a.buffer):a.buffer;return new a.constructor(l,a.byteOffset,a.length)}function nc(a,i){if(a!==i){var l=a!==o,t=a===null,u=a===a,v=fa(a),A=i!==o,R=i===null,L=i===i,z=fa(i);if(!R&&!z&&!v&&a>i||v&&A&&L&&!R&&!z||t&&A&&L||!l&&L||!u)return 1;if(!t&&!v&&!z&&a<i||z&&l&&u&&!t&&!v||R&&l&&u||!A&&u||!L)return-1}return 0}function XE(a,i,l){for(var t=-1,u=a.criteria,v=i.criteria,A=u.length,R=l.length;++t<A;){var L=nc(u[t],v[t]);if(L){if(t>=R)return L;var z=l[t];return L*(z=="desc"?-1:1)}}return a.index-i.index}function tc(a,i,l,t){for(var u=-1,v=a.length,A=l.length,R=-1,L=i.length,z=je(v-A,0),G=U(L+z),H=!t;++R<L;)G[R]=i[R];for(;++u<A;)(H||u<v)&&(G[l[u]]=a[u]);for(;z--;)G[R++]=a[u++];return G}function sc(a,i,l,t){for(var u=-1,v=a.length,A=-1,R=l.length,L=-1,z=i.length,G=je(v-R,0),H=U(G+z),Y=!t;++u<G;)H[u]=a[u];for(var ie=u;++L<z;)H[ie+L]=i[L];for(;++A<R;)(Y||u<v)&&(H[ie+l[A]]=a[u++]);return H}function oa(a,i){var l=-1,t=a.length;for(i||(i=U(t));++l<t;)i[l]=a[l];return i}function Ma(a,i,l,t){var u=!l;l||(l={});for(var v=-1,A=i.length;++v<A;){var R=i[v],L=t?t(l[R],a[R],R,l,a):o;L===o&&(L=a[R]),u?ja(l,R,L):tl(l,R,L)}return l}function JE(a,i){return Ma(a,Gn(a),i)}function ex(a,i){return Ma(a,Cc(a),i)}function _o(a,i){return function(l,t){var u=me(l)?nO:EE,v=i?i():{};return u(l,a,oe(t,2),v)}}function ji(a){return ve(function(i,l){var t=-1,u=l.length,v=u>1?l[u-1]:o,A=u>2?l[2]:o;for(v=a.length>3&&typeof v=="function"?(u--,v):o,A&&aa(l[0],l[1],A)&&(v=u<3?o:v,u=1),i=Te(i);++t<u;){var R=l[t];R&&a(i,R,t,v)}return i})}function rc(a,i){return function(l,t){if(l==null)return l;if(!na(l))return a(l,t);for(var u=l.length,v=i?u:-1,A=Te(l);(i?v--:++v<u)&&t(A[v],v,A)!==!1;);return l}}function cc(a){return function(i,l,t){for(var u=-1,v=Te(i),A=t(i),R=A.length;R--;){var L=A[a?R:++u];if(l(v[L],L,v)===!1)break}return i}}function ax(a,i,l){var t=i&C,u=dl(a);function v(){var A=this&&this!==Qe&&this instanceof v?u:a;return A.apply(t?l:this,arguments)}return v}function uc(a){return function(i){i=Ie(i);var l=ki(i)?Na(i):o,t=l?l[0]:i.charAt(0),u=l?di(l,1).join(""):i.slice(1);return t[a]()+u}}function $i(a){return function(i){return tn(ru(su(i).replace(HC,"")),a,"")}}function dl(a){return function(){var i=arguments;switch(i.length){case 0:return new a;case 1:return new a(i[0]);case 2:return new a(i[0],i[1]);case 3:return new a(i[0],i[1],i[2]);case 4:return new a(i[0],i[1],i[2],i[3]);case 5:return new a(i[0],i[1],i[2],i[3],i[4]);case 6:return new a(i[0],i[1],i[2],i[3],i[4],i[5]);case 7:return new a(i[0],i[1],i[2],i[3],i[4],i[5],i[6])}var l=Gi(a.prototype),t=a.apply(l,i);return Ve(t)?t:l}}function ix(a,i,l){var t=dl(a);function u(){for(var v=arguments.length,A=U(v),R=v,L=Hi(u);R--;)A[R]=arguments[R];var z=v<3&&A[0]!==L&&A[v-1]!==L?[]:ti(A,L);if(v-=z.length,v<l)return _c(a,i,go,u.placeholder,o,A,z,o,o,l-v);var G=this&&this!==Qe&&this instanceof u?t:a;return da(G,this,A)}return u}function dc(a){return function(i,l,t){var u=Te(i);if(!na(i)){var v=oe(l,3);i=He(i),l=function(R){return v(u[R],R,u)}}var A=a(i,l,t);return A>-1?u[v?i[A]:A]:o}}function mc(a){return Ha(function(i){var l=i.length,t=l,u=Ia.prototype.thru;for(a&&i.reverse();t--;){var v=i[t];if(typeof v!="function")throw new xa(m);if(u&&!A&&Co(v)=="wrapper")var A=new Ia([],!0)}for(t=A?t:l;++t<l;){v=i[t];var R=Co(v),L=R=="wrapper"?Fn(v):o;L&&$n(L[0])&&L[1]==(j|P|D|$)&&!L[4].length&&L[9]==1?A=A[Co(L[0])].apply(A,L[3]):A=v.length==1&&$n(v)?A[R]():A.thru(v)}return function(){var z=arguments,G=z[0];if(A&&z.length==1&&me(G))return A.plant(G).value();for(var H=0,Y=l?i[H].apply(this,z):G;++H<l;)Y=i[H].call(this,Y);return Y}})}function go(a,i,l,t,u,v,A,R,L,z){var G=i&j,H=i&C,Y=i&I,ie=i&(P|N),ne=i&Z,_e=Y?o:dl(a);function te(){for(var be=arguments.length,Oe=U(be),_a=be;_a--;)Oe[_a]=arguments[_a];if(ie)var ia=Hi(te),ga=fO(Oe,ia);if(t&&(Oe=tc(Oe,t,u,ie)),v&&(Oe=sc(Oe,v,A,ie)),be-=ga,ie&&be<z){var Fe=ti(Oe,ia);return _c(a,i,go,te.placeholder,l,Oe,Fe,R,L,z-be)}var Ba=H?l:this,Wa=Y?Ba[a]:a;return be=Oe.length,R?Oe=Ex(Oe,R):ne&&be>1&&Oe.reverse(),G&&L<be&&(Oe.length=L),this&&this!==Qe&&this instanceof te&&(Wa=_e||dl(Wa)),Wa.apply(Ba,Oe)}return te}function pc(a,i){return function(l,t){return TE(l,a,i(t),{})}}function vo(a,i){return function(l,t){var u;if(l===o&&t===o)return i;if(l!==o&&(u=l),t!==o){if(u===o)return t;typeof l=="string"||typeof t=="string"?(l=pa(l),t=pa(t)):(l=Xr(l),t=Xr(t)),u=a(l,t)}return u}}function kn(a){return Ha(function(i){return i=Be(i,ma(oe())),ve(function(l){var t=this;return a(i,function(u){return da(u,t,l)})})})}function bo(a,i){i=i===o?" ":pa(i);var l=i.length;if(l<2)return l?Rn(i,a):i;var t=Rn(i,lo(a/Vi(i)));return ki(i)?di(Na(t),0,a).join(""):t.slice(0,a)}function lx(a,i,l,t){var u=i&C,v=dl(a);function A(){for(var R=-1,L=arguments.length,z=-1,G=t.length,H=U(G+L),Y=this&&this!==Qe&&this instanceof A?v:a;++z<G;)H[z]=t[z];for(;L--;)H[z++]=arguments[++R];return da(Y,u?l:this,H)}return A}function fc(a){return function(i,l,t){return t&&typeof t!="number"&&aa(i,l,t)&&(l=t=o),i=Qa(i),l===o?(l=i,i=0):l=Qa(l),t=t===o?i<l?1:-1:Qa(t),GE(i,l,t,a)}}function ho(a){return function(i,l){return typeof i=="string"&&typeof l=="string"||(i=Da(i),l=Da(l)),a(i,l)}}function _c(a,i,l,t,u,v,A,R,L,z){var G=i&P,H=G?A:o,Y=G?o:A,ie=G?v:o,ne=G?o:v;i|=G?D:k,i&=~(G?k:D),i&E||(i&=-4);var _e=[a,i,u,ie,H,ne,Y,R,L,z],te=l.apply(o,_e);return $n(a)&&Pc(te,_e),te.placeholder=t,Dc(te,a,i)}function Vn(a){var i=Ge[a];return function(l,t){if(l=Da(l),t=t==null?0:Ze(fe(t),292),t&&Dr(l)){var u=(Ie(l)+"e").split("e"),v=i(u[0]+"e"+(+u[1]+t));return u=(Ie(v)+"e").split("e"),+(u[0]+"e"+(+u[1]-t))}return i(l)}}var ox=Fi&&1/Kl(new Fi([,-0]))[1]==ge?function(a){return new Fi(a)}:nt;function gc(a){return function(i){var l=Xe(i);return l==K?pn(i):l==Ta?OO(i):pO(i,a(i))}}function $a(a,i,l,t,u,v,A,R){var L=i&I;if(!L&&typeof a!="function")throw new xa(m);var z=t?t.length:0;if(z||(i&=-97,t=u=o),A=A===o?A:je(fe(A),0),R=R===o?R:fe(R),z-=u?u.length:0,i&k){var G=t,H=u;t=u=o}var Y=L?o:Fn(a),ie=[a,i,l,t,u,G,H,v,A,R];if(Y&&hx(ie,Y),a=ie[0],i=ie[1],l=ie[2],t=ie[3],u=ie[4],R=ie[9]=ie[9]===o?L?0:a.length:je(ie[9]-z,0),!R&&i&(P|N)&&(i&=-25),!i||i==C)var ne=ax(a,i,l);else i==P||i==N?ne=ix(a,i,R):(i==D||i==(C|D))&&!u.length?ne=lx(a,i,l,t):ne=go.apply(o,ie);var _e=Y?Yr:Pc;return Dc(_e(ne,ie),a,i)}function vc(a,i,l,t){return a===o||La(a,Ui[l])&&!Ae.call(t,l)?i:a}function bc(a,i,l,t,u,v){return Ve(a)&&Ve(i)&&(v.set(i,a),mo(a,i,o,bc,v),v.delete(i)),a}function nx(a){return fl(a)?o:a}function hc(a,i,l,t,u,v){var A=l&b,R=a.length,L=i.length;if(R!=L&&!(A&&L>R))return!1;var z=v.get(a),G=v.get(i);if(z&&G)return z==i&&G==a;var H=-1,Y=!0,ie=l&O?new bi:o;for(v.set(a,i),v.set(i,a);++H<R;){var ne=a[H],_e=i[H];if(t)var te=A?t(_e,ne,H,i,a,v):t(ne,_e,H,a,i,v);if(te!==o){if(te)continue;Y=!1;break}if(ie){if(!sn(i,function(be,Oe){if(!el(ie,Oe)&&(ne===be||u(ne,be,l,t,v)))return ie.push(Oe)})){Y=!1;break}}else if(!(ne===_e||u(ne,_e,l,t,v))){Y=!1;break}}return v.delete(a),v.delete(i),Y}function tx(a,i,l,t,u,v,A){switch(l){case Li:if(a.byteLength!=i.byteLength||a.byteOffset!=i.byteOffset)return!1;a=a.buffer,i=i.buffer;case Ji:return!(a.byteLength!=i.byteLength||!v(new Jl(a),new Jl(i)));case Pe:case we:case Q:return La(+a,+i);case Ni:return a.name==i.name&&a.message==i.message;case ua:case Zi:return a==i+"";case K:var R=pn;case Ta:var L=t&b;if(R||(R=Kl),a.size!=i.size&&!L)return!1;var z=A.get(a);if(z)return z==i;t|=O,A.set(a,i);var G=hc(R(a),R(i),t,u,v,A);return A.delete(a),G;case zl:if(nl)return nl.call(a)==nl.call(i)}return!1}function sx(a,i,l,t,u,v){var A=l&b,R=Mn(a),L=R.length,z=Mn(i),G=z.length;if(L!=G&&!A)return!1;for(var H=L;H--;){var Y=R[H];if(!(A?Y in i:Ae.call(i,Y)))return!1}var ie=v.get(a),ne=v.get(i);if(ie&&ne)return ie==i&&ne==a;var _e=!0;v.set(a,i),v.set(i,a);for(var te=A;++H<L;){Y=R[H];var be=a[Y],Oe=i[Y];if(t)var _a=A?t(Oe,be,Y,i,a,v):t(be,Oe,Y,a,i,v);if(!(_a===o?be===Oe||u(be,Oe,l,t,v):_a)){_e=!1;break}te||(te=Y=="constructor")}if(_e&&!te){var ia=a.constructor,ga=i.constructor;ia!=ga&&"constructor"in a&&"constructor"in i&&!(typeof ia=="function"&&ia instanceof ia&&typeof ga=="function"&&ga instanceof ga)&&(_e=!1)}return v.delete(a),v.delete(i),_e}function Ha(a){return qn(Ac(a,o,Bc),a+"")}function Mn(a){return Ur(a,He,Gn)}function Un(a){return Ur(a,ta,Cc)}var Fn=no?function(a){return no.get(a)}:nt;function Co(a){for(var i=a.name+"",l=zi[i],t=Ae.call(zi,i)?l.length:0;t--;){var u=l[t],v=u.func;if(v==null||v==a)return u.name}return i}function Hi(a){var i=Ae.call(_,"placeholder")?_:a;return i.placeholder}function oe(){var a=_.iteratee||lt;return a=a===lt?Gr:a,arguments.length?a(arguments[0],arguments[1]):a}function Oo(a,i){var l=a.__data__;return _x(i)?l[typeof i=="string"?"string":"hash"]:l.map}function zn(a){for(var i=He(a),l=i.length;l--;){var t=i[l],u=a[t];i[l]=[t,u,xc(u)]}return i}function Oi(a,i){var l=bO(a,i);return zr(l)?l:o}function rx(a){var i=Ae.call(a,gi),l=a[gi];try{a[gi]=o;var t=!0}catch{}var u=Zl.call(a);return t&&(i?a[gi]=l:delete a[gi]),u}var Gn=_n?function(a){return a==null?[]:(a=Te(a),oi(_n(a),function(i){return yr.call(a,i)}))}:tt,Cc=_n?function(a){for(var i=[];a;)ni(i,Gn(a)),a=eo(a);return i}:tt,Xe=ea;(gn&&Xe(new gn(new ArrayBuffer(1)))!=Li||il&&Xe(new il)!=K||vn&&Xe(vn.resolve())!=ca||Fi&&Xe(new Fi)!=Ta||ll&&Xe(new ll)!=Xi)&&(Xe=function(a){var i=ea(a),l=i==ee?a.constructor:o,t=l?Ei(l):"";if(t)switch(t){case $O:return Li;case HO:return K;case qO:return ca;case KO:return Ta;case QO:return Xi}return i});function cx(a,i,l){for(var t=-1,u=l.length;++t<u;){var v=l[t],A=v.size;switch(v.type){case"drop":a+=A;break;case"dropRight":i-=A;break;case"take":i=Ze(i,a+A);break;case"takeRight":a=je(a,i-A);break}}return{start:a,end:i}}function ux(a){var i=a.match(gC);return i?i[1].split(vC):[]}function Oc(a,i,l){i=ui(i,a);for(var t=-1,u=i.length,v=!1;++t<u;){var A=Ua(i[t]);if(!(v=a!=null&&l(a,A)))break;a=a[A]}return v||++t!=u?v:(u=a==null?0:a.length,!!u&&Do(u)&&qa(A,u)&&(me(a)||xi(a)))}function dx(a){var i=a.length,l=new a.constructor(i);return i&&typeof a[0]=="string"&&Ae.call(a,"index")&&(l.index=a.index,l.input=a.input),l}function Ec(a){return typeof a.constructor=="function"&&!ml(a)?Gi(eo(a)):{}}function mx(a,i,l){var t=a.constructor;switch(i){case Ji:return wn(a);case Pe:case we:return new t(+a);case Li:return WE(a,l);case Fo:case zo:case Go:case jo:case $o:case Ho:case qo:case Ko:case Qo:return oc(a,l);case K:return new t;case Q:case Zi:return new t(a);case ua:return YE(a);case Ta:return new t;case zl:return ZE(a)}}function px(a,i){var l=i.length;if(!l)return a;var t=l-1;return i[t]=(l>1?"& ":"")+i[t],i=i.join(l>2?", ":" "),a.replace(_C,`{
9
9
  /* [wrapped with `+i+`] */
10
- `)}function XE(a){return me(a)||xi(a)||!!(yr&&a&&a[yr])}function qa(a,i){var l=typeof a;return i=i??pe,!!i&&(l=="number"||l!="symbol"&&uC.test(a))&&a>-1&&a%1==0&&a<i}function aa(a,i,l){if(!Ve(l))return!1;var n=typeof i;return(n=="number"?ta(l)&&qa(i,l.length):n=="string"&&i in l)?Sa(l[i],a):!1}function Gt(a,i){if(me(a))return!1;var l=typeof a;return l=="number"||l=="symbol"||l=="boolean"||a==null||fa(a)?!0:Wh.test(a)||!Qh.test(a)||i!=null&&a in Re(i)}function JE(a){var i=typeof a;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?a!=="__proto__":a===null}function $t(a){var i=Co(a),l=_[i];if(typeof l!="function"||!(i in he.prototype))return!1;if(a===l)return!0;var n=Ut(l);return!!n&&a===n[0]}function e2(a){return!!Er&&Er in a}var a2=Wl?Ka:sn;function ml(a){var i=a&&a.constructor,l=typeof i=="function"&&i.prototype||Ui;return a===l}function Ec(a){return a===a&&!Ve(a)}function xc(a,i){return function(l){return l==null?!1:l[a]===i&&(i!==o||a in Re(l))}}function i2(a){var i=yo(a,function(n){return l.size===C&&l.clear(),n}),l=i.cache;return i}function l2(a,i){var l=a[1],n=i[1],u=l|n,b=u<(g|I|$),E=n==$&&l==T||n==$&&l==j&&a[7].length<=i[8]||n==($|j)&&i[7].length<=i[8]&&l==T;if(!(b||E))return a;n&g&&(a[2]=i[2],u|=l&g?0:P);var D=i[3];if(D){var S=a[3];a[3]=S?tc(S,D,i[4]):D,a[4]=S?ni(a[3],p):i[4]}return D=i[5],D&&(S=a[5],a[5]=S?nc(S,D,i[6]):D,a[6]=S?ni(a[5],p):i[6]),D=i[7],D&&(a[7]=D),n&$&&(a[8]=a[8]==null?i[8]:Ye(a[8],i[8])),a[9]==null&&(a[9]=i[9]),a[0]=i[0],a[1]=u,a}function o2(a){var i=[];if(a!=null)for(var l in Re(a))i.push(l);return i}function t2(a){return Yl.call(a)}function Ic(a,i,l){return i=$e(i===o?a.length-1:i,0),function(){for(var n=arguments,u=-1,b=$e(n.length-i,0),E=U(b);++u<b;)E[u]=n[i+u];u=-1;for(var D=U(i+1);++u<i;)D[u]=n[u];return D[i]=l(E),da(a,this,D)}}function Ac(a,i){return i.length<2?a:Ci(a,Aa(i,0,-1))}function n2(a,i){for(var l=a.length,n=Ye(i.length,l),u=oa(a);n--;){var b=i[n];a[n]=qa(b,l)?u[b]:o}return a}function jt(a,i){if(!(i==="constructor"&&typeof a[i]=="function")&&i!="__proto__")return a[i]}var yc=Dc(Wr),pl=OO||function(a,i){return Ke.setTimeout(a,i)},Ht=Dc(TE);function Pc(a,i,l){var n=i+"";return Ht(a,YE(n,s2(QE(n),l)))}function Dc(a){var i=0,l=0;return function(){var n=AO(),u=X-(n-l);if(l=n,u>0){if(++i>=q)return arguments[0]}else i=0;return a.apply(o,arguments)}}function Eo(a,i){var l=-1,n=a.length,u=n-1;for(i=i===o?n:i;++l<i;){var b=Pt(l,u),E=a[b];a[b]=a[l],a[l]=E}return a.length=i,a}var Tc=i2(function(a){var i=[];return a.charCodeAt(0)===46&&i.push(""),a.replace(Zh,function(l,n,u,b){i.push(u?b.replace(oC,"$1"):n||l)}),i});function Ua(a){if(typeof a=="string"||fa(a))return a;var i=a+"";return i=="0"&&1/a==-ge?"-0":i}function Ei(a){if(a!=null){try{return Zl.call(a)}catch{}try{return a+""}catch{}}return""}function s2(a,i){return Oa(ha,function(l){var n="_."+l[0];i&l[1]&&!Hl(a,n)&&a.push(n)}),a.sort()}function Rc(a){if(a instanceof he)return a.clone();var i=new xa(a.__wrapped__,a.__chain__);return i.__actions__=oa(a.__actions__),i.__index__=a.__index__,i.__values__=a.__values__,i}function r2(a,i,l){(l?aa(a,i,l):i===o)?i=1:i=$e(fe(i),0);var n=a==null?0:a.length;if(!n||i<1)return[];for(var u=0,b=0,E=U(lo(n/i));u<n;)E[b++]=Aa(a,u,u+=i);return E}function c2(a){for(var i=-1,l=a==null?0:a.length,n=0,u=[];++i<l;){var b=a[i];b&&(u[n++]=b)}return u}function u2(){var a=arguments.length;if(!a)return[];for(var i=U(a-1),l=arguments[0],n=a;n--;)i[n-1]=arguments[n];return ti(me(l)?oa(l):[l],Qe(i,1))}var d2=ve(function(a,i){return Ue(a)?sl(a,Qe(i,1,Ue,!0)):[]}),m2=ve(function(a,i){var l=ya(i);return Ue(l)&&(l=o),Ue(a)?sl(a,Qe(i,1,Ue,!0),oe(l,2)):[]}),p2=ve(function(a,i){var l=ya(i);return Ue(l)&&(l=o),Ue(a)?sl(a,Qe(i,1,Ue,!0),o,l):[]});function f2(a,i,l){var n=a==null?0:a.length;return n?(i=l||i===o?1:fe(i),Aa(a,i<0?0:i,n)):[]}function _2(a,i,l){var n=a==null?0:a.length;return n?(i=l||i===o?1:fe(i),i=n-i,Aa(a,0,i<0?0:i)):[]}function g2(a,i){return a&&a.length?fo(a,oe(i,3),!0,!0):[]}function v2(a,i){return a&&a.length?fo(a,oe(i,3),!0):[]}function b2(a,i,l,n){var u=a==null?0:a.length;return u?(l&&typeof l!="number"&&aa(a,i,l)&&(l=0,n=u),uE(a,i,l,n)):[]}function Nc(a,i,l){var n=a==null?0:a.length;if(!n)return-1;var u=l==null?0:fe(l);return u<0&&(u=$e(n+u,0)),ql(a,oe(i,3),u)}function Sc(a,i,l){var n=a==null?0:a.length;if(!n)return-1;var u=n-1;return l!==o&&(u=fe(l),u=l<0?$e(n+u,0):Ye(u,n-1)),ql(a,oe(i,3),u,!0)}function Lc(a){var i=a==null?0:a.length;return i?Qe(a,1):[]}function h2(a){var i=a==null?0:a.length;return i?Qe(a,ge):[]}function C2(a,i){var l=a==null?0:a.length;return l?(i=i===o?1:fe(i),Qe(a,i)):[]}function O2(a){for(var i=-1,l=a==null?0:a.length,n={};++i<l;){var u=a[i];n[u[0]]=u[1]}return n}function Bc(a){return a&&a.length?a[0]:o}function E2(a,i,l){var n=a==null?0:a.length;if(!n)return-1;var u=l==null?0:fe(l);return u<0&&(u=$e(n+u,0)),wi(a,i,u)}function x2(a){var i=a==null?0:a.length;return i?Aa(a,0,-1):[]}var I2=ve(function(a){var i=Be(a,St);return i.length&&i[0]===a[0]?Et(i):[]}),A2=ve(function(a){var i=ya(a),l=Be(a,St);return i===ya(l)?i=o:l.pop(),l.length&&l[0]===a[0]?Et(l,oe(i,2)):[]}),y2=ve(function(a){var i=ya(a),l=Be(a,St);return i=typeof i=="function"?i:o,i&&l.pop(),l.length&&l[0]===a[0]?Et(l,o,i):[]});function P2(a,i){return a==null?"":xO.call(a,i)}function ya(a){var i=a==null?0:a.length;return i?a[i-1]:o}function D2(a,i,l){var n=a==null?0:a.length;if(!n)return-1;var u=n;return l!==o&&(u=fe(l),u=u<0?$e(n+u,0):Ye(u,n-1)),i===i?sO(a,i,u):ql(a,fr,u,!0)}function T2(a,i){return a&&a.length?Hr(a,fe(i)):o}var R2=ve(wc);function wc(a,i){return a&&a.length&&i&&i.length?yt(a,i):a}function N2(a,i,l){return a&&a.length&&i&&i.length?yt(a,i,oe(l,2)):a}function S2(a,i,l){return a&&a.length&&i&&i.length?yt(a,i,o,l):a}var L2=Ha(function(a,i){var l=a==null?0:a.length,n=bt(a,i);return Qr(a,Be(i,function(u){return qa(u,l)?+u:u}).sort(oc)),n});function B2(a,i){var l=[];if(!(a&&a.length))return l;var n=-1,u=[],b=a.length;for(i=oe(i,3);++n<b;){var E=a[n];i(E,n,a)&&(l.push(E),u.push(n))}return Qr(a,u),l}function qt(a){return a==null?a:PO.call(a)}function w2(a,i,l){var n=a==null?0:a.length;return n?(l&&typeof l!="number"&&aa(a,i,l)?(i=0,l=n):(i=i==null?0:fe(i),l=l===o?n:fe(l)),Aa(a,i,l)):[]}function k2(a,i){return po(a,i)}function V2(a,i,l){return Tt(a,i,oe(l,2))}function M2(a,i){var l=a==null?0:a.length;if(l){var n=po(a,i);if(n<l&&Sa(a[n],i))return n}return-1}function U2(a,i){return po(a,i,!0)}function F2(a,i,l){return Tt(a,i,oe(l,2),!0)}function z2(a,i){var l=a==null?0:a.length;if(l){var n=po(a,i,!0)-1;if(Sa(a[n],i))return n}return-1}function G2(a){return a&&a.length?Zr(a):[]}function $2(a,i){return a&&a.length?Zr(a,oe(i,2)):[]}function j2(a){var i=a==null?0:a.length;return i?Aa(a,1,i):[]}function H2(a,i,l){return a&&a.length?(i=l||i===o?1:fe(i),Aa(a,0,i<0?0:i)):[]}function q2(a,i,l){var n=a==null?0:a.length;return n?(i=l||i===o?1:fe(i),i=n-i,Aa(a,i<0?0:i,n)):[]}function K2(a,i){return a&&a.length?fo(a,oe(i,3),!1,!0):[]}function Q2(a,i){return a&&a.length?fo(a,oe(i,3)):[]}var W2=ve(function(a){return ci(Qe(a,1,Ue,!0))}),Z2=ve(function(a){var i=ya(a);return Ue(i)&&(i=o),ci(Qe(a,1,Ue,!0),oe(i,2))}),Y2=ve(function(a){var i=ya(a);return i=typeof i=="function"?i:o,ci(Qe(a,1,Ue,!0),o,i)});function X2(a){return a&&a.length?ci(a):[]}function J2(a,i){return a&&a.length?ci(a,oe(i,2)):[]}function e1(a,i){return i=typeof i=="function"?i:o,a&&a.length?ci(a,o,i):[]}function Kt(a){if(!(a&&a.length))return[];var i=0;return a=oi(a,function(l){if(Ue(l))return i=$e(l.length,i),!0}),ut(i,function(l){return Be(a,st(l))})}function kc(a,i){if(!(a&&a.length))return[];var l=Kt(a);return i==null?l:Be(l,function(n){return da(i,o,n)})}var a1=ve(function(a,i){return Ue(a)?sl(a,i):[]}),i1=ve(function(a){return Nt(oi(a,Ue))}),l1=ve(function(a){var i=ya(a);return Ue(i)&&(i=o),Nt(oi(a,Ue),oe(i,2))}),o1=ve(function(a){var i=ya(a);return i=typeof i=="function"?i:o,Nt(oi(a,Ue),o,i)}),t1=ve(Kt);function n1(a,i){return ec(a||[],i||[],nl)}function s1(a,i){return ec(a||[],i||[],ul)}var r1=ve(function(a){var i=a.length,l=i>1?a[i-1]:o;return l=typeof l=="function"?(a.pop(),l):o,kc(a,l)});function Vc(a){var i=_(a);return i.__chain__=!0,i}function c1(a,i){return i(a),a}function xo(a,i){return i(a)}var u1=Ha(function(a){var i=a.length,l=i?a[0]:0,n=this.__wrapped__,u=function(b){return bt(b,a)};return i>1||this.__actions__.length||!(n instanceof he)||!qa(l)?this.thru(u):(n=n.slice(l,+l+(i?1:0)),n.__actions__.push({func:xo,args:[u],thisArg:o}),new xa(n,this.__chain__).thru(function(b){return i&&!b.length&&b.push(o),b}))});function d1(){return Vc(this)}function m1(){return new xa(this.value(),this.__chain__)}function p1(){this.__values__===o&&(this.__values__=Yc(this.value()));var a=this.__index__>=this.__values__.length,i=a?o:this.__values__[this.__index__++];return{done:a,value:i}}function f1(){return this}function _1(a){for(var i,l=this;l instanceof so;){var n=Rc(l);n.__index__=0,n.__values__=o,i?u.__wrapped__=n:i=n;var u=n;l=l.__wrapped__}return u.__wrapped__=a,i}function g1(){var a=this.__wrapped__;if(a instanceof he){var i=a;return this.__actions__.length&&(i=new he(this)),i=i.reverse(),i.__actions__.push({func:xo,args:[qt],thisArg:o}),new xa(i,this.__chain__)}return this.thru(qt)}function v1(){return Jr(this.__wrapped__,this.__actions__)}var b1=_o(function(a,i,l){Ae.call(a,l)?++a[l]:$a(a,l,1)});function h1(a,i,l){var n=me(a)?mr:cE;return l&&aa(a,i,l)&&(i=o),n(a,oe(i,3))}function C1(a,i){var l=me(a)?oi:kr;return l(a,oe(i,3))}var O1=uc(Nc),E1=uc(Sc);function x1(a,i){return Qe(Io(a,i),1)}function I1(a,i){return Qe(Io(a,i),ge)}function A1(a,i,l){return l=l===o?1:fe(l),Qe(Io(a,i),l)}function Mc(a,i){var l=me(a)?Oa:ri;return l(a,oe(i,3))}function Uc(a,i){var l=me(a)?jC:wr;return l(a,oe(i,3))}var y1=_o(function(a,i,l){Ae.call(a,l)?a[l].push(i):$a(a,l,[i])});function P1(a,i,l,n){a=ta(a)?a:Ki(a),l=l&&!n?fe(l):0;var u=a.length;return l<0&&(l=$e(u+l,0)),To(a)?l<=u&&a.indexOf(i,l)>-1:!!u&&wi(a,i,l)>-1}var D1=ve(function(a,i,l){var n=-1,u=typeof i=="function",b=ta(a)?U(a.length):[];return ri(a,function(E){b[++n]=u?da(i,E,l):rl(E,i,l)}),b}),T1=_o(function(a,i,l){$a(a,l,i)});function Io(a,i){var l=me(a)?Be:Gr;return l(a,oe(i,3))}function R1(a,i,l,n){return a==null?[]:(me(i)||(i=i==null?[]:[i]),l=n?o:l,me(l)||(l=l==null?[]:[l]),qr(a,i,l))}var N1=_o(function(a,i,l){a[l?0:1].push(i)},function(){return[[],[]]});function S1(a,i,l){var n=me(a)?tt:gr,u=arguments.length<3;return n(a,oe(i,4),l,u,ri)}function L1(a,i,l){var n=me(a)?HC:gr,u=arguments.length<3;return n(a,oe(i,4),l,u,wr)}function B1(a,i){var l=me(a)?oi:kr;return l(a,Po(oe(i,3)))}function w1(a){var i=me(a)?Nr:PE;return i(a)}function k1(a,i,l){(l?aa(a,i,l):i===o)?i=1:i=fe(i);var n=me(a)?oE:DE;return n(a,i)}function V1(a){var i=me(a)?tE:RE;return i(a)}function M1(a){if(a==null)return 0;if(ta(a))return To(a)?Vi(a):a.length;var i=Xe(a);return i==K||i==Ta?a.size:It(a).length}function U1(a,i,l){var n=me(a)?nt:NE;return l&&aa(a,i,l)&&(i=o),n(a,oe(i,3))}var F1=ve(function(a,i){if(a==null)return[];var l=i.length;return l>1&&aa(a,i[0],i[1])?i=[]:l>2&&aa(i[0],i[1],i[2])&&(i=[i[0]]),qr(a,Qe(i,1),[])}),Ao=CO||function(){return Ke.Date.now()};function z1(a,i){if(typeof i!="function")throw new Ea(m);return a=fe(a),function(){if(--a<1)return i.apply(this,arguments)}}function Fc(a,i,l){return i=l?o:i,i=a&&i==null?a.length:i,ja(a,$,o,o,o,o,i)}function zc(a,i){var l;if(typeof i!="function")throw new Ea(m);return a=fe(a),function(){return--a>0&&(l=i.apply(this,arguments)),a<=1&&(i=o),l}}var Qt=ve(function(a,i,l){var n=g;if(l.length){var u=ni(l,Hi(Qt));n|=A}return ja(a,n,i,l,u)}),Gc=ve(function(a,i,l){var n=g|I;if(l.length){var u=ni(l,Hi(Gc));n|=A}return ja(i,n,a,l,u)});function $c(a,i,l){i=l?o:i;var n=ja(a,T,o,o,o,o,o,i);return n.placeholder=$c.placeholder,n}function jc(a,i,l){i=l?o:i;var n=ja(a,L,o,o,o,o,o,i);return n.placeholder=jc.placeholder,n}function Hc(a,i,l){var n,u,b,E,D,S,z=0,G=!1,H=!1,Z=!0;if(typeof a!="function")throw new Ea(m);i=Pa(i)||0,Ve(l)&&(G=!!l.leading,H="maxWait"in l,b=H?$e(Pa(l.maxWait)||0,i):b,Z="trailing"in l?!!l.trailing:Z);function ie(Fe){var La=n,Wa=u;return n=u=o,z=Fe,E=a.apply(Wa,La),E}function te(Fe){return z=Fe,D=pl(be,i),G?ie(Fe):E}function _e(Fe){var La=Fe-S,Wa=Fe-z,uu=i-La;return H?Ye(uu,b-Wa):uu}function ne(Fe){var La=Fe-S,Wa=Fe-z;return S===o||La>=i||La<0||H&&Wa>=b}function be(){var Fe=Ao();if(ne(Fe))return Oe(Fe);D=pl(be,_e(Fe))}function Oe(Fe){return D=o,Z&&n?ie(Fe):(n=u=o,E)}function _a(){D!==o&&ac(D),z=0,n=S=u=D=o}function ia(){return D===o?E:Oe(Ao())}function ga(){var Fe=Ao(),La=ne(Fe);if(n=arguments,u=this,S=Fe,La){if(D===o)return te(S);if(H)return ac(D),D=pl(be,i),ie(S)}return D===o&&(D=pl(be,i)),E}return ga.cancel=_a,ga.flush=ia,ga}var G1=ve(function(a,i){return Br(a,1,i)}),$1=ve(function(a,i,l){return Br(a,Pa(i)||0,l)});function j1(a){return ja(a,Y)}function yo(a,i){if(typeof a!="function"||i!=null&&typeof i!="function")throw new Ea(m);var l=function(){var n=arguments,u=i?i.apply(this,n):n[0],b=l.cache;if(b.has(u))return b.get(u);var E=a.apply(this,n);return l.cache=b.set(u,E)||b,E};return l.cache=new(yo.Cache||Ga),l}yo.Cache=Ga;function Po(a){if(typeof a!="function")throw new Ea(m);return function(){var i=arguments;switch(i.length){case 0:return!a.call(this);case 1:return!a.call(this,i[0]);case 2:return!a.call(this,i[0],i[1]);case 3:return!a.call(this,i[0],i[1],i[2])}return!a.apply(this,i)}}function H1(a){return zc(2,a)}var q1=SE(function(a,i){i=i.length==1&&me(i[0])?Be(i[0],ma(oe())):Be(Qe(i,1),ma(oe()));var l=i.length;return ve(function(n){for(var u=-1,b=Ye(n.length,l);++u<b;)n[u]=i[u].call(this,n[u]);return da(a,this,n)})}),Wt=ve(function(a,i){var l=ni(i,Hi(Wt));return ja(a,A,o,i,l)}),qc=ve(function(a,i){var l=ni(i,Hi(qc));return ja(a,w,o,i,l)}),K1=Ha(function(a,i){return ja(a,j,o,o,o,i)});function Q1(a,i){if(typeof a!="function")throw new Ea(m);return i=i===o?i:fe(i),ve(a,i)}function W1(a,i){if(typeof a!="function")throw new Ea(m);return i=i==null?0:$e(fe(i),0),ve(function(l){var n=l[i],u=di(l,0,i);return n&&ti(u,n),da(a,this,u)})}function Z1(a,i,l){var n=!0,u=!0;if(typeof a!="function")throw new Ea(m);return Ve(l)&&(n="leading"in l?!!l.leading:n,u="trailing"in l?!!l.trailing:u),Hc(a,i,{leading:n,maxWait:i,trailing:u})}function Y1(a){return Fc(a,1)}function X1(a,i){return Wt(Lt(i),a)}function J1(){if(!arguments.length)return[];var a=arguments[0];return me(a)?a:[a]}function ex(a){return Ia(a,y)}function ax(a,i){return i=typeof i=="function"?i:o,Ia(a,y,i)}function ix(a){return Ia(a,x|y)}function lx(a,i){return i=typeof i=="function"?i:o,Ia(a,x|y,i)}function ox(a,i){return i==null||Lr(a,i,je(i))}function Sa(a,i){return a===i||a!==a&&i!==i}var tx=ho(Ot),nx=ho(function(a,i){return a>=i}),xi=Ur(function(){return arguments}())?Ur:function(a){return Me(a)&&Ae.call(a,"callee")&&!Ar.call(a,"callee")},me=U.isArray,sx=nr?ma(nr):_E;function ta(a){return a!=null&&Do(a.length)&&!Ka(a)}function Ue(a){return Me(a)&&ta(a)}function rx(a){return a===!0||a===!1||Me(a)&&ea(a)==Pe}var mi=EO||sn,cx=sr?ma(sr):gE;function ux(a){return Me(a)&&a.nodeType===1&&!fl(a)}function dx(a){if(a==null)return!0;if(ta(a)&&(me(a)||typeof a=="string"||typeof a.splice=="function"||mi(a)||qi(a)||xi(a)))return!a.length;var i=Xe(a);if(i==K||i==Ta)return!a.size;if(ml(a))return!It(a).length;for(var l in a)if(Ae.call(a,l))return!1;return!0}function mx(a,i){return cl(a,i)}function px(a,i,l){l=typeof l=="function"?l:o;var n=l?l(a,i):o;return n===o?cl(a,i,o,l):!!n}function Zt(a){if(!Me(a))return!1;var i=ea(a);return i==Ni||i==qe||typeof a.message=="string"&&typeof a.name=="string"&&!fl(a)}function fx(a){return typeof a=="number"&&Pr(a)}function Ka(a){if(!Ve(a))return!1;var i=ea(a);return i==Si||i==Zi||i==Te||i==ze}function Kc(a){return typeof a=="number"&&a==fe(a)}function Do(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=pe}function Ve(a){var i=typeof a;return a!=null&&(i=="object"||i=="function")}function Me(a){return a!=null&&typeof a=="object"}var Qc=rr?ma(rr):bE;function _x(a,i){return a===i||xt(a,i,Ft(i))}function gx(a,i,l){return l=typeof l=="function"?l:o,xt(a,i,Ft(i),l)}function vx(a){return Wc(a)&&a!=+a}function bx(a){if(a2(a))throw new de(r);return Fr(a)}function hx(a){return a===null}function Cx(a){return a==null}function Wc(a){return typeof a=="number"||Me(a)&&ea(a)==Q}function fl(a){if(!Me(a)||ea(a)!=ee)return!1;var i=eo(a);if(i===null)return!0;var l=Ae.call(i,"constructor")&&i.constructor;return typeof l=="function"&&l instanceof l&&Zl.call(l)==gO}var Yt=cr?ma(cr):hE;function Ox(a){return Kc(a)&&a>=-pe&&a<=pe}var Zc=ur?ma(ur):CE;function To(a){return typeof a=="string"||!me(a)&&Me(a)&&ea(a)==Yi}function fa(a){return typeof a=="symbol"||Me(a)&&ea(a)==zl}var qi=dr?ma(dr):OE;function Ex(a){return a===o}function xx(a){return Me(a)&&Xe(a)==Xi}function Ix(a){return Me(a)&&ea(a)==Fh}var Ax=ho(At),yx=ho(function(a,i){return a<=i});function Yc(a){if(!a)return[];if(ta(a))return To(a)?Ra(a):oa(a);if(al&&a[al])return oO(a[al]());var i=Xe(a),l=i==K?mt:i==Ta?Kl:Ki;return l(a)}function Qa(a){if(!a)return a===0?a:0;if(a=Pa(a),a===ge||a===-ge){var i=a<0?-1:1;return i*De}return a===a?a:0}function fe(a){var i=Qa(a),l=i%1;return i===i?l?i-l:i:0}function Xc(a){return a?hi(fe(a),0,ye):0}function Pa(a){if(typeof a=="number")return a;if(fa(a))return Le;if(Ve(a)){var i=typeof a.valueOf=="function"?a.valueOf():a;a=Ve(i)?i+"":i}if(typeof a!="string")return a===0?a:+a;a=vr(a);var l=sC.test(a);return l||cC.test(a)?zC(a.slice(2),l?2:8):nC.test(a)?Le:+a}function Jc(a){return Ma(a,na(a))}function Px(a){return a?hi(fe(a),-pe,pe):a===0?a:0}function Ie(a){return a==null?"":pa(a)}var Dx=$i(function(a,i){if(ml(i)||ta(i)){Ma(i,je(i),a);return}for(var l in i)Ae.call(i,l)&&nl(a,l,i[l])}),eu=$i(function(a,i){Ma(i,na(i),a)}),Ro=$i(function(a,i,l,n){Ma(i,na(i),a,n)}),Tx=$i(function(a,i,l,n){Ma(i,je(i),a,n)}),Rx=Ha(bt);function Nx(a,i){var l=Gi(a);return i==null?l:Sr(l,i)}var Sx=ve(function(a,i){a=Re(a);var l=-1,n=i.length,u=n>2?i[2]:o;for(u&&aa(i[0],i[1],u)&&(n=1);++l<n;)for(var b=i[l],E=na(b),D=-1,S=E.length;++D<S;){var z=E[D],G=a[z];(G===o||Sa(G,Ui[z])&&!Ae.call(a,z))&&(a[z]=b[z])}return a}),Lx=ve(function(a){return a.push(o,vc),da(au,o,a)});function Bx(a,i){return pr(a,oe(i,3),Va)}function wx(a,i){return pr(a,oe(i,3),Ct)}function kx(a,i){return a==null?a:ht(a,oe(i,3),na)}function Vx(a,i){return a==null?a:Vr(a,oe(i,3),na)}function Mx(a,i){return a&&Va(a,oe(i,3))}function Ux(a,i){return a&&Ct(a,oe(i,3))}function Fx(a){return a==null?[]:uo(a,je(a))}function zx(a){return a==null?[]:uo(a,na(a))}function Xt(a,i,l){var n=a==null?o:Ci(a,i);return n===o?l:n}function Gx(a,i){return a!=null&&Cc(a,i,dE)}function Jt(a,i){return a!=null&&Cc(a,i,mE)}var $x=mc(function(a,i,l){i!=null&&typeof i.toString!="function"&&(i=Yl.call(i)),a[i]=l},an(sa)),jx=mc(function(a,i,l){i!=null&&typeof i.toString!="function"&&(i=Yl.call(i)),Ae.call(a,i)?a[i].push(l):a[i]=[l]},oe),Hx=ve(rl);function je(a){return ta(a)?Rr(a):It(a)}function na(a){return ta(a)?Rr(a,!0):EE(a)}function qx(a,i){var l={};return i=oe(i,3),Va(a,function(n,u,b){$a(l,i(n,u,b),n)}),l}function Kx(a,i){var l={};return i=oe(i,3),Va(a,function(n,u,b){$a(l,u,i(n,u,b))}),l}var Qx=$i(function(a,i,l){mo(a,i,l)}),au=$i(function(a,i,l,n){mo(a,i,l,n)}),Wx=Ha(function(a,i){var l={};if(a==null)return l;var n=!1;i=Be(i,function(b){return b=ui(b,a),n||(n=b.length>1),b}),Ma(a,Mt(a),l),n&&(l=Ia(l,x|R|y,$E));for(var u=i.length;u--;)Rt(l,i[u]);return l});function Zx(a,i){return iu(a,Po(oe(i)))}var Yx=Ha(function(a,i){return a==null?{}:IE(a,i)});function iu(a,i){if(a==null)return{};var l=Be(Mt(a),function(n){return[n]});return i=oe(i),Kr(a,l,function(n,u){return i(n,u[0])})}function Xx(a,i,l){i=ui(i,a);var n=-1,u=i.length;for(u||(u=1,a=o);++n<u;){var b=a==null?o:a[Ua(i[n])];b===o&&(n=u,b=l),a=Ka(b)?b.call(a):b}return a}function Jx(a,i,l){return a==null?a:ul(a,i,l)}function eI(a,i,l,n){return n=typeof n=="function"?n:o,a==null?a:ul(a,i,l,n)}var lu=_c(je),ou=_c(na);function aI(a,i,l){var n=me(a),u=n||mi(a)||qi(a);if(i=oe(i,4),l==null){var b=a&&a.constructor;u?l=n?new b:[]:Ve(a)?l=Ka(b)?Gi(eo(a)):{}:l={}}return(u?Oa:Va)(a,function(E,D,S){return i(l,E,D,S)}),l}function iI(a,i){return a==null?!0:Rt(a,i)}function lI(a,i,l){return a==null?a:Xr(a,i,Lt(l))}function oI(a,i,l,n){return n=typeof n=="function"?n:o,a==null?a:Xr(a,i,Lt(l),n)}function Ki(a){return a==null?[]:dt(a,je(a))}function tI(a){return a==null?[]:dt(a,na(a))}function nI(a,i,l){return l===o&&(l=i,i=o),l!==o&&(l=Pa(l),l=l===l?l:0),i!==o&&(i=Pa(i),i=i===i?i:0),hi(Pa(a),i,l)}function sI(a,i,l){return i=Qa(i),l===o?(l=i,i=0):l=Qa(l),a=Pa(a),pE(a,i,l)}function rI(a,i,l){if(l&&typeof l!="boolean"&&aa(a,i,l)&&(i=l=o),l===o&&(typeof i=="boolean"?(l=i,i=o):typeof a=="boolean"&&(l=a,a=o)),a===o&&i===o?(a=0,i=1):(a=Qa(a),i===o?(i=a,a=0):i=Qa(i)),a>i){var n=a;a=i,i=n}if(l||a%1||i%1){var u=Dr();return Ye(a+u*(i-a+FC("1e-"+((u+"").length-1))),i)}return Pt(a,i)}var cI=ji(function(a,i,l){return i=i.toLowerCase(),a+(l?tu(i):i)});function tu(a){return en(Ie(a).toLowerCase())}function nu(a){return a=Ie(a),a&&a.replace(dC,JC).replace(RC,"")}function uI(a,i,l){a=Ie(a),i=pa(i);var n=a.length;l=l===o?n:hi(fe(l),0,n);var u=l;return l-=i.length,l>=0&&a.slice(l,u)==i}function dI(a){return a=Ie(a),a&&Hh.test(a)?a.replace(Vs,eO):a}function mI(a){return a=Ie(a),a&&Yh.test(a)?a.replace(Wo,"\\$&"):a}var pI=ji(function(a,i,l){return a+(l?"-":"")+i.toLowerCase()}),fI=ji(function(a,i,l){return a+(l?" ":"")+i.toLowerCase()}),_I=cc("toLowerCase");function gI(a,i,l){a=Ie(a),i=fe(i);var n=i?Vi(a):0;if(!i||n>=i)return a;var u=(i-n)/2;return bo(oo(u),l)+a+bo(lo(u),l)}function vI(a,i,l){a=Ie(a),i=fe(i);var n=i?Vi(a):0;return i&&n<i?a+bo(i-n,l):a}function bI(a,i,l){a=Ie(a),i=fe(i);var n=i?Vi(a):0;return i&&n<i?bo(i-n,l)+a:a}function hI(a,i,l){return l||i==null?i=0:i&&(i=+i),yO(Ie(a).replace(Zo,""),i||0)}function CI(a,i,l){return(l?aa(a,i,l):i===o)?i=1:i=fe(i),Dt(Ie(a),i)}function OI(){var a=arguments,i=Ie(a[0]);return a.length<3?i:i.replace(a[1],a[2])}var EI=ji(function(a,i,l){return a+(l?"_":"")+i.toLowerCase()});function xI(a,i,l){return l&&typeof l!="number"&&aa(a,i,l)&&(i=l=o),l=l===o?ye:l>>>0,l?(a=Ie(a),a&&(typeof i=="string"||i!=null&&!Yt(i))&&(i=pa(i),!i&&ki(a))?di(Ra(a),0,l):a.split(i,l)):[]}var II=ji(function(a,i,l){return a+(l?" ":"")+en(i)});function AI(a,i,l){return a=Ie(a),l=l==null?0:hi(fe(l),0,a.length),i=pa(i),a.slice(l,l+i.length)==i}function yI(a,i,l){var n=_.templateSettings;l&&aa(a,i,l)&&(i=o),a=Ie(a),i=Ro({},i,n,gc);var u=Ro({},i.imports,n.imports,gc),b=je(u),E=dt(u,b),D,S,z=0,G=i.interpolate||Gl,H="__p += '",Z=pt((i.escape||Gl).source+"|"+G.source+"|"+(G===Ms?tC:Gl).source+"|"+(i.evaluate||Gl).source+"|$","g"),ie="//# sourceURL="+(Ae.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++wC+"]")+`
11
- `;a.replace(Z,function(ne,be,Oe,_a,ia,ga){return Oe||(Oe=_a),H+=a.slice(z,ga).replace(mC,aO),be&&(D=!0,H+=`' +
10
+ `)}function fx(a){return me(a)||xi(a)||!!(Pr&&a&&a[Pr])}function qa(a,i){var l=typeof a;return i=i??pe,!!i&&(l=="number"||l!="symbol"&&yC.test(a))&&a>-1&&a%1==0&&a<i}function aa(a,i,l){if(!Ve(l))return!1;var t=typeof i;return(t=="number"?na(l)&&qa(i,l.length):t=="string"&&i in l)?La(l[i],a):!1}function jn(a,i){if(me(a))return!1;var l=typeof a;return l=="number"||l=="symbol"||l=="boolean"||a==null||fa(a)?!0:dC.test(a)||!uC.test(a)||i!=null&&a in Te(i)}function _x(a){var i=typeof a;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?a!=="__proto__":a===null}function $n(a){var i=Co(a),l=_[i];if(typeof l!="function"||!(i in he.prototype))return!1;if(a===l)return!0;var t=Fn(l);return!!t&&a===t[0]}function gx(a){return!!xr&&xr in a}var vx=Wl?Ka:st;function ml(a){var i=a&&a.constructor,l=typeof i=="function"&&i.prototype||Ui;return a===l}function xc(a){return a===a&&!Ve(a)}function Ic(a,i){return function(l){return l==null?!1:l[a]===i&&(i!==o||a in Te(l))}}function bx(a){var i=yo(a,function(t){return l.size===h&&l.clear(),t}),l=i.cache;return i}function hx(a,i){var l=a[1],t=i[1],u=l|t,v=u<(C|I|j),A=t==j&&l==P||t==j&&l==$&&a[7].length<=i[8]||t==(j|$)&&i[7].length<=i[8]&&l==P;if(!(v||A))return a;t&C&&(a[2]=i[2],u|=l&C?0:E);var R=i[3];if(R){var L=a[3];a[3]=L?tc(L,R,i[4]):R,a[4]=L?ti(a[3],f):i[4]}return R=i[5],R&&(L=a[5],a[5]=L?sc(L,R,i[6]):R,a[6]=L?ti(a[5],f):i[6]),R=i[7],R&&(a[7]=R),t&j&&(a[8]=a[8]==null?i[8]:Ze(a[8],i[8])),a[9]==null&&(a[9]=i[9]),a[0]=i[0],a[1]=u,a}function Cx(a){var i=[];if(a!=null)for(var l in Te(a))i.push(l);return i}function Ox(a){return Zl.call(a)}function Ac(a,i,l){return i=je(i===o?a.length-1:i,0),function(){for(var t=arguments,u=-1,v=je(t.length-i,0),A=U(v);++u<v;)A[u]=t[i+u];u=-1;for(var R=U(i+1);++u<i;)R[u]=t[u];return R[i]=l(A),da(a,this,R)}}function yc(a,i){return i.length<2?a:Ci(a,ya(i,0,-1))}function Ex(a,i){for(var l=a.length,t=Ze(i.length,l),u=oa(a);t--;){var v=i[t];a[t]=qa(v,l)?u[v]:o}return a}function Hn(a,i){if(!(i==="constructor"&&typeof a[i]=="function")&&i!="__proto__")return a[i]}var Pc=Rc(Yr),pl=VO||function(a,i){return Qe.setTimeout(a,i)},qn=Rc(HE);function Dc(a,i,l){var t=i+"";return qn(a,px(t,xx(ux(t),l)))}function Rc(a){var i=0,l=0;return function(){var t=zO(),u=X-(t-l);if(l=t,u>0){if(++i>=q)return arguments[0]}else i=0;return a.apply(o,arguments)}}function Eo(a,i){var l=-1,t=a.length,u=t-1;for(i=i===o?t:i;++l<i;){var v=Dn(l,u),A=a[v];a[v]=a[l],a[l]=A}return a.length=i,a}var Tc=bx(function(a){var i=[];return a.charCodeAt(0)===46&&i.push(""),a.replace(mC,function(l,t,u,v){i.push(u?v.replace(CC,"$1"):t||l)}),i});function Ua(a){if(typeof a=="string"||fa(a))return a;var i=a+"";return i=="0"&&1/a==-ge?"-0":i}function Ei(a){if(a!=null){try{return Yl.call(a)}catch{}try{return a+""}catch{}}return""}function xx(a,i){return Ea(Ca,function(l){var t="_."+l[0];i&l[1]&&!Hl(a,t)&&a.push(t)}),a.sort()}function Nc(a){if(a instanceof he)return a.clone();var i=new Ia(a.__wrapped__,a.__chain__);return i.__actions__=oa(a.__actions__),i.__index__=a.__index__,i.__values__=a.__values__,i}function Ix(a,i,l){(l?aa(a,i,l):i===o)?i=1:i=je(fe(i),0);var t=a==null?0:a.length;if(!t||i<1)return[];for(var u=0,v=0,A=U(lo(t/i));u<t;)A[v++]=ya(a,u,u+=i);return A}function Ax(a){for(var i=-1,l=a==null?0:a.length,t=0,u=[];++i<l;){var v=a[i];v&&(u[t++]=v)}return u}function yx(){var a=arguments.length;if(!a)return[];for(var i=U(a-1),l=arguments[0],t=a;t--;)i[t-1]=arguments[t];return ni(me(l)?oa(l):[l],We(i,1))}var Px=ve(function(a,i){return Ue(a)?sl(a,We(i,1,Ue,!0)):[]}),Dx=ve(function(a,i){var l=Pa(i);return Ue(l)&&(l=o),Ue(a)?sl(a,We(i,1,Ue,!0),oe(l,2)):[]}),Rx=ve(function(a,i){var l=Pa(i);return Ue(l)&&(l=o),Ue(a)?sl(a,We(i,1,Ue,!0),o,l):[]});function Tx(a,i,l){var t=a==null?0:a.length;return t?(i=l||i===o?1:fe(i),ya(a,i<0?0:i,t)):[]}function Nx(a,i,l){var t=a==null?0:a.length;return t?(i=l||i===o?1:fe(i),i=t-i,ya(a,0,i<0?0:i)):[]}function Sx(a,i){return a&&a.length?fo(a,oe(i,3),!0,!0):[]}function Lx(a,i){return a&&a.length?fo(a,oe(i,3),!0):[]}function Bx(a,i,l,t){var u=a==null?0:a.length;return u?(l&&typeof l!="number"&&aa(a,i,l)&&(l=0,t=u),yE(a,i,l,t)):[]}function Sc(a,i,l){var t=a==null?0:a.length;if(!t)return-1;var u=l==null?0:fe(l);return u<0&&(u=je(t+u,0)),ql(a,oe(i,3),u)}function Lc(a,i,l){var t=a==null?0:a.length;if(!t)return-1;var u=t-1;return l!==o&&(u=fe(l),u=l<0?je(t+u,0):Ze(u,t-1)),ql(a,oe(i,3),u,!0)}function Bc(a){var i=a==null?0:a.length;return i?We(a,1):[]}function wx(a){var i=a==null?0:a.length;return i?We(a,ge):[]}function kx(a,i){var l=a==null?0:a.length;return l?(i=i===o?1:fe(i),We(a,i)):[]}function Vx(a){for(var i=-1,l=a==null?0:a.length,t={};++i<l;){var u=a[i];t[u[0]]=u[1]}return t}function wc(a){return a&&a.length?a[0]:o}function Mx(a,i,l){var t=a==null?0:a.length;if(!t)return-1;var u=l==null?0:fe(l);return u<0&&(u=je(t+u,0)),wi(a,i,u)}function Ux(a){var i=a==null?0:a.length;return i?ya(a,0,-1):[]}var Fx=ve(function(a){var i=Be(a,Ln);return i.length&&i[0]===a[0]?xn(i):[]}),zx=ve(function(a){var i=Pa(a),l=Be(a,Ln);return i===Pa(l)?i=o:l.pop(),l.length&&l[0]===a[0]?xn(l,oe(i,2)):[]}),Gx=ve(function(a){var i=Pa(a),l=Be(a,Ln);return i=typeof i=="function"?i:o,i&&l.pop(),l.length&&l[0]===a[0]?xn(l,o,i):[]});function jx(a,i){return a==null?"":UO.call(a,i)}function Pa(a){var i=a==null?0:a.length;return i?a[i-1]:o}function $x(a,i,l){var t=a==null?0:a.length;if(!t)return-1;var u=t;return l!==o&&(u=fe(l),u=u<0?je(t+u,0):Ze(u,t-1)),i===i?xO(a,i,u):ql(a,_r,u,!0)}function Hx(a,i){return a&&a.length?qr(a,fe(i)):o}var qx=ve(kc);function kc(a,i){return a&&a.length&&i&&i.length?Pn(a,i):a}function Kx(a,i,l){return a&&a.length&&i&&i.length?Pn(a,i,oe(l,2)):a}function Qx(a,i,l){return a&&a.length&&i&&i.length?Pn(a,i,o,l):a}var Wx=Ha(function(a,i){var l=a==null?0:a.length,t=hn(a,i);return Wr(a,Be(i,function(u){return qa(u,l)?+u:u}).sort(nc)),t});function Yx(a,i){var l=[];if(!(a&&a.length))return l;var t=-1,u=[],v=a.length;for(i=oe(i,3);++t<v;){var A=a[t];i(A,t,a)&&(l.push(A),u.push(t))}return Wr(a,u),l}function Kn(a){return a==null?a:jO.call(a)}function Zx(a,i,l){var t=a==null?0:a.length;return t?(l&&typeof l!="number"&&aa(a,i,l)?(i=0,l=t):(i=i==null?0:fe(i),l=l===o?t:fe(l)),ya(a,i,l)):[]}function Xx(a,i){return po(a,i)}function Jx(a,i,l){return Tn(a,i,oe(l,2))}function e2(a,i){var l=a==null?0:a.length;if(l){var t=po(a,i);if(t<l&&La(a[t],i))return t}return-1}function a2(a,i){return po(a,i,!0)}function i2(a,i,l){return Tn(a,i,oe(l,2),!0)}function l2(a,i){var l=a==null?0:a.length;if(l){var t=po(a,i,!0)-1;if(La(a[t],i))return t}return-1}function o2(a){return a&&a.length?Zr(a):[]}function n2(a,i){return a&&a.length?Zr(a,oe(i,2)):[]}function t2(a){var i=a==null?0:a.length;return i?ya(a,1,i):[]}function s2(a,i,l){return a&&a.length?(i=l||i===o?1:fe(i),ya(a,0,i<0?0:i)):[]}function r2(a,i,l){var t=a==null?0:a.length;return t?(i=l||i===o?1:fe(i),i=t-i,ya(a,i<0?0:i,t)):[]}function c2(a,i){return a&&a.length?fo(a,oe(i,3),!1,!0):[]}function u2(a,i){return a&&a.length?fo(a,oe(i,3)):[]}var d2=ve(function(a){return ci(We(a,1,Ue,!0))}),m2=ve(function(a){var i=Pa(a);return Ue(i)&&(i=o),ci(We(a,1,Ue,!0),oe(i,2))}),p2=ve(function(a){var i=Pa(a);return i=typeof i=="function"?i:o,ci(We(a,1,Ue,!0),o,i)});function f2(a){return a&&a.length?ci(a):[]}function _2(a,i){return a&&a.length?ci(a,oe(i,2)):[]}function g2(a,i){return i=typeof i=="function"?i:o,a&&a.length?ci(a,o,i):[]}function Qn(a){if(!(a&&a.length))return[];var i=0;return a=oi(a,function(l){if(Ue(l))return i=je(l.length,i),!0}),dn(i,function(l){return Be(a,rn(l))})}function Vc(a,i){if(!(a&&a.length))return[];var l=Qn(a);return i==null?l:Be(l,function(t){return da(i,o,t)})}var v2=ve(function(a,i){return Ue(a)?sl(a,i):[]}),b2=ve(function(a){return Sn(oi(a,Ue))}),h2=ve(function(a){var i=Pa(a);return Ue(i)&&(i=o),Sn(oi(a,Ue),oe(i,2))}),C2=ve(function(a){var i=Pa(a);return i=typeof i=="function"?i:o,Sn(oi(a,Ue),o,i)}),O2=ve(Qn);function E2(a,i){return ac(a||[],i||[],tl)}function x2(a,i){return ac(a||[],i||[],ul)}var I2=ve(function(a){var i=a.length,l=i>1?a[i-1]:o;return l=typeof l=="function"?(a.pop(),l):o,Vc(a,l)});function Mc(a){var i=_(a);return i.__chain__=!0,i}function A2(a,i){return i(a),a}function xo(a,i){return i(a)}var y2=Ha(function(a){var i=a.length,l=i?a[0]:0,t=this.__wrapped__,u=function(v){return hn(v,a)};return i>1||this.__actions__.length||!(t instanceof he)||!qa(l)?this.thru(u):(t=t.slice(l,+l+(i?1:0)),t.__actions__.push({func:xo,args:[u],thisArg:o}),new Ia(t,this.__chain__).thru(function(v){return i&&!v.length&&v.push(o),v}))});function P2(){return Mc(this)}function D2(){return new Ia(this.value(),this.__chain__)}function R2(){this.__values__===o&&(this.__values__=Xc(this.value()));var a=this.__index__>=this.__values__.length,i=a?o:this.__values__[this.__index__++];return{done:a,value:i}}function T2(){return this}function N2(a){for(var i,l=this;l instanceof so;){var t=Nc(l);t.__index__=0,t.__values__=o,i?u.__wrapped__=t:i=t;var u=t;l=l.__wrapped__}return u.__wrapped__=a,i}function S2(){var a=this.__wrapped__;if(a instanceof he){var i=a;return this.__actions__.length&&(i=new he(this)),i=i.reverse(),i.__actions__.push({func:xo,args:[Kn],thisArg:o}),new Ia(i,this.__chain__)}return this.thru(Kn)}function L2(){return ec(this.__wrapped__,this.__actions__)}var B2=_o(function(a,i,l){Ae.call(a,l)?++a[l]:ja(a,l,1)});function w2(a,i,l){var t=me(a)?pr:AE;return l&&aa(a,i,l)&&(i=o),t(a,oe(i,3))}function k2(a,i){var l=me(a)?oi:Vr;return l(a,oe(i,3))}var V2=dc(Sc),M2=dc(Lc);function U2(a,i){return We(Io(a,i),1)}function F2(a,i){return We(Io(a,i),ge)}function z2(a,i,l){return l=l===o?1:fe(l),We(Io(a,i),l)}function Uc(a,i){var l=me(a)?Ea:ri;return l(a,oe(i,3))}function Fc(a,i){var l=me(a)?tO:kr;return l(a,oe(i,3))}var G2=_o(function(a,i,l){Ae.call(a,l)?a[l].push(i):ja(a,l,[i])});function j2(a,i,l,t){a=na(a)?a:Ki(a),l=l&&!t?fe(l):0;var u=a.length;return l<0&&(l=je(u+l,0)),Ro(a)?l<=u&&a.indexOf(i,l)>-1:!!u&&wi(a,i,l)>-1}var $2=ve(function(a,i,l){var t=-1,u=typeof i=="function",v=na(a)?U(a.length):[];return ri(a,function(A){v[++t]=u?da(i,A,l):rl(A,i,l)}),v}),H2=_o(function(a,i,l){ja(a,l,i)});function Io(a,i){var l=me(a)?Be:jr;return l(a,oe(i,3))}function q2(a,i,l,t){return a==null?[]:(me(i)||(i=i==null?[]:[i]),l=t?o:l,me(l)||(l=l==null?[]:[l]),Kr(a,i,l))}var K2=_o(function(a,i,l){a[l?0:1].push(i)},function(){return[[],[]]});function Q2(a,i,l){var t=me(a)?tn:vr,u=arguments.length<3;return t(a,oe(i,4),l,u,ri)}function W2(a,i,l){var t=me(a)?sO:vr,u=arguments.length<3;return t(a,oe(i,4),l,u,kr)}function Y2(a,i){var l=me(a)?oi:Vr;return l(a,Po(oe(i,3)))}function Z2(a){var i=me(a)?Sr:jE;return i(a)}function X2(a,i,l){(l?aa(a,i,l):i===o)?i=1:i=fe(i);var t=me(a)?CE:$E;return t(a,i)}function J2(a){var i=me(a)?OE:qE;return i(a)}function e1(a){if(a==null)return 0;if(na(a))return Ro(a)?Vi(a):a.length;var i=Xe(a);return i==K||i==Ta?a.size:An(a).length}function a1(a,i,l){var t=me(a)?sn:KE;return l&&aa(a,i,l)&&(i=o),t(a,oe(i,3))}var i1=ve(function(a,i){if(a==null)return[];var l=i.length;return l>1&&aa(a,i[0],i[1])?i=[]:l>2&&aa(i[0],i[1],i[2])&&(i=[i[0]]),Kr(a,We(i,1),[])}),Ao=kO||function(){return Qe.Date.now()};function l1(a,i){if(typeof i!="function")throw new xa(m);return a=fe(a),function(){if(--a<1)return i.apply(this,arguments)}}function zc(a,i,l){return i=l?o:i,i=a&&i==null?a.length:i,$a(a,j,o,o,o,o,i)}function Gc(a,i){var l;if(typeof i!="function")throw new xa(m);return a=fe(a),function(){return--a>0&&(l=i.apply(this,arguments)),a<=1&&(i=o),l}}var Wn=ve(function(a,i,l){var t=C;if(l.length){var u=ti(l,Hi(Wn));t|=D}return $a(a,t,i,l,u)}),jc=ve(function(a,i,l){var t=C|I;if(l.length){var u=ti(l,Hi(jc));t|=D}return $a(i,t,a,l,u)});function $c(a,i,l){i=l?o:i;var t=$a(a,P,o,o,o,o,o,i);return t.placeholder=$c.placeholder,t}function Hc(a,i,l){i=l?o:i;var t=$a(a,N,o,o,o,o,o,i);return t.placeholder=Hc.placeholder,t}function qc(a,i,l){var t,u,v,A,R,L,z=0,G=!1,H=!1,Y=!0;if(typeof a!="function")throw new xa(m);i=Da(i)||0,Ve(l)&&(G=!!l.leading,H="maxWait"in l,v=H?je(Da(l.maxWait)||0,i):v,Y="trailing"in l?!!l.trailing:Y);function ie(Fe){var Ba=t,Wa=u;return t=u=o,z=Fe,A=a.apply(Wa,Ba),A}function ne(Fe){return z=Fe,R=pl(be,i),G?ie(Fe):A}function _e(Fe){var Ba=Fe-L,Wa=Fe-z,du=i-Ba;return H?Ze(du,v-Wa):du}function te(Fe){var Ba=Fe-L,Wa=Fe-z;return L===o||Ba>=i||Ba<0||H&&Wa>=v}function be(){var Fe=Ao();if(te(Fe))return Oe(Fe);R=pl(be,_e(Fe))}function Oe(Fe){return R=o,Y&&t?ie(Fe):(t=u=o,A)}function _a(){R!==o&&ic(R),z=0,t=L=u=R=o}function ia(){return R===o?A:Oe(Ao())}function ga(){var Fe=Ao(),Ba=te(Fe);if(t=arguments,u=this,L=Fe,Ba){if(R===o)return ne(L);if(H)return ic(R),R=pl(be,i),ie(L)}return R===o&&(R=pl(be,i)),A}return ga.cancel=_a,ga.flush=ia,ga}var o1=ve(function(a,i){return wr(a,1,i)}),n1=ve(function(a,i,l){return wr(a,Da(i)||0,l)});function t1(a){return $a(a,Z)}function yo(a,i){if(typeof a!="function"||i!=null&&typeof i!="function")throw new xa(m);var l=function(){var t=arguments,u=i?i.apply(this,t):t[0],v=l.cache;if(v.has(u))return v.get(u);var A=a.apply(this,t);return l.cache=v.set(u,A)||v,A};return l.cache=new(yo.Cache||Ga),l}yo.Cache=Ga;function Po(a){if(typeof a!="function")throw new xa(m);return function(){var i=arguments;switch(i.length){case 0:return!a.call(this);case 1:return!a.call(this,i[0]);case 2:return!a.call(this,i[0],i[1]);case 3:return!a.call(this,i[0],i[1],i[2])}return!a.apply(this,i)}}function s1(a){return Gc(2,a)}var r1=QE(function(a,i){i=i.length==1&&me(i[0])?Be(i[0],ma(oe())):Be(We(i,1),ma(oe()));var l=i.length;return ve(function(t){for(var u=-1,v=Ze(t.length,l);++u<v;)t[u]=i[u].call(this,t[u]);return da(a,this,t)})}),Yn=ve(function(a,i){var l=ti(i,Hi(Yn));return $a(a,D,o,i,l)}),Kc=ve(function(a,i){var l=ti(i,Hi(Kc));return $a(a,k,o,i,l)}),c1=Ha(function(a,i){return $a(a,$,o,o,o,i)});function u1(a,i){if(typeof a!="function")throw new xa(m);return i=i===o?i:fe(i),ve(a,i)}function d1(a,i){if(typeof a!="function")throw new xa(m);return i=i==null?0:je(fe(i),0),ve(function(l){var t=l[i],u=di(l,0,i);return t&&ni(u,t),da(a,this,u)})}function m1(a,i,l){var t=!0,u=!0;if(typeof a!="function")throw new xa(m);return Ve(l)&&(t="leading"in l?!!l.leading:t,u="trailing"in l?!!l.trailing:u),qc(a,i,{leading:t,maxWait:i,trailing:u})}function p1(a){return zc(a,1)}function f1(a,i){return Yn(Bn(i),a)}function _1(){if(!arguments.length)return[];var a=arguments[0];return me(a)?a:[a]}function g1(a){return Aa(a,y)}function v1(a,i){return i=typeof i=="function"?i:o,Aa(a,y,i)}function b1(a){return Aa(a,x|y)}function h1(a,i){return i=typeof i=="function"?i:o,Aa(a,x|y,i)}function C1(a,i){return i==null||Br(a,i,He(i))}function La(a,i){return a===i||a!==a&&i!==i}var O1=ho(En),E1=ho(function(a,i){return a>=i}),xi=Fr(function(){return arguments}())?Fr:function(a){return Me(a)&&Ae.call(a,"callee")&&!yr.call(a,"callee")},me=U.isArray,x1=sr?ma(sr):NE;function na(a){return a!=null&&Do(a.length)&&!Ka(a)}function Ue(a){return Me(a)&&na(a)}function I1(a){return a===!0||a===!1||Me(a)&&ea(a)==Pe}var mi=MO||st,A1=rr?ma(rr):SE;function y1(a){return Me(a)&&a.nodeType===1&&!fl(a)}function P1(a){if(a==null)return!0;if(na(a)&&(me(a)||typeof a=="string"||typeof a.splice=="function"||mi(a)||qi(a)||xi(a)))return!a.length;var i=Xe(a);if(i==K||i==Ta)return!a.size;if(ml(a))return!An(a).length;for(var l in a)if(Ae.call(a,l))return!1;return!0}function D1(a,i){return cl(a,i)}function R1(a,i,l){l=typeof l=="function"?l:o;var t=l?l(a,i):o;return t===o?cl(a,i,o,l):!!t}function Zn(a){if(!Me(a))return!1;var i=ea(a);return i==Ni||i==Ke||typeof a.message=="string"&&typeof a.name=="string"&&!fl(a)}function T1(a){return typeof a=="number"&&Dr(a)}function Ka(a){if(!Ve(a))return!1;var i=ea(a);return i==Si||i==Yi||i==Re||i==ze}function Qc(a){return typeof a=="number"&&a==fe(a)}function Do(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=pe}function Ve(a){var i=typeof a;return a!=null&&(i=="object"||i=="function")}function Me(a){return a!=null&&typeof a=="object"}var Wc=cr?ma(cr):BE;function N1(a,i){return a===i||In(a,i,zn(i))}function S1(a,i,l){return l=typeof l=="function"?l:o,In(a,i,zn(i),l)}function L1(a){return Yc(a)&&a!=+a}function B1(a){if(vx(a))throw new de(r);return zr(a)}function w1(a){return a===null}function k1(a){return a==null}function Yc(a){return typeof a=="number"||Me(a)&&ea(a)==Q}function fl(a){if(!Me(a)||ea(a)!=ee)return!1;var i=eo(a);if(i===null)return!0;var l=Ae.call(i,"constructor")&&i.constructor;return typeof l=="function"&&l instanceof l&&Yl.call(l)==SO}var Xn=ur?ma(ur):wE;function V1(a){return Qc(a)&&a>=-pe&&a<=pe}var Zc=dr?ma(dr):kE;function Ro(a){return typeof a=="string"||!me(a)&&Me(a)&&ea(a)==Zi}function fa(a){return typeof a=="symbol"||Me(a)&&ea(a)==zl}var qi=mr?ma(mr):VE;function M1(a){return a===o}function U1(a){return Me(a)&&Xe(a)==Xi}function F1(a){return Me(a)&&ea(a)==iC}var z1=ho(yn),G1=ho(function(a,i){return a<=i});function Xc(a){if(!a)return[];if(na(a))return Ro(a)?Na(a):oa(a);if(al&&a[al])return CO(a[al]());var i=Xe(a),l=i==K?pn:i==Ta?Kl:Ki;return l(a)}function Qa(a){if(!a)return a===0?a:0;if(a=Da(a),a===ge||a===-ge){var i=a<0?-1:1;return i*De}return a===a?a:0}function fe(a){var i=Qa(a),l=i%1;return i===i?l?i-l:i:0}function Jc(a){return a?hi(fe(a),0,ye):0}function Da(a){if(typeof a=="number")return a;if(fa(a))return Le;if(Ve(a)){var i=typeof a.valueOf=="function"?a.valueOf():a;a=Ve(i)?i+"":i}if(typeof a!="string")return a===0?a:+a;a=br(a);var l=xC.test(a);return l||AC.test(a)?lO(a.slice(2),l?2:8):EC.test(a)?Le:+a}function eu(a){return Ma(a,ta(a))}function j1(a){return a?hi(fe(a),-pe,pe):a===0?a:0}function Ie(a){return a==null?"":pa(a)}var $1=ji(function(a,i){if(ml(i)||na(i)){Ma(i,He(i),a);return}for(var l in i)Ae.call(i,l)&&tl(a,l,i[l])}),au=ji(function(a,i){Ma(i,ta(i),a)}),To=ji(function(a,i,l,t){Ma(i,ta(i),a,t)}),H1=ji(function(a,i,l,t){Ma(i,He(i),a,t)}),q1=Ha(hn);function K1(a,i){var l=Gi(a);return i==null?l:Lr(l,i)}var Q1=ve(function(a,i){a=Te(a);var l=-1,t=i.length,u=t>2?i[2]:o;for(u&&aa(i[0],i[1],u)&&(t=1);++l<t;)for(var v=i[l],A=ta(v),R=-1,L=A.length;++R<L;){var z=A[R],G=a[z];(G===o||La(G,Ui[z])&&!Ae.call(a,z))&&(a[z]=v[z])}return a}),W1=ve(function(a){return a.push(o,bc),da(iu,o,a)});function Y1(a,i){return fr(a,oe(i,3),Va)}function Z1(a,i){return fr(a,oe(i,3),On)}function X1(a,i){return a==null?a:Cn(a,oe(i,3),ta)}function J1(a,i){return a==null?a:Mr(a,oe(i,3),ta)}function eI(a,i){return a&&Va(a,oe(i,3))}function aI(a,i){return a&&On(a,oe(i,3))}function iI(a){return a==null?[]:uo(a,He(a))}function lI(a){return a==null?[]:uo(a,ta(a))}function Jn(a,i,l){var t=a==null?o:Ci(a,i);return t===o?l:t}function oI(a,i){return a!=null&&Oc(a,i,PE)}function et(a,i){return a!=null&&Oc(a,i,DE)}var nI=pc(function(a,i,l){i!=null&&typeof i.toString!="function"&&(i=Zl.call(i)),a[i]=l},it(sa)),tI=pc(function(a,i,l){i!=null&&typeof i.toString!="function"&&(i=Zl.call(i)),Ae.call(a,i)?a[i].push(l):a[i]=[l]},oe),sI=ve(rl);function He(a){return na(a)?Nr(a):An(a)}function ta(a){return na(a)?Nr(a,!0):ME(a)}function rI(a,i){var l={};return i=oe(i,3),Va(a,function(t,u,v){ja(l,i(t,u,v),t)}),l}function cI(a,i){var l={};return i=oe(i,3),Va(a,function(t,u,v){ja(l,u,i(t,u,v))}),l}var uI=ji(function(a,i,l){mo(a,i,l)}),iu=ji(function(a,i,l,t){mo(a,i,l,t)}),dI=Ha(function(a,i){var l={};if(a==null)return l;var t=!1;i=Be(i,function(v){return v=ui(v,a),t||(t=v.length>1),v}),Ma(a,Un(a),l),t&&(l=Aa(l,x|T|y,nx));for(var u=i.length;u--;)Nn(l,i[u]);return l});function mI(a,i){return lu(a,Po(oe(i)))}var pI=Ha(function(a,i){return a==null?{}:FE(a,i)});function lu(a,i){if(a==null)return{};var l=Be(Un(a),function(t){return[t]});return i=oe(i),Qr(a,l,function(t,u){return i(t,u[0])})}function fI(a,i,l){i=ui(i,a);var t=-1,u=i.length;for(u||(u=1,a=o);++t<u;){var v=a==null?o:a[Ua(i[t])];v===o&&(t=u,v=l),a=Ka(v)?v.call(a):v}return a}function _I(a,i,l){return a==null?a:ul(a,i,l)}function gI(a,i,l,t){return t=typeof t=="function"?t:o,a==null?a:ul(a,i,l,t)}var ou=gc(He),nu=gc(ta);function vI(a,i,l){var t=me(a),u=t||mi(a)||qi(a);if(i=oe(i,4),l==null){var v=a&&a.constructor;u?l=t?new v:[]:Ve(a)?l=Ka(v)?Gi(eo(a)):{}:l={}}return(u?Ea:Va)(a,function(A,R,L){return i(l,A,R,L)}),l}function bI(a,i){return a==null?!0:Nn(a,i)}function hI(a,i,l){return a==null?a:Jr(a,i,Bn(l))}function CI(a,i,l,t){return t=typeof t=="function"?t:o,a==null?a:Jr(a,i,Bn(l),t)}function Ki(a){return a==null?[]:mn(a,He(a))}function OI(a){return a==null?[]:mn(a,ta(a))}function EI(a,i,l){return l===o&&(l=i,i=o),l!==o&&(l=Da(l),l=l===l?l:0),i!==o&&(i=Da(i),i=i===i?i:0),hi(Da(a),i,l)}function xI(a,i,l){return i=Qa(i),l===o?(l=i,i=0):l=Qa(l),a=Da(a),RE(a,i,l)}function II(a,i,l){if(l&&typeof l!="boolean"&&aa(a,i,l)&&(i=l=o),l===o&&(typeof i=="boolean"?(l=i,i=o):typeof a=="boolean"&&(l=a,a=o)),a===o&&i===o?(a=0,i=1):(a=Qa(a),i===o?(i=a,a=0):i=Qa(i)),a>i){var t=a;a=i,i=t}if(l||a%1||i%1){var u=Rr();return Ze(a+u*(i-a+iO("1e-"+((u+"").length-1))),i)}return Dn(a,i)}var AI=$i(function(a,i,l){return i=i.toLowerCase(),a+(l?tu(i):i)});function tu(a){return at(Ie(a).toLowerCase())}function su(a){return a=Ie(a),a&&a.replace(PC,_O).replace(qC,"")}function yI(a,i,l){a=Ie(a),i=pa(i);var t=a.length;l=l===o?t:hi(fe(l),0,t);var u=l;return l-=i.length,l>=0&&a.slice(l,u)==i}function PI(a){return a=Ie(a),a&&sC.test(a)?a.replace(Ms,gO):a}function DI(a){return a=Ie(a),a&&pC.test(a)?a.replace(Wo,"\\$&"):a}var RI=$i(function(a,i,l){return a+(l?"-":"")+i.toLowerCase()}),TI=$i(function(a,i,l){return a+(l?" ":"")+i.toLowerCase()}),NI=uc("toLowerCase");function SI(a,i,l){a=Ie(a),i=fe(i);var t=i?Vi(a):0;if(!i||t>=i)return a;var u=(i-t)/2;return bo(oo(u),l)+a+bo(lo(u),l)}function LI(a,i,l){a=Ie(a),i=fe(i);var t=i?Vi(a):0;return i&&t<i?a+bo(i-t,l):a}function BI(a,i,l){a=Ie(a),i=fe(i);var t=i?Vi(a):0;return i&&t<i?bo(i-t,l)+a:a}function wI(a,i,l){return l||i==null?i=0:i&&(i=+i),GO(Ie(a).replace(Yo,""),i||0)}function kI(a,i,l){return(l?aa(a,i,l):i===o)?i=1:i=fe(i),Rn(Ie(a),i)}function VI(){var a=arguments,i=Ie(a[0]);return a.length<3?i:i.replace(a[1],a[2])}var MI=$i(function(a,i,l){return a+(l?"_":"")+i.toLowerCase()});function UI(a,i,l){return l&&typeof l!="number"&&aa(a,i,l)&&(i=l=o),l=l===o?ye:l>>>0,l?(a=Ie(a),a&&(typeof i=="string"||i!=null&&!Xn(i))&&(i=pa(i),!i&&ki(a))?di(Na(a),0,l):a.split(i,l)):[]}var FI=$i(function(a,i,l){return a+(l?" ":"")+at(i)});function zI(a,i,l){return a=Ie(a),l=l==null?0:hi(fe(l),0,a.length),i=pa(i),a.slice(l,l+i.length)==i}function GI(a,i,l){var t=_.templateSettings;l&&aa(a,i,l)&&(i=o),a=Ie(a),i=To({},i,t,vc);var u=To({},i.imports,t.imports,vc),v=He(u),A=mn(u,v),R,L,z=0,G=i.interpolate||Gl,H="__p += '",Y=fn((i.escape||Gl).source+"|"+G.source+"|"+(G===Us?OC:Gl).source+"|"+(i.evaluate||Gl).source+"|$","g"),ie="//# sourceURL="+(Ae.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++ZC+"]")+`
11
+ `;a.replace(Y,function(te,be,Oe,_a,ia,ga){return Oe||(Oe=_a),H+=a.slice(z,ga).replace(DC,vO),be&&(R=!0,H+=`' +
12
12
  __e(`+be+`) +
13
- '`),ia&&(S=!0,H+=`';
13
+ '`),ia&&(L=!0,H+=`';
14
14
  `+ia+`;
15
15
  __p += '`),Oe&&(H+=`' +
16
16
  ((__t = (`+Oe+`)) == null ? '' : __t) +
17
- '`),z=ga+ne.length,ne}),H+=`';
18
- `;var te=Ae.call(i,"variable")&&i.variable;if(!te)H=`with (obj) {
17
+ '`),z=ga+te.length,te}),H+=`';
18
+ `;var ne=Ae.call(i,"variable")&&i.variable;if(!ne)H=`with (obj) {
19
19
  `+H+`
20
20
  }
21
- `;else if(lC.test(te))throw new de(f);H=(S?H.replace(zh,""):H).replace(Gh,"$1").replace($h,"$1;"),H="function("+(te||"obj")+`) {
22
- `+(te?"":`obj || (obj = {});
23
- `)+"var __t, __p = ''"+(D?", __e = _.escape":"")+(S?`, __j = Array.prototype.join;
21
+ `;else if(hC.test(ne))throw new de(p);H=(L?H.replace(lC,""):H).replace(oC,"$1").replace(nC,"$1;"),H="function("+(ne||"obj")+`) {
22
+ `+(ne?"":`obj || (obj = {});
23
+ `)+"var __t, __p = ''"+(R?", __e = _.escape":"")+(L?`, __j = Array.prototype.join;
24
24
  function print() { __p += __j.call(arguments, '') }
25
25
  `:`;
26
26
  `)+H+`return __p
27
- }`;var _e=ru(function(){return xe(b,ie+"return "+H).apply(o,E)});if(_e.source=H,Zt(_e))throw _e;return _e}function PI(a){return Ie(a).toLowerCase()}function DI(a){return Ie(a).toUpperCase()}function TI(a,i,l){if(a=Ie(a),a&&(l||i===o))return vr(a);if(!a||!(i=pa(i)))return a;var n=Ra(a),u=Ra(i),b=br(n,u),E=hr(n,u)+1;return di(n,b,E).join("")}function RI(a,i,l){if(a=Ie(a),a&&(l||i===o))return a.slice(0,Or(a)+1);if(!a||!(i=pa(i)))return a;var n=Ra(a),u=hr(n,Ra(i))+1;return di(n,0,u).join("")}function NI(a,i,l){if(a=Ie(a),a&&(l||i===o))return a.replace(Zo,"");if(!a||!(i=pa(i)))return a;var n=Ra(a),u=br(n,Ra(i));return di(n,u).join("")}function SI(a,i){var l=B,n=k;if(Ve(i)){var u="separator"in i?i.separator:u;l="length"in i?fe(i.length):l,n="omission"in i?pa(i.omission):n}a=Ie(a);var b=a.length;if(ki(a)){var E=Ra(a);b=E.length}if(l>=b)return a;var D=l-Vi(n);if(D<1)return n;var S=E?di(E,0,D).join(""):a.slice(0,D);if(u===o)return S+n;if(E&&(D+=S.length-D),Yt(u)){if(a.slice(D).search(u)){var z,G=S;for(u.global||(u=pt(u.source,Ie(Us.exec(u))+"g")),u.lastIndex=0;z=u.exec(G);)var H=z.index;S=S.slice(0,H===o?D:H)}}else if(a.indexOf(pa(u),D)!=D){var Z=S.lastIndexOf(u);Z>-1&&(S=S.slice(0,Z))}return S+n}function LI(a){return a=Ie(a),a&&jh.test(a)?a.replace(ks,rO):a}var BI=ji(function(a,i,l){return a+(l?" ":"")+i.toUpperCase()}),en=cc("toUpperCase");function su(a,i,l){return a=Ie(a),i=l?o:i,i===o?lO(a)?dO(a):QC(a):a.match(i)||[]}var ru=ve(function(a,i){try{return da(a,o,i)}catch(l){return Zt(l)?l:new de(l)}}),wI=Ha(function(a,i){return Oa(i,function(l){l=Ua(l),$a(a,l,Qt(a[l],a))}),a});function kI(a){var i=a==null?0:a.length,l=oe();return a=i?Be(a,function(n){if(typeof n[1]!="function")throw new Ea(m);return[l(n[0]),n[1]]}):[],ve(function(n){for(var u=-1;++u<i;){var b=a[u];if(da(b[0],this,n))return da(b[1],this,n)}})}function VI(a){return rE(Ia(a,x))}function an(a){return function(){return a}}function MI(a,i){return a==null||a!==a?i:a}var UI=dc(),FI=dc(!0);function sa(a){return a}function ln(a){return zr(typeof a=="function"?a:Ia(a,x))}function zI(a){return $r(Ia(a,x))}function GI(a,i){return jr(a,Ia(i,x))}var $I=ve(function(a,i){return function(l){return rl(l,a,i)}}),jI=ve(function(a,i){return function(l){return rl(a,l,i)}});function on(a,i,l){var n=je(i),u=uo(i,n);l==null&&!(Ve(i)&&(u.length||!n.length))&&(l=i,i=a,a=this,u=uo(i,je(i)));var b=!(Ve(l)&&"chain"in l)||!!l.chain,E=Ka(a);return Oa(u,function(D){var S=i[D];a[D]=S,E&&(a.prototype[D]=function(){var z=this.__chain__;if(b||z){var G=a(this.__wrapped__),H=G.__actions__=oa(this.__actions__);return H.push({func:S,args:arguments,thisArg:a}),G.__chain__=z,G}return S.apply(a,ti([this.value()],arguments))})}),a}function HI(){return Ke._===this&&(Ke._=vO),this}function tn(){}function qI(a){return a=fe(a),ve(function(i){return Hr(i,a)})}var KI=wt(Be),QI=wt(mr),WI=wt(nt);function cu(a){return Gt(a)?st(Ua(a)):AE(a)}function ZI(a){return function(i){return a==null?o:Ci(a,i)}}var YI=pc(),XI=pc(!0);function nn(){return[]}function sn(){return!1}function JI(){return{}}function eA(){return""}function aA(){return!0}function iA(a,i){if(a=fe(a),a<1||a>pe)return[];var l=ye,n=Ye(a,ye);i=oe(i),a-=ye;for(var u=ut(n,i);++l<a;)i(l);return u}function lA(a){return me(a)?Be(a,Ua):fa(a)?[a]:oa(Tc(Ie(a)))}function oA(a){var i=++_O;return Ie(a)+i}var tA=vo(function(a,i){return a+i},0),nA=kt("ceil"),sA=vo(function(a,i){return a/i},1),rA=kt("floor");function cA(a){return a&&a.length?co(a,sa,Ot):o}function uA(a,i){return a&&a.length?co(a,oe(i,2),Ot):o}function dA(a){return _r(a,sa)}function mA(a,i){return _r(a,oe(i,2))}function pA(a){return a&&a.length?co(a,sa,At):o}function fA(a,i){return a&&a.length?co(a,oe(i,2),At):o}var _A=vo(function(a,i){return a*i},1),gA=kt("round"),vA=vo(function(a,i){return a-i},0);function bA(a){return a&&a.length?ct(a,sa):0}function hA(a,i){return a&&a.length?ct(a,oe(i,2)):0}return _.after=z1,_.ary=Fc,_.assign=Dx,_.assignIn=eu,_.assignInWith=Ro,_.assignWith=Tx,_.at=Rx,_.before=zc,_.bind=Qt,_.bindAll=wI,_.bindKey=Gc,_.castArray=J1,_.chain=Vc,_.chunk=r2,_.compact=c2,_.concat=u2,_.cond=kI,_.conforms=VI,_.constant=an,_.countBy=b1,_.create=Nx,_.curry=$c,_.curryRight=jc,_.debounce=Hc,_.defaults=Sx,_.defaultsDeep=Lx,_.defer=G1,_.delay=$1,_.difference=d2,_.differenceBy=m2,_.differenceWith=p2,_.drop=f2,_.dropRight=_2,_.dropRightWhile=g2,_.dropWhile=v2,_.fill=b2,_.filter=C1,_.flatMap=x1,_.flatMapDeep=I1,_.flatMapDepth=A1,_.flatten=Lc,_.flattenDeep=h2,_.flattenDepth=C2,_.flip=j1,_.flow=UI,_.flowRight=FI,_.fromPairs=O2,_.functions=Fx,_.functionsIn=zx,_.groupBy=y1,_.initial=x2,_.intersection=I2,_.intersectionBy=A2,_.intersectionWith=y2,_.invert=$x,_.invertBy=jx,_.invokeMap=D1,_.iteratee=ln,_.keyBy=T1,_.keys=je,_.keysIn=na,_.map=Io,_.mapKeys=qx,_.mapValues=Kx,_.matches=zI,_.matchesProperty=GI,_.memoize=yo,_.merge=Qx,_.mergeWith=au,_.method=$I,_.methodOf=jI,_.mixin=on,_.negate=Po,_.nthArg=qI,_.omit=Wx,_.omitBy=Zx,_.once=H1,_.orderBy=R1,_.over=KI,_.overArgs=q1,_.overEvery=QI,_.overSome=WI,_.partial=Wt,_.partialRight=qc,_.partition=N1,_.pick=Yx,_.pickBy=iu,_.property=cu,_.propertyOf=ZI,_.pull=R2,_.pullAll=wc,_.pullAllBy=N2,_.pullAllWith=S2,_.pullAt=L2,_.range=YI,_.rangeRight=XI,_.rearg=K1,_.reject=B1,_.remove=B2,_.rest=Q1,_.reverse=qt,_.sampleSize=k1,_.set=Jx,_.setWith=eI,_.shuffle=V1,_.slice=w2,_.sortBy=F1,_.sortedUniq=G2,_.sortedUniqBy=$2,_.split=xI,_.spread=W1,_.tail=j2,_.take=H2,_.takeRight=q2,_.takeRightWhile=K2,_.takeWhile=Q2,_.tap=c1,_.throttle=Z1,_.thru=xo,_.toArray=Yc,_.toPairs=lu,_.toPairsIn=ou,_.toPath=lA,_.toPlainObject=Jc,_.transform=aI,_.unary=Y1,_.union=W2,_.unionBy=Z2,_.unionWith=Y2,_.uniq=X2,_.uniqBy=J2,_.uniqWith=e1,_.unset=iI,_.unzip=Kt,_.unzipWith=kc,_.update=lI,_.updateWith=oI,_.values=Ki,_.valuesIn=tI,_.without=a1,_.words=su,_.wrap=X1,_.xor=i1,_.xorBy=l1,_.xorWith=o1,_.zip=t1,_.zipObject=n1,_.zipObjectDeep=s1,_.zipWith=r1,_.entries=lu,_.entriesIn=ou,_.extend=eu,_.extendWith=Ro,on(_,_),_.add=tA,_.attempt=ru,_.camelCase=cI,_.capitalize=tu,_.ceil=nA,_.clamp=nI,_.clone=ex,_.cloneDeep=ix,_.cloneDeepWith=lx,_.cloneWith=ax,_.conformsTo=ox,_.deburr=nu,_.defaultTo=MI,_.divide=sA,_.endsWith=uI,_.eq=Sa,_.escape=dI,_.escapeRegExp=mI,_.every=h1,_.find=O1,_.findIndex=Nc,_.findKey=Bx,_.findLast=E1,_.findLastIndex=Sc,_.findLastKey=wx,_.floor=rA,_.forEach=Mc,_.forEachRight=Uc,_.forIn=kx,_.forInRight=Vx,_.forOwn=Mx,_.forOwnRight=Ux,_.get=Xt,_.gt=tx,_.gte=nx,_.has=Gx,_.hasIn=Jt,_.head=Bc,_.identity=sa,_.includes=P1,_.indexOf=E2,_.inRange=sI,_.invoke=Hx,_.isArguments=xi,_.isArray=me,_.isArrayBuffer=sx,_.isArrayLike=ta,_.isArrayLikeObject=Ue,_.isBoolean=rx,_.isBuffer=mi,_.isDate=cx,_.isElement=ux,_.isEmpty=dx,_.isEqual=mx,_.isEqualWith=px,_.isError=Zt,_.isFinite=fx,_.isFunction=Ka,_.isInteger=Kc,_.isLength=Do,_.isMap=Qc,_.isMatch=_x,_.isMatchWith=gx,_.isNaN=vx,_.isNative=bx,_.isNil=Cx,_.isNull=hx,_.isNumber=Wc,_.isObject=Ve,_.isObjectLike=Me,_.isPlainObject=fl,_.isRegExp=Yt,_.isSafeInteger=Ox,_.isSet=Zc,_.isString=To,_.isSymbol=fa,_.isTypedArray=qi,_.isUndefined=Ex,_.isWeakMap=xx,_.isWeakSet=Ix,_.join=P2,_.kebabCase=pI,_.last=ya,_.lastIndexOf=D2,_.lowerCase=fI,_.lowerFirst=_I,_.lt=Ax,_.lte=yx,_.max=cA,_.maxBy=uA,_.mean=dA,_.meanBy=mA,_.min=pA,_.minBy=fA,_.stubArray=nn,_.stubFalse=sn,_.stubObject=JI,_.stubString=eA,_.stubTrue=aA,_.multiply=_A,_.nth=T2,_.noConflict=HI,_.noop=tn,_.now=Ao,_.pad=gI,_.padEnd=vI,_.padStart=bI,_.parseInt=hI,_.random=rI,_.reduce=S1,_.reduceRight=L1,_.repeat=CI,_.replace=OI,_.result=Xx,_.round=gA,_.runInContext=N,_.sample=w1,_.size=M1,_.snakeCase=EI,_.some=U1,_.sortedIndex=k2,_.sortedIndexBy=V2,_.sortedIndexOf=M2,_.sortedLastIndex=U2,_.sortedLastIndexBy=F2,_.sortedLastIndexOf=z2,_.startCase=II,_.startsWith=AI,_.subtract=vA,_.sum=bA,_.sumBy=hA,_.template=yI,_.times=iA,_.toFinite=Qa,_.toInteger=fe,_.toLength=Xc,_.toLower=PI,_.toNumber=Pa,_.toSafeInteger=Px,_.toString=Ie,_.toUpper=DI,_.trim=TI,_.trimEnd=RI,_.trimStart=NI,_.truncate=SI,_.unescape=LI,_.uniqueId=oA,_.upperCase=BI,_.upperFirst=en,_.each=Mc,_.eachRight=Uc,_.first=Bc,on(_,function(){var a={};return Va(_,function(i,l){Ae.call(_.prototype,l)||(a[l]=i)}),a}(),{chain:!1}),_.VERSION=c,Oa(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){_[a].placeholder=_}),Oa(["drop","take"],function(a,i){he.prototype[a]=function(l){l=l===o?1:$e(fe(l),0);var n=this.__filtered__&&!i?new he(this):this.clone();return n.__filtered__?n.__takeCount__=Ye(l,n.__takeCount__):n.__views__.push({size:Ye(l,ye),type:a+(n.__dir__<0?"Right":"")}),n},he.prototype[a+"Right"]=function(l){return this.reverse()[a](l).reverse()}}),Oa(["filter","map","takeWhile"],function(a,i){var l=i+1,n=l==le||l==re;he.prototype[a]=function(u){var b=this.clone();return b.__iteratees__.push({iteratee:oe(u,3),type:l}),b.__filtered__=b.__filtered__||n,b}}),Oa(["head","last"],function(a,i){var l="take"+(i?"Right":"");he.prototype[a]=function(){return this[l](1).value()[0]}}),Oa(["initial","tail"],function(a,i){var l="drop"+(i?"":"Right");he.prototype[a]=function(){return this.__filtered__?new he(this):this[l](1)}}),he.prototype.compact=function(){return this.filter(sa)},he.prototype.find=function(a){return this.filter(a).head()},he.prototype.findLast=function(a){return this.reverse().find(a)},he.prototype.invokeMap=ve(function(a,i){return typeof a=="function"?new he(this):this.map(function(l){return rl(l,a,i)})}),he.prototype.reject=function(a){return this.filter(Po(oe(a)))},he.prototype.slice=function(a,i){a=fe(a);var l=this;return l.__filtered__&&(a>0||i<0)?new he(l):(a<0?l=l.takeRight(-a):a&&(l=l.drop(a)),i!==o&&(i=fe(i),l=i<0?l.dropRight(-i):l.take(i-a)),l)},he.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},he.prototype.toArray=function(){return this.take(ye)},Va(he.prototype,function(a,i){var l=/^(?:filter|find|map|reject)|While$/.test(i),n=/^(?:head|last)$/.test(i),u=_[n?"take"+(i=="last"?"Right":""):i],b=n||/^find/.test(i);u&&(_.prototype[i]=function(){var E=this.__wrapped__,D=n?[1]:arguments,S=E instanceof he,z=D[0],G=S||me(E),H=function(be){var Oe=u.apply(_,ti([be],D));return n&&Z?Oe[0]:Oe};G&&l&&typeof z=="function"&&z.length!=1&&(S=G=!1);var Z=this.__chain__,ie=!!this.__actions__.length,te=b&&!Z,_e=S&&!ie;if(!b&&G){E=_e?E:new he(this);var ne=a.apply(E,D);return ne.__actions__.push({func:xo,args:[H],thisArg:o}),new xa(ne,Z)}return te&&_e?a.apply(this,D):(ne=this.thru(H),te?n?ne.value()[0]:ne.value():ne)})}),Oa(["pop","push","shift","sort","splice","unshift"],function(a){var i=Ql[a],l=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",n=/^(?:pop|shift)$/.test(a);_.prototype[a]=function(){var u=arguments;if(n&&!this.__chain__){var b=this.value();return i.apply(me(b)?b:[],u)}return this[l](function(E){return i.apply(me(E)?E:[],u)})}}),Va(he.prototype,function(a,i){var l=_[i];if(l){var n=l.name+"";Ae.call(zi,n)||(zi[n]=[]),zi[n].push({name:i,func:l})}}),zi[go(o,I).name]=[{name:"wrapper",func:o}],he.prototype.clone=LO,he.prototype.reverse=BO,he.prototype.value=wO,_.prototype.at=u1,_.prototype.chain=d1,_.prototype.commit=m1,_.prototype.next=p1,_.prototype.plant=_1,_.prototype.reverse=g1,_.prototype.toJSON=_.prototype.valueOf=_.prototype.value=v1,_.prototype.first=_.prototype.head,al&&(_.prototype[al]=f1),_},Mi=mO();_i?((_i.exports=Mi)._=Mi,it._=Mi):Ke._=Mi}).call(W)}(vl,vl.exports);var ue=vl.exports;(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.PerfilesUsuario=t.PERFILES=void 0;const d=ue;t.PERFILES=[{value:1,label:"Administrador",code:"administrador"},{value:2,label:"Vendedor Preventa",code:"vendedor_preventa"},{value:3,label:"Vendedor Autoventa",code:"vendedor_autoventa"},{value:4,label:"Repartidor",code:"repartidor"},{value:5,label:"Organización",code:"organizacion"},{value:6,label:"Jefe Regional",code:"jefe_regional"},{value:7,label:"Administrativos",code:"administrativos"},{value:8,label:"Administrativos Delegacion",code:"administrativos_delegacion"},{value:9,label:"Televenta",code:"televenta"},{value:10,label:"Captador",code:"captador"},{value:11,label:"Dirección comercial",code:"direccion_comercial"},{value:12,label:"Key Account",code:"key_account"},{value:13,label:"Comerciales",code:"comerciales"},{value:14,label:"Ejecutivo telefónico",code:"ejecutivo_telefonico"},{value:15,label:"Analista de validación",code:"analista_de_validacion"},{value:16,label:"Gerente",code:"gerente"},{value:17,label:"Promotor",code:"promotor"},{value:18,label:"Supervisor",code:"supervisor"},{value:19,label:"Proveedor",code:"proveedor"},{value:20,label:"Cliente",code:"cliente"},{value:21,label:"Candidato",code:"candidato"},{value:22,label:"Analista",code:"analista"},{value:23,label:"RRHH",code:"recursos_humanos"}],t.PerfilesUsuario=(0,d.fromPairs)(t.PERFILES.map(o=>[o.code,o.value]))})(dn),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(dn,t)}(un);var mn={},bl={};Object.defineProperty(bl,"__esModule",{value:!0}),bl.PERMISOS=void 0,bl.PERMISOS=[{value:1,label:"ADMIN"},{value:2,label:"Roles y Permisos"},{value:3,label:"Agregar Rol"},{value:5,label:"CRM"},{value:6,label:"CONTRACT"},{value:7,label:"B2B"},{value:8,label:"TRANSPORT"},{value:10,label:"Clientes"},{value:11,label:"Promociones"},{value:12,label:"Pedidos"},{value:13,label:"Visitas"},{value:14,label:"Captaciones"},{value:15,label:"Cobros de Efectos Pendientes"},{value:16,label:"Artículos"},{value:33,label:"Alternar estado de implementación"},{value:34,label:"Eliminar Rol"},{value:35,label:"Clientes"},{value:37,label:"Descargar XLS"},{value:41,label:"Mi Perfil"},{value:42,label:"Recursos Humanos"},{value:43,label:"Rutas Clientes"},{value:44,label:"Rutas Captaciones"},{value:45,label:"Artículos Foco"},{value:46,label:"Delegaciones"},{value:47,label:"Líneas de Mercado"},{value:48,label:"Parámetros"},{value:49,label:"Competencias"},{value:50,label:"Tipos de Distribución"},{value:51,label:"Neveras"},{value:52,label:"Agregar usuario"},{value:53,label:"Descargar XLS"},{value:54,label:"Detalle de Usuario"},{value:55,label:"Datos de Acceso"},{value:56,label:"Datos de usuario"},{value:57,label:"Organizaciónes"},{value:58,label:"Tipos de Distribución"},{value:59,label:"Captaciones"},{value:60,label:"Agregar captación"},{value:61,label:"Asignaciones"},{value:62,label:"Agregar Tipo de Distribución"},{value:63,label:"Eliminar Tipo de Distribución"},{value:64,label:"Quitar organizaciónes"},{value:65,label:"Vincular organización"},{value:66,label:"Editar datos"},{value:67,label:"Descargar XLS"},{value:68,label:"Datos Generales"},{value:69,label:"Editar datos"},{value:71,label:"Cache Cli"},{value:72,label:"Tipos de Distribución"},{value:73,label:"Pedidos"},{value:74,label:"Promociones"},{value:75,label:"Visitas"},{value:76,label:"Frecuencias"},{value:77,label:"Neveras"},{value:78,label:"Contactos"},{value:79,label:"Efectos Pendientes"},{value:80,label:"Distribuidor"},{value:81,label:"Agregar contacto"},{value:82,label:"Agregar solicitud"},{value:83,label:"Agregar promoción"},{value:84,label:"Ampliar y editar promoción"},{value:85,label:"Aprobar pedidos"},{value:86,label:"Forzar envío a M3"},{value:87,label:"Descargar XLS"},{value:88,label:"Fecha del pedido"},{value:89,label:"Editar pedido"},{value:90,label:"Aprobar pedido"},{value:91,label:"Modificar artículos"},{value:92,label:"Agregar captación"},{value:93,label:"Asignaciones de captaciones"},{value:94,label:"Detalle de captación"},{value:95,label:"Editar captación"},{value:96,label:"Agregar visita"},{value:97,label:"Publicar cobros en M3"},{value:98,label:"Cambio de estado Manual"},{value:99,label:"Sincronizar"},{value:100,label:"Detalle de cobro"},{value:101,label:"Agregar Ruta"},{value:102,label:"Agregar Zona"},{value:103,label:"Reasignación atemporal"},{value:104,label:"Rutas"},{value:105,label:"Zonas"},{value:106,label:"Cambiar vendedor"},{value:107,label:"Editar ruta"},{value:108,label:"Cambiar zona de ruta"},{value:109,label:"Cambiar zona de ruta"},{value:110,label:"Editar zona"},{value:111,label:"Cambiar cliente de zona"},{value:112,label:"Agregar Artículo Foco"},{value:113,label:"Agregar delegación"},{value:114,label:"Detalle de delegación"},{value:115,label:"Editar delegación"},{value:116,label:"Agregar relacion almacén con tipo de distribución"},{value:117,label:"Eliminar relacion almacén con tipo de distribución"},{value:118,label:"Agregar competencia"},{value:119,label:"Detalle competencia"},{value:120,label:"Editar competencia"},{value:121,label:"Descargar XLS"},{value:122,label:"Detalle Tipo de Distribución"},{value:123,label:"Cierre Diario Comercial"},{value:124,label:"Cierre Diario Jefe Equipo"},{value:125,label:"Visitas"},{value:126,label:"Captación"},{value:127,label:"Pedidos"},{value:129,label:"PERMISO ROL"},{value:130,label:"Jefe de equipo/Organizador",meta:{profile:!0}},{value:131,label:"Preventa",meta:{profile:!0}},{value:133,label:"Administrador",meta:{profile:!0}},{value:134,label:"Repartidor",meta:{profile:!0}},{value:135,label:"Jefe Regional",meta:{profile:!0}},{value:162,label:"Captador",meta:{profile:!0}},{value:172,label:"Key Account",meta:{profile:!0}},{value:202,label:"Gerente",meta:{profile:!0}},{value:203,label:"Promotor",meta:{profile:!0}},{value:204,label:"Supervisor",meta:{profile:!0}},{value:234,label:"Comercial_Contract",meta:{profile:!0}},{value:237,label:"Organizador",meta:{profile:!0}},{value:266,label:"Proveedor",meta:{profile:!0}},{value:269,label:"Cliente",meta:{profile:!0}},{value:278,label:"Candidato",meta:{profile:!0}},{value:999,label:"Superadmin",meta:{profile:!0}}],function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(bl,t)}(mn);var pn={},hl={};Object.defineProperty(hl,"__esModule",{value:!0}),hl.RESULTADOS_VISITA=void 0,hl.RESULTADOS_VISITA=[{label:"Sí contrata",value:"si_contrata"},{label:"No contrata",value:"no_contrata"},{label:"Contrata más tarde",value:"contrata_mas_tarde"},{label:"No abrieron la puerta",value:"no_abrieron_la_puerta"},{label:"Seguridad",value:"seguridad"},{label:"Opositor",value:"opositor"},{label:"Consultar a familiar",value:"consultar_a_familiar"},{label:"Mala referencia",value:"mala_referencia"}],function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(hl,t)}(pn),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(_l,t),o(gl,t),o(un,t),o(mn,t),o(pn,t)}(cn);var Cl={},Ii={};Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.EstadoCaptacion=Ii.TipoCaptacion=void 0;var fn;(function(t){t.CLIENTES="1",t.PROVEEDORES="2",t.USUARIOS="3",t.PRODUCTOS="4",t.PEDIDOS="5",t.SOLICITUDES="6",t.PARTNERS="partners"})(fn||(Ii.TipoCaptacion=fn={}));var _n;(function(t){t.ELIMINADA="-1",t.CANCELADA="0",t.EN_ESTUDIO="1",t.PRE_APROBADA="2",t.APROBADA="3",t.EN_NEGOCIACION="4",t.NEGOCIACION_FINALIZADA="5",t.CONFIRMADA="6",t.FINALIZADA="7",t.INCIDENCIA="8",t.LLAMADA_PENDIENTE="9",t.IMPAGO="10"})(_n||(Ii.EstadoCaptacion=_n={}));var Ol={};Object.defineProperty(Ol,"__esModule",{value:!0}),Ol.TipoGarantia=void 0;var gn;(function(t){t.INMUEBLE="Propiedad inmobiliaria",t.VEHICULO="Vehículo",t.AVAL_PERSONAL="Aval personal",t.BANCARIA="Bancaria",t.OTROS="Otros"})(gn||(Ol.TipoGarantia=gn={}));var El={};Object.defineProperty(El,"__esModule",{value:!0}),El.TipoImportacion=void 0;var vn;(function(t){t.CAPTACION="captacion",t.PEDIDO="pedido",t.PRODUCTO="producto",t.CLIENTE="cliente"})(vn||(El.TipoImportacion=vn={}));var Ya={};Object.defineProperty(Ya,"__esModule",{value:!0}),Ya.DEFAULT_REASONS_INCIDENCIA=Ya.TIPOS_INCIDENCIA=Ya.TiposIncidencia=void 0;var va;(function(t){t.DOCUMENTACION="documentacion",t.AUDIO_LLAMADAS="audio_llamadas",t.DATOS_CONTACTO="datos_contacto",t.FORMULARIO="formulario",t.LOCALIZACION="localizacion"})(va||(Ya.TiposIncidencia=va={})),Ya.TIPOS_INCIDENCIA=Object.freeze([{label:"Documentación",value:va.DOCUMENTACION},{label:"Resultado de llamada",value:va.AUDIO_LLAMADAS},{label:"Datos de contacto",value:va.DATOS_CONTACTO},{label:"Formulario",value:va.FORMULARIO},{label:"Localización",value:va.LOCALIZACION}]),Ya.DEFAULT_REASONS_INCIDENCIA=Object.freeze({[va.DOCUMENTACION]:["Falta de documento","Documento ilegible","Documento incorrecto","Documento caducado","Otros"],[va.AUDIO_LLAMADAS]:["Audio no claro","Llamada interrumpida","No se recibió llamada","Otros"],[va.DATOS_CONTACTO]:["Número de teléfono incorrecto","Correo electrónico inválido","Dirección incompleta","Otros"],[va.FORMULARIO]:["Campos obligatorios faltantes","Errores de validación","Formato incorrecto","Otros"],[va.LOCALIZACION]:["Dirección incorrecta","Ubicación no encontrada","Coordenadas erróneas","Otros"]});var Xa={};Object.defineProperty(Xa,"__esModule",{value:!0}),Xa.TipoLiquidacionReclamo=Xa.EstadoLiquidacionReclamo=Xa.EstadoLiquidacion=void 0;var bn;(function(t){t[t.EN_PREVISION=1]="EN_PREVISION",t[t.CONFIRMACION_PENDIENTE=2]="CONFIRMACION_PENDIENTE",t[t.CONFIRMADA=3]="CONFIRMADA",t[t.PAGADA=4]="PAGADA",t[t.CON_RECLAMOS=5]="CON_RECLAMOS"})(bn||(Xa.EstadoLiquidacion=bn={}));var hn;(function(t){t[t.ACTIVO=1]="ACTIVO",t[t.APROBADO=2]="APROBADO",t[t.NEGADO=3]="NEGADO"})(hn||(Xa.EstadoLiquidacionReclamo=hn={}));var Cn;(function(t){t[t.ITEM=1]="ITEM",t[t.COBRO=2]="COBRO"})(Cn||(Xa.TipoLiquidacionReclamo=Cn={}));var xl={};Object.defineProperty(xl,"__esModule",{value:!0}),xl.TipoNotificacion=void 0;var On;(function(t){t.NUEVO="1",t.DOCUMENTOS="2",t.REALIZADO="3",t.INCIDENTES="4",t.CANCELACION="5"})(On||(xl.TipoNotificacion=On={}));var Il={};Object.defineProperty(Il,"__esModule",{value:!0}),Il.EstadoPedido=void 0;var En;(function(t){t[t.PENDIENTE=1]="PENDIENTE",t[t.REVISAR_DOC=2]="REVISAR_DOC",t[t.LLAMAR=3]="LLAMAR",t[t.FINALIZADO=4]="FINALIZADO",t[t.CANCELADO=5]="CANCELADO",t[t.LIQUIDADO=6]="LIQUIDADO",t[t.INCIDENCIA=7]="INCIDENCIA",t[t.TRAMITADO=8]="TRAMITADO",t[t.PENDIENTE_ASIGNAR=9]="PENDIENTE_ASIGNAR",t[t.EXPIRADO=10]="EXPIRADO"})(En||(Il.EstadoPedido=En={}));var Ja={};Object.defineProperty(Ja,"__esModule",{value:!0}),Ja.TipoIVA=Ja.TipoProducto=Ja.EstadoProducto=void 0;var xn;(function(t){t.DESHABILITADO="0",t.INACTIVO="1",t.ACTIVADO="2",t.PUBLICO="3",t.GENERANDO="4"})(xn||(Ja.EstadoProducto=xn={}));var In;(function(t){t.ARTICULO="1",t.SERVICIO_CONTRATO="2",t.MEMBRESIA="3",t.OFERTA_EMPLEO="4"})(In||(Ja.TipoProducto=In={}));var An;(function(t){t.GENERAL="general",t.REDUCIDO="reducido",t.SUPERREDUCIDO="superreducido",t.EXENTO="exento"})(An||(Ja.TipoIVA=An={}));var Al={};Object.defineProperty(Al,"__esModule",{value:!0}),Al.EstadoBase=void 0;var yn;(function(t){t[t.INACTIVO=0]="INACTIVO",t[t.ACTIVO=1]="ACTIVO"})(yn||(Al.EstadoBase=yn={})),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(Ii,t),o(Ol,t),o(El,t),o(Ya,t),o(Xa,t),o(xl,t),o(Il,t),o(Ja,t),o(Al,t)}(Cl);var Pn={},Dn={},yl={};Object.defineProperty(yl,"__esModule",{value:!0}),yl.isSerializedFunction=Du;function Du(t){if(typeof t!="string"||!t||!t.includes("=>")&&!t.includes("function("))return!1;try{return new Function(`return (${t})`),!0}catch{return!1}}(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.upperSnakeizeObject=t.upperSnakeKeys=t.upperSnakeCase=void 0,t.deserialize=c,t.deserializeAndRun=s,t.deserializeWithContext=r,t.deserializeWithContextAndRun=m,t.tryToDeserialize=f,t.tryToDeserializeAndRun=v,t.toCurrency=C,t.mergeObjects=p,t.capitalize=y,t.formatContactName=h;const d=ue,o=yl;function c(P,T){const{context:L={},run:A=!1,useInvisibleContext:w=!1}=T||{};if(!P||typeof P!="string")return A?null:()=>null;const $=j=>JSON.stringify(j||{})==="{}";try{const j=P.replace(/\/\/.*$/gm,"").trim(),B=new Function("context",`return (...args) => { with (context) { return (${j})(${w||$(L)?"":"context,"} ...args) } }`)(L);return A?B():B}catch(j){return console.log("Error deserializing function:"+P,{options:T}),console.log(j),A?null:()=>null}}function s(P){return c(P,{run:!0})}function r(P,T={}){return c(P,{context:T,useInvisibleContext:!0,run:!1})}function m(P,T={}){return c(P,{context:T,useInvisibleContext:!0,run:!0})}function f(P,T={},L=null){return(0,o.isSerializedFunction)(P)?r(P,T):L}function v(P,T={},L=null){return(0,o.isSerializedFunction)(P)?m(P,T):L}function C(P,T="EUR",L){const{decimals:A=2}=L||{},w={EUR:"de-DE",GBP:"en-GB",CHF:"de-CH",USD:"en-US",CAD:"en-CA",MXN:"es-MX",BRL:"pt-BR",ARS:"es-AR",CLP:"es-CL",COP:"es-CO",PEN:"es-PE",DOP:"es-DO",JPY:"ja-JP",CNY:"zh-CN",INR:"en-IN",KRW:"ko-KR",AUD:"en-AU",NZD:"en-NZ",ZAR:"en-ZA",AED:"ar-AE"}[T]||"de-DE";return new Intl.NumberFormat(w,{style:"currency",currency:T,minimumFractionDigits:A,maximumFractionDigits:A}).format(P)}function p(...P){const T=P[P.length-1],L=T&&!Array.isArray(T)&&typeof T=="object"&&"emptyValues"in T?P.pop():void 0,A=[void 0,...(L==null?void 0:L.emptyValues)||[]];return P.filter(Boolean).reduce((w,$)=>(0,d.mergeWith)(w,$,(j,Y)=>A.some(B=>Y===B)?j:(0,d.isArray)(Y)?Y:(0,d.isObject)(Y)&&(0,d.isObject)(j)?p(j,Y,{emptyValues:A}):Y),{})}const x=P=>P.charAt(0).toUpperCase()+P.slice(1),R=["de","la","del","y","o","en","el","los","las","a","un","una"];function y(P,T=!1,L={}){return typeof P!="string"?P:(P=P.toLowerCase().replaceAll("_"," ").trim(),T?P.split(" ").map(A=>{const w=A.trim().toLowerCase();return(L.ignoreWords||[]).includes(w)||L.ignoreStopWords&&R.includes(w)?w:x(A)}).join(" "):x(P))}function h(P){if(!P)return"";const{nombre:T,apellido:L,apellido2:A}=(0,d.mapKeys)(P,(w,$)=>$.startsWith("CONTACTO_")?$.replace("CONTACTO_","").toLowerCase():$.toLowerCase());return y([T,L,A].map(w=>String(w||"").trim()).filter(Boolean).join(" "),!0,{ignoreStopWords:!0}).trim()}const O=P=>(0,d.snakeCase)(P).toUpperCase();t.upperSnakeCase=O;const g=P=>(0,d.mapKeys)(P,(T,L)=>(0,t.upperSnakeCase)(L));t.upperSnakeKeys=g;const I=P=>(0,d.mapKeys)(P,(T,L)=>(0,t.upperSnakeCase)(L));t.upperSnakeizeObject=I})(Dn);var Ai={};Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.ProductPrice=void 0;const Ba=Cl,Tu={[Ba.TipoIVA.GENERAL]:.21,[Ba.TipoIVA.REDUCIDO]:.1,[Ba.TipoIVA.SUPERREDUCIDO]:.04,[Ba.TipoIVA.EXENTO]:0},Ru={[Ba.TipoIVA.GENERAL]:.052,[Ba.TipoIVA.REDUCIDO]:.014,[Ba.TipoIVA.SUPERREDUCIDO]:.005,[Ba.TipoIVA.EXENTO]:0};let Nu=class{constructor(d){this.ivaRate=Tu[d.TIPO_IVA||Ba.TipoIVA.EXENTO],this.reRate=d.APLICA_RECARGO_EQUIVALENCIA?Ru[d.TIPO_IVA||Ba.TipoIVA.EXENTO]:0,this.price=Number(d.PRECIO||0),this.discountRate=Number(d.DESCUENTO||0)/100}getPrice(){return this.roundToDecimals(this.price)}getDiscountPrice(){return this.roundToDecimals(this.getPrice()*this.discountRate)}getNetPrice(){return this.roundToDecimals(this.getPrice()-this.getDiscountPrice())}getIVAPrice(){return this.roundToDecimals(this.getNetPrice()*this.ivaRate)}getREPrice(){return this.roundToDecimals(this.getNetPrice()*this.reRate)}getTotalPrice(){return this.roundToDecimals(this.getNetPrice()+this.getIVAPrice()+this.getREPrice())}getDiscountPercent(){return this.discountRate*100}getIVAPercent(){return this.ivaRate*100}getREPercent(){return this.reRate*100}roundToDecimals(d,o=2){return Number(d.toFixed(o))}};Ai.ProductPrice=Nu;var Pl={};Object.defineProperty(Pl,"__esModule",{value:!0}),Pl.OrderPrice=void 0;const So=Ai;class Su{constructor(d,o){this.products=d,this.gastosEnvio=o}getNetShipping(){return this.gastosEnvio?new So.ProductPrice(this.gastosEnvio).getNetPrice():0}getIVAShipping(){return this.gastosEnvio?new So.ProductPrice(this.gastosEnvio).getIVAPrice():0}getTotalShipping(){return this.gastosEnvio?new So.ProductPrice(this.gastosEnvio).getTotalPrice():0}getPrice(){return this.roundToDecimals(this.products.reduce((d,o)=>d+o.PRECIO*o.CANTIDAD,0))}getDiscountPrice(){return this.roundToDecimals(this.products.reduce((d,o)=>d+o.DESCUENTO*o.CANTIDAD,0))}getNetPrice(){return this.roundToDecimals(this.getPrice()-this.getDiscountPrice())}getIVAPrice(){const d=this.getIVAShipping(),o=this.products.reduce((c,s)=>c+s.IVA*s.CANTIDAD,0);return this.roundToDecimals(d+o)}getREPrice(){return this.roundToDecimals(this.products.reduce((d,o)=>d+o.RECARGO_EQUIVALENCIA*o.CANTIDAD,0))}getTotalPrice(){return this.roundToDecimals(this.getNetPrice()+this.getNetShipping()+this.getIVAPrice()+this.getREPrice())}getTotalAmounts(){return{IMP_BRUTO_PED:this.getPrice(),IMP_DESC_PED:this.getDiscountPrice(),IMP_NETO_PED:this.getNetPrice(),IMP_TRANSPORTE_PED:this.getNetShipping(),IMP_IVA_PED:this.getIVAPrice(),IMP_RE_PED:this.getREPrice(),IMP_TOTAL_PED:this.getTotalPrice()}}getDiscountPercent(){const d=this.getPrice();return d===0?0:this.roundToDecimals(this.getDiscountPrice()/d*100)}getIVAPercent(){const d=this.getNetPrice();return d===0?0:this.roundToDecimals(this.getIVAPrice()/d*100)}getREPercent(){const d=this.getNetPrice();return d===0?0:this.roundToDecimals(this.getREPrice()/d*100)}roundToDecimals(d,o=2){return Number(d.toFixed(o))}}Pl.OrderPrice=Su;var Dl={};Object.defineProperty(Dl,"__esModule",{value:!0}),Dl.OrderProductsBuilder=void 0;const Tn=Cl,Rn=Ai;class Lu{constructor(d,o=!1){if(!Array.isArray(d))throw new Error("Data must be an array of products");this.orderProducts=d,this.aplicaRecargoEquivalencia=o}build(){return this.orderProducts.map(d=>this.buildProduct(d))}buildProduct(d){if(!(d!=null&&d.PRODUCTO))throw new Error(`Product data is missing for item with ID: ${d==null?void 0:d.ID_PRODUCTO}`);return d.PRODUCTO.PACK?this.buildPackProducto(d):this.buildSimpleProducto(d)}buildSimpleProducto(d){const o=this.getPrecioFinal(d),c=Math.max(1,d.CANTIDAD||1),s=new Rn.ProductPrice({PRECIO:o*c,TIPO_IVA:d.PRODUCTO.TIPO_IVA||Tn.TipoIVA.EXENTO,DESCUENTO:d.PRODUCTO.DESCUENTO||0,APLICA_RECARGO_EQUIVALENCIA:this.aplicaRecargoEquivalencia}),r=this.extractTotalsFromProductPrice(s);return{...d,...r,ID_PRECIO:d.ID_PRECIO||void 0}}buildPackProducto(d){const o=d.PRODUCTO.DETALLE_PACK||[];o.length===0&&console.warn(`Pack product ${d.PRODUCTO.ID_PRODUCTO} has no pack details`);const c=this.calculatePackTotals(o);return{...d,...c}}calculatePackTotals(d){const o={PRECIO:0,IVA:0,DESCUENTO:0,RECARGO_EQUIVALENCIA:0};return d.reduce((c,s)=>{var p,x;const r=Number(((p=s.DETALLE)==null?void 0:p.PRECIO)||0),m=Math.max(1,s.CANTIDAD||1),f=Number(s.DESCUENTO||0);if(r<=0)return console.warn("Pack detail has invalid price:",s),c;const v=new Rn.ProductPrice({PRECIO:r*m,TIPO_IVA:((x=s.DETALLE)==null?void 0:x.TIPO_IVA)||Tn.TipoIVA.EXENTO,DESCUENTO:f,APLICA_RECARGO_EQUIVALENCIA:this.aplicaRecargoEquivalencia}),C=this.extractTotalsFromProductPrice(v);return{PRECIO:c.PRECIO+C.PRECIO,IVA:c.IVA+C.IVA,DESCUENTO:c.DESCUENTO+C.DESCUENTO,RECARGO_EQUIVALENCIA:c.RECARGO_EQUIVALENCIA+C.RECARGO_EQUIVALENCIA}},o)}getPrecioFinal(d){var c;const o=Number(d.PRECIO??((c=d.PRODUCTO)==null?void 0:c.PRECIO)??0);if(o<0)throw new Error(`Invalid negative price for product ${d.PRODUCTO.ID_PRODUCTO}`);return o}extractTotalsFromProductPrice(d){return{PRECIO:d.getPrice(),IVA:d.getIVAPrice(),DESCUENTO:d.getDiscountPrice(),RECARGO_EQUIVALENCIA:d.getREPrice()}}}Dl.OrderProductsBuilder=Lu,function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(Dn,t),o(Ai,t),o(yl,t),o(Pl,t),o(Dl,t)}(Pn);var Nn={},Sn={},Ln={};Object.defineProperty(Ln,"__esModule",{value:!0}),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(Ln,t)}(Sn);var Bn={},wn={};Object.defineProperty(wn,"__esModule",{value:!0});var Tl={};Object.defineProperty(Tl,"__esModule",{value:!0}),Tl.EstadoEffectType=void 0;var kn;(function(t){t.WRITE="write",t.NOTIFY="notify",t.ASYNC_EFFECT="async_effect"})(kn||(Tl.EstadoEffectType=kn={}));var yi={};Object.defineProperty(yi,"__esModule",{value:!0}),yi.RuleValueType=yi.ESTADO_RULE_OPERATORS=void 0,yi.ESTADO_RULE_OPERATORS=[">","<","=","!=",">=","<=","in","not in","contains","not empty","like"];var Vn;(function(t){t.CONST="const",t.FLAG="flag"})(Vn||(yi.RuleValueType=Vn={}));var Rl={};Object.defineProperty(Rl,"__esModule",{value:!0}),Rl.FlagType=void 0;var Mn;(function(t){t.FIELD="field",t.QUERY="query"})(Mn||(Rl.FlagType=Mn={}));var ei={};Object.defineProperty(ei,"__esModule",{value:!0}),ei.TipoEjecucionLLamada=ei.TipoLLamada=ei.EstadoLLamada=void 0;var Un;(function(t){t[t.DESCARTADA=-1]="DESCARTADA",t[t.PENDIENTE=0]="PENDIENTE",t[t.POR_ENCOLAR=1]="POR_ENCOLAR",t[t.EN_COLA=2]="EN_COLA",t[t.EN_CURSO=3]="EN_CURSO",t[t.PROCESANDO=6]="PROCESANDO",t[t.FINALIZADA=4]="FINALIZADA",t[t.ERROR=5]="ERROR",t[t.EXPIRADA=7]="EXPIRADA"})(Un||(ei.EstadoLLamada=Un={}));var Fn;(function(t){t.VERIFICACION="verificación",t.COBRO="cobro",t.VENTA="venta",t.RECLAMO="reclamo",t.OTRO="otro"})(Fn||(ei.TipoLLamada=Fn={}));var zn;(function(t){t.AUTOMATICA="auto",t.MANUAL="manual"})(zn||(ei.TipoEjecucionLLamada=zn={})),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(wn,t),o(Tl,t),o(yi,t),o(Rl,t),o(ei,t)}(Bn);var Gn={},$n={};Object.defineProperty($n,"__esModule",{value:!0});var Nl={};Object.defineProperty(Nl,"__esModule",{value:!0}),Nl.LAYOUT_COLUMNA_TYPES=void 0,Nl.LAYOUT_COLUMNA_TYPES=["texto","numero","fecha"],function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o($n,t),o(Nl,t)}(Gn);var jn={},Hn={};Object.defineProperty(Hn,"__esModule",{value:!0});var qn={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ITEMS_DIRECTIONS=t.CHECKOUT_TEMPLATES_LABELS=t.ECOMMERCE_TEMPLATES_LABELS=t.PRODUCT_TEMPLATES_LABELS=t.TEMPLATES=void 0,t.TEMPLATES=Object.freeze({"single-feature":{label:"Funcionalidad",params:["title","text","image","button","direction","background","text-lines"],variants:["default","colored"]},"feature-highlights":{label:"Caracteristicas destacadas",params:["items","image","background","direction","text-lines"]},"telephone-contracting":{label:"Contratación de telefonía",params:[]},features:{label:"Tarjetas de funcionalidades",params:["title","text","button","items","text-lines"]},"features-presentation":{label:"Presentación de funcionalidades",params:["title","subtitle","text","background","items","image","button","text-lines"],variants:["default","images","hero","parallel-images","texts","texts-2","simple","highlight-image","highlight-image-2","phone-contact","dark-cards","secondary-highlight-image","highlight-title","texts-columns","images-columns","secondary-images-columns","secondary-hero","secondary-2"]},"product-hero-searcher":{label:"Buscador de productos hero",params:["title","subtitle","text","background","image","items"]},"product-package-picker":{label:"Selector de paquetes de productos",params:["title","subtitle","text","background","image","items","filters"]},"redirect-router":{label:"Redirección",params:["text","custom"]},"perdm-contracting":{label:"Perdm contratar telefonía",params:["title"]},"screen-products":{label:"Linvermedia productos de pantallas",params:["title"]},"triple-text":{label:"Texto triple",params:["title","subtitle","text","background","image"]},banner:{label:"Banner",params:["title","text","background","image","height","text-lines","items"],variants:["default","image","colored"]},hero:{label:"Hero",params:["text","title","background","items","image","custom","text-lines"],variants:["default","dense","banner","contact"]},image:{label:"Imagen",params:["background","image"]},text:{label:"Textos",params:["background","items","text","title","text-lines"],variants:["default","simple"]},product:{label:"Producto",params:["title","subtitle","background","button","items_props","filters","sorting","limit"],variants:["default","hero-grid","hero-one"]},container:{label:"Contenedor",params:["background","children"]},footer:{label:"Footer",params:["background","subtitle","text","image"]},"product-carousel":{label:"Carrusel de imágenes",params:["title","items_props"]},"product-simple-info":{label:"Atributos simples",params:["title","items_props"]},"product-card-info":{label:"Tarjetas de atributos",params:["title","items_props"]},"product-location":{label:"Localización",params:["title","params"]},"product-description":{label:"Descripción del producto",params:["title"]},"simple-button":{label:"Texto con botón",params:["title","text","subtitle","items","background","image","button"],variants:["default","centered","middle-image"]},"selectable-cards":{label:"Tarjetas seleccionables",params:["title","text","items"],variants:["default","product"]},"steps-cards":{label:"Tarjetas de pasos",params:["title","text","items","image"]},"ecommerce-finder":{label:"Buscador de productos",params:["custom"]},"ecommerce-shopcart":{label:"Shopcart de Ecommerce",params:["title","text","custom"]},"ecommerce-catalog":{label:"Catálogo de productos",params:["title","text","background","custom"]},"ecommerce-catalog-lite":{label:"Catálogo de productos lite",params:["title","text","background","custom","button"]},"ecommerce-related-products":{label:"Productos relacionados",params:["title","text","background","custom","button"]},"ecommerce-banner":{label:"Banner para Ecommerce",params:["title","text","background","image","height","custom","button"],variants:["default","text-image","text-centered","text-image-background","button-image-background","contact","secondary","hero","carousel-options"]},"ecommerce-filters":{label:"Filtros para Ecommerce",params:["custom"]},"ecommerce-categories":{label:"Botones de categorías",params:["items","custom"]},"shopcart-products":{label:"Checkout de shopcart",params:["custom"]},"ecommerce-checkout":{label:"Checkout de Ecommerce"},"ecommerce-highlights":{label:"Catálogo productos destacados",params:["title","text","background","custom"]},widget:{label:"Widget custom",params:["code","custom"]}}),t.PRODUCT_TEMPLATES_LABELS=["product-carousel","product-card-info","product-simple-info","product-location","product-description","ecommerce-catalog-lite","ecommerce-related-products","widget","hero","image"],Object.freeze(t.PRODUCT_TEMPLATES_LABELS),t.ECOMMERCE_TEMPLATES_LABELS=["ecommerce-finder","ecommerce-catalog","ecommerce-catalog-lite","ecommerce-related-products","ecommerce-banner","ecommerce-filters","ecommerce-checkout","ecommerce-categories","ecommerce-highlights","ecommerce-shopcart","widget","hero","image"],Object.freeze(t.ECOMMERCE_TEMPLATES_LABELS),t.CHECKOUT_TEMPLATES_LABELS=["shopcart-products"],Object.freeze(t.CHECKOUT_TEMPLATES_LABELS),t.ITEMS_DIRECTIONS=["normal","invertido"],Object.freeze(t.ITEMS_DIRECTIONS)})(qn),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(Hn,t),o(qn,t)}(jn);var Kn={},ai={};Object.defineProperty(ai,"__esModule",{value:!0}),ai.LAYOUT_SECTION_TYPES=ai.LayoutSectionType=ai.TextLineType=void 0;var Qn;(function(t){t.TITLE="title",t.SUBTITLE="subtitle",t.PARAGRAPH="paragraph"})(Qn||(ai.TextLineType=Qn={}));var ii;(function(t){t.TEXT="text",t.TABLE="table",t.CARDS_GRID="cards-grid",t.IMAGE="image",t.SIGNATURE="signature",t.RADIO_BUTTONS="radio_buttons"})(ii||(ai.LayoutSectionType=ii={})),ai.LAYOUT_SECTION_TYPES=[ii.TEXT,ii.CARDS_GRID,ii.TABLE,ii.IMAGE,ii.SIGNATURE,ii.RADIO_BUTTONS],function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(ai,t)}(Kn);var Wn={},Pi={};Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.COMISION_SOURCE_ENTITIES=Pi.TipoComision=void 0;var Zn;(function(t){t.PORCENTAJE="porcentaje",t.MONTO_FIJO="monto_fijo"})(Zn||(Pi.TipoComision=Zn={})),Pi.COMISION_SOURCE_ENTITIES=["captacion","pedido","producto","propuesta","importacion"];var Yn={};Object.defineProperty(Yn,"__esModule",{value:!0});var Sl={};Object.defineProperty(Sl,"__esModule",{value:!0}),Sl.TipoLiquidacion=void 0;var Xn;(function(t){t.SOLICITUD_CLIENTE="solicitud_cliente",t.RED_COMERCIAL="red_comercial"})(Xn||(Sl.TipoLiquidacion=Xn={}));var ba={};Object.defineProperty(ba,"__esModule",{value:!0}),ba.TABLES=ba.TABLES_FIELDS=ba.SOURCES=ba.LOGIC_OPERATORS=ba.RULE_OPERATORS=void 0,ba.RULE_OPERATORS=["==","!=","<",">","IN"],ba.LOGIC_OPERATORS=["AND","OR"],ba.SOURCES=["IMPORTACION","TABLA","CONTENEDOR"],ba.TABLES_FIELDS={PRODUCTOS:["TIPO","NOMBRE","DESCRIPCION","ID_GAMA","ESTADO","TAGS","ID_PRODUCTO","PROPS","CODIGO_EXTERNO"],CAPTACION:["ESTADO","TIPO","CAPTADO","ID_CAPTACION","FECHA_CAPTADO","COD_CLIENTE","COD_PROVEEDOR"]},ba.TABLES=[{label:"PRODUCTOS",value:"PRODUCTOS"},{label:"CAPTACIONES",value:"CAPTACION"}],function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(Pi,t),o(Yn,t),o(Sl,t),o(ba,t)}(Wn);var Jn={},Ll={};Object.defineProperty(Ll,"__esModule",{value:!0}),Ll.OPERATORS=void 0,Ll.OPERATORS=["==","!=",">","<",">=","<=","contains","not_contains","in","not_in"];var Di={};Object.defineProperty(Di,"__esModule",{value:!0}),Di.ControlType=Di.GAMA_PROP_CONTROL_TYPES=void 0,Di.GAMA_PROP_CONTROL_TYPES=[{code:"input_text",icon:"title",label:"Texto"},{code:"input_number",icon:"o_looks_one",label:"Número"},{code:"datetime",icon:"event",label:"Fecha y hora"},{code:"date",icon:"calendar_today",label:"Fecha"},{code:"time",icon:"schedule",label:"Hora"},{code:"switch",icon:"toggle_on",label:"Switch"},{code:"checkbox",icon:"o_check_box",label:"Checkbox"},{code:"select",icon:"list",label:"Selector simple"},{code:"cards_select",icon:"grid_view",label:"Selector de tarjetas"},{code:"location",icon:"o_location_on",label:"Ubicación"},{code:"dynamic_array",icon:"data_array",label:"Colección dinámica"},{code:"object",icon:"data_object",label:"Objeto"},{code:"keys_counter",icon:"plus_one",label:"Contador de entradas"},{code:"collection",icon:"o_description",label:"Colección"},{code:"images",icon:"o_image",label:"Imágenes"},{code:"currency",icon:"attach_money",label:"Moneda"}];var es;(function(t){t.TEXT="input_text",t.NUMBER="input_number",t.DATETIME="datetime",t.DATE="date",t.TIME="time",t.SWITCH="switch",t.CHECKBOX="checkbox",t.SELECT="select",t.CARDS_SELECT="cards_select",t.LOCATION="location",t.DYNAMIC_ARRAY="dynamic_array",t.OBJECT="object",t.KEYS_COUNTER="keys_counter",t.COLLECTION="collection",t.IMAGES="images",t.CURRENCY="currency"})(es||(Di.ControlType=es={}));var as={};Object.defineProperty(as,"__esModule",{value:!0});var is={};Object.defineProperty(is,"__esModule",{value:!0});var ls={},Lo={exports:{}};(function(t,d){(function(o,c){c(d)})(W,function(o){var c=function(C){return"trwagmyfpdxbnjzsqvhlcke"[+C%23]},s=function(C){return(""+Math.random()).slice(-C)},r=function(C){return(function(p){var x=p%2147483647;return x<=0&&(x+=2147483646),{next:function(){return x=16807*x%2147483647}}}(C).next()-1)/2147483646},m=function(C){var p="xyzXYZ".indexOf(C[0])%3,x=p.toString();p===-1&&(x=C[0]);var R=""+x+C.slice(1,8);return c(R).toUpperCase()},f=function(C){return/^[XYZ]{1}[0-9]{7}[TRWAGMYFPDXBNJZSQVHLCKE]{1}$/i.test(C)},v=function(C){return/^[0-9]{8}[TRWAGMYFPDXBNJZSQVHLCKE]{1}$/i.test(C)};o.ctrlChar=m,o.isNIE=function(C){return!!C&&C.length===9&&f(C)&&m(C)===C[8].toUpperCase()},o.isNIF=function(C){return!!C&&C.length===9&&v(C)&&m(C)===C[8].toUpperCase()},o.isValid=function(C){var p=C||"";if(p.length!==9&&!f(p)&&!v(p))return!1;var x="xyzXYZ".indexOf(p[0])%3,R=x.toString();x===-1&&(R=p[0]);var y=+(R+p.slice(1,8))%23;return"trwagmyfpdxbnjzsqvhlcket".indexOf(p[8].toLowerCase())===y},o.normalize=function(C){return C.replace(/[-_\s]/gi,"").toUpperCase()},o.randomNIE=function(){var C=Math.floor(3*Math.random()),p=s(7),x=c(""+C+p).toUpperCase();return""+"XYZ"[C]+p+x},o.randomNIEWith=function(C,p,x){x===void 0&&(x=1e8*Math.random());var R="xyzXYZ".indexOf(C)%3;if(R===-1)return null;var y="trwagmyfpdxbnjzsqvhlckeTRWAGMYFPDXBNJZSQVHLCKE".indexOf(p)%23;if(y===-1)return null;var h=R+1,O=+(""+R+Math.floor(1e6*h+(9999999-1e6*h-23)*r(x)));return(""+C+("0"+(O-O%23+y)+p).slice(-8)).toUpperCase()},o.randomNIF=function(){var C=s(8);return C+c(C).toUpperCase()},o.randomNIFWith=function(C,p){p===void 0&&(p=1e8*Math.random());var x="trwagmyfpdxbnjzsqvhlckeTRWAGMYFPDXBNJZSQVHLCKE".indexOf(C)%23;if(x===-1)return null;var R=99999998-4347826*(Math.floor(22*r(p))+1);return(""+("0"+(R+(x-Math.max(0,R)%23))).slice(-8)+C).toUpperCase()},Object.defineProperty(o,"__esModule",{value:!0})})})(Lo,Lo.exports);var Bu=Lo.exports,os={};(function(t){(function(d,o){typeof t.nodeName!="string"?o(t):o(d.IBAN={})})(W,function(d){Array.prototype.map||(Array.prototype.map=function(h){if(this===void 0||this===null)throw new TypeError;var O=Object(this),g=O.length>>>0;if(typeof h!="function")throw new TypeError;for(var I=new Array(g),P=arguments.length>=2?arguments[1]:void 0,T=0;T<g;T++)T in O&&(I[T]=h.call(P,O[T],T,O));return I});var o=65,c=90;function s(h){return h=h.toUpperCase(),h=h.substr(4)+h.substr(0,4),h.split("").map(function(O){var g=O.charCodeAt(0);return g>=o&&g<=c?g-o+10:O}).join("")}function r(h){for(var O=h,g;O.length>2;)g=O.slice(0,9),O=parseInt(g,10)%97+O.slice(g.length);return parseInt(O,10)%97}function m(h){var O=h.match(/(.{3})/g).map(function(g){var I,P=g.slice(0,1),T=parseInt(g.slice(1),10);switch(P){case"A":I="0-9A-Za-z";break;case"B":I="0-9A-Z";break;case"C":I="A-Za-z";break;case"F":I="0-9";break;case"L":I="a-z";break;case"U":I="A-Z";break;case"W":I="0-9a-z";break}return"(["+I+"]{"+T+"})"});return new RegExp("^"+O.join("")+"$")}function f(h){return h.replace(x,"").toUpperCase()}function v(h,O,g,I){this.countryCode=h,this.length=O,this.structure=g,this.example=I}v.prototype._regex=function(){return this._cachedRegex||(this._cachedRegex=m(this.structure))},v.prototype.isValid=function(h){return this.length==h.length&&this.countryCode===h.slice(0,2)&&this._regex().test(h.slice(4))&&r(s(h))==1},v.prototype.toBBAN=function(h,O){return this._regex().exec(h.slice(4)).slice(1).join(O)},v.prototype.fromBBAN=function(h){if(!this.isValidBBAN(h))throw new Error("Invalid BBAN");var O=r(s(this.countryCode+"00"+h)),g=("0"+(98-O)).slice(-2);return this.countryCode+g+h},v.prototype.isValidBBAN=function(h){return this.length-4==h.length&&this._regex().test(h)};var C={};function p(h){C[h.countryCode]=h}p(new v("AD",24,"F04F04A12","AD1200012030200359100100")),p(new v("AE",23,"F03F16","AE070331234567890123456")),p(new v("AL",28,"F08A16","AL47212110090000000235698741")),p(new v("AT",20,"F05F11","AT611904300234573201")),p(new v("AZ",28,"U04A20","AZ21NABZ00000000137010001944")),p(new v("BA",20,"F03F03F08F02","BA391290079401028494")),p(new v("BE",16,"F03F07F02","BE68539007547034")),p(new v("BG",22,"U04F04F02A08","BG80BNBG96611020345678")),p(new v("BH",22,"U04A14","BH67BMAG00001299123456")),p(new v("BR",29,"F08F05F10U01A01","BR9700360305000010009795493P1")),p(new v("BY",28,"A04F04A16","BY13NBRB3600900000002Z00AB00")),p(new v("CH",21,"F05A12","CH9300762011623852957")),p(new v("CR",22,"F04F14","CR72012300000171549015")),p(new v("CY",28,"F03F05A16","CY17002001280000001200527600")),p(new v("CZ",24,"F04F06F10","CZ6508000000192000145399")),p(new v("DE",22,"F08F10","DE89370400440532013000")),p(new v("DK",18,"F04F09F01","DK5000400440116243")),p(new v("DO",28,"U04F20","DO28BAGR00000001212453611324")),p(new v("EE",20,"F02F02F11F01","EE382200221020145685")),p(new v("EG",29,"F04F04F17","EG800002000156789012345180002")),p(new v("ES",24,"F04F04F01F01F10","ES9121000418450200051332")),p(new v("FI",18,"F06F07F01","FI2112345600000785")),p(new v("FO",18,"F04F09F01","FO6264600001631634")),p(new v("FR",27,"F05F05A11F02","FR1420041010050500013M02606")),p(new v("GB",22,"U04F06F08","GB29NWBK60161331926819")),p(new v("GE",22,"U02F16","GE29NB0000000101904917")),p(new v("GI",23,"U04A15","GI75NWBK000000007099453")),p(new v("GL",18,"F04F09F01","GL8964710001000206")),p(new v("GR",27,"F03F04A16","GR1601101250000000012300695")),p(new v("GT",28,"A04A20","GT82TRAJ01020000001210029690")),p(new v("HR",21,"F07F10","HR1210010051863000160")),p(new v("HU",28,"F03F04F01F15F01","HU42117730161111101800000000")),p(new v("IE",22,"U04F06F08","IE29AIBK93115212345678")),p(new v("IL",23,"F03F03F13","IL620108000000099999999")),p(new v("IS",26,"F04F02F06F10","IS140159260076545510730339")),p(new v("IT",27,"U01F05F05A12","IT60X0542811101000000123456")),p(new v("IQ",23,"U04F03A12","IQ98NBIQ850123456789012")),p(new v("JO",30,"A04F22","JO15AAAA1234567890123456789012")),p(new v("KW",30,"U04A22","KW81CBKU0000000000001234560101")),p(new v("KZ",20,"F03A13","KZ86125KZT5004100100")),p(new v("LB",28,"F04A20","LB62099900000001001901229114")),p(new v("LC",32,"U04F24","LC07HEMM000100010012001200013015")),p(new v("LI",21,"F05A12","LI21088100002324013AA")),p(new v("LT",20,"F05F11","LT121000011101001000")),p(new v("LU",20,"F03A13","LU280019400644750000")),p(new v("LV",21,"U04A13","LV80BANK0000435195001")),p(new v("MC",27,"F05F05A11F02","MC5811222000010123456789030")),p(new v("MD",24,"U02A18","MD24AG000225100013104168")),p(new v("ME",22,"F03F13F02","ME25505000012345678951")),p(new v("MK",19,"F03A10F02","MK07250120000058984")),p(new v("MR",27,"F05F05F11F02","MR1300020001010000123456753")),p(new v("MT",31,"U04F05A18","MT84MALT011000012345MTLCAST001S")),p(new v("MU",30,"U04F02F02F12F03U03","MU17BOMM0101101030300200000MUR")),p(new v("NL",18,"U04F10","NL91ABNA0417164300")),p(new v("NO",15,"F04F06F01","NO9386011117947")),p(new v("PK",24,"U04A16","PK36SCBL0000001123456702")),p(new v("PL",28,"F08F16","PL61109010140000071219812874")),p(new v("PS",29,"U04A21","PS92PALS000000000400123456702")),p(new v("PT",25,"F04F04F11F02","PT50000201231234567890154")),p(new v("QA",29,"U04A21","QA30AAAA123456789012345678901")),p(new v("RO",24,"U04A16","RO49AAAA1B31007593840000")),p(new v("RS",22,"F03F13F02","RS35260005601001611379")),p(new v("SA",24,"F02A18","SA0380000000608010167519")),p(new v("SC",31,"U04F04F16U03","SC18SSCB11010000000000001497USD")),p(new v("SE",24,"F03F16F01","SE4550000000058398257466")),p(new v("SI",19,"F05F08F02","SI56263300012039086")),p(new v("SK",24,"F04F06F10","SK3112000000198742637541")),p(new v("SM",27,"U01F05F05A12","SM86U0322509800000000270100")),p(new v("ST",25,"F08F11F02","ST68000100010051845310112")),p(new v("SV",28,"U04F20","SV62CENR00000000000000700025")),p(new v("TL",23,"F03F14F02","TL380080012345678910157")),p(new v("TN",24,"F02F03F13F02","TN5910006035183598478831")),p(new v("TR",26,"F05F01A16","TR330006100519786457841326")),p(new v("UA",29,"F25","UA511234567890123456789012345")),p(new v("VA",22,"F18","VA59001123000012345678")),p(new v("VG",24,"U04F16","VG96VPVG0000012345678901")),p(new v("XK",20,"F04F10F02","XK051212012345678906")),p(new v("AO",25,"F21","AO69123456789012345678901")),p(new v("BF",27,"F23","BF2312345678901234567890123")),p(new v("BI",16,"F12","BI41123456789012")),p(new v("BJ",28,"F24","BJ39123456789012345678901234")),p(new v("CI",28,"U02F22","CI70CI1234567890123456789012")),p(new v("CM",27,"F23","CM9012345678901234567890123")),p(new v("CV",25,"F21","CV30123456789012345678901")),p(new v("DZ",24,"F20","DZ8612345678901234567890")),p(new v("IR",26,"F22","IR861234568790123456789012")),p(new v("MG",27,"F23","MG1812345678901234567890123")),p(new v("ML",28,"U01F23","ML15A12345678901234567890123")),p(new v("MZ",25,"F21","MZ25123456789012345678901")),p(new v("SN",28,"U01F23","SN52A12345678901234567890123")),p(new v("GF",27,"F05F05A11F02","GF121234512345123456789AB13")),p(new v("GP",27,"F05F05A11F02","GP791234512345123456789AB13")),p(new v("MQ",27,"F05F05A11F02","MQ221234512345123456789AB13")),p(new v("RE",27,"F05F05A11F02","RE131234512345123456789AB13")),p(new v("PF",27,"F05F05A11F02","PF281234512345123456789AB13")),p(new v("TF",27,"F05F05A11F02","TF891234512345123456789AB13")),p(new v("YT",27,"F05F05A11F02","YT021234512345123456789AB13")),p(new v("NC",27,"F05F05A11F02","NC551234512345123456789AB13")),p(new v("BL",27,"F05F05A11F02","BL391234512345123456789AB13")),p(new v("MF",27,"F05F05A11F02","MF551234512345123456789AB13")),p(new v("PM",27,"F05F05A11F02","PM071234512345123456789AB13")),p(new v("WF",27,"F05F05A11F02","WF621234512345123456789AB13"));var x=/[^a-zA-Z0-9]/g,R=/(.{4})(?!$)/g;function y(h){return typeof h=="string"||h instanceof String}d.isValid=function(h){if(!y(h))return!1;h=f(h);var O=C[h.slice(0,2)];return!!O&&O.isValid(h)},d.toBBAN=function(h,O){typeof O>"u"&&(O=" "),h=f(h);var g=C[h.slice(0,2)];if(!g)throw new Error("No country with code "+h.slice(0,2));return g.toBBAN(h,O)},d.fromBBAN=function(h,O){var g=C[h];if(!g)throw new Error("No country with code "+h);return g.fromBBAN(f(O))},d.isValidBBAN=function(h,O){if(!y(O))return!1;var g=C[h];return g&&g.isValidBBAN(f(O))},d.printFormat=function(h,O){return typeof O>"u"&&(O=" "),f(h).replace(R,"$1"+O)},d.electronicFormat=f,d.countries=C})})(os),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.VALIDATORS=t.PropValidatorKeys=t.GamaPropValidatorsMap=void 0;const d=Bu,o=os;t.GamaPropValidatorsMap={required:{fn:()=>s=>s.value!==null&&s.value!==void 0&&s.value!=="",message:"Este campo es requerido",label:"Requerido"},min:{fn:s=>r=>{if(typeof r.value=="number")return(r.value||0)>=s;if(typeof r.value=="string"){const m=r.value||"";return r.multiple?m.split(",").length>=s:m.length>=s}return!1},message:"El valor es menor al mínimo permitido",label:"Mínimo"},max:{fn:s=>r=>{if(typeof r.value=="number")return(r.value||0)<=s;if(typeof r.value=="string"){const m=r.value||"";return r.multiple?m.split(",").length<=s:(m||"").length<=s}return!1},message:"El valor es mayor al máximo permitido",label:"Máximo"},onlyNumbers:{fn:()=>s=>/^[0-9]*$/.test(String(s.value)||""),message:"Este campo solo acepta números",label:"Solo números"},email:{fn:()=>s=>s.value?/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/.test(String(s.value)||""):!0,message:"El correo electrónico no es válido",label:"Correo electrónico"},url:{fn:()=>s=>s.value?/^(ftp|http|https):\/\/[^ "]+$/.test(String(s.value)||"")||/^www\.[^ "]+$/.test(String(s.value)||""):!0,message:"La URL no es válida",label:"URL"},iban:{fn:()=>s=>s.value?o.isValid(String(s.value)||""):!0,message:"El IBAN no es válido",label:"Cuenta Bancaria (IBAN)"},dni:{fn:()=>s=>s.value?(0,d.isValid)(String(s.value)||""):!0,message:"El dni no es válido",label:"Identificación España (DNI, NIF, NIE)"},ine:{fn:()=>s=>!0,message:"El INE no es válido",label:"Identificación México (INE)"},curp:{fn:()=>s=>!0,message:"El CURP no es válido",label:"Identificación México (CURP)"},rfc:{fn:()=>s=>!0,message:"El RFC no es válido",label:"Identificador México (RFC)"}};var c;(function(s){s.REQUERIDO="required",s.MINIMO="min",s.MAXIMO="max",s.SOLO_NUMEROS="onlyNumbers",s.EMAIL="email",s.URL="url",s.DNI="dni",s.IBAN="iban",s.INE="ine",s.RFC="rfc",s.CURP="curp"})(c||(t.PropValidatorKeys=c={})),t.VALIDATORS=Object.entries(t.GamaPropValidatorsMap).map(([s,r])=>({value:s,...r}))}(ls);var ts={};Object.defineProperty(ts,"__esModule",{value:!0}),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(Ll,t),o(Di,t),o(as,t),o(is,t),o(ls,t),o(ts,t)}(Jn);var ns={},ss={};Object.defineProperty(ss,"__esModule",{value:!0});var rs={};Object.defineProperty(rs,"__esModule",{value:!0});var cs={};Object.defineProperty(cs,"__esModule",{value:!0});var us={};Object.defineProperty(us,"__esModule",{value:!0});var ds={};Object.defineProperty(ds,"__esModule",{value:!0});var ms={};Object.defineProperty(ms,"__esModule",{value:!0});var Ti={};Object.defineProperty(Ti,"__esModule",{value:!0}),Ti.SeguimientoEvent=Ti.ENTITIES_TO_OBSERVE=void 0,Ti.ENTITIES_TO_OBSERVE=["Captacion","Contacto","ContactoTels","ProductosPedido","Visitas"];var ps;(function(t){t.INSERT="insert",t.UPDATE="update",t.DELETE="delete"})(ps||(Ti.SeguimientoEvent=ps={})),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(ss,t),o(rs,t),o(cs,t),o(us,t),o(ds,t),o(ms,t),o(Ti,t)}(ns);var fs={},_s={};Object.defineProperty(_s,"__esModule",{value:!0});var gs={};Object.defineProperty(gs,"__esModule",{value:!0});var vs={};Object.defineProperty(vs,"__esModule",{value:!0});var Bl={};Object.defineProperty(Bl,"__esModule",{value:!0}),Bl.TimestampsAction=void 0;var bs;(function(t){t.CHECKIN="checkin",t.CHECKOUT="checkout"})(bs||(Bl.TimestampsAction=bs={})),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(_s,t),o(gs,t),o(vs,t),o(Bl,t)}(fs),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(Sn,t),o(Bn,t),o(Gn,t),o(jn,t),o(Kn,t),o(Wn,t),o(Jn,t),o(ns,t),o(fs,t)}(Nn),function(t){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var f=Object.getOwnPropertyDescriptor(s,r);(!f||("get"in f?!s.__esModule:f.writable||f.configurable))&&(f={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,f)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(cn,t),o(Cl,t),o(Pn,t),o(Nn,t)}(Ee);const wu=["src","alt"],wa=se(e.defineComponent({__name:"FlagsIcons",props:{items:{default:()=>[]},type:{default:"languages"},size:{default:"md"}},setup(t){const d=t,o=d.type==="countries"?Ee.COUNTRIES:Ee.LANGUAGES,c=e.computed(()=>(d.items||[]).filter(s=>!!o[s]).map(s=>({image:o[s].flag,name:(d.type==="countries",o[s].nativeName)}))||[]);return(s,r)=>(e.openBlock(),e.createElementBlock("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,(m,f)=>(e.openBlock(),e.createElementBlock("span",{key:f,style:{"margin-right":"6px"}},[e.createElementVNode("div",{class:e.normalizeClass(["flag-circle",`flag-${s.size}`])},[e.createElementVNode("img",{src:m.image,alt:m.name,class:"flag"},null,8,wu)],2),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.name),1)]),_:2},1024)]))),128))]))}}),[["__scopeId","data-v-285f4d9c"]]),Fa=se(e.defineComponent({__name:"IconButton",props:{icon:{},label:{},badge:{},sm:{type:Boolean},md:{type:Boolean},color:{},flat:{type:Boolean,default:!0},disable:{type:Boolean},outline:{type:Boolean},bg:{},custom:{type:Boolean,default:!1}},setup(t){const d=t,{icon:o,label:c}=e.toRefs(d),s=e.computed(()=>d.custom?o.value:{edit:"sym_o_edit_square",add:"o_add_box",save:"save",delete:"o_delete",view:"o_visibility",cancel:"close",confirm:"done",tune:"tune",refresh:"refresh",close:"close",expand:"keyboard_arrow_down",collapse:"keyboard_arrow_up",code:"code",search:"search",import:"o_upload_file",download:"o_download",clone:"content_copy",publish:"send",support:"support",up:"arrow_upward",down:"arrow_downward",upload:"o_upload",reset_tv:"sym_o_reset_tv",card_view:"view_module",table_view:"view_list",drag:"drag_indicator",send:"send",sync:"sync",back:"arrow_back",reorder:"reorder",preview:"o_description",copy_id:"content_copy",prev:"arrow_back_ios_new",next:"arrow_forward_ios",menu:"more_vert",assign:"o_assignment_ind",clipboard:"content_paste_go"}[o.value||""]??o.value),r=e.computed(()=>d.sm?"12px":d.md?"14px":"16px");return(m,f)=>(e.openBlock(),e.createBlock(e.unref(M.QBtn),{unelevated:"",size:r.value,flat:m.flat&&!m.outline,outline:m.outline,round:"",icon:s.value,color:m.color,disable:m.disable,style:e.normalizeStyle({background:m.bg||"none"})},{default:e.withCtx(()=>[e.unref(c)?(e.openBlock(),e.createBlock(e.unref(M.QTooltip),{key:0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)),1)]),_:1})):e.createCommentVNode("",!0),m.badge?(e.openBlock(),e.createBlock(e.unref(M.QBadge),{key:1,rounded:"",color:"secondary-3",floating:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.badge),1)]),_:1})):e.createCommentVNode("",!0),e.renderSlot(m.$slots,"default",{},void 0,!0)]),_:3},8,["size","flat","outline","icon","color","disable","style"]))}}),[["__scopeId","data-v-69db396c"]]),Bo=se(e.defineComponent({__name:"IndicatorColor",props:{color:{}},setup(t){const d=t,o=e.computed(()=>{var c;return(c=d.color)!=null&&c.startsWith("#")?{background:d.color}:{}});return(c,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([c.color,"indicator-icon"]),style:e.normalizeStyle(o.value)},null,6))}}),[["__scopeId","data-v-f7a2cee7"]]),ku={key:1,class:"center full-width"},hs=e.defineComponent({__name:"MenuButton",props:{icon:{default:"menu"},color:{},textColor:{},flat:{type:Boolean},label:{},size:{default:"md"},items:{},normalButton:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["onItemClick"],setup(t,{emit:d}){const o=d,c=t,s=e.computed(()=>c.items.filter(m=>m.show!==!1)),r=e.computed(()=>c.normalButton?pi:Fa);return(m,f)=>{const v=e.resolveComponent("IndicatorColor"),C=e.resolveDirective("close-popup");return e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.value),{action:m.icon?"":"menu",icon:m.icon,label:m.label,"text-color":m.textColor,color:m.color,flat:m.flat,size:m.size,unelevated:"",loading:m.loading},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QMenu),null,{default:e.withCtx(()=>[e.createVNode(e.unref(M.QList),{style:{"min-width":"150px"}},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,p=>e.withDirectives((e.openBlock(),e.createBlock(e.unref(M.QItem),{clickable:"",onClick:x=>p.onClick?p.onClick():o("onItemClick",p),disable:p.disabled},{default:e.withCtx(()=>[p.icon||p.color?(e.openBlock(),e.createBlock(e.unref(M.QItemSection),{key:0,avatar:"",style:{width:"40px !important","min-width":"40px !important"}},{default:e.withCtx(()=>[p.icon?(e.openBlock(),e.createBlock(e.unref(M.QIcon),{key:0,name:p.icon,size:"xs"},null,8,["name"])):p.color?(e.openBlock(),e.createElementBlock("div",ku,[e.createVNode(v,{color:p.color},null,8,["color"])])):e.createCommentVNode("",!0)]),_:2},1024)):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QItemSection),{style:{"text-wrap":"nowrap"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(p.label),1)]),_:2},1024)]),_:2},1032,["onClick","disable"])),[[C]])),256))]),_:1})]),_:1})]),_:1},8,["action","icon","label","text-color","color","flat","size","loading"])}}}),Vu={class:"flex no-wrap text-no-wrap items-center justify-start"},ka=se(e.defineComponent({__name:"StateIndicator",props:{state:{default:0},labels:{default:()=>["Inactivo","Activo"]},textClassName:{},colors:{default:()=>["grey","green"]},states:{},sm:{type:Boolean},color:{},label:{}},setup(t){const d=t,{state:o,labels:c,colors:s,states:r,color:m,label:f}=e.toRefs(d),v=e.computed(()=>{var x;return((x=r==null?void 0:r.value)==null?void 0:x[o.value])||null}),C=e.computed(()=>{var x;return f.value??(((x=v.value)==null?void 0:x.label)||c.value[Number(o.value)])}),p=e.computed(()=>{var x;return m.value??(((x=v.value)==null?void 0:x.color)||s.value[Number(o.value)])});return(x,R)=>(e.openBlock(),e.createElementBlock("div",Vu,[e.createVNode(Bo,{color:p.value},null,8,["color"]),e.createElementVNode("span",{style:e.normalizeStyle(x.sm?"font-size: 12px":""),class:e.normalizeClass(`indicator-label ${x.textClassName}`)},e.toDisplayString(C.value),7)]))}}),[["__scopeId","data-v-5217c805"]]),Mu=e.defineComponent({__name:"DomSection",props:{section:{}},setup(t){const d=e.ref(null),o=t;return e.watch([()=>o.section,d],([c,s])=>{c&&s&&s.appendChild(c)}),(c,s)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"container",ref:d},null,512))}}),Uu={key:1,class:"pdf-placeholder"},Fu={key:2,class:"actions no-print"},zu=se(e.defineComponent({__name:"PdfContainer",props:{pdf:{}},setup(t){const d=e.computed(()=>typeof window<"u"),o=e.ref(null);e.onMounted(async()=>{if(d.value)try{const p=await import("pdf-vue3");o.value=p.default}catch(p){console.error("Error loading pdf-vue3:",p)}});const c=e.inject("globalModel"),s=e.ref(null),r=e.ref(null),m=()=>{var p;(p=s.value)==null||p.clearSignature(),C()},f=e.ref(0);function v(p){const x=p._pdfInfo;if(f.value=x.numPages,typeof document>"u")return;const R=document.getElementsByClassName("pdf-vue3-canvas-container")[0];setTimeout(()=>{const y=R.clientWidth,h=R.clientHeight+600;r.value={width:y,height:h}},100)}const C=()=>{var x,R;const p=!((x=s.value)!=null&&x.isEmpty());c.value={...c.value,signed:p,values:{...(R=c.value)==null?void 0:R.values}}};return(p,x)=>{const R=e.resolveComponent("VueSignaturePad"),y=e.resolveComponent("client-only");return e.openBlock(),e.createElementBlock("div",{class:"pdf-container",onPointermove:C},[o.value&&d.value?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.value),{key:0,src:p.pdf.url,showBackToTopBtn:!1,rowGap:0,ref:"pdfRef",onOnPdfInit:v},null,40,["src"])):(e.openBlock(),e.createElementBlock("div",Uu,[e.createVNode(e.unref(M.QSkeleton),{height:"500px"})])),e.createVNode(y,null,{default:e.withCtx(()=>[r.value&&d.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"signature",style:e.normalizeStyle({width:r.value.width+"px",height:r.value.height+"px"})},[e.createVNode(R,{width:"100%",height:"100%",ref_key:"signaturePad",ref:s},null,512)],4)):e.createCommentVNode("",!0)]),_:1}),d.value?(e.openBlock(),e.createElementBlock("div",Fu,[e.createVNode(e.unref(M.QBtn),{size:"lg",round:"",color:"black",icon:"replay",onClick:m})])):e.createCommentVNode("",!0)],32)}}}),[["__scopeId","data-v-cdaacfcf"]]);function Cs(t,d){const o=`{{${d}}}`;try{const c=d.split(".").flatMap(s=>{var f;const r=/(\w+)\[(\d+)\]/g,m=(f=Array.from(s.matchAll(r)))==null?void 0:f[0];return m!=null&&m.length?m.slice(1):s});return(c==null?void 0:c.reduce((s,r)=>(s==null?void 0:s[r])||"",t))||o}catch(c){return console.error(c),o}}function Gu(t,d,o){const c=d.split(".");if(!c.length)return t;const s=c.pop(),r=c.reduce((m,f)=>(m[f]||(m[f]={}),m[f]),t);return r[s]=o,t}const $u={class:"card"},ju={key:0,class:"card-header"},Hu=["contenteditable"],qu={class:"card-content"},Ku=["contenteditable"],Qu=["contenteditable"],Wu=se(e.defineComponent({__name:"Card",props:{card:{},data:{}},setup(t){const d=t;function o(r){const m=r.value||Cs(d.data,r.key||"");return c(m,r.format)}function c(r,m){return m?m==="currency"?new Intl.NumberFormat("es-ES",{style:"currency",currency:"EUR"}).format(r):m==="percentage"?`${r} %`:r:r}const s=e.inject("editable");return(r,m)=>(e.openBlock(),e.createElementBlock("div",$u,[r.card.title||r.card.subtitle?(e.openBlock(),e.createElementBlock("div",ju,[r.card.title?(e.openBlock(),e.createElementBlock("h3",{key:0,contenteditable:e.unref(s)},e.toDisplayString(r.card.title),9,Hu)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",qu,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.card.fields,(f,v)=>(e.openBlock(),e.createElementBlock("div",{key:v,class:"card-field"},[e.createElementVNode("span",{contenteditable:e.unref(s),class:"field-label"},e.toDisplayString(f.label),9,Ku),e.createElementVNode("span",{contenteditable:e.unref(s),class:"field-value"},e.toDisplayString(o(f)),9,Qu)]))),128))])]))}}),[["__cssModules",{$style:{card:"_card_12eql_1","card-header":"_card-header_12eql_8","card-content":"_card-content_12eql_22","card-field":"_card-field_12eql_22","field-label":"_field-label_12eql_27","field-value":"_field-value_12eql_30"}}]]);function wl(t,d={}){const o=e.inject("data"),c=e.computed(()=>o.value[t]||d),s=e.computed(()=>o.value.global||{}),r=e.computed(()=>({...s.value,...c.value}));return{sectionData:c,globalData:s,data:r}}const Zu=se(e.defineComponent({__name:"CardGridSection",props:{styles:{},id:{},content:{}},setup(t){const d=t,{data:o}=wl(d.id,{});return(c,s)=>{var r;return e.openBlock(),e.createElementBlock("div",{class:"card-section",style:e.normalizeStyle(((r=c.styles)==null?void 0:r.cssRaw)||"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.content.cards,(m,f)=>(e.openBlock(),e.createBlock(Wu,{key:f,card:m,data:e.unref(o)},null,8,["card","data"]))),128))],4)}}}),[["__cssModules",{$style:{"card-section":"_card-section_1xfbl_2"}}]]),Yu=["src","alt"],Xu=se(e.defineComponent({__name:"ImageSection",props:{styles:{},id:{},content:{}},setup(t){const d=t,{content:o,styles:c}=e.toRefs(d);return wl(d.id,{}),(s,r)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({justifyContent:e.unref(o).align}),class:"img-container"},[e.createElementVNode("img",{src:e.unref(o).src,alt:e.unref(o).alt,style:e.normalizeStyle({width:e.unref(o).width,height:e.unref(o).height})},null,12,Yu)],4))}}),[["__cssModules",{$style:{"img-container":"_img-container_17yzt_2"}}]]),Ju={class:"section"},ed={class:"q-py-md-lg q-my-md q-px-xs row justify-center items-center"},ad=se(e.defineComponent({__name:"RadioButtonsSection",props:{styles:{},id:{},content:{}},setup(t){const d=e.inject("globalModel"),o=t,c=e.ref("");return e.watch(c,()=>{var s;d.value={...d.value,values:{...(s=d.value)==null?void 0:s.values,[o.id]:c.value}}}),(s,r)=>(e.openBlock(),e.createElementBlock("div",Ju,[e.createElementVNode("div",ed,[e.createVNode(e.unref(M.QRadio),{modelValue:c.value,"onUpdate:modelValue":r[0]||(r[0]=m=>c.value=m),val:"si",label:"Sí acepto",class:"radio q-mx-md"},null,8,["modelValue"]),e.createVNode(e.unref(M.QRadio),{modelValue:c.value,"onUpdate:modelValue":r[1]||(r[1]=m=>c.value=m),val:"no",label:"No acepto",class:"radio q-mx-md"},null,8,["modelValue"])])]))}}),[["__scopeId","data-v-90eb7a2c"]]),id={class:"section"},ld={key:0},od={key:0,class:"no-print"},td={class:"signature"},nd={class:"flex justify-end q-gutter-sm q-pa-sm"},sd={key:1,class:"column",style:{"max-width":"100vw"}},rd=["src"],cd={class:"flex justify-end q-mt-sm no-print"},ud={key:1,class:"flex justify-center q-pa-lg"},dd=se(e.defineComponent({__name:"SignatureSection",props:{styles:{},id:{},content:{}},emits:["save","clear","cancel","edit"],setup(t,{emit:d}){const o=e.inject("globalModel"),c=t,s=e.computed(()=>c.content.signable),r=e.ref(null),m=e.ref(""),f=e.ref(!1),{screen:v}=M.useQuasar(),C=()=>{var O;(O=r.value)==null||O.clearSignature(),h(!1)},p=d,x=()=>{var I;const{isEmpty:O,data:g}=(I=r.value)==null?void 0:I.saveSignature();O||(m.value=g,f.value=!1,h(!0),p("save"))},R=()=>{f.value=!0,h(!1),p("edit")},y=()=>{f.value=!1,h(!1),p("cancel")},h=O=>{var g;o.value={...o.value,signed:O,values:{...(g=o.value)==null?void 0:g.values,[c.id]:O}}};return(O,g)=>{const I=e.resolveComponent("VueSignaturePad"),P=e.resolveComponent("client-only");return e.openBlock(),e.createElementBlock("div",id,[s.value?(e.openBlock(),e.createElementBlock("div",ld,[f.value?(e.openBlock(),e.createElementBlock("div",od,[e.createVNode(P,null,{default:e.withCtx(()=>[e.createElementVNode("div",td,[e.createVNode(I,{width:e.unref(v).lt.md?"100vw":"auto",height:"180px",ref_key:"signaturePad",ref:r},null,8,["width"])])]),_:1}),e.createElementVNode("div",nd,[e.createVNode(e.unref(M.QBtn),{unelevated:"",outline:"",onClick:y},{default:e.withCtx(()=>[...g[0]||(g[0]=[e.createTextVNode("Cancelar",-1)])]),_:1}),e.createVNode(e.unref(M.QBtn),{unelevated:"",outline:"",onClick:C},{default:e.withCtx(()=>[...g[1]||(g[1]=[e.createTextVNode("Limpiar",-1)])]),_:1}),e.createVNode(e.unref(M.QBtn),{unelevated:"",outline:"",onClick:x},{default:e.withCtx(()=>[...g[2]||(g[2]=[e.createTextVNode("Confirmar",-1)])]),_:1})])])):(e.openBlock(),e.createElementBlock("div",sd,[e.createElementVNode("img",{src:m.value,height:"140"},null,8,rd),e.createElementVNode("div",cd,[e.createVNode(e.unref(M.QBtn),{onClick:R},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.value?"Volver a firmar":"Firmar"),1)]),_:1})])]))])):(e.openBlock(),e.createElementBlock("div",ud,"[FIRMA]"))])}}}),[["__scopeId","data-v-0953979f"]]),md=["contenteditable"],pd=["contenteditable"],fd="#f5f5f5",_d=se(e.defineComponent({__name:"TableSection",props:{styles:{},id:{},content:{}},setup(t){const d=t,{columns:o}=e.toRefs(d.content),{data:c}=wl(d.id,[]),s=e.computed(()=>[...c.value[d.content.rowsKey]||[]]),r=e.inject("editable");return(m,f)=>{var v;return e.openBlock(),e.createElementBlock("table",{style:e.normalizeStyle("width: 100%;"+((v=m.styles)==null?void 0:v.cssRaw)||""),class:"table-section"},[e.createElementVNode("thead",null,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(o),C=>(e.openBlock(),e.createElementBlock("th",{key:C.key,style:e.normalizeStyle({textAlign:C.align||"left"}),contenteditable:e.unref(r)},e.toDisplayString(C.header),13,md))),128))])]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(C,p)=>(e.openBlock(),e.createElementBlock("tr",{key:p,style:e.normalizeStyle({backgroundColor:p%2===0?fd:"transparent"})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(o),x=>(e.openBlock(),e.createElementBlock("td",{key:x.key,style:e.normalizeStyle({textAlign:x.align||"left"}),contenteditable:e.unref(r)},e.toDisplayString(C[x.key]),13,pd))),128))],4))),128))])],4)}}}),[["__cssModules",{$style:{"table-section":"_table-section_aicx8_1"}}]]),gd={class:"section"},vd={key:0,class:"no-print"},bd={class:"add-btn"},hd=["contenteditable"],Cd=["contenteditable"],Od={class:"p-container"},Ed=["contenteditable"],xd={key:0,class:"remove-btn no-print"},Id=se(e.defineComponent({__name:"TextSection",props:{styles:{},id:{},content:{}},setup(t){const d=t,{data:o}=wl(d.id,{}),c=e.computed(()=>{var x;return((x=d.content)==null?void 0:x.lines)||[]}),s=e.ref([]),r=e.inject("editable"),m=(x,R,y)=>{if(!R)return f(o.value,x);const h={};return Object.keys(R).forEach(g=>{const I=`${y}.${g}`;Gu(h,I,R[g])}),f(h,x)};e.watch(c,x=>{s.value=ce.cloneDeep(x)},{deep:!0,immediate:!0});function f(x,R){const y=R.match(/{{(.*?)}}/g);return y?y.reduce((h,O)=>{const g=O.replace(/{{|}}/g,"").trim(),I=Cs(x,g);return h.replace(O,I??g)},R):R}const v=()=>{if(!(r!=null&&r.value))return;const x=s.value.length,R={type:Ee.TextLineType.PARAGRAPH,text:"Párrafo "+x};s.value.push(R)},C=x=>{r!=null&&r.value&&s.value.splice(x,1)},p=x=>x.split(`
28
- `);return(x,R)=>{var y;return e.openBlock(),e.createElementBlock("div",gd,[e.unref(r)?(e.openBlock(),e.createElementBlock("div",vd,[e.createElementVNode("div",bd,[e.createVNode(e.unref(M.QBtn),{size:"sm",round:"",color:"black",onClick:v,icon:"add"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...R[0]||(R[0]=[e.createTextVNode("Agregar párrafo",-1)])]),_:1})]),_:1})])])):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(((y=x.styles)==null?void 0:y.cssRaw)||"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,({type:h,text:O,align:g,sourceCollection:I,styles:P},T)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({textAlign:g||"left"})},[h==="title"?(e.openBlock(),e.createElementBlock("h1",{key:0,contenteditable:e.unref(r),style:e.normalizeStyle(P||{})},e.toDisplayString(m(O,null)),13,hd)):e.createCommentVNode("",!0),h==="subtitle"?(e.openBlock(),e.createElementBlock("h2",{key:1,contenteditable:e.unref(r),style:e.normalizeStyle(P||{})},e.toDisplayString(m(O,null)),13,Cd)):e.createCommentVNode("",!0),h==="paragraph"?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:2},e.renderList(I?e.unref(o)[I]:[null],L=>(e.openBlock(),e.createElementBlock("div",Od,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p(m(O,L,I)),A=>(e.openBlock(),e.createElementBlock("p",{contenteditable:e.unref(r),style:e.normalizeStyle(P||{})},e.toDisplayString(A),13,Ed))),256)),e.unref(r)?(e.openBlock(),e.createElementBlock("div",xd,[e.createVNode(e.unref(M.QBtn),{size:"sm",r:"",round:"",color:"black",onClick:A=>C(T),icon:"delete"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...R[1]||(R[1]=[e.createTextVNode("Eliminar párrafo",-1)])]),_:1})]),_:2},1032,["onClick"])])):e.createCommentVNode("",!0)]))),256)):e.createCommentVNode("",!0)],4))),256))],4)])}}}),[["__cssModules",{$style:{section:"_section_besae_1","p-container":"_p-container_besae_2","add-btn":"_add-btn_besae_6","remove-btn":"_remove-btn_besae_13","no-print":"_no-print_besae_41"}}]]),Ad=e.defineComponent({__name:"SectionWrapper",props:{section:{}},setup(t){const d=t,o={[Ee.LayoutSectionType.TEXT]:Id,[Ee.LayoutSectionType.IMAGE]:Xu,[Ee.LayoutSectionType.TABLE]:_d,[Ee.LayoutSectionType.CARDS_GRID]:Zu,[Ee.LayoutSectionType.SIGNATURE]:dd,[Ee.LayoutSectionType.RADIO_BUTTONS]:ad},c=e.computed(()=>d.section.type),s=e.computed(()=>({content:d.section.content,styles:d.section.styles,id:d.section.idDocLaySection}));return(r,m)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o[c.value]),e.normalizeProps(e.guardReactiveProps(s.value)),null,16))}}),Os=se(e.defineComponent({__name:"SectionsContainer",props:e.mergeModels({layout:{},data:{},htmlNodes:{},pdf:{},editable:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(t){var v,C;const d=e.useModel(t,"modelValue");e.provide("globalModel",d);const o=t,{layout:c,data:s,editable:r}=e.toRefs(o);e.provide("data",s),e.provide("editable",r||e.ref(!1));const m=e.computed(()=>{var x,R;const p=((x=c.value)==null?void 0:x.sections.map(y=>({type:"default",section:y})))||[];return(R=o.htmlNodes)==null||R.forEach(({index:y,element:h})=>{const O=y>p.length?p.length:y;p.splice(O,0,{type:"html",section:h})}),p}),f=((C=(v=c.value)==null?void 0:v.styles)==null?void 0:C.cssRaw)||"";return(p,x)=>(e.openBlock(),e.createElementBlock("div",{class:"sections-container",style:e.normalizeStyle(e.unref(f))},[p.pdf?(e.openBlock(),e.createBlock(zu,{key:0,pdf:p.pdf},null,8,["pdf"])):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(m.value,({type:R,section:y})=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[R==="default"?(e.openBlock(),e.createBlock(Ad,{key:0,section:y},null,8,["section"])):(e.openBlock(),e.createBlock(Mu,{key:1,section:y},null,8,["section"]))],64))),256))],4))}}),[["__cssModules",{$style:{"sections-container":"_sections-container_ikqi4_2"}}]]),Es=t=>t.charAt(0).toUpperCase()+t.slice(1),kl=(t,d=!1)=>typeof t!="string"?t:(t=t.toLowerCase(),d?t.split(" ").map(Es).join(" "):Es(t)),xs=(t,d,o="EUR")=>{const c=(t==null?void 0:t.toString().replace(/[^0-9.,]/g,""))||0;return Number(c).toLocaleString("de-DE",{style:"currency",currency:o,minimumFractionDigits:d??2,maximumFractionDigits:d??2})},yd={negro:"#000000",blanco:"#FFFFFF",rojo:"#FF0000",verde:"#00FF00",azul:"#0000FF",amarillo:"#FFFF00",gris:"#808080",naranja:"#FFA500",rosado:"#FFC0CB",morado:"#800080",marrón:"#8B4513"},Vl=t=>{if(!t)return null;const d=ce.mapKeys(t,(m,f)=>f.toLowerCase()),o=d.id_producto||d.id,c=d.tabla_estado||d.r_estado||d.estado,r=(d.r_img||d.images||[]).filter(Boolean).map(m=>Pd(m)).filter(m=>m.estado>-1).sort((m,f)=>m.posicion-f.posicion);return{...d,id:o,estado:c,images:r}},Pd=t=>{const d=ce.mapKeys(t,(r,m)=>m.toLowerCase()),o=d.id_archivo||d.id,c=d.public||d.publico,s=d.tipo||d.filetype;return{...d,id:o,public:c,tipo:s}},Ri=se(e.defineComponent({__name:"ProductTag",props:{tag:{},format:{default:"capitalize"}},setup(t){const d=t,o=e.computed(()=>{if(!d.tag)return"";switch(d.format){case"capitalize":return kl(d.tag,!0);case"uppercase":return d.tag.toUpperCase();case"lowercase":return d.tag.toLowerCase();default:return d.tag}});return(c,s)=>c.tag?(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:0,class:"tag",size:"12px"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.value),1)]),_:1})):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-87dda428"]]),Dd={class:"text"},Td={key:0,class:"props-table"},Rd={key:0},Nd={key:1},Sd={key:0},Ld={key:2},Bd={key:0},wd={key:3},kd={key:0},Vd={key:1,class:"list"},Md={key:0,class:"row items-center q-mb-sm"},Is=se(e.defineComponent({__name:"BrokerProps",props:{data:{},gamaProps:{},table:{type:Boolean,default:!1}},setup(t){const d=t,{data:o}=e.toRefs(d),c=e.computed(()=>{var f,v,C;return((C=(v=(f=o.value)==null?void 0:f.especializacion)==null?void 0:v.map(p=>p.toLowerCase()))==null?void 0:C.map(p=>{var x;return(x=ce.upperFirst(ce.snakeCase(p)))==null?void 0:x.replace(/_/g," ")}))||[]}),s=e.computed(()=>{var f,v,C;return((C=(v=(f=o.value)==null?void 0:f.especializacion_de_residencia)==null?void 0:v.map(p=>p.toLowerCase()))==null?void 0:C.map(p=>{var x;return(x=ce.upperFirst(ce.snakeCase(p)))==null?void 0:x.replace(/_/g," ")}))||[]}),r=e.computed(()=>{var f,v,C;return((C=(v=(f=o.value)==null?void 0:f.especializacion_hipotecas)==null?void 0:v.map(p=>p.toLowerCase()))==null?void 0:C.map(p=>{var x;return(x=ce.upperFirst(ce.snakeCase(p)))==null?void 0:x.replace(/_/g," ")}))||[]}),m=e.computed(()=>{var C;const f=Number((C=o.value)==null?void 0:C.fecha_de_inicio)||0;return new Date().getFullYear()-f});return(f,v)=>{var C,p,x;return e.openBlock(),e.createElementBlock("div",Dd,[f.table?(e.openBlock(),e.createElementBlock("table",Td,[e.createElementVNode("tbody",null,[(C=e.unref(o))!=null&&C.idiomas.length?(e.openBlock(),e.createElementBlock("tr",Rd,[v[0]||(v[0]=e.createElementVNode("td",{class:"broker-label"},"Idiomas",-1)),e.createElementVNode("td",null,[e.createVNode(wa,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])])):e.createCommentVNode("",!0),e.createElementVNode("tr",null,[v[1]||(v[1]=e.createElementVNode("td",{class:"broker-label"},"Años de experiencia",-1)),e.createElementVNode("td",null,e.toDisplayString(m.value),1)]),c.value.length?(e.openBlock(),e.createElementBlock("tr",Nd,[v[2]||(v[2]=e.createElementVNode("td",{class:"broker-label"},"Especialización",-1)),e.createElementVNode("td",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,(R,y)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+y},[e.createTextVNode(e.toDisplayString(R),1),y<c.value.length-1?(e.openBlock(),e.createElementBlock("span",Sd,", ")):e.createCommentVNode("",!0)]))),128))])])):e.createCommentVNode("",!0),s.value.length?(e.openBlock(),e.createElementBlock("tr",Ld,[v[3]||(v[3]=e.createElementVNode("td",{class:"broker-label"},"Especialización de residencia",-1)),e.createElementVNode("td",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(R,y)=>(e.openBlock(),e.createElementBlock("span",{key:"espres-"+y},[e.createTextVNode(e.toDisplayString(R),1),y<s.value.length-1?(e.openBlock(),e.createElementBlock("span",Bd,", ")):e.createCommentVNode("",!0)]))),128))])])):e.createCommentVNode("",!0),r.value.length?(e.openBlock(),e.createElementBlock("tr",wd,[v[4]||(v[4]=e.createElementVNode("td",{class:"broker-label"},"Especialización de hipotecas",-1)),e.createElementVNode("td",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(R,y)=>(e.openBlock(),e.createElementBlock("span",{key:"espres-"+y},[e.createTextVNode(e.toDisplayString(R),1),y<r.value.length-1?(e.openBlock(),e.createElementBlock("span",kd,", ")):e.createCommentVNode("",!0)]))),128))])])):e.createCommentVNode("",!0)])])):(e.openBlock(),e.createElementBlock("div",Vd,[(x=(p=e.unref(o))==null?void 0:p.idiomas)!=null&&x.length?(e.openBlock(),e.createElementBlock("div",Md,[v[5]||(v[5]=e.createElementVNode("div",{class:"q-mr-sm"},"Idiomas:",-1)),e.createVNode(wa,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])):e.createCommentVNode("",!0),v[6]||(v[6]=e.createElementVNode("div",null,"Especializado en:",-1)),e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,R=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(R),1))),256)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,R=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(R),1))),256)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,R=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(R),1))),256))])]))])}}}),[["__scopeId","data-v-e651b1fd"]]),Ud={class:"carousel-container"},Fd={class:"carousel-overlay"},zd={class:"text-center row justify-center no-wrap"},Gd={key:0,class:"media-count"},$d={class:"row justify-between no-wrap"},jd={class:"text-subtitle1 text-bold text-main",style:{"line-height":"120%"}},Hd={key:0,class:"row items-center location-text q-mt-xs"},qd={class:"q-ml-xs"},Kd={style:{"font-size":"15px"},class:"q-my-md text-black"},Qd={class:"q-mb-lg",style:{opacity:"0.85"}},Wd={key:1},Zd=se(e.defineComponent({__name:"BrokerCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{default:()=>[]},data:{},gamaProps:{},context:{}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s,context:r}=e.toRefs(c),m=e.ref(!1),f=e.computed(()=>{var O;return r.value==="captacion"?((O=s.value)==null?void 0:O.PARTNER)||null:s.value||null}),v=e.computed(()=>{var O;return(((O=s.value)==null?void 0:O.PAISES)||[]).map(g=>g.CODIGO.toLowerCase())}),C=e.computed(()=>{var O,g,I,P,T,L;return Ee.capitalize([(I=(g=(O=f.value)==null?void 0:O.CONTACTO)==null?void 0:g.UBICACION)==null?void 0:I.PROVINCIA,(L=(T=(P=f.value)==null?void 0:P.CONTACTO)==null?void 0:T.UBICACION)==null?void 0:L.CIUDAD].map(A=>A==null?void 0:A.trim()).filter(Boolean).join(", "),!0)}),p=e.computed(()=>{var O,g;return Ee.capitalize((g=(O=f.value)==null?void 0:O.NOMBRE)==null?void 0:g.trim().split(" ")[0],!0)}),x=e.computed(()=>{var O;return(((O=f.value)==null?void 0:O.DESCRIPCION_CORTA)||"").trim()}),R=e.computed(()=>{var O,g;return(g=(O=f.value)==null?void 0:O.TAGS)==null?void 0:g.split(",")}),y=e.ref(1),h=e.computed(()=>{var O;return(((O=f.value)==null?void 0:O.R_ARCHIVOS)||[]).map(g=>ce.mapKeys(g,(I,P)=>ce.snakeCase(P)))});return(O,g)=>f.value?(e.openBlock(),e.createBlock(Da,{key:0,loading:O.fetching,"no-padding":"",unelevated:O.unelevated,"border-radius":O.borderRadius,hoverable:O.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:g[1]||(g[1]=I=>o("on-event",{code:"card_click",payload:{broker:f.value}}))},{default:e.withCtx(()=>{var I,P;return[e.createElementVNode("div",Ud,[e.createElementVNode("div",Fd,[e.createElementVNode("div",zd,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(R.value,T=>(e.openBlock(),e.createBlock(Ri,{tag:T},null,8,["tag"]))),256))]),m.value?(e.openBlock(),e.createElementBlock("div",Gd,[e.createTextVNode(e.toDisplayString((I=h.value)!=null&&I.length?y.value:0)+"/"+e.toDisplayString(((P=h.value)==null?void 0:P.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])):e.createCommentVNode("",!0)]),e.createVNode(Za,{modelValue:y.value,"onUpdate:modelValue":g[0]||(g[0]=T=>y.value=T),items:h.value,height:O.imageHeight,"border-radius":O.borderRadius},null,8,["modelValue","items","height","border-radius"])]),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-md-lg q-pa-md column justify-between full-height"},{default:e.withCtx(()=>{var T;return[e.createElementVNode("div",null,[e.createElementVNode("div",$d,[e.createElementVNode("div",jd,e.toDisplayString(p.value),1),e.createVNode(wa,{items:v.value,type:"countries"},null,8,["items"])]),C.value?(e.openBlock(),e.createElementBlock("div",Hd,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",qd,e.toDisplayString(C.value),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",Kd,[e.createElementVNode("div",Qd,[x.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:O.descriptionLines,WebkitLineClamp:O.descriptionLines})},e.toDisplayString(x.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",Wd,[...g[2]||(g[2]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Is,{gamaProps:O.gamaProps,data:(T=e.unref(s))==null?void 0:T.PROPS},null,8,["gamaProps","data"])])])]}),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-82c1920b"]]),Yd=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",URL:"www.dartmolins.com",AVATAR:null,PROPS:{value:{},idiomas:["catalan","spanish"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"ES",NOMBRE:"España"},{CODIGO:"US",NOMBRE:"Estados Unidos"},{CODIGO:"PT",NOMBRE:"Portugal"}]},{ID_PARTNER:24,NOMBRE:"José Oyarzún",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["catalan","english","spanish"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:44:21.000Z",R_ARCHIVOS:[{ID_ARCHIVO:10,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/ee6299222552a9c9_Juan-Gonzalo-Ospina-PPL.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:21,NOMBRE:"Mauricio Farias",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:37:09.000Z",R_ARCHIVOS:[{ID_ARCHIVO:7,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/d4bd8460e5deb331_2025021916350151582.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[{CODIGO:"ES",NOMBRE:"España"}]},{ID_PARTNER:20,NOMBRE:"Sebastián Zepeda",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["spanish"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:34:58.000Z",R_ARCHIVOS:[{ID_ARCHIVO:8,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/a35f8fbbefbfed2d_compra-casa-documentos-hipoteca-inmobiliaria.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:19,NOMBRE:"Amelia Hernández",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:30:44.000Z",R_ARCHIVOS:[{ID_ARCHIVO:9,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/c842a6e167a53166_istockphoto-1587604256-612x612.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:18,NOMBRE:"Ana Beltrán",DESCRIPCION:"",URL:"www.smo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["trabajadores_temporales","empleados_publico"],fecha_de_inicio:"02/08/2025",numero_de_broker:"1231",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:24:02.000Z",R_ARCHIVOS:[{ID_ARCHIVO:11,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/444a0bd030e42466_cualidades-abogada-reunion-1.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"SImon",APELLIDO:null,APELLIDO2:null,UBICACION:null},SERVICIOS:[],PAISES:[]},{ID_PARTNER:14,NOMBRE:"H&A Asociados",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["empleados_publico"],fecha_de_inicio:"04/08/2021",numero_de_broker:"6757576",especializacion_de_residencia:["areas_metropolitanas","segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T01:15:17.000Z",R_ARCHIVOS:[{ID_ARCHIVO:12,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/8c59c8632e044101_iStock-1159560350.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:3,NOMBRE:"Jean Gutierrez",DESCRIPCION:"Gestiono propiedades en arriendo y venta con una amplia cartera de clientes inversionistas. Mi enfoque está en maximizar el valor de cada activo mediante estrategias de marketing digital, staging y negociación directa con potenciales compradores.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["spanish","english","catalan"],especializacion:["familias_monoparentales","personas_con_discapacidad","familias_numerosas","mayores_de_55"],fecha_de_inicio:"2020",numero_de_broker:"A03",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:47:03.000Z",R_ARCHIVOS:[{ID_ARCHIVO:3,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/94f5a94e8c7fee5f_retrato-de-hombre-joven-expresivo-vistiendo-traje-formal.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Emilia",APELLIDO:"Perez",APELLIDO2:"Gonzales",UBICACION:{ID_CONTACTO:3,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"febe528c-acf7-4722-a837-fd5aa2f750d9",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"98d3e9d1-44bd-4b3d-b876-5cf939eb80fa",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"CO",NOMBRE:"Colombia"}]},{ID_PARTNER:2,NOMBRE:"Pablo Contreras",DESCRIPCION:"Me dedico a ayudar a familias y jóvenes profesionales a encontrar su primera vivienda, con un acompañamiento cercano y personalizado. Trabajo con desarrollos nuevos, subsidios y financiamiento bancario, guiando en todo el proceso de compra.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["french","english","spanish"],especializacion:["familias_numerosas","familias_monoparentales","trabajadores_temporales"],fecha_de_inicio:"2012",numero_de_broker:"A02",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:39:10.000Z",R_ARCHIVOS:[{ID_ARCHIVO:2,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/e6f5321c60640576_liz-sonrisa-joven-guapo-chico-en-elegante-traje-posar-encima-aislado-fondo-gris.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Juan",APELLIDO:"Perez",APELLIDO2:"García",UBICACION:{ID_CONTACTO:2,PROVINCIA:"Comunidad de Madrid",CIUDAD:"Madrid"}},SERVICIOS:[{ID_LINK:"f56202c8-ee7a-43a5-aa1c-7403ed145ed3",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"2fc0ce2b-e2c7-4df7-a589-0d215f89946f",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[]},{ID_PARTNER:1,NOMBRE:"Manuel Plaza",DESCRIPCION:"Con más de 10 años de experiencia en el mercado financiero, asesoro a inversionistas en la compra y venta de propiedades con alto retorno. Acompaño cada operación desde el análisis inicial hasta la firma, priorizando la seguridad jurídica y el rendimiento financiero.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["catalan","english"],especializacion:["jovenes_profesionales","mayores_de_55","empleados_publico","personas_con_discapacidad"],fecha_de_inicio:"1999",numero_de_broker:"A01",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:00:23.000Z",R_ARCHIVOS:[{ID_ARCHIVO:1,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/f8018dcad413b357_retrato-del-abogado-maduro-contemplado-con-la-mano-en-el-bolsillo.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Manuel",APELLIDO:"Rodriguez",APELLIDO2:"Perez",UBICACION:{ID_CONTACTO:11,PROVINCIA:"Barcelona",CIUDAD:"Castellcir"}},SERVICIOS:[{ID_LINK:"85aacfa8-e394-431a-b6c2-fb0f683c5c2f",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"cambio_banco",NAME:"Cambio de banco"},{ID_LINK:"9a9a12b7-b809-4eb2-a477-26a6f95e91b1",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"}],PAISES:[]}]),Xd={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"castellano",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"ingles",condition:"",exclusive:!1},{image:null,label:"Frances",value:"frances",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabe",condition:"",exclusive:!1},{image:null,label:"Chino",value:"chino",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"d1bc7acf-0d4c-408a-9964-f44a4ea2793c",code:"numero_de_broker",image:null,label:"Número de Broker",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8aa0194d-eb5b-4366-8836-75dd53a2ecc3",code:"especializacion",image:null,label:"Especialización",prefix:"",suffix:"",options:[{image:null,label:"Jóvenes profesionales",value:"jovenes_profesionales",condition:"",exclusive:!1},{image:null,label:"Mayores de 55",value:"mayores_de_55",condition:"",exclusive:!1},{image:null,label:"Empleados público",value:"empleados_publico",condition:"",exclusive:!1},{image:null,label:"Trabajadores temporales",value:"trabajadores_temporales",condition:"",exclusive:!1},{image:null,label:"Parejas",value:"parejas",condition:"",exclusive:!1},{image:null,label:"Familias numerosas",value:"familias_numerosas",condition:"",exclusive:!1},{image:null,label:"Personas con discapacidad",value:"personas_con_discapacidad",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"e11f27fb-3943-47d7-a270-a01358a81f3f",code:"especializacion_de_residencia",image:null,label:"Especialización de residencia",prefix:"",suffix:"",options:[{image:null,label:"Zonas rurales",value:"zonas_rurales",condition:"",exclusive:!1},{image:null,label:"Áreas metropolitanas ",value:"areas_metropolitanas",condition:"",exclusive:!1},{image:null,label:"Segunda residencia (casa vacacional)",value:"segunda_residencia_casa_vacacional",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e11f27fb-3943-47d7-a270-a01358a81f3f",code:"especializacion_hipotecas",image:null,label:"Especialización de hipotecas",prefix:"",suffix:"",options:[{image:null,label:"Zonas rurales",value:"zonas_rurales",condition:"",exclusive:!1},{image:null,label:"Hipotecas 100% ",value:"hipotecas_100",condition:"",exclusive:!1},{image:null,label:"Segunda residencia (casa vacacional)",value:"segunda_residencia_casa_vacacional",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"}]},We=V.z.object({data:V.z.any().nullable(),isPublic:V.z.boolean().optional(),fetching:V.z.boolean().optional(),scale:V.z.number().optional(),count:V.z.number({description:"Indicador de cantidad, útil en el contexto de shopcart"}).optional(),imageHeight:V.z.string().optional(),borderRadius:V.z.string().optional(),unelevated:V.z.boolean().optional(),hoverable:V.z.boolean().optional()}),Jd=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),context:V.z.enum(["captacion","partner"]).default("captacion")});function wo(){const t=e.inject("context"),d=e.computed(()=>{var f;return(f=t==null?void 0:t.broker)==null?void 0:f.value}),o=t==null?void 0:t.slide,c=t==null?void 0:t.isPublic,s=t==null?void 0:t.images,r=e.computed(()=>!c.value),m=e.computed(()=>{var f;return((f=d.value)==null?void 0:f.props)||{}});return e.watch(d,()=>{var v;const f=((v=d.value)==null?void 0:v.images)||[];s.value=f},{immediate:!0}),{broker:d,isPublic:c,isPrivate:r,images:s,brokerProps:m,slide:o,gamaProps:t.gamaProps,count:t.count,goToPartnerLabel:t.goToPartnerLabel}}function li(t){const d=t||e.inject("emit");return{emitEvent:(c,s)=>{d("on-event",{code:c,payload:s})}}}const em={key:0,class:"visibility-icon-container top-right"},As=se(e.defineComponent({__name:"PublicImageButton",setup(t){const{images:d,slide:o,isPrivate:c}=wo(),s=e.computed(()=>{var v;return(v=d.value[o.value-1])==null?void 0:v.id}),r=e.computed(()=>{var v;return(v=d.value[o.value-1])==null?void 0:v.public}),{emitEvent:m}=li(),f=()=>m("change_image_visibility",{ID_ARCHIVO:s.value,PUBLICO:!r.value});return(v,C)=>{var p;return(p=e.unref(d))!=null&&p.length&&e.unref(c)?(e.openBlock(),e.createElementBlock("div",em,[e.createVNode(e.unref(M.QBtn),{onClick:e.withModifiers(f,["stop"]),size:"12px",icon:r.value?"public":"public_off","text-color":r.value?"green":"red",color:"white",padding:"4px",round:""},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.value?"Visible al público":"Privado"),1)]),_:1})]),_:1},8,["icon","text-color"])])):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-2135e980"]]),am={class:"actions-container"},im=se(e.defineComponent({__name:"BrokertActions",setup(t){const{goToPartnerLabel:d,broker:o}=wo(),{emitEvent:c}=li(),s=r=>{var m;(m=o.value)!=null&&m.URL&&c("go_to_partner",{service:r})};return(r,m)=>{var f,v,C,p;return e.openBlock(),e.createElementBlock("div",am,[e.createVNode(pi,{onClick:m[0]||(m[0]=x=>s("nueva_hipoteca")),disable:!((f=e.unref(o))!=null&&f.URL),label:((v=e.unref(d))==null?void 0:v[0])||"Solicitar nueva hipoteca"},null,8,["disable","label"]),e.createVNode(pi,{onClick:m[1]||(m[1]=x=>s("cambio_banco")),disable:!((C=e.unref(o))!=null&&C.URL),label:((p=e.unref(d))==null?void 0:p[1])||"Solicitar cambio de banco"},null,8,["disable","label"])])}}}),[["__scopeId","data-v-c1c3d202"]]),lm=()=>du.CancelToken.source();function om(t){const d={};return async function(c,s,r){const m=d[r];m&&m.cancel("Solicitud reemplazada por una nueva");const f=lm();return d[r]=f,c?t.get(c,{params:s,cancelToken:f.token}).then(v=>{const C=(v==null?void 0:v.data)||null;return ce.isNil(C)?null:C}).catch(()=>null):Promise.resolve(null)}}let ko=null;function tm(t){ko=t}function Vo(){if(!ko)throw new Error("fetchUniq has not been set. Please call setFetchUniq() before using it.");return ko}const Mo={refetchType:"active",retry:1,refetchOnMount:!1,refetchOnWindowFocus:!1,staleTime:5*60*1e3,keepPreviousData:!0},ra=(t,d=null)=>{try{return(e.isRef(t)?t==null?void 0:t.value:t)??d}catch{return d}};function ys(t,d,o,c,s){const r=`${d}_${ce.uniqueId()}`,m=Qi.useQueryClient(),f=async P=>{const T=Vo();if(!T)throw new Error("FetchUniq provider is not available");return P?T(P,ra(o,{}),r).then(L=>c?c(L):L):Promise.resolve(null)},v={...Mo,...s},C=e.computed(()=>[...ra(t,[]),ra(o,{})]),p=()=>Qi.useQuery({queryKey:C,queryFn:()=>f(ra(d,"")),...v}),x=async()=>{m.invalidateQueries({queryKey:ra(t),exact:!1,refetchType:v.refetchType})},{isFetching:R,isPending:y,data:h,refetch:O,error:g}=p(),I=e.computed(()=>h.value??(s==null?void 0:s.defaultValue));return{pending:y,fetching:R,data:I,refetch:O,invalidate:x,error:g}}function nm(t,d,o,c){const s={...Mo,...c},r=`${o}_${ce.uniqueId()}`,m=e.computed(()=>{const A=sm(ra(t,{})),w=ra(d,{});return ce.cloneDeep({...w,...A})}),f=e.computed({get(){var A;return((A=ra(t))==null?void 0:A.page)||1},set(A){e.isRef(t)?t.value.page=A:t.page=A}}),v=e.computed({get(){var A;return((A=ra(t))==null?void 0:A.rowsNumber)||0},set(A){e.isRef(t)?t.value.rowsNumber=A:t.rowsNumber=A}}),C=(A,w)=>{const $=Vo();if(!$)throw new Error("FetchUniq provider is not available");return $(ra(A,""),ra(w),r)},p=Qi.useQueryClient(),x=async()=>{p.invalidateQueries({queryKey:[ra(o),m.value],exact:!1,refetchType:"active"})},{isFetching:R,isPending:y,data:h,refetch:O,isPlaceholderData:g,error:I}=Qi.useQuery({queryKey:[o,m],queryFn:()=>C(o,m),placeholderData:s.keepPreviousData?Qi.keepPreviousData:void 0,...ce.omit(s,"keepPreviousData")});e.watch(h,A=>{R.value&&ce.isNil(A)||(v.value=(A==null?void 0:A.count)||0)},{immediate:!0});const P=()=>{g.value||(f.value=Math.max(f.value-1,1))},T=()=>{g.value||(f.value=f.value+1)},L=e.computed(()=>{var A;return((A=h.value)==null?void 0:A.items)||[]});return e.watch(()=>{var A;return(A=h.value)==null?void 0:A.items},A=>{R.value||ce.isNil(A)&&x()},{immediate:!0}),{pending:y,fetching:R,error:I,items:L,refetch:O,invalidate:x,count:v,page:f,prevPage:P,nextPage:T,isPlaceholderData:g,rawData:h}}function sm(t){const d=(t.page-1)*t.rowsPerPage,o=t.rowsPerPage;return{startRow:d,fetchCount:o,sortBy:t.sortBy,descending:t.descending}}const rm="_id";function Ml(t,d,o,c){const s=(c==null?void 0:c.idKey)??rm,r=()=>{var R;(R=t.value)==null||R.forEach(y=>{let h=c!=null&&c.idKey?y[c.idKey]:null;h===null&&(h=ce.uniqueId()),y[s]=String(h)})};e.watch(()=>{var R;return(R=t.value)==null?void 0:R.length},()=>{r()},{immediate:!0});function m(){return!0}function f(R){R.dataTransfer.setData("id",R.target.id),R.dataTransfer.dropEffect="move"}function v(R){if(R.preventDefault(),!R.target)return;const y=R.target.closest(d);y&&(y!=null&&y.contains(R.relatedTarget)||y.classList.remove("drag-enter"))}function C(R){if(R.preventDefault(),!R.target)return;const y=R.target.closest(d);y&&y.classList.add("drag-enter")}function p(R){R.preventDefault();const y=R.target.closest(d);if(x(y),!(y!=null&&y.draggable))return;const h=R.dataTransfer.getData("id");if(!y)return;const O=(y==null?void 0:y.id)??null;if(O===null)return;const g=ce.cloneDeep(t.value),I=g.findIndex(L=>L[s]==h),P=g.findIndex(L=>L[s]==O);if(I===-1||P===-1)return;const[T]=g.splice(I,1);g.splice(P,0,T),t.value=g,o(g)}function x(R){const y=R==null?void 0:R.parentElement;if(!y)return;const h=y.children;for(let O=0;O<h.length;O++)h[O].classList.remove("drag-enter")}return{handler:m,onDragLeave:v,onDragStart:f,onDragOver:C,onDrop:p,idKey:s}}const cm=["id","draggable"],um=["onClick"],dm={key:0,class:"row items-center justify-center bg-grey-2 media-card",style:{"border-radius":"8px",border:"1px dashed #c9c9c9"}},mm={key:2,class:"media-card"},pm=["src"],fm={class:"video-icon"},_m=se(e.defineComponent({__name:"ImagesMiniature",setup(t){const{images:d,slide:o,isPrivate:c}=wo(),{emitEvent:s}=li(),{handler:r,onDragLeave:m,onDragOver:f,onDragStart:v,onDrop:C,idKey:p}=Ml(d,".image-miniature",x=>s("update_images_position",{images:x}));return(x,R)=>{const y=e.resolveDirective("mutation");return e.unref(d).length?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:"images-miniature",onDragleave:R[1]||(R[1]=(...h)=>e.unref(m)&&e.unref(m)(...h)),onDragover:R[2]||(R[2]=(...h)=>e.unref(f)&&e.unref(f)(...h)),onDrop:R[3]||(R[3]=(...h)=>e.unref(C)&&e.unref(C)(...h))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(h,O)=>(e.openBlock(),e.createElementBlock("div",{class:"q-mb-md image-miniature q-px-sm",key:O,id:h[e.unref(p)],onDragstart:R[0]||(R[0]=(...g)=>e.unref(v)&&e.unref(v)(...g)),draggable:e.unref(c)},[h?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:g=>o.value=O+1,style:e.normalizeStyle({cursor:"pointer",borderWidth:"0.7px",borderStyle:"solid",borderRadius:"0.5rem",borderColor:O===e.unref(o)-1?"#015979 ":"transparent"}),class:"q-pb-sm win-card"},[h!=null&&h.location?h.filetype==="image"?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:h.location,fit:"cover",class:"media-card"},null,8,["src"])):h.filetype==="video"?(e.openBlock(),e.createElementBlock("div",mm,[e.createElementVNode("video",{src:h.location,style:{width:"100%",height:"100%",background:"black"}},null,8,pm),e.createElementVNode("div",fm,[e.createVNode(e.unref(M.QIcon),{size:"lg",name:"o_play_circle",color:"white"})])])):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",dm,[e.createVNode(e.unref(M.QIcon),{name:"upload_file",color:"grey-5",size:"33px"})]))],12,um)):e.createCommentVNode("",!0)],40,cm))),128))],32)),[[y,e.unref(r)]]):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-ed0d3382"]]),gm={class:"row justify-end"},vm={class:"grid"},bm={class:"images-container"},hm={class:"carousel-container"},Cm={class:"flex justify-between no-wrap"},Om={class:"text-h5 text-bold text-main"},Em={key:0,class:"row items-center q-mt-xs"},xm={class:"q-ml-xs"},Im={style:{"font-size":"15px"},class:"q-my-md text-black"},Am={class:"q-mb-md",style:{opacity:"0.85"}},ym={key:1},Pm={class:"q-mb-md text-bold"},Dm=se(e.defineComponent({__name:"BrokerDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:100},hiddenProps:{default:()=>[]},data:{},gamaProps:{},goToPartnerLabel:{}},emits:["on-event"],setup(t,{emit:d}){const{screen:o}=M.useQuasar(),c=d;e.provide("emit",c);const s=t,r=e.ref(1),m=e.computed(()=>{var L,A;return(((L=x.value)==null?void 0:L.R_IMG)||((A=x.value)==null?void 0:A.R_ARCHIVOS)||[]).map(w=>ce.mapKeys(w,($,j)=>ce.snakeCase(j)))}),{data:f,isPublic:v,gamaProps:C,count:p}=e.toRefs(s),x=e.computed(()=>f.value),R=e.computed(()=>{var L,A,w;return ce.upperFirst((w=(A=(L=x.value)==null?void 0:L.NOMBRE)==null?void 0:A.trim())==null?void 0:w.split(/\s+/)[0])}),y=e.computed(()=>{var L,A,w,$,j,Y;return Ee.capitalize([(w=(A=(L=x.value)==null?void 0:L.CONTACTO)==null?void 0:A.UBICACION)==null?void 0:w.PROVINCIA,(Y=(j=($=x.value)==null?void 0:$.CONTACTO)==null?void 0:j.UBICACION)==null?void 0:Y.CIUDAD].map(B=>B==null?void 0:B.trim()).filter(Boolean).join(", "),!0)}),h=e.computed(()=>{var L;return(((L=f.value)==null?void 0:L.PAISES)||[]).map(A=>A.CODIGO.toLowerCase())}),O=e.computed(()=>{var L;return(((L=x.value)==null?void 0:L.DESCRIPCION_CORTA)||"").trim()}),g=e.computed(()=>{var L;return(L=x.value)==null?void 0:L.PRESENTACION}),I=e.computed(()=>{var L;return((L=x.value)==null?void 0:L.DESCRIPCION)||""}),P={broker:x,slide:r,isPublic:v,images:m,count:p,gamaProps:C,goToPartnerLabel:s.goToPartnerLabel};e.provide("context",P);const T=()=>{var L;return c("on-event",{code:"edit",payload:{id:(L=f.value)==null?void 0:L.id}})};return(L,A)=>{var w;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",gm,[e.unref(v)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:T}))]),e.createElementVNode("div",vm,[e.createElementVNode("div",bm,[m.value.length>1?(e.openBlock(),e.createBlock(_m,{key:0,class:"gt-sm"})):e.createCommentVNode("",!0),e.createElementVNode("div",hm,[e.createVNode(Za,{modelValue:r.value,"onUpdate:modelValue":A[0]||(A[0]=$=>r.value=$),items:m.value,height:L.imageHeight,autoplay:!1,showControls:e.unref(o).lt.md,cover:!0},null,8,["modelValue","items","height","showControls"]),e.createVNode(As)])]),e.createElementVNode("div",null,[e.createElementVNode("div",Cm,[e.createElementVNode("div",null,[e.createElementVNode("div",Om,e.toDisplayString(R.value),1),y.value?(e.openBlock(),e.createElementBlock("div",Em,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",xm,e.toDisplayString(y.value),1)])):e.createCommentVNode("",!0)]),e.createVNode(wa,{items:h.value,type:"countries"},null,8,["items"])]),e.createElementVNode("div",Im,[e.createElementVNode("div",Am,[O.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:L.descriptionLines,WebkitLineClamp:L.descriptionLines})},e.toDisplayString(O.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",ym,[...A[1]||(A[1]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Is,{gamaProps:e.unref(C),data:(w=e.unref(f))==null?void 0:w.PROPS,table:""},null,8,["gamaProps","data"]),e.unref(v)?(e.openBlock(),e.createBlock(im,{key:0})):e.createCommentVNode("",!0)])])]),e.createElementVNode("h6",Pm,e.toDisplayString(g.value),1),e.createElementVNode("p",null,e.toDisplayString(I.value),1)],64)}}}),[["__scopeId","data-v-554e7b60"]]),Tm=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",CODIGO:null,APROBADO:!0,PRESENTACION:"Negociamos tu mejor financiación",DESCRIPCION:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión.",URL:"www.dartmolins.com",AVATAR:null,ID_EMPRESA:1,PROPS:{value:{},idiomas:["catalan","spanish"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,ID_CONTACTO:13,FECHA_UPD:"2025-08-07T02:30:06.000Z",FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"abogado-junior-despacho.jpg",FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-08-06T22:30:48.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,ID_PARTNER:25,PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],CONTACTO:{ID_CONTACTO:13,COD_EMP_MVX:1,ID_LANDING:5,ID_DIRECCION_FACTURACION:null,TIPO_DE_PERSONA:"1",TIPOS:null,RAZON_SOCIAL:"TEST",PROPS:null,ROLES:null,ID_GAMA:null,ID_CAPTACION:19,NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,PUBLIC_TOKEN:"2b8931eceb287b896eea963a376fc4f5",SITUACION_LABORAL:null,PERSONA_CONTACTO:null,ID_CLIENTE:null,COD_POSTAL:null,PAGINA_WEB:"www.simo.com",FOTO:null,POBLACION:null,EXTRANJERO:null,TIPO_DOC:null,NUMERO_DOC:null,NIF:null,PASAPORTE:null,CURP:null,RFC:null,IBAN:null,PERMISO:null,FM:null,EMAIL:"simonlopezs@gmail.com",ESTADO:"1",ESTADO_DOCUMENTOS:0,ESTADO_DIRECCION:0,COMENTARIO:null,FECHA_NACIMIENTO:null,NACIONALIDAD:null,SEXO_BIOLOGICO:"",SEGURIDAD_SOCIAL:null,ESTADO_CIVIL:null,HIJOS:null,NOTIFICACIONES_WSP:!1,FECHA_UPD:"2025-08-06T04:50:57.000Z",FECHA_CREADO:"2025-08-05T23:33:06.273Z",UBICACION:{ID_UBICACION:7,ID_CONTACTO:13,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_PEDIDO:null,ID_ENTIDAD_BANCARIA:null,CODIGO:null,DESCRIPCION:null,NOMBRE:null,ID_PAIS:28,PROVINCIA:"Cataluña",PAIS:"España",ID_ZONA:null,CIUDAD:"Barcelona",MUNICIPIO:"",LOCALIDAD:null,COLONIA:"",COD_POSTAL:"",POBLACION:null,CALLE:"",NUMERO:0,NUMERO_INTERIOR:0,ENTRE_CALLE:"",ENTRE_CALLE2:"",MANZANA:null,LOTE:null,EDIFICIO:"",DEPARTAMENTO:"",LONGITUDE:2.168568,LATITUDE:41.3873974,CATASTRO:null,FECHA_VALIDACION:"2025-08-06T00:50:56.000Z",ESTADO:1,FECHA_UPD:"2025-08-06T04:50:55.364Z"}},SERVICIOS:[{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco",DESCRIPTION:"",ID_PARTNER:25},{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca",DESCRIPTION:"",ID_PARTNER:25}],PAISES:[{ID_PAIS:18,CODIGO:"DE",NOMBRE:"Alemania",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+49",FECHA_UPD:"2025-08-02T02:36:54.188Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:64,CODIGO:"FR",NOMBRE:"Francia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+33",FECHA_UPD:"2025-08-02T02:37:13.281Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:29,CODIGO:"IT",NOMBRE:"Italia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+39",FECHA_UPD:"2025-08-02T02:36:58.754Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:48,CODIGO:"PT",NOMBRE:"Portugal",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+351",FECHA_UPD:"2025-08-02T02:37:06.634Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:55,CODIGO:"US",NOMBRE:"Estados Unidos",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+1",FECHA_UPD:"2025-08-02T02:37:09.542Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"}]}]),Rm={isPublic:!0,data:{},gamaProps:[],fetching:!1,descriptionLines:4,scale:1,imageHeight:"300px"},Nm=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any()))}),Sm={key:0,class:"row q-mb-sm"},Lm={class:"text"},Bm={key:0,style:{"font-size":"13px"}},wm={key:0,class:"row justify-md-between q-mb-sm"},km={class:"col-md-9 col"},Vm={class:"row"},Mm={class:"row justify-md-between q-mb-sm"},Um={class:"col-md-9 col"},Fm={class:"row justify-md-between q-mb-sm"},zm={class:"col-md-9 col"},Gm={class:"row justify-md-between q-mb-sm"},$m={class:"col-md-9 col"},jm={key:0},Hm={class:"row justify-md-between q-mb-sm"},qm={class:"col-md-9 col"},Km={key:0},Qm={class:"row"},Wm={class:"col-md-3 col-12"},Zm={class:"services"},Ym={class:"col-md-9 col-12"},Xm={class:"services"},Jm={key:1,class:"list"},ep={key:0,class:"row justify-between items-center q-mb-xs"},ap={class:"row items-center"},ip={class:"row"},lp={class:"col-md-7"},op={class:"col-md-5"},tp={class:"text-bold"},np={key:0,class:"q-mt-md"},sp={class:"prices"},rp={key:1,class:"row"},cp={class:"text row items-center"},up={class:"prices"},dp={class:"text row items-center"},mp={class:"prices"},pp={class:"text row items-center"},fp={class:"prices"},Ps=se(e.defineComponent({__name:"LawyerProps",props:{data:{},gamaProps:{},table:{type:Boolean,default:!1}},setup(t){const d=t,{data:o,gamaProps:c}=e.toRefs(d),s=(P,T)=>(P==null?void 0:P.find(A=>A.value===T))||T,r=P=>{var A,w;if(!o.value)return[];const T=o.value[P];if(!c.value)return[];const L=(A=c==null?void 0:c.value)==null?void 0:A.find($=>($==null?void 0:$.code)===P);return(w=L==null?void 0:L.options)!=null&&w.length?ce.isArray(T)?T.map($=>s(L.options,$)):s(L.options,T):T},m=P=>{if(!o.value)return"";const T=o.value[P];return typeof T=="object"&&T!==null?`${T.value} ${T.currency}`:T},f=e.computed(()=>{var P;return((P=r("gama"))==null?void 0:P.map(T=>T.label))||[]}),v=e.computed(()=>{var w;const P=((w=r("subgamas"))==null?void 0:w.map($=>$.label))||[],T=Math.ceil(P.length/2),L=P.slice(0,T),A=P.slice(T);return[L||[],A||[]]}),C=e.computed(()=>m("honorarios_llamada_30_de_minutos")||""),p=e.computed(()=>m("honorarios_llamada_60_de_minutos")||""),x=e.computed(()=>m("honorarios_llamada_90_de_minutos")||"");e.computed(()=>{var P;return((P=r("enfoque_profesional"))==null?void 0:P.map(T=>T.label))||[]}),e.computed(()=>{var P;return((P=r("accesibilidad"))==null?void 0:P.map(T=>T.label))||[]});const R=e.computed(()=>{var P;return((P=r("tipo_de_cliente"))==null?void 0:P.map(T=>T.label))||[]}),y=e.computed(()=>{var P;return((P=r("tipo_de_atencion"))==null?void 0:P.map(T=>T.label))||[]});e.computed(()=>{var P;return((P=r("ambio_geografico"))==null?void 0:P.map(T=>T.label))||[]});const h=e.computed(()=>m("honorarios_por_hora")||"");e.computed(()=>m("honorarios_orientativos")||"");const O=e.computed(()=>r("numero_de_colegiatura")||"");e.computed(()=>{var P;return((P=r("credenciales_profesionales"))==null?void 0:P.map(T=>T.label))||[]}),e.computed(()=>{var P;return((P=r("diferenciales_internacionales"))==null?void 0:P.map(T=>T.label))||[]});function g(P){const[T,L,A]=P.split("/").map(Number),w=new Date(A,L-1,T),$=new Date;let j=$.getFullYear()-w.getFullYear();const Y=$.getMonth(),B=$.getDate();return(Y<w.getMonth()||Y===w.getMonth()&&B<w.getDate())&&j--,j}const I=e.computed(()=>{var P;return g((P=o.value)==null?void 0:P.fecha_de_inicio)});return(P,T)=>{var L,A,w,$;return e.openBlock(),e.createElementBlock(e.Fragment,null,[f.value&&f.value.length?(e.openBlock(),e.createElementBlock("div",Sm,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,j=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{size:"12px",label:j,style:{"background-color":"#16458c",color:"white"}},null,8,["label"]))),256))])):e.createCommentVNode("",!0),e.createElementVNode("div",Lm,[P.table?(e.openBlock(),e.createElementBlock("div",Bm,[(A=(L=e.unref(o))==null?void 0:L.idiomas)!=null&&A.length&&P.table?(e.openBlock(),e.createElementBlock("div",wm,[T[0]||(T[0]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold"},"Idiomas:")],-1)),e.createElementVNode("div",km,[e.createElementVNode("div",Vm,[e.createVNode(wa,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])])])):e.createCommentVNode("",!0),e.createElementVNode("div",Mm,[T[1]||(T[1]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold gt-sm"},"Años de experiencia:"),e.createElementVNode("span",{class:"text-bold lt-md"},"Años de exp.")],-1)),e.createElementVNode("div",Um,e.toDisplayString(I.value),1)]),e.createElementVNode("div",Fm,[T[2]||(T[2]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold gt-sm"},"Número de colegiatura:"),e.createElementVNode("span",{class:"text-bold lt-md"},"N. colegiatura:")],-1)),e.createElementVNode("div",zm,e.toDisplayString(O.value),1)]),e.createElementVNode("div",Gm,[T[3]||(T[3]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold"},"Tipo de cliente:")],-1)),e.createElementVNode("div",$m,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(R.value,(j,Y)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+Y},[e.createTextVNode(e.toDisplayString(j),1),Y<R.value.length-1?(e.openBlock(),e.createElementBlock("span",jm,", ")):e.createCommentVNode("",!0)]))),128))])]),e.createElementVNode("div",Hm,[T[4]||(T[4]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold"},"Atención:")],-1)),e.createElementVNode("div",qm,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,(j,Y)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+Y},[e.createTextVNode(e.toDisplayString(j),1),Y<y.value.length-1?(e.openBlock(),e.createElementBlock("span",Km,", ")):e.createCommentVNode("",!0)]))),128))])]),e.createElementVNode("div",Qm,[e.createElementVNode("div",Wm,[e.createElementVNode("ul",Zm,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value[0],j=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(j),1))),256))])]),e.createElementVNode("div",Ym,[e.createElementVNode("ul",Xm,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value[1],j=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(j),1))),256))])])])])):(e.openBlock(),e.createElementBlock("div",Jm,[($=(w=e.unref(o))==null?void 0:w.idiomas)!=null&&$.length?(e.openBlock(),e.createElementBlock("div",ep,[e.createElementVNode("div",ap,[T[5]||(T[5]=e.createElementVNode("div",{class:"q-mx-sm"},"Idiomas:",-1)),e.createVNode(wa,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])])):e.createCommentVNode("",!0),e.createElementVNode("div",ip,[e.createElementVNode("div",lp,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value[0],j=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(j),1))),256))])]),e.createElementVNode("div",op,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value[1],j=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(j),1))),256))])])])]))]),e.createElementVNode("div",tp,[h.value?(e.openBlock(),e.createElementBlock("div",np,[T[6]||(T[6]=e.createElementVNode("div",{class:"text"},"Honorarios por hora",-1)),e.createElementVNode("div",sp,"$"+e.toDisplayString(h.value),1)])):e.createCommentVNode("",!0),C.value||p.value||x.value?(e.openBlock(),e.createElementBlock("div",rp,[C.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(P.table?"col-md-3 col-12 q-mt-md":"col-md-4 col-12 q-mt-md")},[e.createElementVNode("div",cp,[e.createVNode(e.unref(M.QIcon),{name:"phone",class:"q-mr-xs"}),T[7]||(T[7]=e.createElementVNode("div",null,"30 min.",-1))]),e.createElementVNode("div",up,"$"+e.toDisplayString(C.value),1)],2)):e.createCommentVNode("",!0),p.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(P.table?"col-md-3 col-12 q-mt-md":"col-md-4 col-12 q-mt-md")},[e.createElementVNode("div",dp,[e.createVNode(e.unref(M.QIcon),{name:"phone",class:"q-mr-xs"}),T[8]||(T[8]=e.createElementVNode("div",null,"60 min.",-1))]),e.createElementVNode("div",mp,"$"+e.toDisplayString(p.value),1)],2)):e.createCommentVNode("",!0),x.value?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(P.table?"col-md-3 col-12 q-mt-md":"col-md-4 col-12 q-mt-md")},[e.createElementVNode("div",pp,[e.createVNode(e.unref(M.QIcon),{name:"phone",class:"q-mr-xs"}),T[9]||(T[9]=e.createElementVNode("div",null,"90 min.",-1))]),e.createElementVNode("div",fp,"$"+e.toDisplayString(x.value),1)],2)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])],64)}}}),[["__scopeId","data-v-bbb1f53f"]]),_p={class:"carousel-container"},gp={class:"carousel-overlay"},vp={class:"text-center row justify-center no-wrap"},bp={key:0,class:"media-count"},hp={class:"row justify-between no-wrap"},Cp={class:"text-subtitle1 text-bold text-main",style:{"line-height":"120%"}},Op={key:0,class:"row justify-between items-center q-mb-xs"},Ep={class:"row items-center"},xp={class:"text-bold"},Ip={key:0,class:"row items-center location-text q-mt-xs"},Ap={class:"q-ml-xs"},yp={class:"q-mt-xs row items-center"},Pp={class:"q-ml-sm text-grey-6 text-caption"},Dp={style:{"font-size":"15px"},class:"q-my-md"},Tp={class:"q-mb-md",style:{opacity:"0.85"}},Rp={key:1},Np=se(e.defineComponent({__name:"LawyerCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{default:()=>[]},data:{},gamaProps:{},context:{}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s,context:r,gamaProps:m}=e.toRefs(c),f=e.ref(!1),v=e.computed(()=>{var g;return r.value==="captacion"?((g=s.value)==null?void 0:g.PARTNER)||null:s.value||null}),C=e.computed(()=>{var g;return(((g=s.value)==null?void 0:g.PAISES)||[]).map(I=>I.CODIGO.toLowerCase())}),p=e.computed(()=>{var g,I,P,T,L,A;return Ee.capitalize([(P=(I=(g=v.value)==null?void 0:g.CONTACTO)==null?void 0:I.UBICACION)==null?void 0:P.PROVINCIA,(A=(L=(T=v.value)==null?void 0:T.CONTACTO)==null?void 0:L.UBICACION)==null?void 0:A.CIUDAD].map(w=>w==null?void 0:w.trim()).filter(Boolean).join(", "),!0)}),x=e.computed(()=>{var g,I;return Ee.capitalize((I=(g=v.value)==null?void 0:g.NOMBRE)==null?void 0:I.trim().split(" ")[0],!0)}),R=e.computed(()=>{var g;return(((g=v.value)==null?void 0:g.DESCRIPCION_CORTA)||"").trim()}),y=e.computed(()=>{var g,I;return(I=(g=v.value)==null?void 0:g.TAGS)==null?void 0:I.split(",")}),h=e.ref(1),O=e.computed(()=>{var g;return(((g=v.value)==null?void 0:g.R_ARCHIVOS)||[]).filter(I=>I.PUBLICO).map(I=>ce.mapKeys(I,(P,T)=>ce.snakeCase(T)))});return(g,I)=>v.value?(e.openBlock(),e.createBlock(Da,{key:0,loading:g.fetching,"no-padding":"",unelevated:g.unelevated,"border-radius":g.borderRadius,hoverable:g.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:I[1]||(I[1]=P=>o("on-event",{code:"card_click",payload:{lawyer:v.value}}))},{default:e.withCtx(()=>{var P,T;return[e.createElementVNode("div",_p,[e.createElementVNode("div",gp,[e.createElementVNode("div",vp,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,L=>(e.openBlock(),e.createBlock(Ri,{tag:L},null,8,["tag"]))),256))]),f.value?(e.openBlock(),e.createElementBlock("div",bp,[e.createTextVNode(e.toDisplayString((P=O.value)!=null&&P.length?h.value:0)+"/"+e.toDisplayString(((T=O.value)==null?void 0:T.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])):e.createCommentVNode("",!0)]),e.createVNode(Za,{modelValue:h.value,"onUpdate:modelValue":I[0]||(I[0]=L=>h.value=L),items:O.value,height:g.imageHeight,"border-radius":g.borderRadius},null,8,["modelValue","items","height","border-radius"])]),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-md-lg q-pa-md column justify-between full-height"},{default:e.withCtx(()=>{var L,A,w,$,j;return[e.createElementVNode("div",null,[e.createElementVNode("div",hp,[e.createElementVNode("div",null,[e.createElementVNode("div",Cp,e.toDisplayString(x.value),1),(A=(L=e.unref(s))==null?void 0:L.PROPS)!=null&&A.numero_de_colegiatura?(e.openBlock(),e.createElementBlock("div",Op,[e.createElementVNode("div",Ep,[I[2]||(I[2]=e.createElementVNode("div",{class:"q-mr-sm"},"N. colegiatura:",-1)),e.createElementVNode("span",xp,e.toDisplayString(($=(w=e.unref(s))==null?void 0:w.PROPS)==null?void 0:$.numero_de_colegiatura),1)])])):e.createCommentVNode("",!0)]),e.createVNode(wa,{items:C.value,type:"countries"},null,8,["items"])]),p.value?(e.openBlock(),e.createElementBlock("div",Ip,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",Ap,e.toDisplayString(p.value),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",yp,[I[5]||(I[5]=e.createElementVNode("div",{class:"q-mr-sm"},"3.5",-1)),e.createVNode(e.unref(M.QRating),{size:"22px","model-value":3.5,color:"yellow-7",readonly:"",unelevated:"",icon:"star_border","icon-selected":"star","icon-half":"star_half"}),e.createElementVNode("div",Pp,[I[4]||(I[4]=e.createTextVNode(" (58) ",-1)),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...I[3]||(I[3]=[e.createTextVNode("Cantidad de reseñas",-1)])]),_:1})])]),e.createElementVNode("div",Dp,[e.createElementVNode("div",Tp,[R.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:g.descriptionLines,WebkitLineClamp:g.descriptionLines})},e.toDisplayString(R.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",Rp,[...I[6]||(I[6]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Ps,{gamaProps:e.unref(m),data:(j=e.unref(s))==null?void 0:j.PROPS},null,8,["gamaProps","data"])])])]}),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-32ada0ce"]]),Sp=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",URL:"www.dartmolins.com",AVATAR:null,PROPS:{gama:["derecho_civil","derecho_laboral"],value:{subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"]},numero_de_colegiatura:"12345AB",idiomas:["catalan","english"],subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"],accesibilidad:["primer_contacto_gratuito","disponibilidad_rapida","accesible_economicamente","trabajo_en_equipo_multidisciplinar"],honorarios_por_hora:{value:5e4,currency:"COP"},honorarios_orientativos:{value:1e5,currency:"COP"},honorarios_llamada_30_de_minutos:{value:5e4,currency:"COP"},honorarios_llamada_60_de_minutos:{value:1e5,currency:"COP"},honorarios_llamada_90_de_minutos:{value:15e4,currency:"COP"},fecha_de_inicio:"09/08/2005",tipo_de_cliente:["particulares","autonomos"],ambio_geografico:["latam","global","union_europea"],numero_de_broker:"124122141",tipo_de_atencion:["remota_videoconsulta","presencial","mixta"],enfoque_profesional:["mediacion","defensa_juridica"],credenciales_profesionales:["colegiado_a","experto_a_certificado"],diferenciales_internacionales:["con_experiencia_internacional","transfronterizo"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"ES",NOMBRE:"España"},{CODIGO:"US",NOMBRE:"Estados Unidos"},{CODIGO:"PT",NOMBRE:"Portugal"}]},{ID_PARTNER:24,NOMBRE:"José Oyarzún",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["catalan","english","spanish"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:44:21.000Z",R_ARCHIVOS:[{ID_ARCHIVO:10,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/ee6299222552a9c9_Juan-Gonzalo-Ospina-PPL.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:21,NOMBRE:"Mauricio Farias",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:37:09.000Z",R_ARCHIVOS:[{ID_ARCHIVO:7,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/d4bd8460e5deb331_2025021916350151582.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[{CODIGO:"ES",NOMBRE:"España"}]},{ID_PARTNER:20,NOMBRE:"Sebastián Zepeda",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["spanish"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:34:58.000Z",R_ARCHIVOS:[{ID_ARCHIVO:8,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/a35f8fbbefbfed2d_compra-casa-documentos-hipoteca-inmobiliaria.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:19,NOMBRE:"Amelia Hernández",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:30:44.000Z",R_ARCHIVOS:[{ID_ARCHIVO:9,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/c842a6e167a53166_istockphoto-1587604256-612x612.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:18,NOMBRE:"Ana Beltrán",DESCRIPCION:"",URL:"www.smo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["trabajadores_temporales","empleados_publico"],fecha_de_inicio:"02/08/2025",numero_de_broker:"1231",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:24:02.000Z",R_ARCHIVOS:[{ID_ARCHIVO:11,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/444a0bd030e42466_cualidades-abogada-reunion-1.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"SImon",APELLIDO:null,APELLIDO2:null,UBICACION:null},SERVICIOS:[],PAISES:[]},{ID_PARTNER:14,NOMBRE:"H&A Asociados",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["empleados_publico"],fecha_de_inicio:"04/08/2021",numero_de_broker:"6757576",especializacion_de_residencia:["areas_metropolitanas","segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T01:15:17.000Z",R_ARCHIVOS:[{ID_ARCHIVO:12,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/8c59c8632e044101_iStock-1159560350.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:3,NOMBRE:"Jean Gutierrez",DESCRIPCION:"Gestiono propiedades en arriendo y venta con una amplia cartera de clientes inversionistas. Mi enfoque está en maximizar el valor de cada activo mediante estrategias de marketing digital, staging y negociación directa con potenciales compradores.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["spanish","english","catalan"],especializacion:["familias_monoparentales","personas_con_discapacidad","familias_numerosas","mayores_de_55"],fecha_de_inicio:"2020",numero_de_broker:"A03",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:47:03.000Z",R_ARCHIVOS:[{ID_ARCHIVO:3,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/94f5a94e8c7fee5f_retrato-de-hombre-joven-expresivo-vistiendo-traje-formal.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Emilia",APELLIDO:"Perez",APELLIDO2:"Gonzales",UBICACION:{ID_CONTACTO:3,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"febe528c-acf7-4722-a837-fd5aa2f750d9",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"98d3e9d1-44bd-4b3d-b876-5cf939eb80fa",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"CO",NOMBRE:"Colombia"}]},{ID_PARTNER:2,NOMBRE:"Pablo Contreras",DESCRIPCION:"Me dedico a ayudar a familias y jóvenes profesionales a encontrar su primera vivienda, con un acompañamiento cercano y personalizado. Trabajo con desarrollos nuevos, subsidios y financiamiento bancario, guiando en todo el proceso de compra.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["french","english","spanish"],especializacion:["familias_numerosas","familias_monoparentales","trabajadores_temporales"],fecha_de_inicio:"2012",numero_de_broker:"A02",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:39:10.000Z",R_ARCHIVOS:[{ID_ARCHIVO:2,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/e6f5321c60640576_liz-sonrisa-joven-guapo-chico-en-elegante-traje-posar-encima-aislado-fondo-gris.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Juan",APELLIDO:"Perez",APELLIDO2:"García",UBICACION:{ID_CONTACTO:2,PROVINCIA:"Comunidad de Madrid",CIUDAD:"Madrid"}},SERVICIOS:[{ID_LINK:"f56202c8-ee7a-43a5-aa1c-7403ed145ed3",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"2fc0ce2b-e2c7-4df7-a589-0d215f89946f",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[]},{ID_PARTNER:1,NOMBRE:"Manuel Plaza",DESCRIPCION:"Con más de 10 años de experiencia en el mercado financiero, asesoro a inversionistas en la compra y venta de propiedades con alto retorno. Acompaño cada operación desde el análisis inicial hasta la firma, priorizando la seguridad jurídica y el rendimiento financiero.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["catalan","english"],especializacion:["jovenes_profesionales","mayores_de_55","empleados_publico","personas_con_discapacidad"],fecha_de_inicio:"1999",numero_de_broker:"A01",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:00:23.000Z",R_ARCHIVOS:[{ID_ARCHIVO:1,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/f8018dcad413b357_retrato-del-abogado-maduro-contemplado-con-la-mano-en-el-bolsillo.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Manuel",APELLIDO:"Rodriguez",APELLIDO2:"Perez",UBICACION:{ID_CONTACTO:11,PROVINCIA:"Barcelona",CIUDAD:"Castellcir"}},SERVICIOS:[{ID_LINK:"85aacfa8-e394-431a-b6c2-fb0f683c5c2f",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"cambio_banco",NAME:"Cambio de banco"},{ID_LINK:"9a9a12b7-b809-4eb2-a477-26a6f95e91b1",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"}],PAISES:[]}]),Lp={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
27
+ }`;var _e=cu(function(){return xe(v,ie+"return "+H).apply(o,A)});if(_e.source=H,Zn(_e))throw _e;return _e}function jI(a){return Ie(a).toLowerCase()}function $I(a){return Ie(a).toUpperCase()}function HI(a,i,l){if(a=Ie(a),a&&(l||i===o))return br(a);if(!a||!(i=pa(i)))return a;var t=Na(a),u=Na(i),v=hr(t,u),A=Cr(t,u)+1;return di(t,v,A).join("")}function qI(a,i,l){if(a=Ie(a),a&&(l||i===o))return a.slice(0,Er(a)+1);if(!a||!(i=pa(i)))return a;var t=Na(a),u=Cr(t,Na(i))+1;return di(t,0,u).join("")}function KI(a,i,l){if(a=Ie(a),a&&(l||i===o))return a.replace(Yo,"");if(!a||!(i=pa(i)))return a;var t=Na(a),u=hr(t,Na(i));return di(t,u).join("")}function QI(a,i){var l=w,t=V;if(Ve(i)){var u="separator"in i?i.separator:u;l="length"in i?fe(i.length):l,t="omission"in i?pa(i.omission):t}a=Ie(a);var v=a.length;if(ki(a)){var A=Na(a);v=A.length}if(l>=v)return a;var R=l-Vi(t);if(R<1)return t;var L=A?di(A,0,R).join(""):a.slice(0,R);if(u===o)return L+t;if(A&&(R+=L.length-R),Xn(u)){if(a.slice(R).search(u)){var z,G=L;for(u.global||(u=fn(u.source,Ie(Fs.exec(u))+"g")),u.lastIndex=0;z=u.exec(G);)var H=z.index;L=L.slice(0,H===o?R:H)}}else if(a.indexOf(pa(u),R)!=R){var Y=L.lastIndexOf(u);Y>-1&&(L=L.slice(0,Y))}return L+t}function WI(a){return a=Ie(a),a&&tC.test(a)?a.replace(Vs,IO):a}var YI=$i(function(a,i,l){return a+(l?" ":"")+i.toUpperCase()}),at=uc("toUpperCase");function ru(a,i,l){return a=Ie(a),i=l?o:i,i===o?hO(a)?PO(a):uO(a):a.match(i)||[]}var cu=ve(function(a,i){try{return da(a,o,i)}catch(l){return Zn(l)?l:new de(l)}}),ZI=Ha(function(a,i){return Ea(i,function(l){l=Ua(l),ja(a,l,Wn(a[l],a))}),a});function XI(a){var i=a==null?0:a.length,l=oe();return a=i?Be(a,function(t){if(typeof t[1]!="function")throw new xa(m);return[l(t[0]),t[1]]}):[],ve(function(t){for(var u=-1;++u<i;){var v=a[u];if(da(v[0],this,t))return da(v[1],this,t)}})}function JI(a){return IE(Aa(a,x))}function it(a){return function(){return a}}function eA(a,i){return a==null||a!==a?i:a}var aA=mc(),iA=mc(!0);function sa(a){return a}function lt(a){return Gr(typeof a=="function"?a:Aa(a,x))}function lA(a){return $r(Aa(a,x))}function oA(a,i){return Hr(a,Aa(i,x))}var nA=ve(function(a,i){return function(l){return rl(l,a,i)}}),tA=ve(function(a,i){return function(l){return rl(a,l,i)}});function ot(a,i,l){var t=He(i),u=uo(i,t);l==null&&!(Ve(i)&&(u.length||!t.length))&&(l=i,i=a,a=this,u=uo(i,He(i)));var v=!(Ve(l)&&"chain"in l)||!!l.chain,A=Ka(a);return Ea(u,function(R){var L=i[R];a[R]=L,A&&(a.prototype[R]=function(){var z=this.__chain__;if(v||z){var G=a(this.__wrapped__),H=G.__actions__=oa(this.__actions__);return H.push({func:L,args:arguments,thisArg:a}),G.__chain__=z,G}return L.apply(a,ni([this.value()],arguments))})}),a}function sA(){return Qe._===this&&(Qe._=LO),this}function nt(){}function rA(a){return a=fe(a),ve(function(i){return qr(i,a)})}var cA=kn(Be),uA=kn(pr),dA=kn(sn);function uu(a){return jn(a)?rn(Ua(a)):zE(a)}function mA(a){return function(i){return a==null?o:Ci(a,i)}}var pA=fc(),fA=fc(!0);function tt(){return[]}function st(){return!1}function _A(){return{}}function gA(){return""}function vA(){return!0}function bA(a,i){if(a=fe(a),a<1||a>pe)return[];var l=ye,t=Ze(a,ye);i=oe(i),a-=ye;for(var u=dn(t,i);++l<a;)i(l);return u}function hA(a){return me(a)?Be(a,Ua):fa(a)?[a]:oa(Tc(Ie(a)))}function CA(a){var i=++NO;return Ie(a)+i}var OA=vo(function(a,i){return a+i},0),EA=Vn("ceil"),xA=vo(function(a,i){return a/i},1),IA=Vn("floor");function AA(a){return a&&a.length?co(a,sa,En):o}function yA(a,i){return a&&a.length?co(a,oe(i,2),En):o}function PA(a){return gr(a,sa)}function DA(a,i){return gr(a,oe(i,2))}function RA(a){return a&&a.length?co(a,sa,yn):o}function TA(a,i){return a&&a.length?co(a,oe(i,2),yn):o}var NA=vo(function(a,i){return a*i},1),SA=Vn("round"),LA=vo(function(a,i){return a-i},0);function BA(a){return a&&a.length?un(a,sa):0}function wA(a,i){return a&&a.length?un(a,oe(i,2)):0}return _.after=l1,_.ary=zc,_.assign=$1,_.assignIn=au,_.assignInWith=To,_.assignWith=H1,_.at=q1,_.before=Gc,_.bind=Wn,_.bindAll=ZI,_.bindKey=jc,_.castArray=_1,_.chain=Mc,_.chunk=Ix,_.compact=Ax,_.concat=yx,_.cond=XI,_.conforms=JI,_.constant=it,_.countBy=B2,_.create=K1,_.curry=$c,_.curryRight=Hc,_.debounce=qc,_.defaults=Q1,_.defaultsDeep=W1,_.defer=o1,_.delay=n1,_.difference=Px,_.differenceBy=Dx,_.differenceWith=Rx,_.drop=Tx,_.dropRight=Nx,_.dropRightWhile=Sx,_.dropWhile=Lx,_.fill=Bx,_.filter=k2,_.flatMap=U2,_.flatMapDeep=F2,_.flatMapDepth=z2,_.flatten=Bc,_.flattenDeep=wx,_.flattenDepth=kx,_.flip=t1,_.flow=aA,_.flowRight=iA,_.fromPairs=Vx,_.functions=iI,_.functionsIn=lI,_.groupBy=G2,_.initial=Ux,_.intersection=Fx,_.intersectionBy=zx,_.intersectionWith=Gx,_.invert=nI,_.invertBy=tI,_.invokeMap=$2,_.iteratee=lt,_.keyBy=H2,_.keys=He,_.keysIn=ta,_.map=Io,_.mapKeys=rI,_.mapValues=cI,_.matches=lA,_.matchesProperty=oA,_.memoize=yo,_.merge=uI,_.mergeWith=iu,_.method=nA,_.methodOf=tA,_.mixin=ot,_.negate=Po,_.nthArg=rA,_.omit=dI,_.omitBy=mI,_.once=s1,_.orderBy=q2,_.over=cA,_.overArgs=r1,_.overEvery=uA,_.overSome=dA,_.partial=Yn,_.partialRight=Kc,_.partition=K2,_.pick=pI,_.pickBy=lu,_.property=uu,_.propertyOf=mA,_.pull=qx,_.pullAll=kc,_.pullAllBy=Kx,_.pullAllWith=Qx,_.pullAt=Wx,_.range=pA,_.rangeRight=fA,_.rearg=c1,_.reject=Y2,_.remove=Yx,_.rest=u1,_.reverse=Kn,_.sampleSize=X2,_.set=_I,_.setWith=gI,_.shuffle=J2,_.slice=Zx,_.sortBy=i1,_.sortedUniq=o2,_.sortedUniqBy=n2,_.split=UI,_.spread=d1,_.tail=t2,_.take=s2,_.takeRight=r2,_.takeRightWhile=c2,_.takeWhile=u2,_.tap=A2,_.throttle=m1,_.thru=xo,_.toArray=Xc,_.toPairs=ou,_.toPairsIn=nu,_.toPath=hA,_.toPlainObject=eu,_.transform=vI,_.unary=p1,_.union=d2,_.unionBy=m2,_.unionWith=p2,_.uniq=f2,_.uniqBy=_2,_.uniqWith=g2,_.unset=bI,_.unzip=Qn,_.unzipWith=Vc,_.update=hI,_.updateWith=CI,_.values=Ki,_.valuesIn=OI,_.without=v2,_.words=ru,_.wrap=f1,_.xor=b2,_.xorBy=h2,_.xorWith=C2,_.zip=O2,_.zipObject=E2,_.zipObjectDeep=x2,_.zipWith=I2,_.entries=ou,_.entriesIn=nu,_.extend=au,_.extendWith=To,ot(_,_),_.add=OA,_.attempt=cu,_.camelCase=AI,_.capitalize=tu,_.ceil=EA,_.clamp=EI,_.clone=g1,_.cloneDeep=b1,_.cloneDeepWith=h1,_.cloneWith=v1,_.conformsTo=C1,_.deburr=su,_.defaultTo=eA,_.divide=xA,_.endsWith=yI,_.eq=La,_.escape=PI,_.escapeRegExp=DI,_.every=w2,_.find=V2,_.findIndex=Sc,_.findKey=Y1,_.findLast=M2,_.findLastIndex=Lc,_.findLastKey=Z1,_.floor=IA,_.forEach=Uc,_.forEachRight=Fc,_.forIn=X1,_.forInRight=J1,_.forOwn=eI,_.forOwnRight=aI,_.get=Jn,_.gt=O1,_.gte=E1,_.has=oI,_.hasIn=et,_.head=wc,_.identity=sa,_.includes=j2,_.indexOf=Mx,_.inRange=xI,_.invoke=sI,_.isArguments=xi,_.isArray=me,_.isArrayBuffer=x1,_.isArrayLike=na,_.isArrayLikeObject=Ue,_.isBoolean=I1,_.isBuffer=mi,_.isDate=A1,_.isElement=y1,_.isEmpty=P1,_.isEqual=D1,_.isEqualWith=R1,_.isError=Zn,_.isFinite=T1,_.isFunction=Ka,_.isInteger=Qc,_.isLength=Do,_.isMap=Wc,_.isMatch=N1,_.isMatchWith=S1,_.isNaN=L1,_.isNative=B1,_.isNil=k1,_.isNull=w1,_.isNumber=Yc,_.isObject=Ve,_.isObjectLike=Me,_.isPlainObject=fl,_.isRegExp=Xn,_.isSafeInteger=V1,_.isSet=Zc,_.isString=Ro,_.isSymbol=fa,_.isTypedArray=qi,_.isUndefined=M1,_.isWeakMap=U1,_.isWeakSet=F1,_.join=jx,_.kebabCase=RI,_.last=Pa,_.lastIndexOf=$x,_.lowerCase=TI,_.lowerFirst=NI,_.lt=z1,_.lte=G1,_.max=AA,_.maxBy=yA,_.mean=PA,_.meanBy=DA,_.min=RA,_.minBy=TA,_.stubArray=tt,_.stubFalse=st,_.stubObject=_A,_.stubString=gA,_.stubTrue=vA,_.multiply=NA,_.nth=Hx,_.noConflict=sA,_.noop=nt,_.now=Ao,_.pad=SI,_.padEnd=LI,_.padStart=BI,_.parseInt=wI,_.random=II,_.reduce=Q2,_.reduceRight=W2,_.repeat=kI,_.replace=VI,_.result=fI,_.round=SA,_.runInContext=S,_.sample=Z2,_.size=e1,_.snakeCase=MI,_.some=a1,_.sortedIndex=Xx,_.sortedIndexBy=Jx,_.sortedIndexOf=e2,_.sortedLastIndex=a2,_.sortedLastIndexBy=i2,_.sortedLastIndexOf=l2,_.startCase=FI,_.startsWith=zI,_.subtract=LA,_.sum=BA,_.sumBy=wA,_.template=GI,_.times=bA,_.toFinite=Qa,_.toInteger=fe,_.toLength=Jc,_.toLower=jI,_.toNumber=Da,_.toSafeInteger=j1,_.toString=Ie,_.toUpper=$I,_.trim=HI,_.trimEnd=qI,_.trimStart=KI,_.truncate=QI,_.unescape=WI,_.uniqueId=CA,_.upperCase=YI,_.upperFirst=at,_.each=Uc,_.eachRight=Fc,_.first=wc,ot(_,function(){var a={};return Va(_,function(i,l){Ae.call(_.prototype,l)||(a[l]=i)}),a}(),{chain:!1}),_.VERSION=c,Ea(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){_[a].placeholder=_}),Ea(["drop","take"],function(a,i){he.prototype[a]=function(l){l=l===o?1:je(fe(l),0);var t=this.__filtered__&&!i?new he(this):this.clone();return t.__filtered__?t.__takeCount__=Ze(l,t.__takeCount__):t.__views__.push({size:Ze(l,ye),type:a+(t.__dir__<0?"Right":"")}),t},he.prototype[a+"Right"]=function(l){return this.reverse()[a](l).reverse()}}),Ea(["filter","map","takeWhile"],function(a,i){var l=i+1,t=l==le||l==re;he.prototype[a]=function(u){var v=this.clone();return v.__iteratees__.push({iteratee:oe(u,3),type:l}),v.__filtered__=v.__filtered__||t,v}}),Ea(["head","last"],function(a,i){var l="take"+(i?"Right":"");he.prototype[a]=function(){return this[l](1).value()[0]}}),Ea(["initial","tail"],function(a,i){var l="drop"+(i?"":"Right");he.prototype[a]=function(){return this.__filtered__?new he(this):this[l](1)}}),he.prototype.compact=function(){return this.filter(sa)},he.prototype.find=function(a){return this.filter(a).head()},he.prototype.findLast=function(a){return this.reverse().find(a)},he.prototype.invokeMap=ve(function(a,i){return typeof a=="function"?new he(this):this.map(function(l){return rl(l,a,i)})}),he.prototype.reject=function(a){return this.filter(Po(oe(a)))},he.prototype.slice=function(a,i){a=fe(a);var l=this;return l.__filtered__&&(a>0||i<0)?new he(l):(a<0?l=l.takeRight(-a):a&&(l=l.drop(a)),i!==o&&(i=fe(i),l=i<0?l.dropRight(-i):l.take(i-a)),l)},he.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},he.prototype.toArray=function(){return this.take(ye)},Va(he.prototype,function(a,i){var l=/^(?:filter|find|map|reject)|While$/.test(i),t=/^(?:head|last)$/.test(i),u=_[t?"take"+(i=="last"?"Right":""):i],v=t||/^find/.test(i);u&&(_.prototype[i]=function(){var A=this.__wrapped__,R=t?[1]:arguments,L=A instanceof he,z=R[0],G=L||me(A),H=function(be){var Oe=u.apply(_,ni([be],R));return t&&Y?Oe[0]:Oe};G&&l&&typeof z=="function"&&z.length!=1&&(L=G=!1);var Y=this.__chain__,ie=!!this.__actions__.length,ne=v&&!Y,_e=L&&!ie;if(!v&&G){A=_e?A:new he(this);var te=a.apply(A,R);return te.__actions__.push({func:xo,args:[H],thisArg:o}),new Ia(te,Y)}return ne&&_e?a.apply(this,R):(te=this.thru(H),ne?t?te.value()[0]:te.value():te)})}),Ea(["pop","push","shift","sort","splice","unshift"],function(a){var i=Ql[a],l=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",t=/^(?:pop|shift)$/.test(a);_.prototype[a]=function(){var u=arguments;if(t&&!this.__chain__){var v=this.value();return i.apply(me(v)?v:[],u)}return this[l](function(A){return i.apply(me(A)?A:[],u)})}}),Va(he.prototype,function(a,i){var l=_[i];if(l){var t=l.name+"";Ae.call(zi,t)||(zi[t]=[]),zi[t].push({name:i,func:l})}}),zi[go(o,I).name]=[{name:"wrapper",func:o}],he.prototype.clone=WO,he.prototype.reverse=YO,he.prototype.value=ZO,_.prototype.at=y2,_.prototype.chain=P2,_.prototype.commit=D2,_.prototype.next=R2,_.prototype.plant=N2,_.prototype.reverse=S2,_.prototype.toJSON=_.prototype.valueOf=_.prototype.value=L2,_.prototype.first=_.prototype.head,al&&(_.prototype[al]=T2),_},Mi=DO();_i?((_i.exports=Mi)._=Mi,ln._=Mi):Qe._=Mi}).call(W)}(vl,vl.exports);var ue=vl.exports;(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.PerfilesUsuario=n.PERFILES=void 0;const d=ue;n.PERFILES=[{value:1,label:"Administrador",code:"administrador"},{value:2,label:"Vendedor Preventa",code:"vendedor_preventa"},{value:3,label:"Vendedor Autoventa",code:"vendedor_autoventa"},{value:4,label:"Repartidor",code:"repartidor"},{value:5,label:"Organización",code:"organizacion"},{value:6,label:"Jefe Regional",code:"jefe_regional"},{value:7,label:"Administrativos",code:"administrativos"},{value:8,label:"Administrativos Delegacion",code:"administrativos_delegacion"},{value:9,label:"Televenta",code:"televenta"},{value:10,label:"Captador",code:"captador"},{value:11,label:"Dirección comercial",code:"direccion_comercial"},{value:12,label:"Key Account",code:"key_account"},{value:13,label:"Comerciales",code:"comerciales"},{value:14,label:"Ejecutivo telefónico",code:"ejecutivo_telefonico"},{value:15,label:"Analista de validación",code:"analista_de_validacion"},{value:16,label:"Gerente",code:"gerente"},{value:17,label:"Promotor",code:"promotor"},{value:18,label:"Supervisor",code:"supervisor"},{value:19,label:"Proveedor",code:"proveedor"},{value:20,label:"Cliente",code:"cliente"},{value:21,label:"Candidato",code:"candidato"},{value:22,label:"Analista",code:"analista"},{value:23,label:"RRHH",code:"recursos_humanos"}],n.PerfilesUsuario=(0,d.fromPairs)(n.PERFILES.map(o=>[o.code,o.value]))})(dt),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(dt,n)}(ut);var mt={},bl={};Object.defineProperty(bl,"__esModule",{value:!0}),bl.PERMISOS=void 0,bl.PERMISOS=[{value:1,label:"ADMIN"},{value:2,label:"Roles y Permisos"},{value:3,label:"Agregar Rol"},{value:5,label:"CRM"},{value:6,label:"CONTRACT"},{value:7,label:"B2B"},{value:8,label:"TRANSPORT"},{value:10,label:"Clientes"},{value:11,label:"Promociones"},{value:12,label:"Pedidos"},{value:13,label:"Visitas"},{value:14,label:"Captaciones"},{value:15,label:"Cobros de Efectos Pendientes"},{value:16,label:"Artículos"},{value:33,label:"Alternar estado de implementación"},{value:34,label:"Eliminar Rol"},{value:35,label:"Clientes"},{value:37,label:"Descargar XLS"},{value:41,label:"Mi Perfil"},{value:42,label:"Recursos Humanos"},{value:43,label:"Rutas Clientes"},{value:44,label:"Rutas Captaciones"},{value:45,label:"Artículos Foco"},{value:46,label:"Delegaciones"},{value:47,label:"Líneas de Mercado"},{value:48,label:"Parámetros"},{value:49,label:"Competencias"},{value:50,label:"Tipos de Distribución"},{value:51,label:"Neveras"},{value:52,label:"Agregar usuario"},{value:53,label:"Descargar XLS"},{value:54,label:"Detalle de Usuario"},{value:55,label:"Datos de Acceso"},{value:56,label:"Datos de usuario"},{value:57,label:"Organizaciónes"},{value:58,label:"Tipos de Distribución"},{value:59,label:"Captaciones"},{value:60,label:"Agregar captación"},{value:61,label:"Asignaciones"},{value:62,label:"Agregar Tipo de Distribución"},{value:63,label:"Eliminar Tipo de Distribución"},{value:64,label:"Quitar organizaciónes"},{value:65,label:"Vincular organización"},{value:66,label:"Editar datos"},{value:67,label:"Descargar XLS"},{value:68,label:"Datos Generales"},{value:69,label:"Editar datos"},{value:71,label:"Cache Cli"},{value:72,label:"Tipos de Distribución"},{value:73,label:"Pedidos"},{value:74,label:"Promociones"},{value:75,label:"Visitas"},{value:76,label:"Frecuencias"},{value:77,label:"Neveras"},{value:78,label:"Contactos"},{value:79,label:"Efectos Pendientes"},{value:80,label:"Distribuidor"},{value:81,label:"Agregar contacto"},{value:82,label:"Agregar solicitud"},{value:83,label:"Agregar promoción"},{value:84,label:"Ampliar y editar promoción"},{value:85,label:"Aprobar pedidos"},{value:86,label:"Forzar envío a M3"},{value:87,label:"Descargar XLS"},{value:88,label:"Fecha del pedido"},{value:89,label:"Editar pedido"},{value:90,label:"Aprobar pedido"},{value:91,label:"Modificar artículos"},{value:92,label:"Agregar captación"},{value:93,label:"Asignaciones de captaciones"},{value:94,label:"Detalle de captación"},{value:95,label:"Editar captación"},{value:96,label:"Agregar visita"},{value:97,label:"Publicar cobros en M3"},{value:98,label:"Cambio de estado Manual"},{value:99,label:"Sincronizar"},{value:100,label:"Detalle de cobro"},{value:101,label:"Agregar Ruta"},{value:102,label:"Agregar Zona"},{value:103,label:"Reasignación atemporal"},{value:104,label:"Rutas"},{value:105,label:"Zonas"},{value:106,label:"Cambiar vendedor"},{value:107,label:"Editar ruta"},{value:108,label:"Cambiar zona de ruta"},{value:109,label:"Cambiar zona de ruta"},{value:110,label:"Editar zona"},{value:111,label:"Cambiar cliente de zona"},{value:112,label:"Agregar Artículo Foco"},{value:113,label:"Agregar delegación"},{value:114,label:"Detalle de delegación"},{value:115,label:"Editar delegación"},{value:116,label:"Agregar relacion almacén con tipo de distribución"},{value:117,label:"Eliminar relacion almacén con tipo de distribución"},{value:118,label:"Agregar competencia"},{value:119,label:"Detalle competencia"},{value:120,label:"Editar competencia"},{value:121,label:"Descargar XLS"},{value:122,label:"Detalle Tipo de Distribución"},{value:123,label:"Cierre Diario Comercial"},{value:124,label:"Cierre Diario Jefe Equipo"},{value:125,label:"Visitas"},{value:126,label:"Captación"},{value:127,label:"Pedidos"},{value:129,label:"PERMISO ROL"},{value:130,label:"Jefe de equipo/Organizador",meta:{profile:!0}},{value:131,label:"Preventa",meta:{profile:!0}},{value:133,label:"Administrador",meta:{profile:!0}},{value:134,label:"Repartidor",meta:{profile:!0}},{value:135,label:"Jefe Regional",meta:{profile:!0}},{value:162,label:"Captador",meta:{profile:!0}},{value:172,label:"Key Account",meta:{profile:!0}},{value:202,label:"Gerente",meta:{profile:!0}},{value:203,label:"Promotor",meta:{profile:!0}},{value:204,label:"Supervisor",meta:{profile:!0}},{value:234,label:"Comercial_Contract",meta:{profile:!0}},{value:237,label:"Organizador",meta:{profile:!0}},{value:266,label:"Proveedor",meta:{profile:!0}},{value:269,label:"Cliente",meta:{profile:!0}},{value:278,label:"Candidato",meta:{profile:!0}},{value:999,label:"Superadmin",meta:{profile:!0}}],function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(bl,n)}(mt);var pt={},hl={};Object.defineProperty(hl,"__esModule",{value:!0}),hl.RESULTADOS_VISITA=void 0,hl.RESULTADOS_VISITA=[{label:"Sí contrata",value:"si_contrata"},{label:"No contrata",value:"no_contrata"},{label:"Contrata más tarde",value:"contrata_mas_tarde"},{label:"No abrieron la puerta",value:"no_abrieron_la_puerta"},{label:"Seguridad",value:"seguridad"},{label:"Opositor",value:"opositor"},{label:"Consultar a familiar",value:"consultar_a_familiar"},{label:"Mala referencia",value:"mala_referencia"}],function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(hl,n)}(pt),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(_l,n),o(gl,n),o(ut,n),o(mt,n),o(pt,n)}(ct);var Cl={},Ii={};Object.defineProperty(Ii,"__esModule",{value:!0}),Ii.EstadoCaptacion=Ii.TipoCaptacion=void 0;var ft;(function(n){n.CLIENTES="1",n.PROVEEDORES="2",n.USUARIOS="3",n.PRODUCTOS="4",n.PEDIDOS="5",n.SOLICITUDES="6",n.PARTNERS="partners"})(ft||(Ii.TipoCaptacion=ft={}));var _t;(function(n){n.ELIMINADA="-1",n.CANCELADA="0",n.EN_ESTUDIO="1",n.PRE_APROBADA="2",n.APROBADA="3",n.EN_NEGOCIACION="4",n.NEGOCIACION_FINALIZADA="5",n.CONFIRMADA="6",n.FINALIZADA="7",n.INCIDENCIA="8",n.LLAMADA_PENDIENTE="9",n.IMPAGO="10"})(_t||(Ii.EstadoCaptacion=_t={}));var Ol={};Object.defineProperty(Ol,"__esModule",{value:!0}),Ol.TipoGarantia=void 0;var gt;(function(n){n.INMUEBLE="Propiedad inmobiliaria",n.VEHICULO="Vehículo",n.AVAL_PERSONAL="Aval personal",n.BANCARIA="Bancaria",n.OTROS="Otros"})(gt||(Ol.TipoGarantia=gt={}));var El={};Object.defineProperty(El,"__esModule",{value:!0}),El.TipoImportacion=void 0;var vt;(function(n){n.CAPTACION="captacion",n.PEDIDO="pedido",n.PRODUCTO="producto",n.CLIENTE="cliente"})(vt||(El.TipoImportacion=vt={}));var Za={};Object.defineProperty(Za,"__esModule",{value:!0}),Za.DEFAULT_REASONS_INCIDENCIA=Za.TIPOS_INCIDENCIA=Za.TiposIncidencia=void 0;var ba;(function(n){n.DOCUMENTACION="documentacion",n.AUDIO_LLAMADAS="audio_llamadas",n.DATOS_CONTACTO="datos_contacto",n.FORMULARIO="formulario",n.LOCALIZACION="localizacion"})(ba||(Za.TiposIncidencia=ba={})),Za.TIPOS_INCIDENCIA=Object.freeze([{label:"Documentación",value:ba.DOCUMENTACION},{label:"Resultado de llamada",value:ba.AUDIO_LLAMADAS},{label:"Datos de contacto",value:ba.DATOS_CONTACTO},{label:"Formulario",value:ba.FORMULARIO},{label:"Localización",value:ba.LOCALIZACION}]),Za.DEFAULT_REASONS_INCIDENCIA=Object.freeze({[ba.DOCUMENTACION]:["Falta de documento","Documento ilegible","Documento incorrecto","Documento caducado","Otros"],[ba.AUDIO_LLAMADAS]:["Audio no claro","Llamada interrumpida","No se recibió llamada","Otros"],[ba.DATOS_CONTACTO]:["Número de teléfono incorrecto","Correo electrónico inválido","Dirección incompleta","Otros"],[ba.FORMULARIO]:["Campos obligatorios faltantes","Errores de validación","Formato incorrecto","Otros"],[ba.LOCALIZACION]:["Dirección incorrecta","Ubicación no encontrada","Coordenadas erróneas","Otros"]});var Xa={};Object.defineProperty(Xa,"__esModule",{value:!0}),Xa.TipoLiquidacionReclamo=Xa.EstadoLiquidacionReclamo=Xa.EstadoLiquidacion=void 0;var bt;(function(n){n[n.EN_PREVISION=1]="EN_PREVISION",n[n.CONFIRMACION_PENDIENTE=2]="CONFIRMACION_PENDIENTE",n[n.CONFIRMADA=3]="CONFIRMADA",n[n.PAGADA=4]="PAGADA",n[n.CON_RECLAMOS=5]="CON_RECLAMOS"})(bt||(Xa.EstadoLiquidacion=bt={}));var ht;(function(n){n[n.ACTIVO=1]="ACTIVO",n[n.APROBADO=2]="APROBADO",n[n.NEGADO=3]="NEGADO"})(ht||(Xa.EstadoLiquidacionReclamo=ht={}));var Ct;(function(n){n[n.ITEM=1]="ITEM",n[n.COBRO=2]="COBRO"})(Ct||(Xa.TipoLiquidacionReclamo=Ct={}));var xl={};Object.defineProperty(xl,"__esModule",{value:!0}),xl.TipoNotificacion=void 0;var Ot;(function(n){n.NUEVO="1",n.DOCUMENTOS="2",n.REALIZADO="3",n.INCIDENTES="4",n.CANCELACION="5"})(Ot||(xl.TipoNotificacion=Ot={}));var Il={};Object.defineProperty(Il,"__esModule",{value:!0}),Il.EstadoPedido=void 0;var Et;(function(n){n[n.PENDIENTE=1]="PENDIENTE",n[n.REVISAR_DOC=2]="REVISAR_DOC",n[n.LLAMAR=3]="LLAMAR",n[n.FINALIZADO=4]="FINALIZADO",n[n.CANCELADO=5]="CANCELADO",n[n.LIQUIDADO=6]="LIQUIDADO",n[n.INCIDENCIA=7]="INCIDENCIA",n[n.TRAMITADO=8]="TRAMITADO",n[n.PENDIENTE_ASIGNAR=9]="PENDIENTE_ASIGNAR",n[n.EXPIRADO=10]="EXPIRADO"})(Et||(Il.EstadoPedido=Et={}));var Ja={};Object.defineProperty(Ja,"__esModule",{value:!0}),Ja.TipoIVA=Ja.TipoProducto=Ja.EstadoProducto=void 0;var xt;(function(n){n.DESHABILITADO="0",n.INACTIVO="1",n.ACTIVADO="2",n.PUBLICO="3",n.GENERANDO="4"})(xt||(Ja.EstadoProducto=xt={}));var It;(function(n){n.ARTICULO="1",n.SERVICIO_CONTRATO="2",n.MEMBRESIA="3",n.OFERTA_EMPLEO="4"})(It||(Ja.TipoProducto=It={}));var At;(function(n){n.GENERAL="general",n.REDUCIDO="reducido",n.SUPERREDUCIDO="superreducido",n.EXENTO="exento"})(At||(Ja.TipoIVA=At={}));var Al={};Object.defineProperty(Al,"__esModule",{value:!0}),Al.EstadoBase=void 0;var yt;(function(n){n[n.INACTIVO=0]="INACTIVO",n[n.ACTIVO=1]="ACTIVO"})(yt||(Al.EstadoBase=yt={})),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(Ii,n),o(Ol,n),o(El,n),o(Za,n),o(Xa,n),o(xl,n),o(Il,n),o(Ja,n),o(Al,n)}(Cl);var Pt={},Dt={},yl={};Object.defineProperty(yl,"__esModule",{value:!0}),yl.isSerializedFunction=Ru;function Ru(n){if(typeof n!="string"||!n||!n.includes("=>")&&!n.includes("function("))return!1;try{return new Function(`return (${n})`),!0}catch{return!1}}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.upperSnakeizeObject=n.upperSnakeKeys=n.upperSnakeCase=void 0,n.deserialize=c,n.deserializeAndRun=s,n.deserializeWithContext=r,n.deserializeWithContextAndRun=m,n.tryToDeserialize=p,n.tryToDeserializeAndRun=g,n.toCurrency=h,n.mergeObjects=f,n.capitalize=y,n.formatContactName=b;const d=ue,o=yl;function c(E,P){const{context:N={},run:D=!1,useInvisibleContext:k=!1}=P||{};if(!E||typeof E!="string")return D?null:()=>null;const j=$=>JSON.stringify($||{})==="{}";try{const $=E.replace(/\/\/.*$/gm,"").trim(),w=new Function("context",`return (...args) => { with (context) { return (${$})(${k||j(N)?"":"context,"} ...args) } }`)(N);return D?w():w}catch($){return console.log("Error deserializing function:"+E,{options:P}),console.log($),D?null:()=>null}}function s(E){return c(E,{run:!0})}function r(E,P={}){return c(E,{context:P,useInvisibleContext:!0,run:!1})}function m(E,P={}){return c(E,{context:P,useInvisibleContext:!0,run:!0})}function p(E,P={},N=null){return(0,o.isSerializedFunction)(E)?r(E,P):N}function g(E,P={},N=null){return(0,o.isSerializedFunction)(E)?m(E,P):N}function h(E,P="EUR",N){const{decimals:D=2}=N||{},k={EUR:"de-DE",GBP:"en-GB",CHF:"de-CH",USD:"en-US",CAD:"en-CA",MXN:"es-MX",BRL:"pt-BR",ARS:"es-AR",CLP:"es-CL",COP:"es-CO",PEN:"es-PE",DOP:"es-DO",JPY:"ja-JP",CNY:"zh-CN",INR:"en-IN",KRW:"ko-KR",AUD:"en-AU",NZD:"en-NZ",ZAR:"en-ZA",AED:"ar-AE"}[P]||"de-DE";return new Intl.NumberFormat(k,{style:"currency",currency:P,minimumFractionDigits:D,maximumFractionDigits:D}).format(E)}function f(...E){const P=E[E.length-1],N=P&&!Array.isArray(P)&&typeof P=="object"&&"emptyValues"in P?E.pop():void 0,D=[void 0,...(N==null?void 0:N.emptyValues)||[]];return E.filter(Boolean).reduce((k,j)=>(0,d.mergeWith)(k,j,($,Z)=>D.some(w=>Z===w)?$:(0,d.isArray)(Z)?Z:(0,d.isObject)(Z)&&(0,d.isObject)($)?f($,Z,{emptyValues:D}):Z),{})}const x=E=>E.charAt(0).toUpperCase()+E.slice(1),T=["de","la","del","y","o","en","el","los","las","a","un","una"];function y(E,P=!1,N={}){return typeof E!="string"?E:(E=E.toLowerCase().replaceAll("_"," ").trim(),P?E.split(" ").map(D=>{const k=D.trim().toLowerCase();return(N.ignoreWords||[]).includes(k)||N.ignoreStopWords&&T.includes(k)?k:x(D)}).join(" "):x(E))}function b(E){if(!E)return"";const{nombre:P,apellido:N,apellido2:D}=(0,d.mapKeys)(E,(k,j)=>j.startsWith("CONTACTO_")?j.replace("CONTACTO_","").toLowerCase():j.toLowerCase());return y([P,N,D].map(k=>String(k||"").trim()).filter(Boolean).join(" "),!0,{ignoreStopWords:!0}).trim()}const O=E=>(0,d.snakeCase)(E).toUpperCase();n.upperSnakeCase=O;const C=E=>(0,d.mapKeys)(E,(P,N)=>(0,n.upperSnakeCase)(N));n.upperSnakeKeys=C;const I=E=>(0,d.mapKeys)(E,(P,N)=>(0,n.upperSnakeCase)(N));n.upperSnakeizeObject=I})(Dt);var Ai={};Object.defineProperty(Ai,"__esModule",{value:!0}),Ai.ProductPrice=void 0;const wa=Cl,Tu={[wa.TipoIVA.GENERAL]:.21,[wa.TipoIVA.REDUCIDO]:.1,[wa.TipoIVA.SUPERREDUCIDO]:.04,[wa.TipoIVA.EXENTO]:0},Nu={[wa.TipoIVA.GENERAL]:.052,[wa.TipoIVA.REDUCIDO]:.014,[wa.TipoIVA.SUPERREDUCIDO]:.005,[wa.TipoIVA.EXENTO]:0};let Su=class{constructor(d){this.ivaRate=Tu[d.TIPO_IVA||wa.TipoIVA.EXENTO],this.reRate=d.APLICA_RECARGO_EQUIVALENCIA?Nu[d.TIPO_IVA||wa.TipoIVA.EXENTO]:0,this.price=Number(d.PRECIO||0),this.discountRate=Number(d.DESCUENTO||0)/100}getPrice(){return this.roundToDecimals(this.price)}getDiscountPrice(){return this.roundToDecimals(this.getPrice()*this.discountRate)}getNetPrice(){return this.roundToDecimals(this.getPrice()-this.getDiscountPrice())}getIVAPrice(){return this.roundToDecimals(this.getNetPrice()*this.ivaRate)}getREPrice(){return this.roundToDecimals(this.getNetPrice()*this.reRate)}getTotalPrice(){return this.roundToDecimals(this.getNetPrice()+this.getIVAPrice()+this.getREPrice())}getDiscountPercent(){return this.discountRate*100}getIVAPercent(){return this.ivaRate*100}getREPercent(){return this.reRate*100}roundToDecimals(d,o=2){return Number(d.toFixed(o))}};Ai.ProductPrice=Su;var Pl={};Object.defineProperty(Pl,"__esModule",{value:!0}),Pl.OrderPrice=void 0;const So=Ai;class Lu{constructor(d,o){this.products=d,this.gastosEnvio=o}getNetShipping(){return this.gastosEnvio?new So.ProductPrice(this.gastosEnvio).getNetPrice():0}getIVAShipping(){return this.gastosEnvio?new So.ProductPrice(this.gastosEnvio).getIVAPrice():0}getTotalShipping(){return this.gastosEnvio?new So.ProductPrice(this.gastosEnvio).getTotalPrice():0}getPrice(){return this.roundToDecimals(this.products.reduce((d,o)=>d+o.PRECIO*o.CANTIDAD,0))}getDiscountPrice(){return this.roundToDecimals(this.products.reduce((d,o)=>d+o.DESCUENTO*o.CANTIDAD,0))}getNetPrice(){return this.roundToDecimals(this.getPrice()-this.getDiscountPrice())}getIVAPrice(){const d=this.getIVAShipping(),o=this.products.reduce((c,s)=>c+s.IVA*s.CANTIDAD,0);return this.roundToDecimals(d+o)}getREPrice(){return this.roundToDecimals(this.products.reduce((d,o)=>d+o.RECARGO_EQUIVALENCIA*o.CANTIDAD,0))}getTotalPrice(){return this.roundToDecimals(this.getNetPrice()+this.getNetShipping()+this.getIVAPrice()+this.getREPrice())}getTotalAmounts(){return{IMP_BRUTO_PED:this.getPrice(),IMP_DESC_PED:this.getDiscountPrice(),IMP_NETO_PED:this.getNetPrice(),IMP_TRANSPORTE_PED:this.getNetShipping(),IMP_IVA_PED:this.getIVAPrice(),IMP_RE_PED:this.getREPrice(),IMP_TOTAL_PED:this.getTotalPrice()}}getDiscountPercent(){const d=this.getPrice();return d===0?0:this.roundToDecimals(this.getDiscountPrice()/d*100)}getIVAPercent(){const d=this.getNetPrice();return d===0?0:this.roundToDecimals(this.getIVAPrice()/d*100)}getREPercent(){const d=this.getNetPrice();return d===0?0:this.roundToDecimals(this.getREPrice()/d*100)}roundToDecimals(d,o=2){return Number(d.toFixed(o))}}Pl.OrderPrice=Lu;var Dl={};Object.defineProperty(Dl,"__esModule",{value:!0}),Dl.OrderProductsBuilder=void 0;const Rt=Cl,Tt=Ai;class Bu{constructor(d,o=!1){if(!Array.isArray(d))throw new Error("Data must be an array of products");this.orderProducts=d,this.aplicaRecargoEquivalencia=o}build(){return this.orderProducts.map(d=>this.buildProduct(d))}buildProduct(d){if(!(d!=null&&d.PRODUCTO))throw new Error(`Product data is missing for item with ID: ${d==null?void 0:d.ID_PRODUCTO}`);return d.PRODUCTO.PACK?this.buildPackProducto(d):this.buildSimpleProducto(d)}buildSimpleProducto(d){const o=this.getPrecioFinal(d),c=Math.max(1,d.CANTIDAD||1),s=new Tt.ProductPrice({PRECIO:o*c,TIPO_IVA:d.PRODUCTO.TIPO_IVA||Rt.TipoIVA.EXENTO,DESCUENTO:d.PRODUCTO.DESCUENTO||0,APLICA_RECARGO_EQUIVALENCIA:this.aplicaRecargoEquivalencia}),r=this.extractTotalsFromProductPrice(s);return{...d,...r,ID_PRECIO:d.ID_PRECIO||void 0}}buildPackProducto(d){const o=d.PRODUCTO.DETALLE_PACK||[];o.length===0&&console.warn(`Pack product ${d.PRODUCTO.ID_PRODUCTO} has no pack details`);const c=this.calculatePackTotals(o);return{...d,...c}}calculatePackTotals(d){const o={PRECIO:0,IVA:0,DESCUENTO:0,RECARGO_EQUIVALENCIA:0};return d.reduce((c,s)=>{var f,x;const r=Number(((f=s.DETALLE)==null?void 0:f.PRECIO)||0),m=Math.max(1,s.CANTIDAD||1),p=Number(s.DESCUENTO||0);if(r<=0)return console.warn("Pack detail has invalid price:",s),c;const g=new Tt.ProductPrice({PRECIO:r*m,TIPO_IVA:((x=s.DETALLE)==null?void 0:x.TIPO_IVA)||Rt.TipoIVA.EXENTO,DESCUENTO:p,APLICA_RECARGO_EQUIVALENCIA:this.aplicaRecargoEquivalencia}),h=this.extractTotalsFromProductPrice(g);return{PRECIO:c.PRECIO+h.PRECIO,IVA:c.IVA+h.IVA,DESCUENTO:c.DESCUENTO+h.DESCUENTO,RECARGO_EQUIVALENCIA:c.RECARGO_EQUIVALENCIA+h.RECARGO_EQUIVALENCIA}},o)}getPrecioFinal(d){var c;const o=Number(d.PRECIO??((c=d.PRODUCTO)==null?void 0:c.PRECIO)??0);if(o<0)throw new Error(`Invalid negative price for product ${d.PRODUCTO.ID_PRODUCTO}`);return o}extractTotalsFromProductPrice(d){return{PRECIO:d.getPrice(),IVA:d.getIVAPrice(),DESCUENTO:d.getDiscountPrice(),RECARGO_EQUIVALENCIA:d.getREPrice()}}}Dl.OrderProductsBuilder=Bu,function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(Dt,n),o(Ai,n),o(yl,n),o(Pl,n),o(Dl,n)}(Pt);var Nt={},St={},Lt={};Object.defineProperty(Lt,"__esModule",{value:!0}),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(Lt,n)}(St);var Bt={},wt={};Object.defineProperty(wt,"__esModule",{value:!0});var Rl={};Object.defineProperty(Rl,"__esModule",{value:!0}),Rl.EstadoEffectType=void 0;var kt;(function(n){n.WRITE="write",n.NOTIFY="notify",n.ASYNC_EFFECT="async_effect"})(kt||(Rl.EstadoEffectType=kt={}));var yi={};Object.defineProperty(yi,"__esModule",{value:!0}),yi.RuleValueType=yi.ESTADO_RULE_OPERATORS=void 0,yi.ESTADO_RULE_OPERATORS=[">","<","=","!=",">=","<=","in","not in","contains","not empty","like"];var Vt;(function(n){n.CONST="const",n.FLAG="flag"})(Vt||(yi.RuleValueType=Vt={}));var Tl={};Object.defineProperty(Tl,"__esModule",{value:!0}),Tl.FlagType=void 0;var Mt;(function(n){n.FIELD="field",n.QUERY="query"})(Mt||(Tl.FlagType=Mt={}));var ei={};Object.defineProperty(ei,"__esModule",{value:!0}),ei.TipoEjecucionLLamada=ei.TipoLLamada=ei.EstadoLLamada=void 0;var Ut;(function(n){n[n.DESCARTADA=-1]="DESCARTADA",n[n.PENDIENTE=0]="PENDIENTE",n[n.POR_ENCOLAR=1]="POR_ENCOLAR",n[n.EN_COLA=2]="EN_COLA",n[n.EN_CURSO=3]="EN_CURSO",n[n.PROCESANDO=6]="PROCESANDO",n[n.FINALIZADA=4]="FINALIZADA",n[n.ERROR=5]="ERROR",n[n.EXPIRADA=7]="EXPIRADA"})(Ut||(ei.EstadoLLamada=Ut={}));var Ft;(function(n){n.VERIFICACION="verificación",n.COBRO="cobro",n.VENTA="venta",n.RECLAMO="reclamo",n.OTRO="otro"})(Ft||(ei.TipoLLamada=Ft={}));var zt;(function(n){n.AUTOMATICA="auto",n.MANUAL="manual"})(zt||(ei.TipoEjecucionLLamada=zt={})),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(wt,n),o(Rl,n),o(yi,n),o(Tl,n),o(ei,n)}(Bt);var Gt={},jt={};Object.defineProperty(jt,"__esModule",{value:!0});var Nl={};Object.defineProperty(Nl,"__esModule",{value:!0}),Nl.LAYOUT_COLUMNA_TYPES=void 0,Nl.LAYOUT_COLUMNA_TYPES=["texto","numero","fecha"],function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(jt,n),o(Nl,n)}(Gt);var $t={},Ht={};Object.defineProperty(Ht,"__esModule",{value:!0});var qt={};(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.ITEMS_DIRECTIONS=n.CHECKOUT_TEMPLATES_LABELS=n.ECOMMERCE_TEMPLATES_LABELS=n.PRODUCT_TEMPLATES_LABELS=n.TEMPLATES=void 0,n.TEMPLATES=Object.freeze({"single-feature":{label:"Funcionalidad",params:["title","text","image","button","direction","background","text-lines"],variants:["default","colored"]},"feature-highlights":{label:"Caracteristicas destacadas",params:["items","image","background","direction","text-lines"]},"telephone-contracting":{label:"Contratación de telefonía",params:[]},features:{label:"Tarjetas de funcionalidades",params:["title","text","button","items","text-lines"]},"features-presentation":{label:"Presentación de funcionalidades",params:["title","subtitle","text","background","items","image","button","text-lines"],variants:["default","images","hero","parallel-images","texts","texts-2","simple","highlight-image","highlight-image-2","phone-contact","dark-cards","secondary-highlight-image","highlight-title","texts-columns","images-columns","secondary-images-columns","secondary-hero","secondary-2"]},"product-hero-searcher":{label:"Buscador de productos hero",params:["title","subtitle","text","background","image","items"]},"product-package-picker":{label:"Selector de paquetes de productos",params:["title","subtitle","text","background","image","items","filters"]},"redirect-router":{label:"Redirección",params:["text","custom"]},"perdm-contracting":{label:"Perdm contratar telefonía",params:["title"]},"screen-products":{label:"Linvermedia productos de pantallas",params:["title"]},"triple-text":{label:"Texto triple",params:["title","subtitle","text","background","image"]},banner:{label:"Banner",params:["title","text","background","image","height","text-lines","items"],variants:["default","image","colored"]},hero:{label:"Hero",params:["text","title","background","items","image","custom","text-lines"],variants:["default","dense","banner","contact"]},image:{label:"Imagen",params:["background","image"]},text:{label:"Textos",params:["background","items","text","title","text-lines"],variants:["default","simple"]},product:{label:"Producto",params:["title","subtitle","background","button","items_props","filters","sorting","limit"],variants:["default","hero-grid","hero-one"]},container:{label:"Contenedor",params:["background","children"]},footer:{label:"Footer",params:["background","subtitle","text","image"]},"product-carousel":{label:"Carrusel de imágenes",params:["title","items_props"]},"product-simple-info":{label:"Atributos simples",params:["title","items_props"]},"product-card-info":{label:"Tarjetas de atributos",params:["title","items_props"]},"product-location":{label:"Localización",params:["title","params"]},"product-description":{label:"Descripción del producto",params:["title"]},"simple-button":{label:"Texto con botón",params:["title","text","subtitle","items","background","image","button"],variants:["default","centered","middle-image"]},"selectable-cards":{label:"Tarjetas seleccionables",params:["title","text","items"],variants:["default","product"]},"steps-cards":{label:"Tarjetas de pasos",params:["title","text","items","image"]},"ecommerce-finder":{label:"Buscador de productos",params:["custom"]},"ecommerce-shopcart":{label:"Shopcart de Ecommerce",params:["title","text","custom"]},"ecommerce-catalog":{label:"Catálogo de productos",params:["title","text","background","custom"]},"ecommerce-catalog-lite":{label:"Catálogo de productos lite",params:["title","text","background","custom","button"]},"ecommerce-related-products":{label:"Productos relacionados",params:["title","text","background","custom","button"]},"ecommerce-banner":{label:"Banner para Ecommerce",params:["title","text","background","image","height","custom","button"],variants:["default","text-image","text-centered","text-image-background","button-image-background","contact","secondary","hero","carousel-options"]},"ecommerce-filters":{label:"Filtros para Ecommerce",params:["custom"]},"ecommerce-categories":{label:"Botones de categorías",params:["items","custom"]},"shopcart-products":{label:"Checkout de shopcart",params:["custom"]},"ecommerce-checkout":{label:"Checkout de Ecommerce"},"ecommerce-highlights":{label:"Catálogo productos destacados",params:["title","text","background","custom"]},widget:{label:"Widget custom",params:["code","custom"]}}),n.PRODUCT_TEMPLATES_LABELS=["product-carousel","product-card-info","product-simple-info","product-location","product-description","ecommerce-catalog-lite","ecommerce-related-products","widget","hero","image"],Object.freeze(n.PRODUCT_TEMPLATES_LABELS),n.ECOMMERCE_TEMPLATES_LABELS=["ecommerce-finder","ecommerce-catalog","ecommerce-catalog-lite","ecommerce-related-products","ecommerce-banner","ecommerce-filters","ecommerce-checkout","ecommerce-categories","ecommerce-highlights","ecommerce-shopcart","widget","hero","image"],Object.freeze(n.ECOMMERCE_TEMPLATES_LABELS),n.CHECKOUT_TEMPLATES_LABELS=["shopcart-products"],Object.freeze(n.CHECKOUT_TEMPLATES_LABELS),n.ITEMS_DIRECTIONS=["normal","invertido"],Object.freeze(n.ITEMS_DIRECTIONS)})(qt),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(Ht,n),o(qt,n)}($t);var Kt={},ai={};Object.defineProperty(ai,"__esModule",{value:!0}),ai.LAYOUT_SECTION_TYPES=ai.LayoutSectionType=ai.TextLineType=void 0;var Qt;(function(n){n.TITLE="title",n.SUBTITLE="subtitle",n.PARAGRAPH="paragraph"})(Qt||(ai.TextLineType=Qt={}));var ii;(function(n){n.TEXT="text",n.TABLE="table",n.CARDS_GRID="cards-grid",n.IMAGE="image",n.SIGNATURE="signature",n.RADIO_BUTTONS="radio_buttons"})(ii||(ai.LayoutSectionType=ii={})),ai.LAYOUT_SECTION_TYPES=[ii.TEXT,ii.CARDS_GRID,ii.TABLE,ii.IMAGE,ii.SIGNATURE,ii.RADIO_BUTTONS],function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(ai,n)}(Kt);var Wt={},Pi={};Object.defineProperty(Pi,"__esModule",{value:!0}),Pi.COMISION_SOURCE_ENTITIES=Pi.TipoComision=void 0;var Yt;(function(n){n.PORCENTAJE="porcentaje",n.MONTO_FIJO="monto_fijo"})(Yt||(Pi.TipoComision=Yt={})),Pi.COMISION_SOURCE_ENTITIES=["captacion","pedido","producto","propuesta","importacion"];var Zt={};Object.defineProperty(Zt,"__esModule",{value:!0});var Sl={};Object.defineProperty(Sl,"__esModule",{value:!0}),Sl.TipoLiquidacion=void 0;var Xt;(function(n){n.SOLICITUD_CLIENTE="solicitud_cliente",n.RED_COMERCIAL="red_comercial"})(Xt||(Sl.TipoLiquidacion=Xt={}));var ha={};Object.defineProperty(ha,"__esModule",{value:!0}),ha.TABLES=ha.TABLES_FIELDS=ha.SOURCES=ha.LOGIC_OPERATORS=ha.RULE_OPERATORS=void 0,ha.RULE_OPERATORS=["==","!=","<",">","IN"],ha.LOGIC_OPERATORS=["AND","OR"],ha.SOURCES=["IMPORTACION","TABLA","CONTENEDOR"],ha.TABLES_FIELDS={PRODUCTOS:["TIPO","NOMBRE","DESCRIPCION","ID_GAMA","ESTADO","TAGS","ID_PRODUCTO","PROPS","CODIGO_EXTERNO"],CAPTACION:["ESTADO","TIPO","CAPTADO","ID_CAPTACION","FECHA_CAPTADO","COD_CLIENTE","COD_PROVEEDOR"]},ha.TABLES=[{label:"PRODUCTOS",value:"PRODUCTOS"},{label:"CAPTACIONES",value:"CAPTACION"}],function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(Pi,n),o(Zt,n),o(Sl,n),o(ha,n)}(Wt);var Jt={},Ll={};Object.defineProperty(Ll,"__esModule",{value:!0}),Ll.OPERATORS=void 0,Ll.OPERATORS=["==","!=",">","<",">=","<=","contains","not_contains","in","not_in"];var Di={};Object.defineProperty(Di,"__esModule",{value:!0}),Di.ControlType=Di.GAMA_PROP_CONTROL_TYPES=void 0,Di.GAMA_PROP_CONTROL_TYPES=[{code:"input_text",icon:"title",label:"Texto"},{code:"input_number",icon:"o_looks_one",label:"Número"},{code:"datetime",icon:"event",label:"Fecha y hora"},{code:"date",icon:"calendar_today",label:"Fecha"},{code:"time",icon:"schedule",label:"Hora"},{code:"switch",icon:"toggle_on",label:"Switch"},{code:"checkbox",icon:"o_check_box",label:"Checkbox"},{code:"select",icon:"list",label:"Selector simple"},{code:"cards_select",icon:"grid_view",label:"Selector de tarjetas"},{code:"location",icon:"o_location_on",label:"Ubicación"},{code:"dynamic_array",icon:"data_array",label:"Colección dinámica"},{code:"object",icon:"data_object",label:"Objeto"},{code:"keys_counter",icon:"plus_one",label:"Contador de entradas"},{code:"collection",icon:"o_description",label:"Colección"},{code:"images",icon:"o_image",label:"Imágenes"},{code:"currency",icon:"attach_money",label:"Moneda"}];var es;(function(n){n.TEXT="input_text",n.NUMBER="input_number",n.DATETIME="datetime",n.DATE="date",n.TIME="time",n.SWITCH="switch",n.CHECKBOX="checkbox",n.SELECT="select",n.CARDS_SELECT="cards_select",n.LOCATION="location",n.DYNAMIC_ARRAY="dynamic_array",n.OBJECT="object",n.KEYS_COUNTER="keys_counter",n.COLLECTION="collection",n.IMAGES="images",n.CURRENCY="currency"})(es||(Di.ControlType=es={}));var as={};Object.defineProperty(as,"__esModule",{value:!0});var is={};Object.defineProperty(is,"__esModule",{value:!0});var ls={},Lo={exports:{}};(function(n,d){(function(o,c){c(d)})(W,function(o){var c=function(h){return"trwagmyfpdxbnjzsqvhlcke"[+h%23]},s=function(h){return(""+Math.random()).slice(-h)},r=function(h){return(function(f){var x=f%2147483647;return x<=0&&(x+=2147483646),{next:function(){return x=16807*x%2147483647}}}(h).next()-1)/2147483646},m=function(h){var f="xyzXYZ".indexOf(h[0])%3,x=f.toString();f===-1&&(x=h[0]);var T=""+x+h.slice(1,8);return c(T).toUpperCase()},p=function(h){return/^[XYZ]{1}[0-9]{7}[TRWAGMYFPDXBNJZSQVHLCKE]{1}$/i.test(h)},g=function(h){return/^[0-9]{8}[TRWAGMYFPDXBNJZSQVHLCKE]{1}$/i.test(h)};o.ctrlChar=m,o.isNIE=function(h){return!!h&&h.length===9&&p(h)&&m(h)===h[8].toUpperCase()},o.isNIF=function(h){return!!h&&h.length===9&&g(h)&&m(h)===h[8].toUpperCase()},o.isValid=function(h){var f=h||"";if(f.length!==9&&!p(f)&&!g(f))return!1;var x="xyzXYZ".indexOf(f[0])%3,T=x.toString();x===-1&&(T=f[0]);var y=+(T+f.slice(1,8))%23;return"trwagmyfpdxbnjzsqvhlcket".indexOf(f[8].toLowerCase())===y},o.normalize=function(h){return h.replace(/[-_\s]/gi,"").toUpperCase()},o.randomNIE=function(){var h=Math.floor(3*Math.random()),f=s(7),x=c(""+h+f).toUpperCase();return""+"XYZ"[h]+f+x},o.randomNIEWith=function(h,f,x){x===void 0&&(x=1e8*Math.random());var T="xyzXYZ".indexOf(h)%3;if(T===-1)return null;var y="trwagmyfpdxbnjzsqvhlckeTRWAGMYFPDXBNJZSQVHLCKE".indexOf(f)%23;if(y===-1)return null;var b=T+1,O=+(""+T+Math.floor(1e6*b+(9999999-1e6*b-23)*r(x)));return(""+h+("0"+(O-O%23+y)+f).slice(-8)).toUpperCase()},o.randomNIF=function(){var h=s(8);return h+c(h).toUpperCase()},o.randomNIFWith=function(h,f){f===void 0&&(f=1e8*Math.random());var x="trwagmyfpdxbnjzsqvhlckeTRWAGMYFPDXBNJZSQVHLCKE".indexOf(h)%23;if(x===-1)return null;var T=99999998-4347826*(Math.floor(22*r(f))+1);return(""+("0"+(T+(x-Math.max(0,T)%23))).slice(-8)+h).toUpperCase()},Object.defineProperty(o,"__esModule",{value:!0})})})(Lo,Lo.exports);var wu=Lo.exports,os={};(function(n){(function(d,o){typeof n.nodeName!="string"?o(n):o(d.IBAN={})})(W,function(d){Array.prototype.map||(Array.prototype.map=function(b){if(this===void 0||this===null)throw new TypeError;var O=Object(this),C=O.length>>>0;if(typeof b!="function")throw new TypeError;for(var I=new Array(C),E=arguments.length>=2?arguments[1]:void 0,P=0;P<C;P++)P in O&&(I[P]=b.call(E,O[P],P,O));return I});var o=65,c=90;function s(b){return b=b.toUpperCase(),b=b.substr(4)+b.substr(0,4),b.split("").map(function(O){var C=O.charCodeAt(0);return C>=o&&C<=c?C-o+10:O}).join("")}function r(b){for(var O=b,C;O.length>2;)C=O.slice(0,9),O=parseInt(C,10)%97+O.slice(C.length);return parseInt(O,10)%97}function m(b){var O=b.match(/(.{3})/g).map(function(C){var I,E=C.slice(0,1),P=parseInt(C.slice(1),10);switch(E){case"A":I="0-9A-Za-z";break;case"B":I="0-9A-Z";break;case"C":I="A-Za-z";break;case"F":I="0-9";break;case"L":I="a-z";break;case"U":I="A-Z";break;case"W":I="0-9a-z";break}return"(["+I+"]{"+P+"})"});return new RegExp("^"+O.join("")+"$")}function p(b){return b.replace(x,"").toUpperCase()}function g(b,O,C,I){this.countryCode=b,this.length=O,this.structure=C,this.example=I}g.prototype._regex=function(){return this._cachedRegex||(this._cachedRegex=m(this.structure))},g.prototype.isValid=function(b){return this.length==b.length&&this.countryCode===b.slice(0,2)&&this._regex().test(b.slice(4))&&r(s(b))==1},g.prototype.toBBAN=function(b,O){return this._regex().exec(b.slice(4)).slice(1).join(O)},g.prototype.fromBBAN=function(b){if(!this.isValidBBAN(b))throw new Error("Invalid BBAN");var O=r(s(this.countryCode+"00"+b)),C=("0"+(98-O)).slice(-2);return this.countryCode+C+b},g.prototype.isValidBBAN=function(b){return this.length-4==b.length&&this._regex().test(b)};var h={};function f(b){h[b.countryCode]=b}f(new g("AD",24,"F04F04A12","AD1200012030200359100100")),f(new g("AE",23,"F03F16","AE070331234567890123456")),f(new g("AL",28,"F08A16","AL47212110090000000235698741")),f(new g("AT",20,"F05F11","AT611904300234573201")),f(new g("AZ",28,"U04A20","AZ21NABZ00000000137010001944")),f(new g("BA",20,"F03F03F08F02","BA391290079401028494")),f(new g("BE",16,"F03F07F02","BE68539007547034")),f(new g("BG",22,"U04F04F02A08","BG80BNBG96611020345678")),f(new g("BH",22,"U04A14","BH67BMAG00001299123456")),f(new g("BR",29,"F08F05F10U01A01","BR9700360305000010009795493P1")),f(new g("BY",28,"A04F04A16","BY13NBRB3600900000002Z00AB00")),f(new g("CH",21,"F05A12","CH9300762011623852957")),f(new g("CR",22,"F04F14","CR72012300000171549015")),f(new g("CY",28,"F03F05A16","CY17002001280000001200527600")),f(new g("CZ",24,"F04F06F10","CZ6508000000192000145399")),f(new g("DE",22,"F08F10","DE89370400440532013000")),f(new g("DK",18,"F04F09F01","DK5000400440116243")),f(new g("DO",28,"U04F20","DO28BAGR00000001212453611324")),f(new g("EE",20,"F02F02F11F01","EE382200221020145685")),f(new g("EG",29,"F04F04F17","EG800002000156789012345180002")),f(new g("ES",24,"F04F04F01F01F10","ES9121000418450200051332")),f(new g("FI",18,"F06F07F01","FI2112345600000785")),f(new g("FO",18,"F04F09F01","FO6264600001631634")),f(new g("FR",27,"F05F05A11F02","FR1420041010050500013M02606")),f(new g("GB",22,"U04F06F08","GB29NWBK60161331926819")),f(new g("GE",22,"U02F16","GE29NB0000000101904917")),f(new g("GI",23,"U04A15","GI75NWBK000000007099453")),f(new g("GL",18,"F04F09F01","GL8964710001000206")),f(new g("GR",27,"F03F04A16","GR1601101250000000012300695")),f(new g("GT",28,"A04A20","GT82TRAJ01020000001210029690")),f(new g("HR",21,"F07F10","HR1210010051863000160")),f(new g("HU",28,"F03F04F01F15F01","HU42117730161111101800000000")),f(new g("IE",22,"U04F06F08","IE29AIBK93115212345678")),f(new g("IL",23,"F03F03F13","IL620108000000099999999")),f(new g("IS",26,"F04F02F06F10","IS140159260076545510730339")),f(new g("IT",27,"U01F05F05A12","IT60X0542811101000000123456")),f(new g("IQ",23,"U04F03A12","IQ98NBIQ850123456789012")),f(new g("JO",30,"A04F22","JO15AAAA1234567890123456789012")),f(new g("KW",30,"U04A22","KW81CBKU0000000000001234560101")),f(new g("KZ",20,"F03A13","KZ86125KZT5004100100")),f(new g("LB",28,"F04A20","LB62099900000001001901229114")),f(new g("LC",32,"U04F24","LC07HEMM000100010012001200013015")),f(new g("LI",21,"F05A12","LI21088100002324013AA")),f(new g("LT",20,"F05F11","LT121000011101001000")),f(new g("LU",20,"F03A13","LU280019400644750000")),f(new g("LV",21,"U04A13","LV80BANK0000435195001")),f(new g("MC",27,"F05F05A11F02","MC5811222000010123456789030")),f(new g("MD",24,"U02A18","MD24AG000225100013104168")),f(new g("ME",22,"F03F13F02","ME25505000012345678951")),f(new g("MK",19,"F03A10F02","MK07250120000058984")),f(new g("MR",27,"F05F05F11F02","MR1300020001010000123456753")),f(new g("MT",31,"U04F05A18","MT84MALT011000012345MTLCAST001S")),f(new g("MU",30,"U04F02F02F12F03U03","MU17BOMM0101101030300200000MUR")),f(new g("NL",18,"U04F10","NL91ABNA0417164300")),f(new g("NO",15,"F04F06F01","NO9386011117947")),f(new g("PK",24,"U04A16","PK36SCBL0000001123456702")),f(new g("PL",28,"F08F16","PL61109010140000071219812874")),f(new g("PS",29,"U04A21","PS92PALS000000000400123456702")),f(new g("PT",25,"F04F04F11F02","PT50000201231234567890154")),f(new g("QA",29,"U04A21","QA30AAAA123456789012345678901")),f(new g("RO",24,"U04A16","RO49AAAA1B31007593840000")),f(new g("RS",22,"F03F13F02","RS35260005601001611379")),f(new g("SA",24,"F02A18","SA0380000000608010167519")),f(new g("SC",31,"U04F04F16U03","SC18SSCB11010000000000001497USD")),f(new g("SE",24,"F03F16F01","SE4550000000058398257466")),f(new g("SI",19,"F05F08F02","SI56263300012039086")),f(new g("SK",24,"F04F06F10","SK3112000000198742637541")),f(new g("SM",27,"U01F05F05A12","SM86U0322509800000000270100")),f(new g("ST",25,"F08F11F02","ST68000100010051845310112")),f(new g("SV",28,"U04F20","SV62CENR00000000000000700025")),f(new g("TL",23,"F03F14F02","TL380080012345678910157")),f(new g("TN",24,"F02F03F13F02","TN5910006035183598478831")),f(new g("TR",26,"F05F01A16","TR330006100519786457841326")),f(new g("UA",29,"F25","UA511234567890123456789012345")),f(new g("VA",22,"F18","VA59001123000012345678")),f(new g("VG",24,"U04F16","VG96VPVG0000012345678901")),f(new g("XK",20,"F04F10F02","XK051212012345678906")),f(new g("AO",25,"F21","AO69123456789012345678901")),f(new g("BF",27,"F23","BF2312345678901234567890123")),f(new g("BI",16,"F12","BI41123456789012")),f(new g("BJ",28,"F24","BJ39123456789012345678901234")),f(new g("CI",28,"U02F22","CI70CI1234567890123456789012")),f(new g("CM",27,"F23","CM9012345678901234567890123")),f(new g("CV",25,"F21","CV30123456789012345678901")),f(new g("DZ",24,"F20","DZ8612345678901234567890")),f(new g("IR",26,"F22","IR861234568790123456789012")),f(new g("MG",27,"F23","MG1812345678901234567890123")),f(new g("ML",28,"U01F23","ML15A12345678901234567890123")),f(new g("MZ",25,"F21","MZ25123456789012345678901")),f(new g("SN",28,"U01F23","SN52A12345678901234567890123")),f(new g("GF",27,"F05F05A11F02","GF121234512345123456789AB13")),f(new g("GP",27,"F05F05A11F02","GP791234512345123456789AB13")),f(new g("MQ",27,"F05F05A11F02","MQ221234512345123456789AB13")),f(new g("RE",27,"F05F05A11F02","RE131234512345123456789AB13")),f(new g("PF",27,"F05F05A11F02","PF281234512345123456789AB13")),f(new g("TF",27,"F05F05A11F02","TF891234512345123456789AB13")),f(new g("YT",27,"F05F05A11F02","YT021234512345123456789AB13")),f(new g("NC",27,"F05F05A11F02","NC551234512345123456789AB13")),f(new g("BL",27,"F05F05A11F02","BL391234512345123456789AB13")),f(new g("MF",27,"F05F05A11F02","MF551234512345123456789AB13")),f(new g("PM",27,"F05F05A11F02","PM071234512345123456789AB13")),f(new g("WF",27,"F05F05A11F02","WF621234512345123456789AB13"));var x=/[^a-zA-Z0-9]/g,T=/(.{4})(?!$)/g;function y(b){return typeof b=="string"||b instanceof String}d.isValid=function(b){if(!y(b))return!1;b=p(b);var O=h[b.slice(0,2)];return!!O&&O.isValid(b)},d.toBBAN=function(b,O){typeof O>"u"&&(O=" "),b=p(b);var C=h[b.slice(0,2)];if(!C)throw new Error("No country with code "+b.slice(0,2));return C.toBBAN(b,O)},d.fromBBAN=function(b,O){var C=h[b];if(!C)throw new Error("No country with code "+b);return C.fromBBAN(p(O))},d.isValidBBAN=function(b,O){if(!y(O))return!1;var C=h[b];return C&&C.isValidBBAN(p(O))},d.printFormat=function(b,O){return typeof O>"u"&&(O=" "),p(b).replace(T,"$1"+O)},d.electronicFormat=p,d.countries=h})})(os),function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.VALIDATORS=n.PropValidatorKeys=n.GamaPropValidatorsMap=void 0;const d=wu,o=os;n.GamaPropValidatorsMap={required:{fn:()=>s=>s.value!==null&&s.value!==void 0&&s.value!=="",message:"Este campo es requerido",label:"Requerido"},min:{fn:s=>r=>{if(typeof r.value=="number")return(r.value||0)>=s;if(typeof r.value=="string"){const m=r.value||"";return r.multiple?m.split(",").length>=s:m.length>=s}return!1},message:"El valor es menor al mínimo permitido",label:"Mínimo"},max:{fn:s=>r=>{if(typeof r.value=="number")return(r.value||0)<=s;if(typeof r.value=="string"){const m=r.value||"";return r.multiple?m.split(",").length<=s:(m||"").length<=s}return!1},message:"El valor es mayor al máximo permitido",label:"Máximo"},onlyNumbers:{fn:()=>s=>/^[0-9]*$/.test(String(s.value)||""),message:"Este campo solo acepta números",label:"Solo números"},email:{fn:()=>s=>s.value?/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/.test(String(s.value)||""):!0,message:"El correo electrónico no es válido",label:"Correo electrónico"},url:{fn:()=>s=>s.value?/^(ftp|http|https):\/\/[^ "]+$/.test(String(s.value)||"")||/^www\.[^ "]+$/.test(String(s.value)||""):!0,message:"La URL no es válida",label:"URL"},iban:{fn:()=>s=>s.value?o.isValid(String(s.value)||""):!0,message:"El IBAN no es válido",label:"Cuenta Bancaria (IBAN)"},dni:{fn:()=>s=>s.value?(0,d.isValid)(String(s.value)||""):!0,message:"El dni no es válido",label:"Identificación España (DNI, NIF, NIE)"},ine:{fn:()=>s=>!0,message:"El INE no es válido",label:"Identificación México (INE)"},curp:{fn:()=>s=>!0,message:"El CURP no es válido",label:"Identificación México (CURP)"},rfc:{fn:()=>s=>!0,message:"El RFC no es válido",label:"Identificador México (RFC)"}};var c;(function(s){s.REQUERIDO="required",s.MINIMO="min",s.MAXIMO="max",s.SOLO_NUMEROS="onlyNumbers",s.EMAIL="email",s.URL="url",s.DNI="dni",s.IBAN="iban",s.INE="ine",s.RFC="rfc",s.CURP="curp"})(c||(n.PropValidatorKeys=c={})),n.VALIDATORS=Object.entries(n.GamaPropValidatorsMap).map(([s,r])=>({value:s,...r}))}(ls);var ns={};Object.defineProperty(ns,"__esModule",{value:!0}),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(Ll,n),o(Di,n),o(as,n),o(is,n),o(ls,n),o(ns,n)}(Jt);var ts={},ss={};Object.defineProperty(ss,"__esModule",{value:!0});var rs={};Object.defineProperty(rs,"__esModule",{value:!0});var cs={};Object.defineProperty(cs,"__esModule",{value:!0});var us={};Object.defineProperty(us,"__esModule",{value:!0});var ds={};Object.defineProperty(ds,"__esModule",{value:!0});var ms={};Object.defineProperty(ms,"__esModule",{value:!0});var Ri={};Object.defineProperty(Ri,"__esModule",{value:!0}),Ri.SeguimientoEvent=Ri.ENTITIES_TO_OBSERVE=void 0,Ri.ENTITIES_TO_OBSERVE=["Captacion","Contacto","ContactoTels","ProductosPedido","Visitas"];var ps;(function(n){n.INSERT="insert",n.UPDATE="update",n.DELETE="delete"})(ps||(Ri.SeguimientoEvent=ps={})),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(ss,n),o(rs,n),o(cs,n),o(us,n),o(ds,n),o(ms,n),o(Ri,n)}(ts);var fs={},_s={};Object.defineProperty(_s,"__esModule",{value:!0});var gs={};Object.defineProperty(gs,"__esModule",{value:!0});var vs={};Object.defineProperty(vs,"__esModule",{value:!0});var Bl={};Object.defineProperty(Bl,"__esModule",{value:!0}),Bl.TimestampsAction=void 0;var bs;(function(n){n.CHECKIN="checkin",n.CHECKOUT="checkout"})(bs||(Bl.TimestampsAction=bs={})),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(_s,n),o(gs,n),o(vs,n),o(Bl,n)}(fs),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(St,n),o(Bt,n),o(Gt,n),o($t,n),o(Kt,n),o(Wt,n),o(Jt,n),o(ts,n),o(fs,n)}(Nt),function(n){var d=W&&W.__createBinding||(Object.create?function(c,s,r,m){m===void 0&&(m=r);var p=Object.getOwnPropertyDescriptor(s,r);(!p||("get"in p?!s.__esModule:p.writable||p.configurable))&&(p={enumerable:!0,get:function(){return s[r]}}),Object.defineProperty(c,m,p)}:function(c,s,r,m){m===void 0&&(m=r),c[m]=s[r]}),o=W&&W.__exportStar||function(c,s){for(var r in c)r!=="default"&&!Object.prototype.hasOwnProperty.call(s,r)&&d(s,c,r)};Object.defineProperty(n,"__esModule",{value:!0}),o(ct,n),o(Cl,n),o(Pt,n),o(Nt,n)}(Ee);const ku=["src","alt"],ka=se(e.defineComponent({__name:"FlagsIcons",props:{items:{default:()=>[]},type:{default:"languages"},size:{default:"md"}},setup(n){const d=n,o=d.type==="countries"?Ee.COUNTRIES:Ee.LANGUAGES,c=e.computed(()=>(d.items||[]).filter(s=>!!o[s]).map(s=>({image:o[s].flag,name:(d.type==="countries",o[s].nativeName)}))||[]);return(s,r)=>(e.openBlock(),e.createElementBlock("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,(m,p)=>(e.openBlock(),e.createElementBlock("span",{key:p,style:{"margin-right":"6px"}},[e.createElementVNode("div",{class:e.normalizeClass(["flag-circle",`flag-${s.size}`])},[e.createElementVNode("img",{src:m.image,alt:m.name,class:"flag"},null,8,ku)],2),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.name),1)]),_:2},1024)]))),128))]))}}),[["__scopeId","data-v-285f4d9c"]]),Fa=se(e.defineComponent({__name:"IconButton",props:{icon:{},label:{},badge:{},sm:{type:Boolean},md:{type:Boolean},color:{},flat:{type:Boolean,default:!0},disable:{type:Boolean},outline:{type:Boolean},bg:{},custom:{type:Boolean,default:!1}},setup(n){const d=n,{icon:o,label:c}=e.toRefs(d),s=e.computed(()=>d.custom?o.value:{edit:"sym_o_edit_square",add:"o_add_box",save:"save",delete:"o_delete",view:"o_visibility",cancel:"close",confirm:"done",tune:"tune",refresh:"refresh",close:"close",expand:"keyboard_arrow_down",collapse:"keyboard_arrow_up",code:"code",search:"search",import:"o_upload_file",download:"o_download",clone:"content_copy",publish:"send",support:"support",up:"arrow_upward",down:"arrow_downward",upload:"o_upload",reset_tv:"sym_o_reset_tv",card_view:"view_module",table_view:"view_list",drag:"drag_indicator",send:"send",sync:"sync",back:"arrow_back",reorder:"reorder",preview:"o_description",copy_id:"content_copy",prev:"arrow_back_ios_new",next:"arrow_forward_ios",menu:"more_vert",assign:"o_assignment_ind",clipboard:"content_paste_go"}[o.value||""]??o.value),r=e.computed(()=>d.sm?"12px":d.md?"14px":"16px");return(m,p)=>(e.openBlock(),e.createBlock(e.unref(M.QBtn),{unelevated:"",size:r.value,flat:m.flat&&!m.outline,outline:m.outline,round:"",icon:s.value,color:m.color,disable:m.disable,style:e.normalizeStyle({background:m.bg||"none"})},{default:e.withCtx(()=>[e.unref(c)?(e.openBlock(),e.createBlock(e.unref(M.QTooltip),{key:0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)),1)]),_:1})):e.createCommentVNode("",!0),m.badge?(e.openBlock(),e.createBlock(e.unref(M.QBadge),{key:1,rounded:"",color:"secondary-3",floating:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.badge),1)]),_:1})):e.createCommentVNode("",!0),e.renderSlot(m.$slots,"default",{},void 0,!0)]),_:3},8,["size","flat","outline","icon","color","disable","style"]))}}),[["__scopeId","data-v-69db396c"]]),Bo=se(e.defineComponent({__name:"IndicatorColor",props:{color:{}},setup(n){const d=n,o=e.computed(()=>{var c;return(c=d.color)!=null&&c.startsWith("#")?{background:d.color}:{}});return(c,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([c.color,"indicator-icon"]),style:e.normalizeStyle(o.value)},null,6))}}),[["__scopeId","data-v-f7a2cee7"]]),Vu={key:1,class:"center full-width"},hs=e.defineComponent({__name:"MenuButton",props:{icon:{default:"menu"},color:{},textColor:{},flat:{type:Boolean},label:{},size:{default:"md"},items:{},normalButton:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["onItemClick"],setup(n,{emit:d}){const o=d,c=n,s=e.computed(()=>c.items.filter(m=>m.show!==!1)),r=e.computed(()=>c.normalButton?pi:Fa);return(m,p)=>{const g=e.resolveComponent("IndicatorColor"),h=e.resolveDirective("close-popup");return e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.value),{action:m.icon?"":"menu",icon:m.icon,label:m.label,"text-color":m.textColor,color:m.color,flat:m.flat,size:m.size,unelevated:"",loading:m.loading},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QMenu),null,{default:e.withCtx(()=>[e.createVNode(e.unref(M.QList),{style:{"min-width":"150px"}},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,f=>e.withDirectives((e.openBlock(),e.createBlock(e.unref(M.QItem),{clickable:"",onClick:x=>f.onClick?f.onClick():o("onItemClick",f),disable:f.disabled},{default:e.withCtx(()=>[f.icon||f.color?(e.openBlock(),e.createBlock(e.unref(M.QItemSection),{key:0,avatar:"",style:{width:"40px !important","min-width":"40px !important"}},{default:e.withCtx(()=>[f.icon?(e.openBlock(),e.createBlock(e.unref(M.QIcon),{key:0,name:f.icon,size:"xs"},null,8,["name"])):f.color?(e.openBlock(),e.createElementBlock("div",Vu,[e.createVNode(g,{color:f.color},null,8,["color"])])):e.createCommentVNode("",!0)]),_:2},1024)):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QItemSection),{style:{"text-wrap":"nowrap"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f.label),1)]),_:2},1024)]),_:2},1032,["onClick","disable"])),[[h]])),256))]),_:1})]),_:1})]),_:1},8,["action","icon","label","text-color","color","flat","size","loading"])}}}),Mu={class:"flex no-wrap text-no-wrap items-center justify-start"},Ra=se(e.defineComponent({__name:"StateIndicator",props:{state:{default:0},labels:{default:()=>["Inactivo","Activo"]},textClassName:{},colors:{default:()=>["grey","green"]},states:{},sm:{type:Boolean},color:{},label:{}},setup(n){const d=n,{state:o,labels:c,colors:s,states:r,color:m,label:p}=e.toRefs(d),g=e.computed(()=>{var x;return((x=r==null?void 0:r.value)==null?void 0:x[o.value])||null}),h=e.computed(()=>{var x;return p.value??(((x=g.value)==null?void 0:x.label)||c.value[Number(o.value)])}),f=e.computed(()=>{var x;return m.value??(((x=g.value)==null?void 0:x.color)||s.value[Number(o.value)])});return(x,T)=>(e.openBlock(),e.createElementBlock("div",Mu,[e.createVNode(Bo,{color:f.value},null,8,["color"]),e.createElementVNode("span",{style:e.normalizeStyle(x.sm?"font-size: 12px":""),class:e.normalizeClass(`indicator-label ${x.textClassName}`)},e.toDisplayString(h.value),7)]))}}),[["__scopeId","data-v-5217c805"]]),Uu=e.defineComponent({__name:"DomSection",props:{section:{}},setup(n){const d=e.ref(null),o=n;return e.watch([()=>o.section,d],([c,s])=>{c&&s&&s.appendChild(c)}),(c,s)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"container",ref:d},null,512))}}),Fu={key:1,class:"pdf-placeholder"},zu={key:2,class:"actions no-print"},Gu=se(e.defineComponent({__name:"PdfContainer",props:{pdf:{}},setup(n){const d=e.computed(()=>typeof window<"u"),o=e.ref(null);e.onMounted(async()=>{if(d.value)try{const f=await import("pdf-vue3");o.value=f.default}catch(f){console.error("Error loading pdf-vue3:",f)}});const c=e.inject("globalModel"),s=e.ref(null),r=e.ref(null),m=()=>{var f;(f=s.value)==null||f.clearSignature(),h()},p=e.ref(0);function g(f){const x=f._pdfInfo;if(p.value=x.numPages,typeof document>"u")return;const T=document.getElementsByClassName("pdf-vue3-canvas-container")[0];setTimeout(()=>{const y=T.clientWidth,b=T.clientHeight+600;r.value={width:y,height:b}},100)}const h=()=>{var x,T;const f=!((x=s.value)!=null&&x.isEmpty());c.value={...c.value,signed:f,values:{...(T=c.value)==null?void 0:T.values}}};return(f,x)=>{const T=e.resolveComponent("VueSignaturePad"),y=e.resolveComponent("client-only");return e.openBlock(),e.createElementBlock("div",{class:"pdf-container",onPointermove:h},[o.value&&d.value?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.value),{key:0,src:f.pdf.url,showBackToTopBtn:!1,rowGap:0,ref:"pdfRef",onOnPdfInit:g},null,40,["src"])):(e.openBlock(),e.createElementBlock("div",Fu,[e.createVNode(e.unref(M.QSkeleton),{height:"500px"})])),e.createVNode(y,null,{default:e.withCtx(()=>[r.value&&d.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"signature",style:e.normalizeStyle({width:r.value.width+"px",height:r.value.height+"px"})},[e.createVNode(T,{width:"100%",height:"100%",ref_key:"signaturePad",ref:s},null,512)],4)):e.createCommentVNode("",!0)]),_:1}),d.value?(e.openBlock(),e.createElementBlock("div",zu,[e.createVNode(e.unref(M.QBtn),{size:"lg",round:"",color:"black",icon:"replay",onClick:m})])):e.createCommentVNode("",!0)],32)}}}),[["__scopeId","data-v-cdaacfcf"]]);function Cs(n,d){const o=`{{${d}}}`;try{const c=d.split(".").flatMap(s=>{var p;const r=/(\w+)\[(\d+)\]/g,m=(p=Array.from(s.matchAll(r)))==null?void 0:p[0];return m!=null&&m.length?m.slice(1):s});return(c==null?void 0:c.reduce((s,r)=>(s==null?void 0:s[r])||"",n))||o}catch(c){return console.error(c),o}}function ju(n,d,o){const c=d.split(".");if(!c.length)return n;const s=c.pop(),r=c.reduce((m,p)=>(m[p]||(m[p]={}),m[p]),n);return r[s]=o,n}const $u={class:"card"},Hu={key:0,class:"card-header"},qu=["contenteditable"],Ku={class:"card-content"},Qu=["contenteditable"],Wu=["contenteditable"],Yu=se(e.defineComponent({__name:"Card",props:{card:{},data:{}},setup(n){const d=n;function o(r){const m=r.value||Cs(d.data,r.key||"");return c(m,r.format)}function c(r,m){return m?m==="currency"?new Intl.NumberFormat("es-ES",{style:"currency",currency:"EUR"}).format(r):m==="percentage"?`${r} %`:r:r}const s=e.inject("editable");return(r,m)=>(e.openBlock(),e.createElementBlock("div",$u,[r.card.title||r.card.subtitle?(e.openBlock(),e.createElementBlock("div",Hu,[r.card.title?(e.openBlock(),e.createElementBlock("h3",{key:0,contenteditable:e.unref(s)},e.toDisplayString(r.card.title),9,qu)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ku,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.card.fields,(p,g)=>(e.openBlock(),e.createElementBlock("div",{key:g,class:"card-field"},[e.createElementVNode("span",{contenteditable:e.unref(s),class:"field-label"},e.toDisplayString(p.label),9,Qu),e.createElementVNode("span",{contenteditable:e.unref(s),class:"field-value"},e.toDisplayString(o(p)),9,Wu)]))),128))])]))}}),[["__cssModules",{$style:{card:"_card_12eql_1","card-header":"_card-header_12eql_8","card-content":"_card-content_12eql_22","card-field":"_card-field_12eql_22","field-label":"_field-label_12eql_27","field-value":"_field-value_12eql_30"}}]]);function wl(n,d={}){const o=e.inject("data"),c=e.computed(()=>o.value[n]||d),s=e.computed(()=>o.value.global||{}),r=e.computed(()=>({...s.value,...c.value}));return{sectionData:c,globalData:s,data:r}}const Zu=se(e.defineComponent({__name:"CardGridSection",props:{styles:{},id:{},content:{}},setup(n){const d=n,{data:o}=wl(d.id,{});return(c,s)=>{var r;return e.openBlock(),e.createElementBlock("div",{class:"card-section",style:e.normalizeStyle(((r=c.styles)==null?void 0:r.cssRaw)||"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.content.cards,(m,p)=>(e.openBlock(),e.createBlock(Yu,{key:p,card:m,data:e.unref(o)},null,8,["card","data"]))),128))],4)}}}),[["__cssModules",{$style:{"card-section":"_card-section_1xfbl_2"}}]]),Xu=["src","alt"],Ju=se(e.defineComponent({__name:"ImageSection",props:{styles:{},id:{},content:{}},setup(n){const d=n,{content:o,styles:c}=e.toRefs(d);return wl(d.id,{}),(s,r)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({justifyContent:e.unref(o).align}),class:"img-container"},[e.createElementVNode("img",{src:e.unref(o).src,alt:e.unref(o).alt,style:e.normalizeStyle({width:e.unref(o).width,height:e.unref(o).height})},null,12,Xu)],4))}}),[["__cssModules",{$style:{"img-container":"_img-container_17yzt_2"}}]]),ed={class:"section"},ad={class:"q-py-md-lg q-my-md q-px-xs row justify-center items-center"},id=se(e.defineComponent({__name:"RadioButtonsSection",props:{styles:{},id:{},content:{}},setup(n){const d=e.inject("globalModel"),o=n,c=e.ref("");return e.watch(c,()=>{var s;d.value={...d.value,values:{...(s=d.value)==null?void 0:s.values,[o.id]:c.value}}}),(s,r)=>(e.openBlock(),e.createElementBlock("div",ed,[e.createElementVNode("div",ad,[e.createVNode(e.unref(M.QRadio),{modelValue:c.value,"onUpdate:modelValue":r[0]||(r[0]=m=>c.value=m),val:"si",label:"Sí acepto",class:"radio q-mx-md"},null,8,["modelValue"]),e.createVNode(e.unref(M.QRadio),{modelValue:c.value,"onUpdate:modelValue":r[1]||(r[1]=m=>c.value=m),val:"no",label:"No acepto",class:"radio q-mx-md"},null,8,["modelValue"])])]))}}),[["__scopeId","data-v-90eb7a2c"]]),ld={class:"section"},od={key:0},nd={key:0,class:"no-print"},td={class:"signature"},sd={class:"flex justify-end q-gutter-sm q-pa-sm"},rd={key:1,class:"column",style:{"max-width":"100vw"}},cd=["src"],ud={class:"flex justify-end q-mt-sm no-print"},dd={key:1,class:"flex justify-center q-pa-lg"},md=se(e.defineComponent({__name:"SignatureSection",props:{styles:{},id:{},content:{}},emits:["save","clear","cancel","edit"],setup(n,{emit:d}){const o=e.inject("globalModel"),c=n,s=e.computed(()=>c.content.signable),r=e.ref(null),m=e.ref(""),p=e.ref(!1),{screen:g}=M.useQuasar(),h=()=>{var O;(O=r.value)==null||O.clearSignature(),b(!1)},f=d,x=()=>{var I;const{isEmpty:O,data:C}=(I=r.value)==null?void 0:I.saveSignature();O||(m.value=C,p.value=!1,b(!0),f("save"))},T=()=>{p.value=!0,b(!1),f("edit")},y=()=>{p.value=!1,b(!1),f("cancel")},b=O=>{var C;o.value={...o.value,signed:O,values:{...(C=o.value)==null?void 0:C.values,[c.id]:O}}};return(O,C)=>{const I=e.resolveComponent("VueSignaturePad"),E=e.resolveComponent("client-only");return e.openBlock(),e.createElementBlock("div",ld,[s.value?(e.openBlock(),e.createElementBlock("div",od,[p.value?(e.openBlock(),e.createElementBlock("div",nd,[e.createVNode(E,null,{default:e.withCtx(()=>[e.createElementVNode("div",td,[e.createVNode(I,{width:e.unref(g).lt.md?"100vw":"auto",height:"180px",ref_key:"signaturePad",ref:r},null,8,["width"])])]),_:1}),e.createElementVNode("div",sd,[e.createVNode(e.unref(M.QBtn),{unelevated:"",outline:"",onClick:y},{default:e.withCtx(()=>[...C[0]||(C[0]=[e.createTextVNode("Cancelar",-1)])]),_:1}),e.createVNode(e.unref(M.QBtn),{unelevated:"",outline:"",onClick:h},{default:e.withCtx(()=>[...C[1]||(C[1]=[e.createTextVNode("Limpiar",-1)])]),_:1}),e.createVNode(e.unref(M.QBtn),{unelevated:"",outline:"",onClick:x},{default:e.withCtx(()=>[...C[2]||(C[2]=[e.createTextVNode("Confirmar",-1)])]),_:1})])])):(e.openBlock(),e.createElementBlock("div",rd,[e.createElementVNode("img",{src:m.value,height:"140"},null,8,cd),e.createElementVNode("div",ud,[e.createVNode(e.unref(M.QBtn),{onClick:T},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.value?"Volver a firmar":"Firmar"),1)]),_:1})])]))])):(e.openBlock(),e.createElementBlock("div",dd,"[FIRMA]"))])}}}),[["__scopeId","data-v-0953979f"]]),pd=["contenteditable"],fd=["contenteditable"],_d="#f5f5f5",gd=se(e.defineComponent({__name:"TableSection",props:{styles:{},id:{},content:{}},setup(n){const d=n,{columns:o}=e.toRefs(d.content),{data:c}=wl(d.id,[]),s=e.computed(()=>[...c.value[d.content.rowsKey]||[]]),r=e.inject("editable");return(m,p)=>{var g;return e.openBlock(),e.createElementBlock("table",{style:e.normalizeStyle("width: 100%;"+((g=m.styles)==null?void 0:g.cssRaw)||""),class:"table-section"},[e.createElementVNode("thead",null,[e.createElementVNode("tr",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(o),h=>(e.openBlock(),e.createElementBlock("th",{key:h.key,style:e.normalizeStyle({textAlign:h.align||"left"}),contenteditable:e.unref(r)},e.toDisplayString(h.header),13,pd))),128))])]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(h,f)=>(e.openBlock(),e.createElementBlock("tr",{key:f,style:e.normalizeStyle({backgroundColor:f%2===0?_d:"transparent"})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(o),x=>(e.openBlock(),e.createElementBlock("td",{key:x.key,style:e.normalizeStyle({textAlign:x.align||"left"}),contenteditable:e.unref(r)},e.toDisplayString(h[x.key]),13,fd))),128))],4))),128))])],4)}}}),[["__cssModules",{$style:{"table-section":"_table-section_aicx8_1"}}]]),vd={class:"section"},bd={key:0,class:"no-print"},hd={class:"add-btn"},Cd=["contenteditable"],Od=["contenteditable"],Ed={class:"p-container"},xd=["contenteditable"],Id={key:0,class:"remove-btn no-print"},Ad=se(e.defineComponent({__name:"TextSection",props:{styles:{},id:{},content:{}},setup(n){const d=n,{data:o}=wl(d.id,{}),c=e.computed(()=>{var x;return((x=d.content)==null?void 0:x.lines)||[]}),s=e.ref([]),r=e.inject("editable"),m=(x,T,y)=>{if(!T)return p(o.value,x);const b={};return Object.keys(T).forEach(C=>{const I=`${y}.${C}`;ju(b,I,T[C])}),p(b,x)};e.watch(c,x=>{s.value=ce.cloneDeep(x)},{deep:!0,immediate:!0});function p(x,T){const y=T.match(/{{(.*?)}}/g);return y?y.reduce((b,O)=>{const C=O.replace(/{{|}}/g,"").trim(),I=Cs(x,C);return b.replace(O,I??C)},T):T}const g=()=>{if(!(r!=null&&r.value))return;const x=s.value.length,T={type:Ee.TextLineType.PARAGRAPH,text:"Párrafo "+x};s.value.push(T)},h=x=>{r!=null&&r.value&&s.value.splice(x,1)},f=x=>x.split(`
28
+ `);return(x,T)=>{var y;return e.openBlock(),e.createElementBlock("div",vd,[e.unref(r)?(e.openBlock(),e.createElementBlock("div",bd,[e.createElementVNode("div",hd,[e.createVNode(e.unref(M.QBtn),{size:"sm",round:"",color:"black",onClick:g,icon:"add"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...T[0]||(T[0]=[e.createTextVNode("Agregar párrafo",-1)])]),_:1})]),_:1})])])):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(((y=x.styles)==null?void 0:y.cssRaw)||"")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,({type:b,text:O,align:C,sourceCollection:I,styles:E},P)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({textAlign:C||"left"})},[b==="title"?(e.openBlock(),e.createElementBlock("h1",{key:0,contenteditable:e.unref(r),style:e.normalizeStyle(E||{})},e.toDisplayString(m(O,null)),13,Cd)):e.createCommentVNode("",!0),b==="subtitle"?(e.openBlock(),e.createElementBlock("h2",{key:1,contenteditable:e.unref(r),style:e.normalizeStyle(E||{})},e.toDisplayString(m(O,null)),13,Od)):e.createCommentVNode("",!0),b==="paragraph"?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:2},e.renderList(I?e.unref(o)[I]:[null],N=>(e.openBlock(),e.createElementBlock("div",Ed,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f(m(O,N,I)),D=>(e.openBlock(),e.createElementBlock("p",{contenteditable:e.unref(r),style:e.normalizeStyle(E||{})},e.toDisplayString(D),13,xd))),256)),e.unref(r)?(e.openBlock(),e.createElementBlock("div",Id,[e.createVNode(e.unref(M.QBtn),{size:"sm",r:"",round:"",color:"black",onClick:D=>h(P),icon:"delete"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...T[1]||(T[1]=[e.createTextVNode("Eliminar párrafo",-1)])]),_:1})]),_:2},1032,["onClick"])])):e.createCommentVNode("",!0)]))),256)):e.createCommentVNode("",!0)],4))),256))],4)])}}}),[["__cssModules",{$style:{section:"_section_besae_1","p-container":"_p-container_besae_2","add-btn":"_add-btn_besae_6","remove-btn":"_remove-btn_besae_13","no-print":"_no-print_besae_41"}}]]),yd=e.defineComponent({__name:"SectionWrapper",props:{section:{}},setup(n){const d=n,o={[Ee.LayoutSectionType.TEXT]:Ad,[Ee.LayoutSectionType.IMAGE]:Ju,[Ee.LayoutSectionType.TABLE]:gd,[Ee.LayoutSectionType.CARDS_GRID]:Zu,[Ee.LayoutSectionType.SIGNATURE]:md,[Ee.LayoutSectionType.RADIO_BUTTONS]:id},c=e.computed(()=>d.section.type),s=e.computed(()=>({content:d.section.content,styles:d.section.styles,id:d.section.idDocLaySection}));return(r,m)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o[c.value]),e.normalizeProps(e.guardReactiveProps(s.value)),null,16))}}),Os=se(e.defineComponent({__name:"SectionsContainer",props:e.mergeModels({layout:{},data:{},htmlNodes:{},pdf:{},editable:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(n){var g,h;const d=e.useModel(n,"modelValue");e.provide("globalModel",d);const o=n,{layout:c,data:s,editable:r}=e.toRefs(o);e.provide("data",s),e.provide("editable",r||e.ref(!1));const m=e.computed(()=>{var x,T;const f=((x=c.value)==null?void 0:x.sections.map(y=>({type:"default",section:y})))||[];return(T=o.htmlNodes)==null||T.forEach(({index:y,element:b})=>{const O=y>f.length?f.length:y;f.splice(O,0,{type:"html",section:b})}),f}),p=((h=(g=c.value)==null?void 0:g.styles)==null?void 0:h.cssRaw)||"";return(f,x)=>(e.openBlock(),e.createElementBlock("div",{class:"sections-container",style:e.normalizeStyle(e.unref(p))},[f.pdf?(e.openBlock(),e.createBlock(Gu,{key:0,pdf:f.pdf},null,8,["pdf"])):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(m.value,({type:T,section:y})=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[T==="default"?(e.openBlock(),e.createBlock(yd,{key:0,section:y},null,8,["section"])):(e.openBlock(),e.createBlock(Uu,{key:1,section:y},null,8,["section"]))],64))),256))],4))}}),[["__cssModules",{$style:{"sections-container":"_sections-container_ikqi4_2"}}]]),Es=n=>n.charAt(0).toUpperCase()+n.slice(1),kl=(n,d=!1)=>typeof n!="string"?n:(n=n.toLowerCase(),d?n.split(" ").map(Es).join(" "):Es(n)),xs=(n,d,o="EUR")=>{const c=(n==null?void 0:n.toString().replace(/[^0-9.,]/g,""))||0;return Number(c).toLocaleString("de-DE",{style:"currency",currency:o,minimumFractionDigits:d??2,maximumFractionDigits:d??2})},Pd={negro:"#000000",blanco:"#FFFFFF",rojo:"#FF0000",verde:"#00FF00",azul:"#0000FF",amarillo:"#FFFF00",gris:"#808080",naranja:"#FFA500",rosado:"#FFC0CB",morado:"#800080",marrón:"#8B4513"},Vl=n=>{if(!n)return null;const d=ce.mapKeys(n,(m,p)=>p.toLowerCase()),o=d.id_producto||d.id,c=d.tabla_estado||d.r_estado||d.estado,r=(d.r_img||d.images||[]).filter(Boolean).map(m=>Dd(m)).filter(m=>m.estado>-1).sort((m,p)=>m.posicion-p.posicion);return{...d,id:o,estado:c,images:r}},Dd=n=>{const d=ce.mapKeys(n,(r,m)=>m.toLowerCase()),o=d.id_archivo||d.id,c=d.public||d.publico,s=d.tipo||d.filetype;return{...d,id:o,public:c,tipo:s}},Ti=se(e.defineComponent({__name:"ProductTag",props:{tag:{},format:{default:"capitalize"}},setup(n){const d=n,o=e.computed(()=>{if(!d.tag)return"";switch(d.format){case"capitalize":return kl(d.tag,!0);case"uppercase":return d.tag.toUpperCase();case"lowercase":return d.tag.toLowerCase();default:return d.tag}});return(c,s)=>c.tag?(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:0,class:"tag",size:"12px"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.value),1)]),_:1})):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-87dda428"]]),Rd={class:"text"},Td={key:0,class:"props-table"},Nd={key:0},Sd={key:1},Ld={key:0},Bd={key:2},wd={key:0},kd={key:3},Vd={key:0},Md={key:1,class:"list"},Ud={key:0,class:"row items-center q-mb-sm"},Is=se(e.defineComponent({__name:"BrokerProps",props:{data:{},gamaProps:{},table:{type:Boolean,default:!1}},setup(n){const d=n,{data:o}=e.toRefs(d),c=e.computed(()=>{var p,g,h;return((h=(g=(p=o.value)==null?void 0:p.especializacion)==null?void 0:g.map(f=>f.toLowerCase()))==null?void 0:h.map(f=>{var x;return(x=ce.upperFirst(ce.snakeCase(f)))==null?void 0:x.replace(/_/g," ")}))||[]}),s=e.computed(()=>{var p,g,h;return((h=(g=(p=o.value)==null?void 0:p.especializacion_de_residencia)==null?void 0:g.map(f=>f.toLowerCase()))==null?void 0:h.map(f=>{var x;return(x=ce.upperFirst(ce.snakeCase(f)))==null?void 0:x.replace(/_/g," ")}))||[]}),r=e.computed(()=>{var p,g,h;return((h=(g=(p=o.value)==null?void 0:p.especializacion_hipotecas)==null?void 0:g.map(f=>f.toLowerCase()))==null?void 0:h.map(f=>{var x;return(x=ce.upperFirst(ce.snakeCase(f)))==null?void 0:x.replace(/_/g," ")}))||[]}),m=e.computed(()=>{var h;const p=Number((h=o.value)==null?void 0:h.fecha_de_inicio)||0;return new Date().getFullYear()-p});return(p,g)=>{var h,f,x;return e.openBlock(),e.createElementBlock("div",Rd,[p.table?(e.openBlock(),e.createElementBlock("table",Td,[e.createElementVNode("tbody",null,[(h=e.unref(o))!=null&&h.idiomas.length?(e.openBlock(),e.createElementBlock("tr",Nd,[g[0]||(g[0]=e.createElementVNode("td",{class:"broker-label"},"Idiomas",-1)),e.createElementVNode("td",null,[e.createVNode(ka,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])])):e.createCommentVNode("",!0),e.createElementVNode("tr",null,[g[1]||(g[1]=e.createElementVNode("td",{class:"broker-label"},"Años de experiencia",-1)),e.createElementVNode("td",null,e.toDisplayString(m.value),1)]),c.value.length?(e.openBlock(),e.createElementBlock("tr",Sd,[g[2]||(g[2]=e.createElementVNode("td",{class:"broker-label"},"Especialización",-1)),e.createElementVNode("td",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,(T,y)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+y},[e.createTextVNode(e.toDisplayString(T),1),y<c.value.length-1?(e.openBlock(),e.createElementBlock("span",Ld,", ")):e.createCommentVNode("",!0)]))),128))])])):e.createCommentVNode("",!0),s.value.length?(e.openBlock(),e.createElementBlock("tr",Bd,[g[3]||(g[3]=e.createElementVNode("td",{class:"broker-label"},"Especialización de residencia",-1)),e.createElementVNode("td",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(T,y)=>(e.openBlock(),e.createElementBlock("span",{key:"espres-"+y},[e.createTextVNode(e.toDisplayString(T),1),y<s.value.length-1?(e.openBlock(),e.createElementBlock("span",wd,", ")):e.createCommentVNode("",!0)]))),128))])])):e.createCommentVNode("",!0),r.value.length?(e.openBlock(),e.createElementBlock("tr",kd,[g[4]||(g[4]=e.createElementVNode("td",{class:"broker-label"},"Especialización de hipotecas",-1)),e.createElementVNode("td",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(T,y)=>(e.openBlock(),e.createElementBlock("span",{key:"espres-"+y},[e.createTextVNode(e.toDisplayString(T),1),y<r.value.length-1?(e.openBlock(),e.createElementBlock("span",Vd,", ")):e.createCommentVNode("",!0)]))),128))])])):e.createCommentVNode("",!0)])])):(e.openBlock(),e.createElementBlock("div",Md,[(x=(f=e.unref(o))==null?void 0:f.idiomas)!=null&&x.length?(e.openBlock(),e.createElementBlock("div",Ud,[g[5]||(g[5]=e.createElementVNode("div",{class:"q-mr-sm"},"Idiomas:",-1)),e.createVNode(ka,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])):e.createCommentVNode("",!0),g[6]||(g[6]=e.createElementVNode("div",null,"Especializado en:",-1)),e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,T=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(T),1))),256)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,T=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(T),1))),256)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,T=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString(T),1))),256))])]))])}}}),[["__scopeId","data-v-e651b1fd"]]),Fd={class:"carousel-container"},zd={class:"carousel-overlay"},Gd={class:"text-center row justify-center no-wrap"},jd={key:0,class:"media-count"},$d={class:"row justify-between no-wrap"},Hd={class:"text-subtitle1 text-bold text-main",style:{"line-height":"120%"}},qd={key:0,class:"row items-center location-text q-mt-xs"},Kd={class:"q-ml-xs"},Qd={style:{"font-size":"15px"},class:"q-my-md text-black"},Wd={class:"q-mb-lg",style:{opacity:"0.85"}},Yd={key:1},Zd=se(e.defineComponent({__name:"BrokerCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{default:()=>[]},data:{},gamaProps:{},context:{}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s,context:r}=e.toRefs(c),m=e.ref(!1),p=e.computed(()=>{var O;return r.value==="captacion"?((O=s.value)==null?void 0:O.PARTNER)||null:s.value||null}),g=e.computed(()=>{var O;return(((O=s.value)==null?void 0:O.PAISES)||[]).map(C=>C.CODIGO.toLowerCase())}),h=e.computed(()=>{var O,C,I,E,P,N;return Ee.capitalize([(I=(C=(O=p.value)==null?void 0:O.CONTACTO)==null?void 0:C.UBICACION)==null?void 0:I.PROVINCIA,(N=(P=(E=p.value)==null?void 0:E.CONTACTO)==null?void 0:P.UBICACION)==null?void 0:N.CIUDAD].map(D=>D==null?void 0:D.trim()).filter(Boolean).join(", "),!0)}),f=e.computed(()=>{var O,C;return Ee.capitalize((C=(O=p.value)==null?void 0:O.NOMBRE)==null?void 0:C.trim().split(" ")[0],!0)}),x=e.computed(()=>{var O;return(((O=p.value)==null?void 0:O.DESCRIPCION_CORTA)||"").trim()}),T=e.computed(()=>{var O,C;return(C=(O=p.value)==null?void 0:O.TAGS)==null?void 0:C.split(",")}),y=e.ref(1),b=e.computed(()=>{var O;return(((O=p.value)==null?void 0:O.R_ARCHIVOS)||[]).map(C=>ce.mapKeys(C,(I,E)=>ce.snakeCase(E)))});return(O,C)=>p.value?(e.openBlock(),e.createBlock(va,{key:0,loading:O.fetching,"no-padding":"",unelevated:O.unelevated,"border-radius":O.borderRadius,hoverable:O.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:C[1]||(C[1]=I=>o("on-event",{code:"card_click",payload:{broker:p.value}}))},{default:e.withCtx(()=>{var I,E;return[e.createElementVNode("div",Fd,[e.createElementVNode("div",zd,[e.createElementVNode("div",Gd,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,P=>(e.openBlock(),e.createBlock(Ti,{tag:P},null,8,["tag"]))),256))]),m.value?(e.openBlock(),e.createElementBlock("div",jd,[e.createTextVNode(e.toDisplayString((I=b.value)!=null&&I.length?y.value:0)+"/"+e.toDisplayString(((E=b.value)==null?void 0:E.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])):e.createCommentVNode("",!0)]),e.createVNode(Ya,{modelValue:y.value,"onUpdate:modelValue":C[0]||(C[0]=P=>y.value=P),items:b.value,height:O.imageHeight,"border-radius":O.borderRadius},null,8,["modelValue","items","height","border-radius"])]),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-md-lg q-pa-md column justify-between full-height"},{default:e.withCtx(()=>{var P;return[e.createElementVNode("div",null,[e.createElementVNode("div",$d,[e.createElementVNode("div",Hd,e.toDisplayString(f.value),1),e.createVNode(ka,{items:g.value,type:"countries"},null,8,["items"])]),h.value?(e.openBlock(),e.createElementBlock("div",qd,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",Kd,e.toDisplayString(h.value),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",Qd,[e.createElementVNode("div",Wd,[x.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:O.descriptionLines,WebkitLineClamp:O.descriptionLines})},e.toDisplayString(x.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",Yd,[...C[2]||(C[2]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Is,{gamaProps:O.gamaProps,data:(P=e.unref(s))==null?void 0:P.PROPS},null,8,["gamaProps","data"])])])]}),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-82c1920b"]]),Xd=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",URL:"www.dartmolins.com",AVATAR:null,PROPS:{value:{},idiomas:["catalan","spanish"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"ES",NOMBRE:"España"},{CODIGO:"US",NOMBRE:"Estados Unidos"},{CODIGO:"PT",NOMBRE:"Portugal"}]},{ID_PARTNER:24,NOMBRE:"José Oyarzún",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["catalan","english","spanish"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:44:21.000Z",R_ARCHIVOS:[{ID_ARCHIVO:10,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/ee6299222552a9c9_Juan-Gonzalo-Ospina-PPL.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:21,NOMBRE:"Mauricio Farias",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:37:09.000Z",R_ARCHIVOS:[{ID_ARCHIVO:7,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/d4bd8460e5deb331_2025021916350151582.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[{CODIGO:"ES",NOMBRE:"España"}]},{ID_PARTNER:20,NOMBRE:"Sebastián Zepeda",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["spanish"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:34:58.000Z",R_ARCHIVOS:[{ID_ARCHIVO:8,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/a35f8fbbefbfed2d_compra-casa-documentos-hipoteca-inmobiliaria.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:19,NOMBRE:"Amelia Hernández",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:30:44.000Z",R_ARCHIVOS:[{ID_ARCHIVO:9,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/c842a6e167a53166_istockphoto-1587604256-612x612.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:18,NOMBRE:"Ana Beltrán",DESCRIPCION:"",URL:"www.smo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["trabajadores_temporales","empleados_publico"],fecha_de_inicio:"02/08/2025",numero_de_broker:"1231",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:24:02.000Z",R_ARCHIVOS:[{ID_ARCHIVO:11,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/444a0bd030e42466_cualidades-abogada-reunion-1.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"SImon",APELLIDO:null,APELLIDO2:null,UBICACION:null},SERVICIOS:[],PAISES:[]},{ID_PARTNER:14,NOMBRE:"H&A Asociados",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["empleados_publico"],fecha_de_inicio:"04/08/2021",numero_de_broker:"6757576",especializacion_de_residencia:["areas_metropolitanas","segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T01:15:17.000Z",R_ARCHIVOS:[{ID_ARCHIVO:12,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/8c59c8632e044101_iStock-1159560350.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:3,NOMBRE:"Jean Gutierrez",DESCRIPCION:"Gestiono propiedades en arriendo y venta con una amplia cartera de clientes inversionistas. Mi enfoque está en maximizar el valor de cada activo mediante estrategias de marketing digital, staging y negociación directa con potenciales compradores.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["spanish","english","catalan"],especializacion:["familias_monoparentales","personas_con_discapacidad","familias_numerosas","mayores_de_55"],fecha_de_inicio:"2020",numero_de_broker:"A03",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:47:03.000Z",R_ARCHIVOS:[{ID_ARCHIVO:3,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/94f5a94e8c7fee5f_retrato-de-hombre-joven-expresivo-vistiendo-traje-formal.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Emilia",APELLIDO:"Perez",APELLIDO2:"Gonzales",UBICACION:{ID_CONTACTO:3,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"febe528c-acf7-4722-a837-fd5aa2f750d9",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"98d3e9d1-44bd-4b3d-b876-5cf939eb80fa",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"CO",NOMBRE:"Colombia"}]},{ID_PARTNER:2,NOMBRE:"Pablo Contreras",DESCRIPCION:"Me dedico a ayudar a familias y jóvenes profesionales a encontrar su primera vivienda, con un acompañamiento cercano y personalizado. Trabajo con desarrollos nuevos, subsidios y financiamiento bancario, guiando en todo el proceso de compra.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["french","english","spanish"],especializacion:["familias_numerosas","familias_monoparentales","trabajadores_temporales"],fecha_de_inicio:"2012",numero_de_broker:"A02",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:39:10.000Z",R_ARCHIVOS:[{ID_ARCHIVO:2,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/e6f5321c60640576_liz-sonrisa-joven-guapo-chico-en-elegante-traje-posar-encima-aislado-fondo-gris.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Juan",APELLIDO:"Perez",APELLIDO2:"García",UBICACION:{ID_CONTACTO:2,PROVINCIA:"Comunidad de Madrid",CIUDAD:"Madrid"}},SERVICIOS:[{ID_LINK:"f56202c8-ee7a-43a5-aa1c-7403ed145ed3",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"2fc0ce2b-e2c7-4df7-a589-0d215f89946f",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[]},{ID_PARTNER:1,NOMBRE:"Manuel Plaza",DESCRIPCION:"Con más de 10 años de experiencia en el mercado financiero, asesoro a inversionistas en la compra y venta de propiedades con alto retorno. Acompaño cada operación desde el análisis inicial hasta la firma, priorizando la seguridad jurídica y el rendimiento financiero.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["catalan","english"],especializacion:["jovenes_profesionales","mayores_de_55","empleados_publico","personas_con_discapacidad"],fecha_de_inicio:"1999",numero_de_broker:"A01",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:00:23.000Z",R_ARCHIVOS:[{ID_ARCHIVO:1,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/f8018dcad413b357_retrato-del-abogado-maduro-contemplado-con-la-mano-en-el-bolsillo.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Manuel",APELLIDO:"Rodriguez",APELLIDO2:"Perez",UBICACION:{ID_CONTACTO:11,PROVINCIA:"Barcelona",CIUDAD:"Castellcir"}},SERVICIOS:[{ID_LINK:"85aacfa8-e394-431a-b6c2-fb0f683c5c2f",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"cambio_banco",NAME:"Cambio de banco"},{ID_LINK:"9a9a12b7-b809-4eb2-a477-26a6f95e91b1",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"}],PAISES:[]}]),Jd={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"castellano",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"ingles",condition:"",exclusive:!1},{image:null,label:"Frances",value:"frances",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabe",condition:"",exclusive:!1},{image:null,label:"Chino",value:"chino",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"d1bc7acf-0d4c-408a-9964-f44a4ea2793c",code:"numero_de_broker",image:null,label:"Número de Broker",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8aa0194d-eb5b-4366-8836-75dd53a2ecc3",code:"especializacion",image:null,label:"Especialización",prefix:"",suffix:"",options:[{image:null,label:"Jóvenes profesionales",value:"jovenes_profesionales",condition:"",exclusive:!1},{image:null,label:"Mayores de 55",value:"mayores_de_55",condition:"",exclusive:!1},{image:null,label:"Empleados público",value:"empleados_publico",condition:"",exclusive:!1},{image:null,label:"Trabajadores temporales",value:"trabajadores_temporales",condition:"",exclusive:!1},{image:null,label:"Parejas",value:"parejas",condition:"",exclusive:!1},{image:null,label:"Familias numerosas",value:"familias_numerosas",condition:"",exclusive:!1},{image:null,label:"Personas con discapacidad",value:"personas_con_discapacidad",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"e11f27fb-3943-47d7-a270-a01358a81f3f",code:"especializacion_de_residencia",image:null,label:"Especialización de residencia",prefix:"",suffix:"",options:[{image:null,label:"Zonas rurales",value:"zonas_rurales",condition:"",exclusive:!1},{image:null,label:"Áreas metropolitanas ",value:"areas_metropolitanas",condition:"",exclusive:!1},{image:null,label:"Segunda residencia (casa vacacional)",value:"segunda_residencia_casa_vacacional",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e11f27fb-3943-47d7-a270-a01358a81f3f",code:"especializacion_hipotecas",image:null,label:"Especialización de hipotecas",prefix:"",suffix:"",options:[{image:null,label:"Zonas rurales",value:"zonas_rurales",condition:"",exclusive:!1},{image:null,label:"Hipotecas 100% ",value:"hipotecas_100",condition:"",exclusive:!1},{image:null,label:"Segunda residencia (casa vacacional)",value:"segunda_residencia_casa_vacacional",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"}]},$e=B.z.object({data:B.z.any().nullable(),isPublic:B.z.boolean().optional(),fetching:B.z.boolean().optional(),scale:B.z.number().optional(),count:B.z.number({description:"Indicador de cantidad, útil en el contexto de shopcart"}).optional(),imageHeight:B.z.string().optional(),borderRadius:B.z.string().optional(),unelevated:B.z.boolean().optional(),hoverable:B.z.boolean().optional()}),em=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),context:B.z.enum(["captacion","partner"]).default("captacion")});function wo(){const n=e.inject("context"),d=e.computed(()=>{var p;return(p=n==null?void 0:n.broker)==null?void 0:p.value}),o=n==null?void 0:n.slide,c=n==null?void 0:n.isPublic,s=n==null?void 0:n.images,r=e.computed(()=>!c.value),m=e.computed(()=>{var p;return((p=d.value)==null?void 0:p.props)||{}});return e.watch(d,()=>{var g;const p=((g=d.value)==null?void 0:g.images)||[];s.value=p},{immediate:!0}),{broker:d,isPublic:c,isPrivate:r,images:s,brokerProps:m,slide:o,gamaProps:n.gamaProps,count:n.count,goToPartnerLabel:n.goToPartnerLabel}}function li(n){const d=n||e.inject("emit");return{emitEvent:(c,s)=>{d("on-event",{code:c,payload:s})}}}const am={key:0,class:"visibility-icon-container top-right"},As=se(e.defineComponent({__name:"PublicImageButton",setup(n){const{images:d,slide:o,isPrivate:c}=wo(),s=e.computed(()=>{var g;return(g=d.value[o.value-1])==null?void 0:g.id}),r=e.computed(()=>{var g;return(g=d.value[o.value-1])==null?void 0:g.public}),{emitEvent:m}=li(),p=()=>m("change_image_visibility",{ID_ARCHIVO:s.value,PUBLICO:!r.value});return(g,h)=>{var f;return(f=e.unref(d))!=null&&f.length&&e.unref(c)?(e.openBlock(),e.createElementBlock("div",am,[e.createVNode(e.unref(M.QBtn),{onClick:e.withModifiers(p,["stop"]),size:"12px",icon:r.value?"public":"public_off","text-color":r.value?"green":"red",color:"white",padding:"4px",round:""},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.value?"Visible al público":"Privado"),1)]),_:1})]),_:1},8,["icon","text-color"])])):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-2135e980"]]),im={class:"actions-container"},lm=se(e.defineComponent({__name:"BrokertActions",setup(n){const{goToPartnerLabel:d,broker:o}=wo(),{emitEvent:c}=li(),s=r=>{var m;(m=o.value)!=null&&m.URL&&c("go_to_partner",{service:r})};return(r,m)=>{var p,g,h,f;return e.openBlock(),e.createElementBlock("div",im,[e.createVNode(pi,{onClick:m[0]||(m[0]=x=>s("nueva_hipoteca")),disable:!((p=e.unref(o))!=null&&p.URL),label:((g=e.unref(d))==null?void 0:g[0])||"Solicitar nueva hipoteca"},null,8,["disable","label"]),e.createVNode(pi,{onClick:m[1]||(m[1]=x=>s("cambio_banco")),disable:!((h=e.unref(o))!=null&&h.URL),label:((f=e.unref(d))==null?void 0:f[1])||"Solicitar cambio de banco"},null,8,["disable","label"])])}}}),[["__scopeId","data-v-c1c3d202"]]),om=()=>mu.CancelToken.source();function nm(n){const d={};return async function(c,s,r){const m=d[r];m&&m.cancel("Solicitud reemplazada por una nueva");const p=om();return d[r]=p,c?n.get(c,{params:s,cancelToken:p.token}).then(g=>{const h=(g==null?void 0:g.data)||null;return ce.isNil(h)?null:h}).catch(()=>null):Promise.resolve(null)}}let ko=null;function tm(n){ko=n}function Vo(){if(!ko)throw new Error("fetchUniq has not been set. Please call setFetchUniq() before using it.");return ko}const Mo={refetchType:"active",retry:1,refetchOnMount:!1,refetchOnWindowFocus:!1,staleTime:5*60*1e3,keepPreviousData:!0},ra=(n,d=null)=>{try{return(e.isRef(n)?n==null?void 0:n.value:n)??d}catch{return d}};function ys(n,d,o,c,s){const r=`${d}_${ce.uniqueId()}`,m=Qi.useQueryClient(),p=async E=>{const P=Vo();if(!P)throw new Error("FetchUniq provider is not available");return E?P(E,ra(o,{}),r).then(N=>c?c(N):N):Promise.resolve(null)},g={...Mo,...s},h=e.computed(()=>[...ra(n,[]),ra(o,{})]),f=()=>Qi.useQuery({queryKey:h,queryFn:()=>p(ra(d,"")),...g}),x=async()=>{m.invalidateQueries({queryKey:ra(n),exact:!1,refetchType:g.refetchType})},{isFetching:T,isPending:y,data:b,refetch:O,error:C}=f(),I=e.computed(()=>b.value??(s==null?void 0:s.defaultValue));return{pending:y,fetching:T,data:I,refetch:O,invalidate:x,error:C}}function sm(n,d,o,c){const s={...Mo,...c},r=`${o}_${ce.uniqueId()}`,m=e.computed(()=>{const D=rm(ra(n,{})),k=ra(d,{});return ce.cloneDeep({...k,...D})}),p=e.computed({get(){var D;return((D=ra(n))==null?void 0:D.page)||1},set(D){e.isRef(n)?n.value.page=D:n.page=D}}),g=e.computed({get(){var D;return((D=ra(n))==null?void 0:D.rowsNumber)||0},set(D){e.isRef(n)?n.value.rowsNumber=D:n.rowsNumber=D}}),h=(D,k)=>{const j=Vo();if(!j)throw new Error("FetchUniq provider is not available");return j(ra(D,""),ra(k),r)},f=Qi.useQueryClient(),x=async()=>{f.invalidateQueries({queryKey:[ra(o),m.value],exact:!1,refetchType:"active"})},{isFetching:T,isPending:y,data:b,refetch:O,isPlaceholderData:C,error:I}=Qi.useQuery({queryKey:[o,m],queryFn:()=>h(o,m),placeholderData:s.keepPreviousData?Qi.keepPreviousData:void 0,...ce.omit(s,"keepPreviousData")});e.watch(b,D=>{T.value&&ce.isNil(D)||(g.value=(D==null?void 0:D.count)||0)},{immediate:!0});const E=()=>{C.value||(p.value=Math.max(p.value-1,1))},P=()=>{C.value||(p.value=p.value+1)},N=e.computed(()=>{var D;return((D=b.value)==null?void 0:D.items)||[]});return e.watch(()=>{var D;return(D=b.value)==null?void 0:D.items},D=>{T.value||ce.isNil(D)&&x()},{immediate:!0}),{pending:y,fetching:T,error:I,items:N,refetch:O,invalidate:x,count:g,page:p,prevPage:E,nextPage:P,isPlaceholderData:C,rawData:b}}function rm(n){const d=(n.page-1)*n.rowsPerPage,o=n.rowsPerPage;return{startRow:d,fetchCount:o,sortBy:n.sortBy,descending:n.descending}}const cm="_id";function Ml(n,d,o,c){const s=(c==null?void 0:c.idKey)??cm,r=()=>{var T;(T=n.value)==null||T.forEach(y=>{let b=c!=null&&c.idKey?y[c.idKey]:null;b===null&&(b=ce.uniqueId()),y[s]=String(b)})};e.watch(()=>{var T;return(T=n.value)==null?void 0:T.length},()=>{r()},{immediate:!0});function m(){return!0}function p(T){T.dataTransfer.setData("id",T.target.id),T.dataTransfer.dropEffect="move"}function g(T){if(T.preventDefault(),!T.target)return;const y=T.target.closest(d);y&&(y!=null&&y.contains(T.relatedTarget)||y.classList.remove("drag-enter"))}function h(T){if(T.preventDefault(),!T.target)return;const y=T.target.closest(d);y&&y.classList.add("drag-enter")}function f(T){T.preventDefault();const y=T.target.closest(d);if(x(y),!(y!=null&&y.draggable))return;const b=T.dataTransfer.getData("id");if(!y)return;const O=(y==null?void 0:y.id)??null;if(O===null)return;const C=ce.cloneDeep(n.value),I=C.findIndex(N=>N[s]==b),E=C.findIndex(N=>N[s]==O);if(I===-1||E===-1)return;const[P]=C.splice(I,1);C.splice(E,0,P),n.value=C,o(C)}function x(T){const y=T==null?void 0:T.parentElement;if(!y)return;const b=y.children;for(let O=0;O<b.length;O++)b[O].classList.remove("drag-enter")}return{handler:m,onDragLeave:g,onDragStart:p,onDragOver:h,onDrop:f,idKey:s}}const um=["id","draggable"],dm=["onClick"],mm={key:0,class:"row items-center justify-center bg-grey-2 media-card",style:{"border-radius":"8px",border:"1px dashed #c9c9c9"}},pm={key:2,class:"media-card"},fm=["src"],_m={class:"video-icon"},gm=se(e.defineComponent({__name:"ImagesMiniature",setup(n){const{images:d,slide:o,isPrivate:c}=wo(),{emitEvent:s}=li(),{handler:r,onDragLeave:m,onDragOver:p,onDragStart:g,onDrop:h,idKey:f}=Ml(d,".image-miniature",x=>s("update_images_position",{images:x}));return(x,T)=>{const y=e.resolveDirective("mutation");return e.unref(d).length?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:"images-miniature",onDragleave:T[1]||(T[1]=(...b)=>e.unref(m)&&e.unref(m)(...b)),onDragover:T[2]||(T[2]=(...b)=>e.unref(p)&&e.unref(p)(...b)),onDrop:T[3]||(T[3]=(...b)=>e.unref(h)&&e.unref(h)(...b))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(b,O)=>(e.openBlock(),e.createElementBlock("div",{class:"q-mb-md image-miniature q-px-sm",key:O,id:b[e.unref(f)],onDragstart:T[0]||(T[0]=(...C)=>e.unref(g)&&e.unref(g)(...C)),draggable:e.unref(c)},[b?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:C=>o.value=O+1,style:e.normalizeStyle({cursor:"pointer",borderWidth:"0.7px",borderStyle:"solid",borderRadius:"0.5rem",borderColor:O===e.unref(o)-1?"#015979 ":"transparent"}),class:"q-pb-sm win-card"},[b!=null&&b.location?b.filetype==="image"?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:b.location,fit:"cover",class:"media-card"},null,8,["src"])):b.filetype==="video"?(e.openBlock(),e.createElementBlock("div",pm,[e.createElementVNode("video",{src:b.location,style:{width:"100%",height:"100%",background:"black"}},null,8,fm),e.createElementVNode("div",_m,[e.createVNode(e.unref(M.QIcon),{size:"lg",name:"o_play_circle",color:"white"})])])):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",mm,[e.createVNode(e.unref(M.QIcon),{name:"upload_file",color:"grey-5",size:"33px"})]))],12,dm)):e.createCommentVNode("",!0)],40,um))),128))],32)),[[y,e.unref(r)]]):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-ed0d3382"]]),vm={class:"row justify-end"},bm={class:"grid"},hm={class:"images-container"},Cm={class:"carousel-container"},Om={class:"flex justify-between no-wrap"},Em={class:"text-h5 text-bold text-main"},xm={key:0,class:"row items-center q-mt-xs"},Im={class:"q-ml-xs"},Am={style:{"font-size":"15px"},class:"q-my-md text-black"},ym={class:"q-mb-md",style:{opacity:"0.85"}},Pm={key:1},Dm={class:"q-mb-md text-bold"},Rm=se(e.defineComponent({__name:"BrokerDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:100},hiddenProps:{default:()=>[]},data:{},gamaProps:{},goToPartnerLabel:{}},emits:["on-event"],setup(n,{emit:d}){const{screen:o}=M.useQuasar(),c=d;e.provide("emit",c);const s=n,r=e.ref(1),m=e.computed(()=>{var N,D;return(((N=x.value)==null?void 0:N.R_IMG)||((D=x.value)==null?void 0:D.R_ARCHIVOS)||[]).map(k=>ce.mapKeys(k,(j,$)=>ce.snakeCase($)))}),{data:p,isPublic:g,gamaProps:h,count:f}=e.toRefs(s),x=e.computed(()=>p.value),T=e.computed(()=>{var N,D,k;return ce.upperFirst((k=(D=(N=x.value)==null?void 0:N.NOMBRE)==null?void 0:D.trim())==null?void 0:k.split(/\s+/)[0])}),y=e.computed(()=>{var N,D,k,j,$,Z;return Ee.capitalize([(k=(D=(N=x.value)==null?void 0:N.CONTACTO)==null?void 0:D.UBICACION)==null?void 0:k.PROVINCIA,(Z=($=(j=x.value)==null?void 0:j.CONTACTO)==null?void 0:$.UBICACION)==null?void 0:Z.CIUDAD].map(w=>w==null?void 0:w.trim()).filter(Boolean).join(", "),!0)}),b=e.computed(()=>{var N;return(((N=p.value)==null?void 0:N.PAISES)||[]).map(D=>D.CODIGO.toLowerCase())}),O=e.computed(()=>{var N;return(((N=x.value)==null?void 0:N.DESCRIPCION_CORTA)||"").trim()}),C=e.computed(()=>{var N;return(N=x.value)==null?void 0:N.PRESENTACION}),I=e.computed(()=>{var N;return((N=x.value)==null?void 0:N.DESCRIPCION)||""}),E={broker:x,slide:r,isPublic:g,images:m,count:f,gamaProps:h,goToPartnerLabel:s.goToPartnerLabel};e.provide("context",E);const P=()=>{var N;return c("on-event",{code:"edit",payload:{id:(N=p.value)==null?void 0:N.id}})};return(N,D)=>{var k;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",vm,[e.unref(g)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:P}))]),e.createElementVNode("div",bm,[e.createElementVNode("div",hm,[m.value.length>1?(e.openBlock(),e.createBlock(gm,{key:0,class:"gt-sm"})):e.createCommentVNode("",!0),e.createElementVNode("div",Cm,[e.createVNode(Ya,{modelValue:r.value,"onUpdate:modelValue":D[0]||(D[0]=j=>r.value=j),items:m.value,height:N.imageHeight,autoplay:!1,showControls:e.unref(o).lt.md,cover:!0},null,8,["modelValue","items","height","showControls"]),e.createVNode(As)])]),e.createElementVNode("div",null,[e.createElementVNode("div",Om,[e.createElementVNode("div",null,[e.createElementVNode("div",Em,e.toDisplayString(T.value),1),y.value?(e.openBlock(),e.createElementBlock("div",xm,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",Im,e.toDisplayString(y.value),1)])):e.createCommentVNode("",!0)]),e.createVNode(ka,{items:b.value,type:"countries"},null,8,["items"])]),e.createElementVNode("div",Am,[e.createElementVNode("div",ym,[O.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:N.descriptionLines,WebkitLineClamp:N.descriptionLines})},e.toDisplayString(O.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",Pm,[...D[1]||(D[1]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Is,{gamaProps:e.unref(h),data:(k=e.unref(p))==null?void 0:k.PROPS,table:""},null,8,["gamaProps","data"]),e.unref(g)?(e.openBlock(),e.createBlock(lm,{key:0})):e.createCommentVNode("",!0)])])]),e.createElementVNode("h6",Dm,e.toDisplayString(C.value),1),e.createElementVNode("p",null,e.toDisplayString(I.value),1)],64)}}}),[["__scopeId","data-v-554e7b60"]]),Tm=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",CODIGO:null,APROBADO:!0,PRESENTACION:"Negociamos tu mejor financiación",DESCRIPCION:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión.",URL:"www.dartmolins.com",AVATAR:null,ID_EMPRESA:1,PROPS:{value:{},idiomas:["catalan","spanish"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,ID_CONTACTO:13,FECHA_UPD:"2025-08-07T02:30:06.000Z",FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"abogado-junior-despacho.jpg",FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-08-06T22:30:48.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,ID_PARTNER:25,PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],CONTACTO:{ID_CONTACTO:13,COD_EMP_MVX:1,ID_LANDING:5,ID_DIRECCION_FACTURACION:null,TIPO_DE_PERSONA:"1",TIPOS:null,RAZON_SOCIAL:"TEST",PROPS:null,ROLES:null,ID_GAMA:null,ID_CAPTACION:19,NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,PUBLIC_TOKEN:"2b8931eceb287b896eea963a376fc4f5",SITUACION_LABORAL:null,PERSONA_CONTACTO:null,ID_CLIENTE:null,COD_POSTAL:null,PAGINA_WEB:"www.simo.com",FOTO:null,POBLACION:null,EXTRANJERO:null,TIPO_DOC:null,NUMERO_DOC:null,NIF:null,PASAPORTE:null,CURP:null,RFC:null,IBAN:null,PERMISO:null,FM:null,EMAIL:"simonlopezs@gmail.com",ESTADO:"1",ESTADO_DOCUMENTOS:0,ESTADO_DIRECCION:0,COMENTARIO:null,FECHA_NACIMIENTO:null,NACIONALIDAD:null,SEXO_BIOLOGICO:"",SEGURIDAD_SOCIAL:null,ESTADO_CIVIL:null,HIJOS:null,NOTIFICACIONES_WSP:!1,FECHA_UPD:"2025-08-06T04:50:57.000Z",FECHA_CREADO:"2025-08-05T23:33:06.273Z",UBICACION:{ID_UBICACION:7,ID_CONTACTO:13,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_PEDIDO:null,ID_ENTIDAD_BANCARIA:null,CODIGO:null,DESCRIPCION:null,NOMBRE:null,ID_PAIS:28,PROVINCIA:"Cataluña",PAIS:"España",ID_ZONA:null,CIUDAD:"Barcelona",MUNICIPIO:"",LOCALIDAD:null,COLONIA:"",COD_POSTAL:"",POBLACION:null,CALLE:"",NUMERO:0,NUMERO_INTERIOR:0,ENTRE_CALLE:"",ENTRE_CALLE2:"",MANZANA:null,LOTE:null,EDIFICIO:"",DEPARTAMENTO:"",LONGITUDE:2.168568,LATITUDE:41.3873974,CATASTRO:null,FECHA_VALIDACION:"2025-08-06T00:50:56.000Z",ESTADO:1,FECHA_UPD:"2025-08-06T04:50:55.364Z"}},SERVICIOS:[{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco",DESCRIPTION:"",ID_PARTNER:25},{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca",DESCRIPTION:"",ID_PARTNER:25}],PAISES:[{ID_PAIS:18,CODIGO:"DE",NOMBRE:"Alemania",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+49",FECHA_UPD:"2025-08-02T02:36:54.188Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:64,CODIGO:"FR",NOMBRE:"Francia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+33",FECHA_UPD:"2025-08-02T02:37:13.281Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:29,CODIGO:"IT",NOMBRE:"Italia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+39",FECHA_UPD:"2025-08-02T02:36:58.754Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:48,CODIGO:"PT",NOMBRE:"Portugal",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+351",FECHA_UPD:"2025-08-02T02:37:06.634Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:55,CODIGO:"US",NOMBRE:"Estados Unidos",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+1",FECHA_UPD:"2025-08-02T02:37:09.542Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"}]}]),Nm={isPublic:!0,data:{},gamaProps:[],fetching:!1,descriptionLines:4,scale:1,imageHeight:"300px"},Sm=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any()))}),Lm={key:0,class:"row q-mb-sm"},Bm={class:"text"},wm={key:0,style:{"font-size":"13px"}},km={key:0,class:"row justify-md-between q-mb-sm"},Vm={class:"col-md-9 col"},Mm={class:"row"},Um={class:"row justify-md-between q-mb-sm"},Fm={class:"col-md-9 col"},zm={class:"row justify-md-between q-mb-sm"},Gm={class:"col-md-9 col"},jm={class:"row justify-md-between q-mb-sm"},$m={class:"col-md-9 col"},Hm={key:0},qm={class:"row justify-md-between q-mb-sm"},Km={class:"col-md-9 col"},Qm={key:0},Wm={class:"row"},Ym={class:"col-md-3 col-12"},Zm={class:"services"},Xm={class:"col-md-9 col-12"},Jm={class:"services"},ep={key:1,class:"list"},ap={key:0,class:"row justify-between items-center q-mb-xs"},ip={class:"row items-center"},lp={class:"row"},op={class:"col-md-7"},np={class:"col-md-5"},tp={class:"text-bold"},sp={key:0,class:"q-mt-md"},rp={class:"prices"},cp={key:1,class:"row"},up={class:"text row items-center"},dp={class:"prices"},mp={class:"text row items-center"},pp={class:"prices"},fp={class:"text row items-center"},_p={class:"prices"},Ps=se(e.defineComponent({__name:"LawyerProps",props:{data:{},gamaProps:{},table:{type:Boolean,default:!1}},setup(n){const d=n,{data:o,gamaProps:c}=e.toRefs(d),s=(E,P)=>(E==null?void 0:E.find(D=>D.value===P))||P,r=E=>{var D,k;if(!o.value)return[];const P=o.value[E];if(!c.value)return[];const N=(D=c==null?void 0:c.value)==null?void 0:D.find(j=>(j==null?void 0:j.code)===E);return(k=N==null?void 0:N.options)!=null&&k.length?ce.isArray(P)?P.map(j=>s(N.options,j)):s(N.options,P):P},m=E=>{if(!o.value)return"";const P=o.value[E];return typeof P=="object"&&P!==null?`${P.value} ${P.currency}`:P},p=e.computed(()=>{var E;return((E=r("gama"))==null?void 0:E.map(P=>P.label))||[]}),g=e.computed(()=>{var k;const E=((k=r("subgamas"))==null?void 0:k.map(j=>j.label))||[],P=Math.ceil(E.length/2),N=E.slice(0,P),D=E.slice(P);return[N||[],D||[]]}),h=e.computed(()=>m("honorarios_llamada_30_de_minutos")||""),f=e.computed(()=>m("honorarios_llamada_60_de_minutos")||""),x=e.computed(()=>m("honorarios_llamada_90_de_minutos")||"");e.computed(()=>{var E;return((E=r("enfoque_profesional"))==null?void 0:E.map(P=>P.label))||[]}),e.computed(()=>{var E;return((E=r("accesibilidad"))==null?void 0:E.map(P=>P.label))||[]});const T=e.computed(()=>{var E;return((E=r("tipo_de_cliente"))==null?void 0:E.map(P=>P.label))||[]}),y=e.computed(()=>{var E;return((E=r("tipo_de_atencion"))==null?void 0:E.map(P=>P.label))||[]});e.computed(()=>{var E;return((E=r("ambio_geografico"))==null?void 0:E.map(P=>P.label))||[]});const b=e.computed(()=>m("honorarios_por_hora")||"");e.computed(()=>m("honorarios_orientativos")||"");const O=e.computed(()=>r("numero_de_colegiatura")||"");e.computed(()=>{var E;return((E=r("credenciales_profesionales"))==null?void 0:E.map(P=>P.label))||[]}),e.computed(()=>{var E;return((E=r("diferenciales_internacionales"))==null?void 0:E.map(P=>P.label))||[]});function C(E){const[P,N,D]=E.split("/").map(Number),k=new Date(D,N-1,P),j=new Date;let $=j.getFullYear()-k.getFullYear();const Z=j.getMonth(),w=j.getDate();return(Z<k.getMonth()||Z===k.getMonth()&&w<k.getDate())&&$--,$}const I=e.computed(()=>{var E;return C((E=o.value)==null?void 0:E.fecha_de_inicio)});return(E,P)=>{var N,D,k,j;return e.openBlock(),e.createElementBlock(e.Fragment,null,[p.value&&p.value.length?(e.openBlock(),e.createElementBlock("div",Lm,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,$=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{size:"12px",label:$,style:{"background-color":"#16458c",color:"white"}},null,8,["label"]))),256))])):e.createCommentVNode("",!0),e.createElementVNode("div",Bm,[E.table?(e.openBlock(),e.createElementBlock("div",wm,[(D=(N=e.unref(o))==null?void 0:N.idiomas)!=null&&D.length&&E.table?(e.openBlock(),e.createElementBlock("div",km,[P[0]||(P[0]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold"},"Idiomas:")],-1)),e.createElementVNode("div",Vm,[e.createElementVNode("div",Mm,[e.createVNode(ka,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])])])):e.createCommentVNode("",!0),e.createElementVNode("div",Um,[P[1]||(P[1]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold gt-sm"},"Años de experiencia:"),e.createElementVNode("span",{class:"text-bold lt-md"},"Años de exp.")],-1)),e.createElementVNode("div",Fm,e.toDisplayString(I.value),1)]),e.createElementVNode("div",zm,[P[2]||(P[2]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold gt-sm"},"Número de colegiatura:"),e.createElementVNode("span",{class:"text-bold lt-md"},"N. colegiatura:")],-1)),e.createElementVNode("div",Gm,e.toDisplayString(O.value),1)]),e.createElementVNode("div",jm,[P[3]||(P[3]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold"},"Tipo de cliente:")],-1)),e.createElementVNode("div",$m,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,($,Z)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+Z},[e.createTextVNode(e.toDisplayString($),1),Z<T.value.length-1?(e.openBlock(),e.createElementBlock("span",Hm,", ")):e.createCommentVNode("",!0)]))),128))])]),e.createElementVNode("div",qm,[P[4]||(P[4]=e.createElementVNode("div",{class:"col-md-3 col"},[e.createElementVNode("span",{class:"text-bold"},"Atención:")],-1)),e.createElementVNode("div",Km,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,($,Z)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+Z},[e.createTextVNode(e.toDisplayString($),1),Z<y.value.length-1?(e.openBlock(),e.createElementBlock("span",Qm,", ")):e.createCommentVNode("",!0)]))),128))])]),e.createElementVNode("div",Wm,[e.createElementVNode("div",Ym,[e.createElementVNode("ul",Zm,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value[0],$=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString($),1))),256))])]),e.createElementVNode("div",Xm,[e.createElementVNode("ul",Jm,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value[1],$=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString($),1))),256))])])])])):(e.openBlock(),e.createElementBlock("div",ep,[(j=(k=e.unref(o))==null?void 0:k.idiomas)!=null&&j.length?(e.openBlock(),e.createElementBlock("div",ap,[e.createElementVNode("div",ip,[P[5]||(P[5]=e.createElementVNode("div",{class:"q-mx-sm"},"Idiomas:",-1)),e.createVNode(ka,{items:e.unref(o).idiomas,type:"languages"},null,8,["items"])])])):e.createCommentVNode("",!0),e.createElementVNode("div",lp,[e.createElementVNode("div",op,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value[0],$=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString($),1))),256))])]),e.createElementVNode("div",np,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value[1],$=>(e.openBlock(),e.createElementBlock("li",null,e.toDisplayString($),1))),256))])])])]))]),e.createElementVNode("div",tp,[b.value?(e.openBlock(),e.createElementBlock("div",sp,[P[6]||(P[6]=e.createElementVNode("div",{class:"text"},"Honorarios por hora",-1)),e.createElementVNode("div",rp,"$"+e.toDisplayString(b.value),1)])):e.createCommentVNode("",!0),h.value||f.value||x.value?(e.openBlock(),e.createElementBlock("div",cp,[h.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(E.table?"col-md-3 col-12 q-mt-md":"col-md-4 col-12 q-mt-md")},[e.createElementVNode("div",up,[e.createVNode(e.unref(M.QIcon),{name:"phone",class:"q-mr-xs"}),P[7]||(P[7]=e.createElementVNode("div",null,"30 min.",-1))]),e.createElementVNode("div",dp,"$"+e.toDisplayString(h.value),1)],2)):e.createCommentVNode("",!0),f.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(E.table?"col-md-3 col-12 q-mt-md":"col-md-4 col-12 q-mt-md")},[e.createElementVNode("div",mp,[e.createVNode(e.unref(M.QIcon),{name:"phone",class:"q-mr-xs"}),P[8]||(P[8]=e.createElementVNode("div",null,"60 min.",-1))]),e.createElementVNode("div",pp,"$"+e.toDisplayString(f.value),1)],2)):e.createCommentVNode("",!0),x.value?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(E.table?"col-md-3 col-12 q-mt-md":"col-md-4 col-12 q-mt-md")},[e.createElementVNode("div",fp,[e.createVNode(e.unref(M.QIcon),{name:"phone",class:"q-mr-xs"}),P[9]||(P[9]=e.createElementVNode("div",null,"90 min.",-1))]),e.createElementVNode("div",_p,"$"+e.toDisplayString(x.value),1)],2)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])],64)}}}),[["__scopeId","data-v-bbb1f53f"]]),gp={class:"carousel-container"},vp={class:"carousel-overlay"},bp={class:"text-center row justify-center no-wrap"},hp={key:0,class:"media-count"},Cp={class:"row justify-between no-wrap"},Op={class:"text-subtitle1 text-bold text-main",style:{"line-height":"120%"}},Ep={key:0,class:"row justify-between items-center q-mb-xs"},xp={class:"row items-center"},Ip={class:"text-bold"},Ap={key:0,class:"row items-center location-text q-mt-xs"},yp={class:"q-ml-xs"},Pp={class:"q-mt-xs row items-center"},Dp={class:"q-ml-sm text-grey-6 text-caption"},Rp={style:{"font-size":"15px"},class:"q-my-md"},Tp={class:"q-mb-md",style:{opacity:"0.85"}},Np={key:1},Sp=se(e.defineComponent({__name:"LawyerCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{default:()=>[]},data:{},gamaProps:{},context:{}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s,context:r,gamaProps:m}=e.toRefs(c),p=e.ref(!1),g=e.computed(()=>{var C;return r.value==="captacion"?((C=s.value)==null?void 0:C.PARTNER)||null:s.value||null}),h=e.computed(()=>{var C;return(((C=s.value)==null?void 0:C.PAISES)||[]).map(I=>I.CODIGO.toLowerCase())}),f=e.computed(()=>{var C,I,E,P,N,D;return Ee.capitalize([(E=(I=(C=g.value)==null?void 0:C.CONTACTO)==null?void 0:I.UBICACION)==null?void 0:E.PROVINCIA,(D=(N=(P=g.value)==null?void 0:P.CONTACTO)==null?void 0:N.UBICACION)==null?void 0:D.CIUDAD].map(k=>k==null?void 0:k.trim()).filter(Boolean).join(", "),!0)}),x=e.computed(()=>{var C,I;return Ee.capitalize((I=(C=g.value)==null?void 0:C.NOMBRE)==null?void 0:I.trim().split(" ")[0],!0)}),T=e.computed(()=>{var C;return(((C=g.value)==null?void 0:C.DESCRIPCION_CORTA)||"").trim()}),y=e.computed(()=>{var C,I;return(I=(C=g.value)==null?void 0:C.TAGS)==null?void 0:I.split(",")}),b=e.ref(1),O=e.computed(()=>{var C;return(((C=g.value)==null?void 0:C.R_ARCHIVOS)||[]).filter(I=>I.PUBLICO).map(I=>ce.mapKeys(I,(E,P)=>ce.snakeCase(P)))});return(C,I)=>g.value?(e.openBlock(),e.createBlock(va,{key:0,loading:C.fetching,"no-padding":"",unelevated:C.unelevated,"border-radius":C.borderRadius,hoverable:C.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:I[1]||(I[1]=E=>o("on-event",{code:"card_click",payload:{lawyer:g.value}}))},{default:e.withCtx(()=>{var E,P;return[e.createElementVNode("div",gp,[e.createElementVNode("div",vp,[e.createElementVNode("div",bp,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,N=>(e.openBlock(),e.createBlock(Ti,{tag:N},null,8,["tag"]))),256))]),p.value?(e.openBlock(),e.createElementBlock("div",hp,[e.createTextVNode(e.toDisplayString((E=O.value)!=null&&E.length?b.value:0)+"/"+e.toDisplayString(((P=O.value)==null?void 0:P.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])):e.createCommentVNode("",!0)]),e.createVNode(Ya,{modelValue:b.value,"onUpdate:modelValue":I[0]||(I[0]=N=>b.value=N),items:O.value,height:C.imageHeight,"border-radius":C.borderRadius},null,8,["modelValue","items","height","border-radius"])]),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-md-lg q-pa-md column justify-between full-height"},{default:e.withCtx(()=>{var N,D,k,j,$;return[e.createElementVNode("div",null,[e.createElementVNode("div",Cp,[e.createElementVNode("div",null,[e.createElementVNode("div",Op,e.toDisplayString(x.value),1),(D=(N=e.unref(s))==null?void 0:N.PROPS)!=null&&D.numero_de_colegiatura?(e.openBlock(),e.createElementBlock("div",Ep,[e.createElementVNode("div",xp,[I[2]||(I[2]=e.createElementVNode("div",{class:"q-mr-sm"},"N. colegiatura:",-1)),e.createElementVNode("span",Ip,e.toDisplayString((j=(k=e.unref(s))==null?void 0:k.PROPS)==null?void 0:j.numero_de_colegiatura),1)])])):e.createCommentVNode("",!0)]),e.createVNode(ka,{items:h.value,type:"countries"},null,8,["items"])]),f.value?(e.openBlock(),e.createElementBlock("div",Ap,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",yp,e.toDisplayString(f.value),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",Pp,[I[5]||(I[5]=e.createElementVNode("div",{class:"q-mr-sm"},"3.5",-1)),e.createVNode(e.unref(M.QRating),{size:"22px","model-value":3.5,color:"yellow-7",readonly:"",unelevated:"",icon:"star_border","icon-selected":"star","icon-half":"star_half"}),e.createElementVNode("div",Dp,[I[4]||(I[4]=e.createTextVNode(" (58) ",-1)),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...I[3]||(I[3]=[e.createTextVNode("Cantidad de reseñas",-1)])]),_:1})])]),e.createElementVNode("div",Rp,[e.createElementVNode("div",Tp,[T.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:C.descriptionLines,WebkitLineClamp:C.descriptionLines})},e.toDisplayString(T.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",Np,[...I[6]||(I[6]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Ps,{gamaProps:e.unref(m),data:($=e.unref(s))==null?void 0:$.PROPS},null,8,["gamaProps","data"])])])]}),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-32ada0ce"]]),Lp=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",URL:"www.dartmolins.com",AVATAR:null,PROPS:{gama:["derecho_civil","derecho_laboral"],value:{subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"]},numero_de_colegiatura:"12345AB",idiomas:["catalan","english"],subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"],accesibilidad:["primer_contacto_gratuito","disponibilidad_rapida","accesible_economicamente","trabajo_en_equipo_multidisciplinar"],honorarios_por_hora:{value:5e4,currency:"COP"},honorarios_orientativos:{value:1e5,currency:"COP"},honorarios_llamada_30_de_minutos:{value:5e4,currency:"COP"},honorarios_llamada_60_de_minutos:{value:1e5,currency:"COP"},honorarios_llamada_90_de_minutos:{value:15e4,currency:"COP"},fecha_de_inicio:"09/08/2005",tipo_de_cliente:["particulares","autonomos"],ambio_geografico:["latam","global","union_europea"],numero_de_broker:"124122141",tipo_de_atencion:["remota_videoconsulta","presencial","mixta"],enfoque_profesional:["mediacion","defensa_juridica"],credenciales_profesionales:["colegiado_a","experto_a_certificado"],diferenciales_internacionales:["con_experiencia_internacional","transfronterizo"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"ES",NOMBRE:"España"},{CODIGO:"US",NOMBRE:"Estados Unidos"},{CODIGO:"PT",NOMBRE:"Portugal"}]},{ID_PARTNER:24,NOMBRE:"José Oyarzún",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["catalan","english","spanish"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:44:21.000Z",R_ARCHIVOS:[{ID_ARCHIVO:10,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/ee6299222552a9c9_Juan-Gonzalo-Ospina-PPL.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:21,NOMBRE:"Mauricio Farias",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:37:09.000Z",R_ARCHIVOS:[{ID_ARCHIVO:7,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/d4bd8460e5deb331_2025021916350151582.webp",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[{CODIGO:"ES",NOMBRE:"España"}]},{ID_PARTNER:20,NOMBRE:"Sebastián Zepeda",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{value:{},idiomas:["spanish"],especializacion:["empleados_publico","mayores_de_55"],especializacion_hipotecas:["hipotecas_100","hipotecas_verde"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:34:58.000Z",R_ARCHIVOS:[{ID_ARCHIVO:8,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/a35f8fbbefbfed2d_compra-casa-documentos-hipoteca-inmobiliaria.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:19,NOMBRE:"Amelia Hernández",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["catalan","english"],especializacion:["empleados_publico","mayores_de_55"],fecha_de_inicio:"09/08/2025",numero_de_broker:"124122141",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:30:44.000Z",R_ARCHIVOS:[{ID_ARCHIVO:9,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/c842a6e167a53166_istockphoto-1587604256-612x612.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:18,NOMBRE:"Ana Beltrán",DESCRIPCION:"",URL:"www.smo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["trabajadores_temporales","empleados_publico"],fecha_de_inicio:"02/08/2025",numero_de_broker:"1231",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T04:24:02.000Z",R_ARCHIVOS:[{ID_ARCHIVO:11,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/444a0bd030e42466_cualidades-abogada-reunion-1.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"SImon",APELLIDO:null,APELLIDO2:null,UBICACION:null},SERVICIOS:[],PAISES:[]},{ID_PARTNER:14,NOMBRE:"H&A Asociados",DESCRIPCION:"",URL:"www.simo.com",AVATAR:null,PROPS:{idiomas:["english","catalan"],especializacion:["empleados_publico"],fecha_de_inicio:"04/08/2021",numero_de_broker:"6757576",especializacion_de_residencia:["areas_metropolitanas","segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-08-06T01:15:17.000Z",R_ARCHIVOS:[{ID_ARCHIVO:12,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/8c59c8632e044101_iStock-1159560350.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,UBICACION:{ID_CONTACTO:13,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[],PAISES:[]},{ID_PARTNER:3,NOMBRE:"Jean Gutierrez",DESCRIPCION:"Gestiono propiedades en arriendo y venta con una amplia cartera de clientes inversionistas. Mi enfoque está en maximizar el valor de cada activo mediante estrategias de marketing digital, staging y negociación directa con potenciales compradores.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["spanish","english","catalan"],especializacion:["familias_monoparentales","personas_con_discapacidad","familias_numerosas","mayores_de_55"],fecha_de_inicio:"2020",numero_de_broker:"A03",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:47:03.000Z",R_ARCHIVOS:[{ID_ARCHIVO:3,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/94f5a94e8c7fee5f_retrato-de-hombre-joven-expresivo-vistiendo-traje-formal.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Emilia",APELLIDO:"Perez",APELLIDO2:"Gonzales",UBICACION:{ID_CONTACTO:3,PROVINCIA:"Cataluña",CIUDAD:"Barcelona"}},SERVICIOS:[{ID_LINK:"febe528c-acf7-4722-a837-fd5aa2f750d9",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"98d3e9d1-44bd-4b3d-b876-5cf939eb80fa",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[{CODIGO:"CO",NOMBRE:"Colombia"}]},{ID_PARTNER:2,NOMBRE:"Pablo Contreras",DESCRIPCION:"Me dedico a ayudar a familias y jóvenes profesionales a encontrar su primera vivienda, con un acompañamiento cercano y personalizado. Trabajo con desarrollos nuevos, subsidios y financiamiento bancario, guiando en todo el proceso de compra.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["french","english","spanish"],especializacion:["familias_numerosas","familias_monoparentales","trabajadores_temporales"],fecha_de_inicio:"2012",numero_de_broker:"A02",especializacion_de_residencia:["areas_metropolitanas"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:39:10.000Z",R_ARCHIVOS:[{ID_ARCHIVO:2,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/e6f5321c60640576_liz-sonrisa-joven-guapo-chico-en-elegante-traje-posar-encima-aislado-fondo-gris.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Juan",APELLIDO:"Perez",APELLIDO2:"García",UBICACION:{ID_CONTACTO:2,PROVINCIA:"Comunidad de Madrid",CIUDAD:"Madrid"}},SERVICIOS:[{ID_LINK:"f56202c8-ee7a-43a5-aa1c-7403ed145ed3",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"},{ID_LINK:"2fc0ce2b-e2c7-4df7-a589-0d215f89946f",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"cambio_banco",NAME:"Cambio de banco"}],PAISES:[]},{ID_PARTNER:1,NOMBRE:"Manuel Plaza",DESCRIPCION:"Con más de 10 años de experiencia en el mercado financiero, asesoro a inversionistas en la compra y venta de propiedades con alto retorno. Acompaño cada operación desde el análisis inicial hasta la firma, priorizando la seguridad jurídica y el rendimiento financiero.",URL:"http://51.178.37.201:9001",AVATAR:"",PROPS:{value:{},idiomas:["catalan","english"],especializacion:["jovenes_profesionales","mayores_de_55","empleados_publico","personas_con_discapacidad"],fecha_de_inicio:"1999",numero_de_broker:"A01",especializacion_de_residencia:["segunda_residencia_casa_vacacional"]},ID_GAMA:16,FECHA_CREADO:"2025-07-25T23:00:23.000Z",R_ARCHIVOS:[{ID_ARCHIVO:1,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/f8018dcad413b357_retrato-del-abogado-maduro-contemplado-con-la-mano-en-el-bolsillo.jpg",FILETYPE:"image"}],CONTACTO:{NOMBRE:"Manuel",APELLIDO:"Rodriguez",APELLIDO2:"Perez",UBICACION:{ID_CONTACTO:11,PROVINCIA:"Barcelona",CIUDAD:"Castellcir"}},SERVICIOS:[{ID_LINK:"85aacfa8-e394-431a-b6c2-fb0f683c5c2f",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1&titulo=Solicitud_de_Nueva_Hipoteca",CODE:"cambio_banco",NAME:"Cambio de banco"},{ID_LINK:"9a9a12b7-b809-4eb2-a477-26a6f95e91b1",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2&titulo=Solicitud_de_Cambio_de_Banco",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca"}],PAISES:[]}]),Bp={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
29
29
  return values.gama && values.gama?.includes('derecho_civil')
30
30
  }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
31
31
  return values.gama && values.gama?.includes('derecho_de_familia')
@@ -65,7 +65,7 @@ function print() { __p += __j.call(arguments, '') }
65
65
  return values.gama && values.gama?.includes('derecho_internacional')
66
66
  }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
67
67
  return values.gama && values.gama?.includes('derecho_internacional')
68
- }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Bp=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),context:V.z.enum(["captacion","partner"]).default("captacion")});function wp(){const t=e.inject("context"),d=e.computed(()=>{var f;return(f=t==null?void 0:t.lawyer)==null?void 0:f.value}),o=t==null?void 0:t.slide,c=t==null?void 0:t.isPublic,s=t==null?void 0:t.images,r=e.computed(()=>!c.value),m=e.computed(()=>{var f;return((f=d.value)==null?void 0:f.props)||{}});return e.watch(d,()=>{var v;const f=((v=d.value)==null?void 0:v.images)||[];s.value=f},{immediate:!0}),{lawyer:d,isPublic:c,isPrivate:r,images:s,lawyerProps:m,slide:o,gamaProps:t.gamaProps,count:t.count,goToPartnerLabel:t.goToPartnerLabel}}const kp=["id","draggable"],Vp=["onClick"],Mp={key:0,class:"row items-center justify-center bg-grey-2 media-card",style:{"border-radius":"8px",border:"1px dashed #c9c9c9"}},Up={key:2,class:"media-card"},Fp=["src"],zp={class:"video-icon"},Gp=se(e.defineComponent({__name:"ImagesMiniature",setup(t){const{images:d,slide:o,isPrivate:c}=wp(),{emitEvent:s}=li(),{handler:r,onDragLeave:m,onDragOver:f,onDragStart:v,onDrop:C,idKey:p}=Ml(d,".image-miniature",x=>s("update_images_position",{images:x}));return(x,R)=>{const y=e.resolveDirective("mutation");return e.unref(d).length?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:"images-miniature",onDragleave:R[1]||(R[1]=(...h)=>e.unref(m)&&e.unref(m)(...h)),onDragover:R[2]||(R[2]=(...h)=>e.unref(f)&&e.unref(f)(...h)),onDrop:R[3]||(R[3]=(...h)=>e.unref(C)&&e.unref(C)(...h))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(h,O)=>(e.openBlock(),e.createElementBlock("div",{class:"q-mb-md image-miniature q-px-sm",key:O,id:h[e.unref(p)],onDragstart:R[0]||(R[0]=(...g)=>e.unref(v)&&e.unref(v)(...g)),draggable:e.unref(c)},[h?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:g=>o.value=O+1,style:e.normalizeStyle({cursor:"pointer",borderWidth:"0.7px",borderStyle:"solid",borderRadius:"0.5rem",borderColor:O===e.unref(o)-1?"#015979 ":"transparent"}),class:"q-pb-sm win-card"},[h!=null&&h.location?h.filetype==="image"?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:h.location,fit:"cover",class:"media-card"},null,8,["src"])):h.filetype==="video"?(e.openBlock(),e.createElementBlock("div",Up,[e.createElementVNode("video",{src:h.location,style:{width:"100%",height:"100%",background:"black"}},null,8,Fp),e.createElementVNode("div",zp,[e.createVNode(e.unref(M.QIcon),{size:"lg",name:"o_play_circle",color:"white"})])])):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Mp,[e.createVNode(e.unref(M.QIcon),{name:"upload_file",color:"grey-5",size:"33px"})]))],12,Vp)):e.createCommentVNode("",!0)],40,kp))),128))],32)),[[y,e.unref(r)]]):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-926299c3"]]),$p={class:"metrics-container"},jp={class:"row items-center"},Hp={class:"metric-value q-mr-sm"},qp={class:"q-ml-sm text-grey-6 text-caption"},Kp={key:0,class:"row items-center gap-md q-mt-md"},Qp={class:"metric-value"},Wp={class:"metric-label"},Zp=se(e.defineComponent({__name:"Metrics",props:{metrics:{},metricsMap:{}},setup(t){const{isPublic:d}=e.inject("context"),o=t,c=e.computed(()=>o.metrics.reviews||0),s=e.computed(()=>o.metrics.rating||0),r=e.computed(()=>[{icon:"o_visibility",value:o.metrics.impressions||0,label:"Impresiones"},{icon:"o_assignment",value:o.metrics.consultation_requests||0,label:"Solicitudes consulta"},{icon:"o_phone",value:o.metrics.call_requests||0,label:"Solicitudes llamada"}]);return(m,f)=>(e.openBlock(),e.createElementBlock("div",$p,[e.createElementVNode("div",jp,[e.createElementVNode("div",Hp,e.toDisplayString(s.value),1),e.createVNode(e.unref(M.QRating),{size:"22px","model-value":s.value,color:"yellow-7",readonly:"",unelevated:"",icon:"star_border","icon-selected":"star","icon-half":"star_half"},null,8,["model-value"]),e.createElementVNode("div",qp,[e.createTextVNode(" ("+e.toDisplayString(c.value)+" reseñas) ",1),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...f[0]||(f[0]=[e.createTextVNode("Cantidad de reseñas",-1)])]),_:1})])]),e.unref(d)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Kp,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,v=>(e.openBlock(),e.createElementBlock("div",{key:v.label,class:"metric-item"},[e.createVNode(e.unref(M.QIcon),{name:v.icon,size:"18px",color:"grey-7"},null,8,["name"]),e.createElementVNode("span",Qp,e.toDisplayString(v.value),1),e.createElementVNode("span",Wp,e.toDisplayString(v.label),1)]))),128))]))]))}}),[["__scopeId","data-v-cd45efd6"]]),Yp={class:"row"},Xp={class:"col-md-5 col-12 image-section"},Jp={class:"images-container"},ef={class:"carousel-container"},af={class:"col-md-7 col-12"},lf={class:"flex justify-between no-wrap"},of={class:"text-h5 text-bold text-main"},tf={key:0,class:"row items-center no-wrap q-mt-xs"},nf={class:"q-ml-xs"},sf={class:"text-right"},rf={key:0,class:"row justify-end items-center q-mt-xs"},cf={key:0},uf={style:{"font-size":"14px"},class:"q-my-md"},df={class:"q-mb-md",style:{opacity:"0.85"}},mf={key:1},pf={key:0,class:"row"},ff={class:"q-mb-md text-bold"},_f=se(e.defineComponent({__name:"LawyerDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:100},hiddenProps:{default:()=>[]},data:{},metrics:{},gamaProps:{},goToPartnerLabel:{}},emits:["on-event"],setup(t,{emit:d}){const{screen:o}=M.useQuasar(),c=d;e.provide("emit",c);const{emitEvent:s}=li(c),r=t,m=e.computed(()=>r.metrics||r.data.METRICS||r.data.metrics||{}),f=e.ref(1),v=e.computed(()=>{var B,k;return(((B=y.value)==null?void 0:B.R_IMG)||((k=y.value)==null?void 0:k.R_ARCHIVOS)||[]).filter(q=>q.PUBLICO).map(q=>ce.mapKeys(q,(X,le)=>ce.snakeCase(le)))}),{data:C,isPublic:p,gamaProps:x,count:R}=e.toRefs(r),y=e.computed(()=>C.value),h=e.computed(()=>{var B,k;return x.value||((k=(B=C.value)==null?void 0:B.R_GAMA)==null?void 0:k.PROPS)||[]}),O=e.computed(()=>{var B,k,q;return ce.upperFirst((q=(k=(B=y.value)==null?void 0:B.NOMBRE)==null?void 0:k.trim())==null?void 0:q.split(/\s+/)[0])}),g=e.computed(()=>{var B,k,q,X,le,ae;return Ee.capitalize([(q=(k=(B=y.value)==null?void 0:B.CONTACTO)==null?void 0:k.UBICACION)==null?void 0:q.PROVINCIA,(ae=(le=(X=y.value)==null?void 0:X.CONTACTO)==null?void 0:le.UBICACION)==null?void 0:ae.CIUDAD].map(re=>re==null?void 0:re.trim()).filter(Boolean).join(", "),!0)}),I=e.computed(()=>{var B;return(((B=C.value)==null?void 0:B.PAISES)||[]).map(k=>k.CODIGO.toLowerCase())}),P=e.computed(()=>{var B;return(((B=y.value)==null?void 0:B.DESCRIPCION_CORTA)||"").trim()}),T=e.computed(()=>{var B;return(B=y.value)==null?void 0:B.PRESENTACION}),L=e.computed(()=>{var B;return((B=y.value)==null?void 0:B.DESCRIPCION)||""}),A={lawyer:y,slide:f,isPublic:p,images:v,count:R,gamaProps:x};e.provide("context",A);const w=e.computed(()=>{var B;return((B=C==null?void 0:C.value)==null?void 0:B.PROPS)||{}}),$=(B,k)=>(B==null?void 0:B.find(X=>X.value===k))||k,j=B=>{var X,le;if(!C.value)return[];const k=w.value[B];if(!x.value)return[];const q=(X=x==null?void 0:x.value)==null?void 0:X.find(ae=>(ae==null?void 0:ae.code)===B);return(le=q==null?void 0:q.options)!=null&&le.length?ce.isArray(k)?k.map(ae=>$(q.options,ae)):$(q.options,k):k},Y=e.computed(()=>{var B;return((B=j("ambio_geografico"))==null?void 0:B.map(k=>k.label))||[]});return(B,k)=>{var q;return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",Yp,[e.createElementVNode("div",Xp,[e.createElementVNode("div",Jp,[v.value.length>1?(e.openBlock(),e.createBlock(Gp,{key:0,class:"gt-sm"})):e.createCommentVNode("",!0),e.createElementVNode("div",ef,[e.createVNode(Za,{modelValue:f.value,"onUpdate:modelValue":k[0]||(k[0]=X=>f.value=X),items:v.value,height:e.unref(o).lt.md?"15rem":B.imageHeight,autoplay:!1,showControls:e.unref(o).lt.md,cover:!0},null,8,["modelValue","items","height","showControls"])])]),e.createVNode(Zp,{metrics:m.value,class:"q-pt-md-md q-pl-md-md q-mb-md q-mb-md-none"},null,8,["metrics"])]),e.createElementVNode("div",af,[e.createElementVNode("div",lf,[e.createElementVNode("div",null,[e.createElementVNode("div",of,e.toDisplayString(O.value),1),g.value?(e.openBlock(),e.createElementBlock("div",tf,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",nf,e.toDisplayString(g.value),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",sf,[e.createVNode(wa,{items:I.value,type:"countries"},null,8,["items"]),Y.value&&Y.value.length?(e.openBlock(),e.createElementBlock("div",rf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Y.value,(X,le)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+le,class:"q-ml-xs"},[e.createTextVNode(e.toDisplayString(X),1),le<Y.value.length-1?(e.openBlock(),e.createElementBlock("span",cf,", ")):e.createCommentVNode("",!0)]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",uf,[e.createElementVNode("div",df,[P.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({"line-clamp":B.descriptionLines,"-webkit-line-clamp":B.descriptionLines})},e.toDisplayString(P.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",mf,[...k[3]||(k[3]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Ps,{gamaProps:h.value,data:(q=e.unref(C))==null?void 0:q.PROPS,table:""},null,8,["gamaProps","data"])]),e.unref(p)?(e.openBlock(),e.createElementBlock("div",pf,[e.createVNode(e.unref(M.QBtn),{unelevated:"",style:{"background-color":"#16458c",color:"white"},rounded:"","no-caps":"",class:"q-mr-sm q-px-lg q-mt-md q-mt-md-none col-12 col-md-3",onClick:k[1]||(k[1]=X=>e.unref(s)("go_to_partner",{service:"solicitar_consulta"}))},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QIcon),{name:"person",size:"15px",class:"q-mr-sm"}),k[4]||(k[4]=e.createTextVNode(" Solicitar consulta ",-1))]),_:1}),e.createVNode(e.unref(M.QBtn),{unelevated:"",style:{color:"#16458c"},class:"q-px-lg q-mt-md col-12 q-mt-md-none col-md-3",rounded:"","no-caps":"",outline:"",onClick:k[2]||(k[2]=X=>e.unref(s)("go_to_partner",{service:"contratar_llamada"}))},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QIcon),{name:"phone",size:"15px",class:"q-mr-sm"}),k[5]||(k[5]=e.createTextVNode(" Contratar llamada ",-1))]),_:1})])):e.createCommentVNode("",!0)])]),e.createElementVNode("h6",ff,e.toDisplayString(T.value),1),e.createElementVNode("p",null,e.toDisplayString(L.value),1)])}}}),[["__scopeId","data-v-c2ead8d7"]]),gf=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",CODIGO:null,APROBADO:!0,PRESENTACION:"Negociamos tu mejor financiación",DESCRIPCION:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión.",URL:"www.dartmolins.com",AVATAR:null,ID_EMPRESA:1,PROPS:{gama:["derecho_civil","derecho_laboral"],value:{subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"]},idiomas:["catalan","english"],subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"],accesibilidad:["primer_contacto_gratuito","disponibilidad_rapida","accesible_economicamente","trabajo_en_equipo_multidisciplinar"],fecha_de_inicio:"09/08/2005",tipo_de_cliente:["particulares","autonomos"],ambio_geografico:["latam","global","union_europea"],numero_de_broker:"124122141",tipo_de_atencion:["remota_videoconsulta","presencial","mixta"],enfoque_profesional:["mediacion","defensa_juridica"],honorarios_por_hora:{value:18e4,currency:"COP"},honorarios_llamada_30_de_minutos:{value:5e4,currency:"COP"},honorarios_llamada_60_de_minutos:{value:1e5,currency:"COP"},honorarios_llamada_90_de_minutos:{value:15e4,currency:"COP"},honorarios_orientativos:"Desde 180.000 COP/hora",credenciales_profesionales:["colegiado_a","experto_a_certificado"],diferenciales_internacionales:["con_experiencia_internacional","transfronterizo"]},ID_GAMA:16,ID_CONTACTO:13,FECHA_UPD:"2025-08-07T02:30:06.000Z",FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"abogado-junior-despacho.jpg",FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-08-06T22:30:48.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,ID_PARTNER:25,PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],CONTACTO:{ID_CONTACTO:13,COD_EMP_MVX:1,ID_LANDING:5,ID_DIRECCION_FACTURACION:null,TIPO_DE_PERSONA:"1",TIPOS:null,RAZON_SOCIAL:"TEST",PROPS:null,ROLES:null,ID_GAMA:null,ID_CAPTACION:19,NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,PUBLIC_TOKEN:"2b8931eceb287b896eea963a376fc4f5",SITUACION_LABORAL:null,PERSONA_CONTACTO:null,ID_CLIENTE:null,COD_POSTAL:null,PAGINA_WEB:"www.simo.com",FOTO:null,POBLACION:null,EXTRANJERO:null,TIPO_DOC:null,NUMERO_DOC:null,NIF:null,PASAPORTE:null,CURP:null,RFC:null,IBAN:null,PERMISO:null,FM:null,EMAIL:"simonlopezs@gmail.com",ESTADO:"1",ESTADO_DOCUMENTOS:0,ESTADO_DIRECCION:0,COMENTARIO:null,FECHA_NACIMIENTO:null,NACIONALIDAD:null,SEXO_BIOLOGICO:"",SEGURIDAD_SOCIAL:null,ESTADO_CIVIL:null,HIJOS:null,NOTIFICACIONES_WSP:!1,FECHA_UPD:"2025-08-06T04:50:57.000Z",FECHA_CREADO:"2025-08-05T23:33:06.273Z",UBICACION:{ID_UBICACION:7,ID_CONTACTO:13,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_PEDIDO:null,ID_ENTIDAD_BANCARIA:null,CODIGO:null,DESCRIPCION:null,NOMBRE:null,ID_PAIS:28,PROVINCIA:"Cataluña",PAIS:"España",ID_ZONA:null,CIUDAD:"Barcelona",MUNICIPIO:"",LOCALIDAD:null,COLONIA:"",COD_POSTAL:"",POBLACION:null,CALLE:"",NUMERO:0,NUMERO_INTERIOR:0,ENTRE_CALLE:"",ENTRE_CALLE2:"",MANZANA:null,LOTE:null,EDIFICIO:"",DEPARTAMENTO:"",LONGITUDE:2.168568,LATITUDE:41.3873974,CATASTRO:null,FECHA_VALIDACION:"2025-08-06T00:50:56.000Z",ESTADO:1,FECHA_UPD:"2025-08-06T04:50:55.364Z"}},SERVICIOS:[{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco",DESCRIPTION:"",ID_PARTNER:25},{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca",DESCRIPTION:"",ID_PARTNER:25}],PAISES:[{ID_PAIS:18,CODIGO:"DE",NOMBRE:"Alemania",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+49",FECHA_UPD:"2025-08-02T02:36:54.188Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:64,CODIGO:"FR",NOMBRE:"Francia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+33",FECHA_UPD:"2025-08-02T02:37:13.281Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:29,CODIGO:"IT",NOMBRE:"Italia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+39",FECHA_UPD:"2025-08-02T02:36:58.754Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:48,CODIGO:"PT",NOMBRE:"Portugal",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+351",FECHA_UPD:"2025-08-02T02:37:06.634Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:55,CODIGO:"US",NOMBRE:"Estados Unidos",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+1",FECHA_UPD:"2025-08-02T02:37:09.542Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"}]},{ID_PARTNER:51,NOMBRE:"Mariem",CODIGO:"0000051",APROBADO:!1,PRESENTACION:"Excelencia Juridica",DESCRIPCION:"Mi enfoque es el trabajo honesto",DESCRIPCION_CORTA:"Soy un abogado apasionado",URL:"",AVATAR:"https://w2w-files.s3.amazonaws.com/abogados/bfd05530f38e0cba_pexels-august-de-richelieu-4427629.jpg",ID_EMPRESA:1,PROPS:{gama:["derecho_de_familia"],idiomas:["french"],subgamas:["responsabilidad_civil_y_danos"],accesibilidad:["accesible_economicamente","trabajo_en_equipo_multidisciplinar"],fecha_de_inicio:"10/12/2017",tipo_de_cliente:["pymes"],ambio_geografico:["transfronterizo"],contrata_llamada:"no",tipo_de_atencion:["presencial"],enfoque_profesional:["mediacion"],honorarios_por_hora:{value:5e4,currency:"COP"},honorarios_orientativos:{value:1e5,currency:"COP"},honorarios_llamada_30_de_minutos:{value:5e4,currency:"COP"},numero_de_colegiatura:"50001",diferenciales_internacionales:["con_experiencia_internacional"]},ID_GAMA:16,ID_CONTACTO:38,FECHA_UPD:"2025-12-10T22:49:25.000Z",FECHA_CREADO:"2025-12-10T22:49:23.000Z",R_ARCHIVOS:[{ID_ARCHIVO:34,LOCATION:"https://w2w-files.s3.amazonaws.com/abogados/bfd05530f38e0cba_pexels-august-de-richelieu-4427629.jpg",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:null,FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:null,FECHA_APROBADO:null,ID_CONTACTO:38,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:48,ID_PARTNER:51,PUBLICO:!0,PRINCIPAL:!1,POSICION:null},{ID_ARCHIVO:35,LOCATION:"https://w2w-files.s3.amazonaws.com/abogados/7ebec7751d43c6e6_contracto.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:null,FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:null,FECHA_APROBADO:null,ID_CONTACTO:38,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:48,ID_PARTNER:51,PUBLICO:!1,PRINCIPAL:!1,POSICION:null}],CONTACTO:{ID_CONTACTO:38,COD_EMP_MVX:1,ID_LANDING:5,ID_DIRECCION_FACTURACION:null,TIPO_DE_PERSONA:"1",TIPOS:null,RAZON_SOCIAL:null,PROPS:null,ROLES:null,ID_GAMA:null,ID_CAPTACION:48,NOMBRE:"Mariem",APELLIDO:"Romselle",APELLIDO2:"Vertua",PUBLIC_TOKEN:"d7df05aa9d551b15cb2fce5ddfa1bbf0",SITUACION_LABORAL:null,PERSONA_CONTACTO:null,ID_CLIENTE:null,COD_POSTAL:null,PAGINA_WEB:"",FOTO:"https://w2w-files.s3.amazonaws.com/abogados/bfd05530f38e0cba_pexels-august-de-richelieu-4427629.jpg",POBLACION:null,EXTRANJERO:null,TIPO_DOC:null,NUMERO_DOC:null,NIF:null,PASAPORTE:null,CURP:null,RFC:null,IBAN:null,PERMISO:null,FM:null,EMAIL:"mariem@winwinsaas.com",ESTADO:"1",ESTADO_DOCUMENTOS:0,ESTADO_DIRECCION:0,COMENTARIO:null,FECHA_NACIMIENTO:null,NACIONALIDAD:null,SEXO_BIOLOGICO:"",SEGURIDAD_SOCIAL:null,ESTADO_CIVIL:null,HIJOS:null,NOTIFICACIONES_WSP:!1,FECHA_UPD:"2025-12-10T22:49:28.000Z",FECHA_CREADO:"2025-12-10T22:49:20.789Z",UBICACION:{ID_UBICACION:40,ID_CONTACTO:38,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_PEDIDO:null,ID_ENTIDAD_BANCARIA:null,CODIGO:null,DESCRIPCION:null,NOMBRE:null,ID_PAIS:28,PROVINCIA:"Catalunya",PAIS:"España",ID_ZONA:null,CIUDAD:"Barcelona",MUNICIPIO:"",LOCALIDAD:null,COLONIA:"",COD_POSTAL:"08031",POBLACION:null,CALLE:"Carrer del Cadí",NUMERO:0,NUMERO_INTERIOR:0,ENTRE_CALLE:"",ENTRE_CALLE2:"",MANZANA:"",LOTE:"",EDIFICIO:"",DEPARTAMENTO:"",LONGITUDE:2.1693445,LATITUDE:41.4320267,CATASTRO:null,FECHA_VALIDACION:null,ESTADO:1,FECHA_UPD:"2025-12-10T22:49:22.597Z"}},SERVICIOS:[],PAISES:[{ID_PAIS:138,CODIGO:"DO",NOMBRE:"República Dominicana",ID_DIVISA:4,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+1-809, +1-829, +1-849",FECHA_UPD:"2025-12-09T21:29:14.550Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"}],R_GAMA:{ID_GAMA:16,ID_GAMA_PADRE:null,ID_EMPRESA:1,ID_AI_CONTEXT:null,CODIGO:13,NOMBRE:"Abogados",ESTADO:null,MOSTRAR:null,PROPS:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
68
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},wp=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),context:B.z.enum(["captacion","partner"]).default("captacion")});function kp(){const n=e.inject("context"),d=e.computed(()=>{var p;return(p=n==null?void 0:n.lawyer)==null?void 0:p.value}),o=n==null?void 0:n.slide,c=n==null?void 0:n.isPublic,s=n==null?void 0:n.images,r=e.computed(()=>!c.value),m=e.computed(()=>{var p;return((p=d.value)==null?void 0:p.props)||{}});return e.watch(d,()=>{var g;const p=((g=d.value)==null?void 0:g.images)||[];s.value=p},{immediate:!0}),{lawyer:d,isPublic:c,isPrivate:r,images:s,lawyerProps:m,slide:o,gamaProps:n.gamaProps,count:n.count,goToPartnerLabel:n.goToPartnerLabel}}const Vp=["id","draggable"],Mp=["onClick"],Up={key:0,class:"row items-center justify-center bg-grey-2 media-card",style:{"border-radius":"8px",border:"1px dashed #c9c9c9"}},Fp={key:2,class:"media-card"},zp=["src"],Gp={class:"video-icon"},jp=se(e.defineComponent({__name:"ImagesMiniature",setup(n){const{images:d,slide:o,isPrivate:c}=kp(),{emitEvent:s}=li(),{handler:r,onDragLeave:m,onDragOver:p,onDragStart:g,onDrop:h,idKey:f}=Ml(d,".image-miniature",x=>s("update_images_position",{images:x}));return(x,T)=>{const y=e.resolveDirective("mutation");return e.unref(d).length?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:"images-miniature",onDragleave:T[1]||(T[1]=(...b)=>e.unref(m)&&e.unref(m)(...b)),onDragover:T[2]||(T[2]=(...b)=>e.unref(p)&&e.unref(p)(...b)),onDrop:T[3]||(T[3]=(...b)=>e.unref(h)&&e.unref(h)(...b))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(b,O)=>(e.openBlock(),e.createElementBlock("div",{class:"q-mb-md image-miniature q-px-sm",key:O,id:b[e.unref(f)],onDragstart:T[0]||(T[0]=(...C)=>e.unref(g)&&e.unref(g)(...C)),draggable:e.unref(c)},[b?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:C=>o.value=O+1,style:e.normalizeStyle({cursor:"pointer",borderWidth:"0.7px",borderStyle:"solid",borderRadius:"0.5rem",borderColor:O===e.unref(o)-1?"#015979 ":"transparent"}),class:"q-pb-sm win-card"},[b!=null&&b.location?b.filetype==="image"?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:b.location,fit:"cover",class:"media-card"},null,8,["src"])):b.filetype==="video"?(e.openBlock(),e.createElementBlock("div",Fp,[e.createElementVNode("video",{src:b.location,style:{width:"100%",height:"100%",background:"black"}},null,8,zp),e.createElementVNode("div",Gp,[e.createVNode(e.unref(M.QIcon),{size:"lg",name:"o_play_circle",color:"white"})])])):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Up,[e.createVNode(e.unref(M.QIcon),{name:"upload_file",color:"grey-5",size:"33px"})]))],12,Mp)):e.createCommentVNode("",!0)],40,Vp))),128))],32)),[[y,e.unref(r)]]):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-926299c3"]]),$p={class:"metrics-container"},Hp={class:"row items-center"},qp={class:"metric-value q-mr-sm"},Kp={class:"q-ml-sm text-grey-6 text-caption"},Qp={key:0,class:"row items-center gap-md q-mt-md"},Wp={class:"metric-value"},Yp={class:"metric-label"},Zp=se(e.defineComponent({__name:"Metrics",props:{metrics:{},metricsMap:{}},setup(n){const{isPublic:d}=e.inject("context"),o=n,c=e.computed(()=>o.metrics.reviews||0),s=e.computed(()=>o.metrics.rating||0),r=e.computed(()=>[{icon:"o_visibility",value:o.metrics.impressions||0,label:"Impresiones"},{icon:"o_assignment",value:o.metrics.consultation_requests||0,label:"Solicitudes consulta"},{icon:"o_phone",value:o.metrics.call_requests||0,label:"Solicitudes llamada"}]);return(m,p)=>(e.openBlock(),e.createElementBlock("div",$p,[e.createElementVNode("div",Hp,[e.createElementVNode("div",qp,e.toDisplayString(s.value),1),e.createVNode(e.unref(M.QRating),{size:"22px","model-value":s.value,color:"yellow-7",readonly:"",unelevated:"",icon:"star_border","icon-selected":"star","icon-half":"star_half"},null,8,["model-value"]),e.createElementVNode("div",Kp,[e.createTextVNode(" ("+e.toDisplayString(c.value)+" reseñas) ",1),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[...p[0]||(p[0]=[e.createTextVNode("Cantidad de reseñas",-1)])]),_:1})])]),e.unref(d)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Qp,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,g=>(e.openBlock(),e.createElementBlock("div",{key:g.label,class:"metric-item"},[e.createVNode(e.unref(M.QIcon),{name:g.icon,size:"18px",color:"grey-7"},null,8,["name"]),e.createElementVNode("span",Wp,e.toDisplayString(g.value),1),e.createElementVNode("span",Yp,e.toDisplayString(g.label),1)]))),128))]))]))}}),[["__scopeId","data-v-cd45efd6"]]),Xp={class:"row"},Jp={class:"col-md-5 col-12 image-section"},ef={class:"images-container"},af={class:"carousel-container"},lf={class:"col-md-7 col-12"},of={class:"flex justify-between no-wrap"},nf={class:"text-h5 text-bold text-main"},tf={key:0,class:"row items-center no-wrap q-mt-xs"},sf={class:"q-ml-xs"},rf={class:"text-right"},cf={key:0,class:"row justify-end items-center q-mt-xs"},uf={key:0},df={style:{"font-size":"14px"},class:"q-my-md"},mf={class:"q-mb-md",style:{opacity:"0.85"}},pf={key:1},ff={key:0,class:"row"},_f={class:"q-mb-md text-bold"},gf=se(e.defineComponent({__name:"LawyerDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:100},hiddenProps:{default:()=>[]},data:{},metrics:{},gamaProps:{},goToPartnerLabel:{}},emits:["on-event"],setup(n,{emit:d}){const{screen:o}=M.useQuasar(),c=d;e.provide("emit",c);const{emitEvent:s}=li(c),r=n,m=e.computed(()=>r.metrics||r.data.METRICS||r.data.metrics||{}),p=e.ref(1),g=e.computed(()=>{var w,V;return(((w=y.value)==null?void 0:w.R_IMG)||((V=y.value)==null?void 0:V.R_ARCHIVOS)||[]).filter(q=>q.PUBLICO).map(q=>ce.mapKeys(q,(X,le)=>ce.snakeCase(le)))}),{data:h,isPublic:f,gamaProps:x,count:T}=e.toRefs(r),y=e.computed(()=>h.value),b=e.computed(()=>{var w,V;return x.value||((V=(w=h.value)==null?void 0:w.R_GAMA)==null?void 0:V.PROPS)||[]}),O=e.computed(()=>{var w,V,q;return ce.upperFirst((q=(V=(w=y.value)==null?void 0:w.NOMBRE)==null?void 0:V.trim())==null?void 0:q.split(/\s+/)[0])}),C=e.computed(()=>{var w,V,q,X,le,ae;return Ee.capitalize([(q=(V=(w=y.value)==null?void 0:w.CONTACTO)==null?void 0:V.UBICACION)==null?void 0:q.PROVINCIA,(ae=(le=(X=y.value)==null?void 0:X.CONTACTO)==null?void 0:le.UBICACION)==null?void 0:ae.CIUDAD].map(re=>re==null?void 0:re.trim()).filter(Boolean).join(", "),!0)}),I=e.computed(()=>{var w;return(((w=h.value)==null?void 0:w.PAISES)||[]).map(V=>V.CODIGO.toLowerCase())}),E=e.computed(()=>{var w;return(((w=y.value)==null?void 0:w.DESCRIPCION_CORTA)||"").trim()}),P=e.computed(()=>{var w;return(w=y.value)==null?void 0:w.PRESENTACION}),N=e.computed(()=>{var w;return((w=y.value)==null?void 0:w.DESCRIPCION)||""}),D={lawyer:y,slide:p,isPublic:f,images:g,count:T,gamaProps:x};e.provide("context",D);const k=e.computed(()=>{var w;return((w=h==null?void 0:h.value)==null?void 0:w.PROPS)||{}}),j=(w,V)=>(w==null?void 0:w.find(X=>X.value===V))||V,$=w=>{var X,le;if(!h.value)return[];const V=k.value[w];if(!x.value)return[];const q=(X=x==null?void 0:x.value)==null?void 0:X.find(ae=>(ae==null?void 0:ae.code)===w);return(le=q==null?void 0:q.options)!=null&&le.length?ce.isArray(V)?V.map(ae=>j(q.options,ae)):j(q.options,V):V},Z=e.computed(()=>{var w;return((w=$("ambio_geografico"))==null?void 0:w.map(V=>V.label))||[]});return(w,V)=>{var q;return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",Xp,[e.createElementVNode("div",Jp,[e.createElementVNode("div",ef,[g.value.length>1?(e.openBlock(),e.createBlock(jp,{key:0,class:"gt-sm"})):e.createCommentVNode("",!0),e.createElementVNode("div",af,[e.createVNode(Ya,{modelValue:p.value,"onUpdate:modelValue":V[0]||(V[0]=X=>p.value=X),items:g.value,height:e.unref(o).lt.md?"15rem":w.imageHeight,autoplay:!1,showControls:e.unref(o).lt.md,cover:!0},null,8,["modelValue","items","height","showControls"])])]),e.createVNode(Zp,{metrics:m.value,class:"q-pt-md-md q-pl-md-md q-mb-md q-mb-md-none"},null,8,["metrics"])]),e.createElementVNode("div",lf,[e.createElementVNode("div",of,[e.createElementVNode("div",null,[e.createElementVNode("div",nf,e.toDisplayString(O.value),1),C.value?(e.openBlock(),e.createElementBlock("div",tf,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_location_on"}),e.createElementVNode("div",sf,e.toDisplayString(C.value),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",rf,[e.createVNode(ka,{items:I.value,type:"countries"},null,8,["items"]),Z.value&&Z.value.length?(e.openBlock(),e.createElementBlock("div",cf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Z.value,(X,le)=>(e.openBlock(),e.createElementBlock("span",{key:"esp-"+le,class:"q-ml-xs"},[e.createTextVNode(e.toDisplayString(X),1),le<Z.value.length-1?(e.openBlock(),e.createElementBlock("span",uf,", ")):e.createCommentVNode("",!0)]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",df,[e.createElementVNode("div",mf,[E.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({"line-clamp":w.descriptionLines,"-webkit-line-clamp":w.descriptionLines})},e.toDisplayString(E.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",pf,[...V[3]||(V[3]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),e.createVNode(Ps,{gamaProps:b.value,data:(q=e.unref(h))==null?void 0:q.PROPS,table:""},null,8,["gamaProps","data"])]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",ff,[e.createVNode(e.unref(M.QBtn),{unelevated:"",style:{"background-color":"#16458c",color:"white"},rounded:"","no-caps":"",class:"q-mr-sm q-px-lg q-mt-md q-mt-md-none col-12 col-md-3",onClick:V[1]||(V[1]=X=>e.unref(s)("go_to_partner",{service:"solicitar_consulta"}))},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QIcon),{name:"person",size:"15px",class:"q-mr-sm"}),V[4]||(V[4]=e.createTextVNode(" Solicitar consulta ",-1))]),_:1}),e.createVNode(e.unref(M.QBtn),{unelevated:"",style:{color:"#16458c"},class:"q-px-lg q-mt-md col-12 q-mt-md-none col-md-3",rounded:"","no-caps":"",outline:"",onClick:V[2]||(V[2]=X=>e.unref(s)("go_to_partner",{service:"contratar_llamada"}))},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QIcon),{name:"phone",size:"15px",class:"q-mr-sm"}),V[5]||(V[5]=e.createTextVNode(" Contratar llamada ",-1))]),_:1})])):e.createCommentVNode("",!0)])]),e.createElementVNode("h6",_f,e.toDisplayString(P.value),1),e.createElementVNode("p",null,e.toDisplayString(N.value),1)])}}}),[["__scopeId","data-v-c2ead8d7"]]),vf=Object.freeze([{ID_PARTNER:25,NOMBRE:"Alfonso",CODIGO:null,APROBADO:!0,PRESENTACION:"Negociamos tu mejor financiación",DESCRIPCION:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",DESCRIPCION_CORTA:"Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión.",URL:"www.dartmolins.com",AVATAR:null,ID_EMPRESA:1,PROPS:{gama:["derecho_civil","derecho_laboral"],value:{subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"]},idiomas:["catalan","english"],subgamas:["contratos","acoso_laboral","prestaciones_y_liquidaciones","propiedad_y_posesion"],accesibilidad:["primer_contacto_gratuito","disponibilidad_rapida","accesible_economicamente","trabajo_en_equipo_multidisciplinar"],fecha_de_inicio:"09/08/2005",tipo_de_cliente:["particulares","autonomos"],ambio_geografico:["latam","global","union_europea"],numero_de_broker:"124122141",tipo_de_atencion:["remota_videoconsulta","presencial","mixta"],enfoque_profesional:["mediacion","defensa_juridica"],honorarios_por_hora:{value:18e4,currency:"COP"},honorarios_llamada_30_de_minutos:{value:5e4,currency:"COP"},honorarios_llamada_60_de_minutos:{value:1e5,currency:"COP"},honorarios_llamada_90_de_minutos:{value:15e4,currency:"COP"},honorarios_orientativos:"Desde 180.000 COP/hora",credenciales_profesionales:["colegiado_a","experto_a_certificado"],diferenciales_internacionales:["con_experiencia_internacional","transfronterizo"]},ID_GAMA:16,ID_CONTACTO:13,FECHA_UPD:"2025-08-07T02:30:06.000Z",FECHA_CREADO:"2025-08-06T04:50:55.000Z",R_ARCHIVOS:[{ID_ARCHIVO:13,LOCATION:"https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"abogado-junior-despacho.jpg",FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-08-06T22:30:48.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,ID_PARTNER:25,PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],CONTACTO:{ID_CONTACTO:13,COD_EMP_MVX:1,ID_LANDING:5,ID_DIRECCION_FACTURACION:null,TIPO_DE_PERSONA:"1",TIPOS:null,RAZON_SOCIAL:"TEST",PROPS:null,ROLES:null,ID_GAMA:null,ID_CAPTACION:19,NOMBRE:"simon",APELLIDO:null,APELLIDO2:null,PUBLIC_TOKEN:"2b8931eceb287b896eea963a376fc4f5",SITUACION_LABORAL:null,PERSONA_CONTACTO:null,ID_CLIENTE:null,COD_POSTAL:null,PAGINA_WEB:"www.simo.com",FOTO:null,POBLACION:null,EXTRANJERO:null,TIPO_DOC:null,NUMERO_DOC:null,NIF:null,PASAPORTE:null,CURP:null,RFC:null,IBAN:null,PERMISO:null,FM:null,EMAIL:"simonlopezs@gmail.com",ESTADO:"1",ESTADO_DOCUMENTOS:0,ESTADO_DIRECCION:0,COMENTARIO:null,FECHA_NACIMIENTO:null,NACIONALIDAD:null,SEXO_BIOLOGICO:"",SEGURIDAD_SOCIAL:null,ESTADO_CIVIL:null,HIJOS:null,NOTIFICACIONES_WSP:!1,FECHA_UPD:"2025-08-06T04:50:57.000Z",FECHA_CREADO:"2025-08-05T23:33:06.273Z",UBICACION:{ID_UBICACION:7,ID_CONTACTO:13,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_PEDIDO:null,ID_ENTIDAD_BANCARIA:null,CODIGO:null,DESCRIPCION:null,NOMBRE:null,ID_PAIS:28,PROVINCIA:"Cataluña",PAIS:"España",ID_ZONA:null,CIUDAD:"Barcelona",MUNICIPIO:"",LOCALIDAD:null,COLONIA:"",COD_POSTAL:"",POBLACION:null,CALLE:"",NUMERO:0,NUMERO_INTERIOR:0,ENTRE_CALLE:"",ENTRE_CALLE2:"",MANZANA:null,LOTE:null,EDIFICIO:"",DEPARTAMENTO:"",LONGITUDE:2.168568,LATITUDE:41.3873974,CATASTRO:null,FECHA_VALIDACION:"2025-08-06T00:50:56.000Z",ESTADO:1,FECHA_UPD:"2025-08-06T04:50:55.364Z"}},SERVICIOS:[{ID_LINK:"0deadd63-4b04-413b-8b01-4e52b9658d42",URL:"http://51.178.37.201:9001/formulario?id=13,6&productId=2",CODE:"cambio_banco",NAME:"Cambio de banco",DESCRIPTION:"",ID_PARTNER:25},{ID_LINK:"8a707477-86a3-458a-9c1f-0b45ad47be0b",URL:"http://51.178.37.201:9001/formulario?id=1,6&productId=1",CODE:"nueva_hipoteca",NAME:"Nueva hipoteca",DESCRIPTION:"",ID_PARTNER:25}],PAISES:[{ID_PAIS:18,CODIGO:"DE",NOMBRE:"Alemania",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+49",FECHA_UPD:"2025-08-02T02:36:54.188Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:64,CODIGO:"FR",NOMBRE:"Francia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+33",FECHA_UPD:"2025-08-02T02:37:13.281Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:29,CODIGO:"IT",NOMBRE:"Italia",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+39",FECHA_UPD:"2025-08-02T02:36:58.754Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:48,CODIGO:"PT",NOMBRE:"Portugal",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+351",FECHA_UPD:"2025-08-02T02:37:06.634Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"},{ID_PAIS:55,CODIGO:"US",NOMBRE:"Estados Unidos",ID_DIVISA:1,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+1",FECHA_UPD:"2025-08-02T02:37:09.542Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"}]},{ID_PARTNER:51,NOMBRE:"Mariem",CODIGO:"0000051",APROBADO:!1,PRESENTACION:"Excelencia Juridica",DESCRIPCION:"Mi enfoque es el trabajo honesto",DESCRIPCION_CORTA:"Soy un abogado apasionado",URL:"",AVATAR:"https://w2w-files.s3.amazonaws.com/abogados/bfd05530f38e0cba_pexels-august-de-richelieu-4427629.jpg",ID_EMPRESA:1,PROPS:{gama:["derecho_de_familia"],idiomas:["french"],subgamas:["responsabilidad_civil_y_danos"],accesibilidad:["accesible_economicamente","trabajo_en_equipo_multidisciplinar"],fecha_de_inicio:"10/12/2017",tipo_de_cliente:["pymes"],ambio_geografico:["transfronterizo"],contrata_llamada:"no",tipo_de_atencion:["presencial"],enfoque_profesional:["mediacion"],honorarios_por_hora:{value:5e4,currency:"COP"},honorarios_orientativos:{value:1e5,currency:"COP"},honorarios_llamada_30_de_minutos:{value:5e4,currency:"COP"},numero_de_colegiatura:"50001",diferenciales_internacionales:["con_experiencia_internacional"]},ID_GAMA:16,ID_CONTACTO:38,FECHA_UPD:"2025-12-10T22:49:25.000Z",FECHA_CREADO:"2025-12-10T22:49:23.000Z",R_ARCHIVOS:[{ID_ARCHIVO:34,LOCATION:"https://w2w-files.s3.amazonaws.com/abogados/bfd05530f38e0cba_pexels-august-de-richelieu-4427629.jpg",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:null,FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:null,FECHA_APROBADO:null,ID_CONTACTO:38,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:48,ID_PARTNER:51,PUBLICO:!0,PRINCIPAL:!1,POSICION:null},{ID_ARCHIVO:35,LOCATION:"https://w2w-files.s3.amazonaws.com/abogados/7ebec7751d43c6e6_contracto.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:null,FILETYPE:"image",ID_TIPO_DOCUMENTO:null,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:null,FECHA_APROBADO:null,ID_CONTACTO:38,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:48,ID_PARTNER:51,PUBLICO:!1,PRINCIPAL:!1,POSICION:null}],CONTACTO:{ID_CONTACTO:38,COD_EMP_MVX:1,ID_LANDING:5,ID_DIRECCION_FACTURACION:null,TIPO_DE_PERSONA:"1",TIPOS:null,RAZON_SOCIAL:null,PROPS:null,ROLES:null,ID_GAMA:null,ID_CAPTACION:48,NOMBRE:"Mariem",APELLIDO:"Romselle",APELLIDO2:"Vertua",PUBLIC_TOKEN:"d7df05aa9d551b15cb2fce5ddfa1bbf0",SITUACION_LABORAL:null,PERSONA_CONTACTO:null,ID_CLIENTE:null,COD_POSTAL:null,PAGINA_WEB:"",FOTO:"https://w2w-files.s3.amazonaws.com/abogados/bfd05530f38e0cba_pexels-august-de-richelieu-4427629.jpg",POBLACION:null,EXTRANJERO:null,TIPO_DOC:null,NUMERO_DOC:null,NIF:null,PASAPORTE:null,CURP:null,RFC:null,IBAN:null,PERMISO:null,FM:null,EMAIL:"mariem@winwinsaas.com",ESTADO:"1",ESTADO_DOCUMENTOS:0,ESTADO_DIRECCION:0,COMENTARIO:null,FECHA_NACIMIENTO:null,NACIONALIDAD:null,SEXO_BIOLOGICO:"",SEGURIDAD_SOCIAL:null,ESTADO_CIVIL:null,HIJOS:null,NOTIFICACIONES_WSP:!1,FECHA_UPD:"2025-12-10T22:49:28.000Z",FECHA_CREADO:"2025-12-10T22:49:20.789Z",UBICACION:{ID_UBICACION:40,ID_CONTACTO:38,ID_PRODUCTO:null,ID_PRODUCTO_PEDIDO:null,ID_PEDIDO:null,ID_ENTIDAD_BANCARIA:null,CODIGO:null,DESCRIPCION:null,NOMBRE:null,ID_PAIS:28,PROVINCIA:"Catalunya",PAIS:"España",ID_ZONA:null,CIUDAD:"Barcelona",MUNICIPIO:"",LOCALIDAD:null,COLONIA:"",COD_POSTAL:"08031",POBLACION:null,CALLE:"Carrer del Cadí",NUMERO:0,NUMERO_INTERIOR:0,ENTRE_CALLE:"",ENTRE_CALLE2:"",MANZANA:"",LOTE:"",EDIFICIO:"",DEPARTAMENTO:"",LONGITUDE:2.1693445,LATITUDE:41.4320267,CATASTRO:null,FECHA_VALIDACION:null,ESTADO:1,FECHA_UPD:"2025-12-10T22:49:22.597Z"}},SERVICIOS:[],PAISES:[{ID_PAIS:138,CODIGO:"DO",NOMBRE:"República Dominicana",ID_DIVISA:4,NUM_USU:0,ESTADO:1,TITULO_ZONA:"Provincia",COD_TEL:"+1-809, +1-829, +1-849",FECHA_UPD:"2025-12-09T21:29:14.550Z",FECHA_CREATED:"2024-05-10T18:25:20.137Z"}],R_GAMA:{ID_GAMA:16,ID_GAMA_PADRE:null,ID_EMPRESA:1,ID_AI_CONTEXT:null,CODIGO:13,NOMBRE:"Abogados",ESTADO:null,MOSTRAR:null,PROPS:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
69
69
  return values.gama && values.gama?.includes('derecho_civil')
70
70
  }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
71
71
  return values.gama && values.gama?.includes('derecho_de_familia')
@@ -105,7 +105,7 @@ function print() { __p += __j.call(arguments, '') }
105
105
  return values.gama && values.gama?.includes('derecho_internacional')
106
106
  }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
107
107
  return values.gama && values.gama?.includes('derecho_internacional')
108
- }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9e78fe6a-521a-4aa7-8270-8274307675f3",code:"numero_de_colegiatura",image:null,label:"Número de colegiatura",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"5529dbdf-754d-4daa-9bc3-89329a03ccfd",code:"contrata_llamada",image:null,label:"Contrata llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"Si",value:"si",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No",value:"no",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"37d3d29f-24ac-4674-b65b-7e9d0865f5b2",code:"minutos_de_llamada",image:null,label:"Minutos de llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"30 minutos",value:"30_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"60 minutos",value:"60_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"90 minutos",value:"90_minutos",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc20efb5-96bd-4bc8-aad0-b92893d4e13f",code:"honorarios_llamada_30_de_minutos",image:null,label:"Honorarios llamada 30 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8195701b-b04a-43e6-86a7-193a396edadb",code:"honorarios_llamada_60_de_minutos",image:null,label:"Honorarios llamada 60 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"6fb69140-87fe-4986-b6db-8b073768af4f",code:"honorarios_llamada_90_de_minutos",image:null,label:"Honorarios llamada 90 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}],PROPS_HEREDADAS:null,CONFIG:null,REQUIERE:{},PRESENTACION:{gender:"f",plural:"socios comerciales",singular:"socios comerciales"},TAGS:"",TIPO:null,FECHA_CREADO:"2025-07-25T19:43:45.693Z",FECHA_UPD:"2025-11-26T20:36:57.000Z"}}]),vf={isPublic:!0,data:{},metrics:{rating:3.5,reviews:52,impressions:1240,call_requests:320,consultation_requests:85},gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
108
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9e78fe6a-521a-4aa7-8270-8274307675f3",code:"numero_de_colegiatura",image:null,label:"Número de colegiatura",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"5529dbdf-754d-4daa-9bc3-89329a03ccfd",code:"contrata_llamada",image:null,label:"Contrata llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"Si",value:"si",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No",value:"no",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"37d3d29f-24ac-4674-b65b-7e9d0865f5b2",code:"minutos_de_llamada",image:null,label:"Minutos de llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"30 minutos",value:"30_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"60 minutos",value:"60_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"90 minutos",value:"90_minutos",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc20efb5-96bd-4bc8-aad0-b92893d4e13f",code:"honorarios_llamada_30_de_minutos",image:null,label:"Honorarios llamada 30 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8195701b-b04a-43e6-86a7-193a396edadb",code:"honorarios_llamada_60_de_minutos",image:null,label:"Honorarios llamada 60 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"6fb69140-87fe-4986-b6db-8b073768af4f",code:"honorarios_llamada_90_de_minutos",image:null,label:"Honorarios llamada 90 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}],PROPS_HEREDADAS:null,CONFIG:null,REQUIERE:{},PRESENTACION:{gender:"f",plural:"socios comerciales",singular:"socios comerciales"},TAGS:"",TIPO:null,FECHA_CREADO:"2025-07-25T19:43:45.693Z",FECHA_UPD:"2025-11-26T20:36:57.000Z"}}]),bf={isPublic:!0,data:{},metrics:{rating:3.5,reviews:52,impressions:1240,call_requests:320,consultation_requests:85},gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
109
109
  return values.gama && values.gama?.includes('derecho_civil')
110
110
  }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
111
111
  return values.gama && values.gama?.includes('derecho_de_familia')
@@ -145,7 +145,7 @@ function print() { __p += __j.call(arguments, '') }
145
145
  return values.gama && values.gama?.includes('derecho_internacional')
146
146
  }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
147
147
  return values.gama && values.gama?.includes('derecho_internacional')
148
- }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9e78fe6a-521a-4aa7-8270-8274307675f3",code:"numero_de_colegiatura",image:null,label:"Número de colegiatura",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"5529dbdf-754d-4daa-9bc3-89329a03ccfd",code:"contrata_llamada",image:null,label:"Contrata llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"Si",value:"si",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No",value:"no",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"37d3d29f-24ac-4674-b65b-7e9d0865f5b2",code:"minutos_de_llamada",image:null,label:"Minutos de llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"30 minutos",value:"30_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"60 minutos",value:"60_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"90 minutos",value:"90_minutos",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc20efb5-96bd-4bc8-aad0-b92893d4e13f",code:"honorarios_llamada_30_de_minutos",image:null,label:"Honorarios llamada 30 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8195701b-b04a-43e6-86a7-193a396edadb",code:"honorarios_llamada_60_de_minutos",image:null,label:"Honorarios llamada 60 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"6fb69140-87fe-4986-b6db-8b073768af4f",code:"honorarios_llamada_90_de_minutos",image:null,label:"Honorarios llamada 90 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}],fetching:!1,descriptionLines:4,scale:1,imageHeight:"300px"},bf=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any()))}),hf={key:0,class:"row justify-between"},Cf={class:"q-pa-md"},Of={class:"flag-circle flag-md"},Ef=["src","alt"],xf={class:"q-ml-sm"},If={class:"text-h5 text-bold main-color q-mt-md"},Af={class:"text-bold main-color"},yf={key:0,class:"q-mt-md text-subtitle2"},Ds=se(e.defineComponent({__name:"LawyerSubscriptionCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{},gamaProps:{},activeCard:{type:Boolean,default:!1}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s,isPublic:r}=e.toRefs(c),m=e.computed(()=>!r.value),f=e.computed(()=>s.value||null),v=e.computed(()=>{var g;return(((g=s.value)==null?void 0:g.PAISES)||[]).map(I=>{var P,T,L,A;return{image:(T=Ee.COUNTRIES[(P=I==null?void 0:I.CODIGO)==null?void 0:P.toLowerCase()])==null?void 0:T.flag,name:(A=Ee.COUNTRIES[(L=I==null?void 0:I.CODIGO)==null?void 0:L.toLowerCase()])==null?void 0:A.nativeName}}).filter(I=>I.name&&I.image)}),C=e.computed(()=>{var g;return(((g=f.value)==null?void 0:g.DESCRIPCION_CORTA)||"").trim()}),p=e.computed(()=>{var g;return Ee.toCurrency(Number(((g=f.value)==null?void 0:g.PRECIO)||0),c.priceSymbol||"EUR")}),x=e.computed(()=>{var g;return(g=f.value)==null?void 0:g.COD_ART_MVX}),R=g=>{const I=g||"",[P,T]=I.split("_"),L=Number(P),A={dias:["día","días"],meses:["mes","meses"],anios:["año","años"]};if(!A[T])return I;const[w,$]=A[T];return`${L} ${L===1?w:$}`},y=e.computed(()=>{var g;return R((g=f.value)==null?void 0:g.PERIODO_COBRO)}),h=e.computed(()=>{var g,I;return(I=(g=f.value)==null?void 0:g.PROPS)==null?void 0:I.tipo_plan}),O=e.computed(()=>h.value=="destacado"?{textColor:"#16458c",bgColor:"#dae8f7"}:h.value=="premium"?{textColor:"white",bgColor:"#16458c"}:{textColor:"#16458c",bgColor:"#ededed"});return(g,I)=>f.value?(e.openBlock(),e.createBlock(Da,{key:0,loading:g.fetching,unelevated:g.unelevated,"border-radius":g.borderRadius,hoverable:g.hoverable,"no-padding":"",style:e.normalizeStyle({scale:c.scale??1}),class:e.normalizeClass({"active-card":c.activeCard}),onClick:I[0]||(I[0]=P=>o("on-event",{code:"card_click",payload:{product:f.value}}))},{default:e.withCtx(()=>{var P,T;return[e.createElementVNode("div",{class:"q-pa-sm text-weight-medium text-caption",style:e.normalizeStyle({backgroundColor:O.value.bgColor,color:O.value.textColor})},[m.value?(e.openBlock(),e.createElementBlock("div",hf,[e.createElementVNode("div",null,e.toDisplayString(x.value),1),f.value.R_ESTADO?(e.openBlock(),e.createBlock(ka,{key:0,label:(P=f.value.R_ESTADO)==null?void 0:P.NAME,color:(T=f.value.R_ESTADO)==null?void 0:T.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],4),e.createElementVNode("div",Cf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,(L,A)=>(e.openBlock(),e.createElementBlock("div",{key:A,class:"text-caption row main-color"},[e.createElementVNode("div",Of,[e.createElementVNode("img",{src:L.image,alt:L.name,class:"flag"},null,8,Ef)]),e.createElementVNode("div",xf,e.toDisplayString(L.name),1)]))),128)),e.createElementVNode("div",If,e.toDisplayString(p.value),1),e.createElementVNode("div",Af,e.toDisplayString(y.value),1),h.value?(e.openBlock(),e.createElementBlock("div",yf,[e.createVNode(e.unref(M.QChip),{size:"11px",rounded:"",style:e.normalizeStyle({backgroundColor:O.value.bgColor,color:O.value.textColor})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(h.value)),1)]),_:1},8,["style"])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"text-caption q-mt-md text-grey-9 description",style:e.normalizeStyle({"line-clamp":g.descriptionLines,"-webkit-line-clamp":g.descriptionLines})},e.toDisplayString(C.value||"Sin descripción..."),5)])]}),_:1},8,["loading","unelevated","border-radius","hoverable","style","class"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-285668b0"]]),Pf=Object.freeze([{ID_PRODUCTO:155,COD_ART_MVX:"0000001",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"72.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:156,COD_ART_MVX:"0000002",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"500.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]),Df={isPublic:!0,data:{},fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
148
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9e78fe6a-521a-4aa7-8270-8274307675f3",code:"numero_de_colegiatura",image:null,label:"Número de colegiatura",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"5529dbdf-754d-4daa-9bc3-89329a03ccfd",code:"contrata_llamada",image:null,label:"Contrata llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"Si",value:"si",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No",value:"no",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"37d3d29f-24ac-4674-b65b-7e9d0865f5b2",code:"minutos_de_llamada",image:null,label:"Minutos de llamada",prefix:"",suffix:"",options:[{image:{src:""},label:"30 minutos",value:"30_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"60 minutos",value:"60_minutos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"90 minutos",value:"90_minutos",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc20efb5-96bd-4bc8-aad0-b92893d4e13f",code:"honorarios_llamada_30_de_minutos",image:null,label:"Honorarios llamada 30 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8195701b-b04a-43e6-86a7-193a396edadb",code:"honorarios_llamada_60_de_minutos",image:null,label:"Honorarios llamada 60 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"6fb69140-87fe-4986-b6db-8b073768af4f",code:"honorarios_llamada_90_de_minutos",image:null,label:"Honorarios llamada 90 de minutos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}],fetching:!1,descriptionLines:4,scale:1,imageHeight:"300px"},hf=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any()))}),Cf={key:0,class:"row justify-between"},Of={class:"q-pa-md"},Ef={class:"flag-circle flag-md"},xf=["src","alt"],If={class:"q-ml-sm"},Af={class:"text-h5 text-bold main-color q-mt-md"},yf={class:"text-bold main-color"},Pf={key:0,class:"q-mt-md text-subtitle2"},Ds=se(e.defineComponent({__name:"LawyerSubscriptionCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{},gamaProps:{},activeCard:{type:Boolean,default:!1}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s,isPublic:r}=e.toRefs(c),m=e.computed(()=>!r.value),p=e.computed(()=>s.value||null),g=e.computed(()=>{var C;return(((C=s.value)==null?void 0:C.PAISES)||[]).map(I=>{var E,P,N,D;return{image:(P=Ee.COUNTRIES[(E=I==null?void 0:I.CODIGO)==null?void 0:E.toLowerCase()])==null?void 0:P.flag,name:(D=Ee.COUNTRIES[(N=I==null?void 0:I.CODIGO)==null?void 0:N.toLowerCase()])==null?void 0:D.nativeName}}).filter(I=>I.name&&I.image)}),h=e.computed(()=>{var C;return(((C=p.value)==null?void 0:C.DESCRIPCION_CORTA)||"").trim()}),f=e.computed(()=>{var C;return Ee.toCurrency(Number(((C=p.value)==null?void 0:C.PRECIO)||0),c.priceSymbol||"EUR")}),x=e.computed(()=>{var C;return(C=p.value)==null?void 0:C.COD_ART_MVX}),T=C=>{const I=C||"",[E,P]=I.split("_"),N=Number(E),D={dias:["día","días"],meses:["mes","meses"],anios:["año","años"]};if(!D[P])return I;const[k,j]=D[P];return`${N} ${N===1?k:j}`},y=e.computed(()=>{var C;return T((C=p.value)==null?void 0:C.PERIODO_COBRO)}),b=e.computed(()=>{var C,I;return(I=(C=p.value)==null?void 0:C.PROPS)==null?void 0:I.tipo_plan}),O=e.computed(()=>b.value=="destacado"?{textColor:"#16458c",bgColor:"#dae8f7"}:b.value=="premium"?{textColor:"white",bgColor:"#16458c"}:{textColor:"#16458c",bgColor:"#ededed"});return(C,I)=>p.value?(e.openBlock(),e.createBlock(va,{key:0,loading:C.fetching,unelevated:C.unelevated,"border-radius":C.borderRadius,hoverable:C.hoverable,"no-padding":"",style:e.normalizeStyle({scale:c.scale??1}),class:e.normalizeClass({"active-card":c.activeCard}),onClick:I[0]||(I[0]=E=>o("on-event",{code:"card_click",payload:{product:p.value}}))},{default:e.withCtx(()=>{var E,P;return[e.createElementVNode("div",{class:"q-pa-sm text-weight-medium text-caption",style:e.normalizeStyle({backgroundColor:O.value.bgColor,color:O.value.textColor})},[m.value?(e.openBlock(),e.createElementBlock("div",Cf,[e.createElementVNode("div",null,e.toDisplayString(x.value),1),p.value.R_ESTADO?(e.openBlock(),e.createBlock(Ra,{key:0,label:(E=p.value.R_ESTADO)==null?void 0:E.NAME,color:(P=p.value.R_ESTADO)==null?void 0:P.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],4),e.createElementVNode("div",Of,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,(N,D)=>(e.openBlock(),e.createElementBlock("div",{key:D,class:"text-caption row main-color"},[e.createElementVNode("div",Ef,[e.createElementVNode("img",{src:N.image,alt:N.name,class:"flag"},null,8,xf)]),e.createElementVNode("div",If,e.toDisplayString(N.name),1)]))),128)),e.createElementVNode("div",Af,e.toDisplayString(f.value),1),e.createElementVNode("div",yf,e.toDisplayString(y.value),1),b.value?(e.openBlock(),e.createElementBlock("div",Pf,[e.createVNode(e.unref(M.QChip),{size:"11px",rounded:"",style:e.normalizeStyle({backgroundColor:O.value.bgColor,color:O.value.textColor})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(b.value)),1)]),_:1},8,["style"])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"text-caption q-mt-md text-grey-9 description",style:e.normalizeStyle({"line-clamp":C.descriptionLines,"-webkit-line-clamp":C.descriptionLines})},e.toDisplayString(h.value||"Sin descripción..."),5)])]}),_:1},8,["loading","unelevated","border-radius","hoverable","style","class"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-285668b0"]]),Df=Object.freeze([{ID_PRODUCTO:155,COD_ART_MVX:"0000001",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"72.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:156,COD_ART_MVX:"0000002",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"500.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]),Rf={isPublic:!0,data:{},fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
149
149
  return values.gama && values.gama?.includes('derecho_civil')
150
150
  }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
151
151
  return values.gama && values.gama?.includes('derecho_de_familia')
@@ -185,13 +185,13 @@ function print() { __p += __j.call(arguments, '') }
185
185
  return values.gama && values.gama?.includes('derecho_internacional')
186
186
  }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
187
187
  return values.gama && values.gama?.includes('derecho_internacional')
188
- }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Tf=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),activeCard:V.z.boolean().optional(),priceSymbol:V.z.string().optional(),isPublic:V.z.boolean().optional()}),Rf={class:"row justify-center q-mb-md"},Nf={class:"toggle-group"},Sf={class:"row justify-center"},Lf=se(e.defineComponent({__name:"LawyerSubscriptionCardList",props:e.mergeModels({isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{default:()=>[]},gamaProps:{default:()=>[]},activeCard:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["on-event"],["update:modelValue"]),setup(t,{emit:d}){const o=d,c=t,{data:s}=e.toRefs(c),r=e.ref(null),m=e.useModel(t,"modelValue");e.watch(r,v=>{o("on-event",{code:"filter_change",payload:{byEqualCol:{"producto.PROPS.$tipo_plan":v}}})},{immediate:!0});const f=v=>{const{code:C,payload:p}=v;if(C==="card_click"){const x=(p==null?void 0:p.data)||(p==null?void 0:p.product);m.value=x.ID_PRODUCTO,o("on-event",v)}};return e.onMounted(()=>{r.value="standard"}),(v,C)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Rf,[e.createElementVNode("div",Nf,[e.createElementVNode("button",{onClick:C[0]||(C[0]=p=>r.value="standard"),class:e.normalizeClass(["toggle-btn",{active:r.value==="standard"}])}," Standard ",2),e.createElementVNode("button",{onClick:C[1]||(C[1]=p=>r.value="destacado"),class:e.normalizeClass(["toggle-btn",{active:r.value==="destacado"}])}," Destacado ",2),e.createElementVNode("button",{onClick:C[2]||(C[2]=p=>r.value="premium"),class:e.normalizeClass(["toggle-btn",{active:r.value==="premium"}])}," Premium ",2)])]),e.createElementVNode("div",Sf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s)||[],(p,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"col-md-3 col-12 q-pa-sm",style:{cursor:"pointer"}},[e.createVNode(Ds,{onOnEvent:f,data:p,descriptionLines:v.descriptionLines,priceSymbol:v.priceSymbol,gamaProps:v.gamaProps,activeCard:m.value===p.ID_PRODUCTO},null,8,["data","descriptionLines","priceSymbol","gamaProps","activeCard"])]))),128))])],64))}}),[["__scopeId","data-v-be72b53e"]]),Bf=Object.freeze([[{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
188
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Tf=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),activeCard:B.z.boolean().optional(),priceSymbol:B.z.string().optional(),isPublic:B.z.boolean().optional()}),Nf={class:"row justify-center q-mb-md"},Sf={class:"toggle-group"},Lf={class:"row justify-center"},Bf=se(e.defineComponent({__name:"LawyerSubscriptionCardList",props:e.mergeModels({isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{default:()=>[]},gamaProps:{default:()=>[]},activeCard:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["on-event"],["update:modelValue"]),setup(n,{emit:d}){const o=d,c=n,{data:s}=e.toRefs(c),r=e.ref(null),m=e.useModel(n,"modelValue");e.watch(r,g=>{o("on-event",{code:"filter_change",payload:{byEqualCol:{"producto.PROPS.$tipo_plan":g}}})},{immediate:!0});const p=g=>{const{code:h,payload:f}=g;if(h==="card_click"){const x=(f==null?void 0:f.data)||(f==null?void 0:f.product);m.value=x.ID_PRODUCTO,o("on-event",g)}};return e.onMounted(()=>{r.value="standard"}),(g,h)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Nf,[e.createElementVNode("div",Sf,[e.createElementVNode("button",{onClick:h[0]||(h[0]=f=>r.value="standard"),class:e.normalizeClass(["toggle-btn",{active:r.value==="standard"}])}," Standard ",2),e.createElementVNode("button",{onClick:h[1]||(h[1]=f=>r.value="destacado"),class:e.normalizeClass(["toggle-btn",{active:r.value==="destacado"}])}," Destacado ",2),e.createElementVNode("button",{onClick:h[2]||(h[2]=f=>r.value="premium"),class:e.normalizeClass(["toggle-btn",{active:r.value==="premium"}])}," Premium ",2)])]),e.createElementVNode("div",Lf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s)||[],(f,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"col-md-3 col-12 q-pa-sm",style:{cursor:"pointer"}},[e.createVNode(Ds,{onOnEvent:p,data:f,descriptionLines:g.descriptionLines,priceSymbol:g.priceSymbol,gamaProps:g.gamaProps,activeCard:m.value===f.ID_PRODUCTO},null,8,["data","descriptionLines","priceSymbol","gamaProps","activeCard"])]))),128))])],64))}}),[["__scopeId","data-v-be72b53e"]]),wf=Object.freeze([[{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
189
189
  Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
190
190
  La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
191
191
  Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
192
192
  La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"destacado"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
193
193
  Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
194
- La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]]),wf={isPublic:!0,data:[],fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
194
+ La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]]),kf={isPublic:!0,data:[],fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
195
195
  return values.gama && values.gama?.includes('derecho_civil')
196
196
  }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
197
197
  return values.gama && values.gama?.includes('derecho_de_familia')
@@ -231,28 +231,28 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
231
231
  return values.gama && values.gama?.includes('derecho_internacional')
232
232
  }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
233
233
  return values.gama && values.gama?.includes('derecho_internacional')
234
- }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},kf=We.extend({descriptionLines:V.z.number().optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),activeCard:V.z.boolean().optional(),priceSymbol:V.z.string().optional()}),Vf={key:0,class:"q-my-xl"},Mf={key:1,class:"row"},Ul=se(e.defineComponent({__name:"ProductPrice",props:{product:{},size:{},isPrivate:{type:Boolean}},setup(t){const d=t,{size:o="medium",isPrivate:c}=e.toRefs(d),s=e.computed(()=>ce.mapKeys(d.product||{},(v,C)=>C.toUpperCase())),r=e.computed(()=>{var v;return Ee.toCurrency(Number(((v=s.value)==null?void 0:v.PRECIO)||0))}),m=e.computed(()=>{var v;return Number(((v=s.value)==null?void 0:v.DESCUENTO)||0)}),f=e.computed(()=>{var p,x;const v=Number(((p=s.value)==null?void 0:p.PRECIO)||0),C=Number(((x=s.value)==null?void 0:x.DESCUENTO)||0);if(C>0){const R=v-v*C/100;return Ee.toCurrency(R)}return r.value});return(v,C)=>{var p,x;return e.openBlock(),e.createElementBlock("div",null,[(p=s.value)!=null&&p.OCULTAR_PRECIO_LANDING&&!e.unref(c)?(e.openBlock(),e.createElementBlock("div",Vf)):(e.openBlock(),e.createElementBlock("div",Mf,[e.createElementVNode("div",null,[m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["strikethrough",e.unref(o)==="small"?"":"text-h6","text-grey-7"])},e.toDisplayString(r.value),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o)==="small"?"price":"text-h4")},[e.createTextVNode(e.toDisplayString(f.value)+" ",1),m.value?(e.openBlock(),e.createBlock(e.unref(M.QBadge),{key:0,align:"middle",color:"red",class:"font-bold"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.value)+"% OFF ",1)]),_:1})):e.createCommentVNode("",!0)],2),C[0]||(C[0]=e.createElementVNode("span",{class:"text-caption"},e.toDisplayString("IVA no incluido"),-1))]),(x=s.value)!=null&&x.OCULTAR_PRECIO_LANDING?(e.openBlock(),e.createBlock(e.unref(M.QIcon),{key:0,name:"visibility_off",size:"sm",class:"q-ml-xs"})):e.createCommentVNode("",!0)]))])}}}),[["__scopeId","data-v-f2437b6a"]]),Uf={class:"overflow-hidden"},Ff={class:"q-pl-xs"},zf={key:0,class:"q-mt-md text-black"},Gf={key:0,style:{"font-size":"14px"},class:"row items-center"},$f={class:"text-bold"},jf={key:1,style:{"font-size":"14px"},class:"row items-center"},Hf={class:"text-bold"},qf={class:"q-mt-md text-black"},Kf={key:0,style:{"font-size":"14px"}},Qf={class:"text-bold"},Wf={key:1,style:{"font-size":"14px"}},Zf={class:"text-bold"},Yf={key:2,style:{"font-size":"14px"}},Xf={class:"text-bold"},Jf={key:3,style:{"font-size":"14px"}},e_={class:"text-bold"},a_={key:4,style:{"font-size":"14px"}},i_={class:"text-bold"},l_={key:5,style:{"font-size":"14px"}},o_={class:"text-bold"},t_={key:6,style:{"font-size":"14px"}},n_={class:"text-bold"},s_={key:7,style:{"font-size":"14px"}},r_={class:"text-bold"},c_={class:"q-mt-md"},u_={key:0,class:"text-black row items-center"},d_={class:"q-pl-xs text-grey-8"},m_={key:0},p_={key:1,class:"text-black row items-center"},f_={class:"q-pl-xs text-grey-8"},Wi=e.defineComponent({__name:"ProductProps",props:{productProps:{default:()=>({})},gamaProps:{default:()=>[]},hiddenProps:{},lite:{type:Boolean}},setup(t){const d=t,{productProps:o,gamaProps:c}=e.toRefs(d),s=(y,h)=>{const O=y.find(g=>g.value===h);return(O==null?void 0:O.label)||h},r=y=>{var g;const h=o.value[y],O=c.value.find(I=>I.code===y);return(g=O==null?void 0:O.options)!=null&&g.length?ce.isArray(h)?h.map(I=>s(O.options,I)).join(", "):s(O.options,h):h},m=y=>{if(typeof y=="string"){let h=Number(y.replace(/[^0-9.-]/g,"").trim());return isNaN(h)?0:h}else return y},f=()=>{var O;const y=o.value;let h=0;if(y.pitch){const g=(O=y==null?void 0:y.pitch)==null?void 0:O.replace("_mm",""),I=g==null?void 0:g.replace("_",".");h=parseFloat(I)}if(h&&y.ancho&&y.alto){let g=m(y.ancho),I=m(y.alto);return y.unidad_de_medida=="m"?(g=g*1e3,I=I*1e3):y.unidad_de_medida=="cm"&&(g=g*10,I=I*10),`${Math.round(g/h)}x${Math.round(I/h)} p`}},v=()=>{const y=o.value;if(y.tamano)return r("tamano");let h="";return y.ancho&&y.alto&&(h=`${y.ancho||""} x ${y.alto||""}`,y.profundidad&&(h+=` x ${y.profundidad||""}`),h+=` ${y.unidad_de_medida||""}`),h},C=e.computed(()=>M.Screen.lt.md),p=y=>y==null?void 0:y.replace(/Pantalla/gi,"Pant."),x=e.computed(()=>[{key:"gama",icon:"sym_o_category",value:C.value?p(r("gama")):r("gama"),label:"Gama"},{key:"subgama",icon:"sym_o_label",value:r("subgama"),label:"Subgama"},{key:"brillo",icon:"sym_o_light_mode",value:r("brillo"),label:"Brillo"},{key:"resolucion",icon:"sym_o_display_settings",label:"Resolución",value:o.value.pitch?f():r("resolucion")},{key:"ancho",icon:"sym_o_square_foot",label:"Tamaño",value:v()},{key:"pitch",icon:"sym_o_lightbulb",label:"Pitch",value:r("pitch")},{key:"tasa_de_refresco_hz",icon:"sym_o_visibility",label:"Tasa de refresco",value:o.value.tasa_de_refresco_hz?`${o.value.tasa_de_refresco_hz} hz`:""},{key:"gran_formato_independiente",icon:"sym_o_imagesmode",label:"Formato de imagen",value:o.value.gran_formato_independiente?"Gran formato independiente":""},{key:"peso_kg",icon:"sym_o_weight",label:"Peso",value:o.value.peso_kg?`${o.value.peso_kg} kg`:""},{key:"doble_cara",label:"Es doble cara",icon:"sym_o_splitscreen",value:o.value.doble_cara?"Doble cara":""},{key:"compatible_videowall",icon:"sym_o_smart_display",label:"Es compatible con videowall",value:o.value.compatible_videowall?C.value?"Videowall":"Compatible con videowall":""},{key:"interactivo",icon:"sym_o_touch_app",label:"Interactivo",value:r("interactivo")},{key:"sistema_operativo",icon:"sym_o_android",label:"Sistema operativo",value:r("sistema_operativo")}].filter(y=>{var h,O;return ce.isNil(y.value)||y.value===""?!1:d!=null&&d.hiddenProps&&((h=d==null?void 0:d.hiddenProps)!=null&&h.length)?!((O=d==null?void 0:d.hiddenProps)!=null&&O.includes(y.key)):!0})),R=e.computed(()=>{var y;if(o.value.pitch){const h=(y=o.value.pitch)==null?void 0:y.replace("_","."),O=h==null?void 0:h.replace(/[^0-9.]/g,"");return parseFloat(O).toFixed(2)}return""});return(y,h)=>{var O,g,I,P,T,L,A,w,$,j,Y,B,k,q,X,le,ae,re,ge;return e.openBlock(),e.createElementBlock("div",Uf,[e.createElementVNode("div",{class:"q-mt-md row text-black justify-start",style:e.normalizeStyle(`font-size: ${y.lite?"15px":"16px"}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(pe,De)=>(e.openBlock(),e.createElementBlock("div",{key:De,class:e.normalizeClass(y.lite?De%2?"col-md-5 text-left col-6":"col-md-7 q-pr-xs text-left col-6":"col-md-6 col-12 flex items-center")},[e.createElementVNode("span",null,[e.createVNode(e.unref(M.QIcon),{size:"xs",name:pe.icon},null,8,["name"]),e.createElementVNode("span",Ff,e.toDisplayString(pe.value),1),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(pe.label),1)]),_:2},1024)])],2))),128))],4),y.lite?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[(O=e.unref(o))!=null&&O.consumo_maximo_w||(g=e.unref(o))!=null&&g.consumo_medio_w?(e.openBlock(),e.createElementBlock("div",zf,[(I=e.unref(o))!=null&&I.consumo_medio_w?(e.openBlock(),e.createElementBlock("div",Gf,[e.createVNode(e.unref(M.QIcon),{color:"green",name:"sym_o_flash_on",class:"q-mr-xs",size:"18px"}),e.createElementVNode("div",null,[h[0]||(h[0]=e.createTextVNode(" Consumo medio: ",-1)),e.createElementVNode("span",$f,e.toDisplayString((P=e.unref(o))==null?void 0:P.consumo_medio_w),1)])])):e.createCommentVNode("",!0),(T=e.unref(o))!=null&&T.consumo_maximo_w?(e.openBlock(),e.createElementBlock("div",jf,[e.createVNode(e.unref(M.QIcon),{color:"green",name:"sym_o_flash_on",class:"q-mr-xs",size:"18px"}),e.createElementVNode("div",null,[h[1]||(h[1]=e.createTextVNode(" Consumo máximo: ",-1)),e.createElementVNode("span",Hf,e.toDisplayString((L=e.unref(o))==null?void 0:L.consumo_maximo_w),1)])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",qf,[R.value?(e.openBlock(),e.createElementBlock("div",Kf,[h[2]||(h[2]=e.createTextVNode(" Distancia recomendada: ",-1)),e.createElementVNode("span",Qf,"a partir de "+e.toDisplayString(R.value)+" m",1)])):e.createCommentVNode("",!0),(A=e.unref(o))!=null&&A.serie?(e.openBlock(),e.createElementBlock("div",Wf,[h[3]||(h[3]=e.createTextVNode(" Serie: ",-1)),e.createElementVNode("span",Zf,e.toDisplayString(r("serie")),1)])):e.createCommentVNode("",!0),(w=e.unref(o))!=null&&w.material?(e.openBlock(),e.createElementBlock("div",Yf,[h[4]||(h[4]=e.createTextVNode(" Material: ",-1)),e.createElementVNode("span",Xf,e.toDisplayString(r("material")),1)])):e.createCommentVNode("",!0),($=e.unref(o))!=null&&$.usos_habituales&&e.unref(ce.isArray)((j=e.unref(o))==null?void 0:j.usos_habituales)?(e.openBlock(),e.createElementBlock("div",Jf,[h[5]||(h[5]=e.createTextVNode(" Usos habituales: ",-1)),e.createElementVNode("span",e_,e.toDisplayString(r("usos_habituales")),1)])):e.createCommentVNode("",!0),(Y=e.unref(o))!=null&&Y.propositos_generales&&e.unref(ce.isArray)((B=e.unref(o))==null?void 0:B.propositos_generales)?(e.openBlock(),e.createElementBlock("div",a_,[h[6]||(h[6]=e.createTextVNode(" Propositos generales: ",-1)),e.createElementVNode("span",i_,e.toDisplayString(r("propositos_generales")),1)])):e.createCommentVNode("",!0),(k=e.unref(o))!=null&&k.controladoras_compatibles&&e.unref(ce.isArray)((q=e.unref(o))==null?void 0:q.controladoras_compatibles)?(e.openBlock(),e.createElementBlock("div",l_,[h[7]||(h[7]=e.createTextVNode(" Controladoras compatibles: ",-1)),e.createElementVNode("span",o_,e.toDisplayString(r("controladoras_compatibles")),1)])):e.createCommentVNode("",!0),(X=e.unref(o))!=null&&X.tipo_de_instalacion?(e.openBlock(),e.createElementBlock("div",t_,[h[8]||(h[8]=e.createTextVNode(" Tipo de instalación: ",-1)),e.createElementVNode("span",n_,e.toDisplayString(r("tipo_de_instalacion")),1)])):e.createCommentVNode("",!0),(le=e.unref(o))!=null&&le.tipo_servicio?(e.openBlock(),e.createElementBlock("div",s_,[h[9]||(h[9]=e.createTextVNode(" Conexiones y acceso a componentes: ",-1)),e.createElementVNode("span",r_,e.toDisplayString(r("tipo_servicio")),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",c_,[((ae=e.unref(o))==null?void 0:ae.gob)=="si"?(e.openBlock(),e.createElementBlock("div",u_,[e.createVNode(e.unref(M.QIcon),{color:"yellow-9",style:{"font-size":"20px"},name:"sym_o_verified_user"}),e.createElementVNode("div",d_,[h[10]||(h[10]=e.createTextVNode(" GOB ",-1)),((re=e.unref(o))==null?void 0:re.gob)=="si"?(e.openBlock(),e.createElementBlock("span",m_," (mayor resistencia a golpes, humedad y polvo.)")):e.createCommentVNode("",!0)])])):e.createCommentVNode("",!0),(ge=e.unref(o))!=null&&ge.proteccion_ip?(e.openBlock(),e.createElementBlock("div",p_,[e.createVNode(e.unref(M.QIcon),{color:"yellow-9",style:{"font-size":"20px"},name:"sym_o_verified_user"}),e.createElementVNode("div",f_,e.toDisplayString(r("proteccion_ip")),1)])):e.createCommentVNode("",!0)])],64))])}}}),__=e.defineComponent({__name:"PublicToggleButton",props:{public:{type:Boolean},size:{}},emits:["change-public"],setup(t,{emit:d}){const o=d,c=e.ref(!1),s=()=>o("change-public");return(r,m)=>(e.openBlock(),e.createBlock(e.unref(M.QBtn),{onClick:e.withModifiers(s,["stop"]),loading:c.value,size:r.size||"12px",icon:r.public?"public":"public_off","text-color":r.public?"green":"red",color:"white",padding:"4px",round:""},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.public?"Visible al público":"Privado"),1)]),_:1})]),_:1},8,["loading","size","icon","text-color"]))}}),g_={style:{height:"48rem"}},v_={class:"carousel-container"},b_={class:"carousel-overlay"},h_={class:"header-overlay"},C_={key:0,class:"tag pack-code no-wrap"},O_={key:1},E_={class:"text-center row justify-center no-wrap"},x_={class:"media-count"},I_={key:0,class:"visibility-icon-container"},A_={class:"row justify-between no-wrap"},y_={class:"text-subtitle1 text-bold text-main",style:{"line-height":"120%"}},P_={key:0,class:"text-caption"},D_={class:"flex-center q-mt-xs"},T_={class:"q-mb-md"},R_={class:"text-center text-weight-medium q-mb-md"},N_={class:"text-right text-weight-medium q-mb-md"},S_={style:{"font-size":"15px"},class:"q-mb-md text-black"},L_={key:0,class:"color-selector q-mb-md"},B_={class:"q-mb-md",style:{opacity:"0.85"}},w_={key:1},k_={class:"q-mt-lg"},V_={key:0,class:"text-caption text-main ellipsis"},M_={key:1,class:"text-caption text-main ellipsis"},U_={class:"footer"},F_=se(e.defineComponent({__name:"LinvermediaProductCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{default:()=>["compatible_videowall","doble_cara","peso_kg","gran_formato_independiente","tasa_de_refresco_hz","resolucion"]},data:{},gamaProps:{},showPrice:{type:Function,default:()=>!0},autoplay:{type:Boolean,default:!1}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s,isPublic:r,hiddenProps:m,gamaProps:f}=e.toRefs(c),v=e.computed(()=>!r.value),C=e.computed(()=>s.value||null),p=e.computed(()=>{var L;return((L=c.showPrice)==null?void 0:L.call(c,C.value))??!0}),x=e.computed(()=>{var L,A,w;return!!((A=(L=C.value)==null?void 0:L.PROPS)!=null&&A.a_medida)&&!((w=C.value)!=null&&w.PACK)}),R=e.computed(()=>{var L;return ce.upperFirst((L=C.value)==null?void 0:L.NOMBRE)}),y=e.computed(()=>{var L;return(((L=C.value)==null?void 0:L.DESCRIPCION_CORTA)||"").trim()}),h=e.computed(()=>{var L;return((L=C.value)==null?void 0:L.COD_ART_MVX)||""}),O=e.reactive(yd),g=e.computed(()=>{var L,A;return(A=(L=C.value)==null?void 0:L.TAGS)==null?void 0:A.split(",")}),I=e.ref(1),P=e.computed(()=>{var A;return(((A=C.value)==null?void 0:A.R_IMG)||[]).map(w=>ce.mapKeys(w,($,j)=>ce.snakeCase(j))).sort((w,$)=>w.principal&&!$.principal?-1:$.principal&&!w.principal?1:0)}),T=e.computed(()=>{var L,A,w;return((w=(A=(L=C.value)==null?void 0:L.PROPS)==null?void 0:A.colores_disponibles)==null?void 0:w.filter($=>!!O[$]))||[]});return(L,A)=>C.value?(e.openBlock(),e.createBlock(Da,{key:0,class:"card-custom",loading:L.fetching,style:e.normalizeStyle({scale:c.scale??1}),onClick:A[2]||(A[2]=w=>o("on-event",{code:"card_click",payload:{product:C.value}}))},{default:e.withCtx(()=>{var w,$,j,Y,B;return[e.createElementVNode("div",g_,[e.createElementVNode("div",v_,[e.createElementVNode("div",b_,[e.createElementVNode("div",h_,[C.value.PACK?(e.openBlock(),e.createElementBlock("span",C_," Pack ")):(e.openBlock(),e.createElementBlock("span",O_,e.toDisplayString(h.value),1))]),e.createElementVNode("div",E_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,k=>(e.openBlock(),e.createBlock(Ri,{tag:k},null,8,["tag"]))),256))]),e.createElementVNode("div",x_,[e.createTextVNode(e.toDisplayString((w=P.value)!=null&&w.length?I.value:0)+"/"+e.toDisplayString((($=P.value)==null?void 0:$.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])]),e.createVNode(e.unref(M.QCardSection),{style:{"padding-bottom":"0.35rem"}},{default:e.withCtx(()=>[e.createVNode(Za,{items:P.value,modelValue:I.value,"onUpdate:modelValue":A[0]||(A[0]=k=>I.value=k),autoplay:L.autoplay},null,8,["items","modelValue","autoplay"]),v.value?(e.openBlock(),e.createElementBlock("div",I_,[e.createVNode(__,{public:C.value.PUBLICO,onChangePublic:A[1]||(A[1]=k=>o("on-event",{code:"change-public",payload:{id:C.value.ID_PRODUCTO}}))},null,8,["public"])])):e.createCommentVNode("",!0)]),_:1})]),e.createVNode(e.unref(M.QCardSection),{style:{"min-height":"330px"}},{default:e.withCtx(()=>{var k,q,X,le,ae,re,ge;return[e.createElementVNode("div",null,[e.createElementVNode("div",A_,[e.createElementVNode("div",y_,e.toDisplayString(R.value),1),C.value.R_ESTADO?(e.openBlock(),e.createBlock(ka,{key:0,label:(k=C.value.R_ESTADO)==null?void 0:k.NAME,color:(q=C.value.R_ESTADO)==null?void 0:q.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)]),v.value&&((X=C.value.PROPS)!=null&&X.sku)?(e.openBlock(),e.createElementBlock("div",P_," SKU: "+e.toDisplayString(C.value.PROPS.sku),1)):e.createCommentVNode("",!0),e.createElementVNode("div",D_,[e.createElementVNode("div",T_,[p.value?(e.openBlock(),e.createBlock(Ul,{key:0,product:C.value,"is-private":v.value,size:"small"},null,8,["product","is-private"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",R_,e.toDisplayString(e.unref(kl)((le=C.value.PROPS)==null?void 0:le.ubicacion)),1),e.createElementVNode("div",N_,[(ae=C.value.PROPS)!=null&&ae.a_medida&&!((re=C.value)!=null&&re.PACK)?(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:0,style:{"background-color":"#0183cb"},"text-color":"white",size:"12px"},{default:e.withCtx(()=>[...A[3]||(A[3]=[e.createTextVNode("A medida",-1)])]),_:1})):e.createCommentVNode("",!0)])])]),e.createElementVNode("div",S_,[T.value.length?(e.openBlock(),e.createElementBlock("div",L_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,pe=>(e.openBlock(),e.createElementBlock("div",{key:pe,style:e.normalizeStyle({backgroundColor:O[pe]||"#ccc"}),class:"color-circle"},null,4))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",B_,[y.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:L.descriptionLines,WebkitLineClamp:L.descriptionLines})},e.toDisplayString(y.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",w_,[...A[4]||(A[4]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),C.value.PROPS?(e.openBlock(),e.createBlock(Wi,{key:1,"gama-props":e.unref(f),"product-props":C.value.PROPS,lite:!0,"hidden-props":e.unref(m)},null,8,["gama-props","product-props","hidden-props"])):e.createCommentVNode("",!0),e.createElementVNode("div",k_,[x.value?(e.openBlock(),e.createElementBlock("div",V_," Requiere configuración ")):e.createCommentVNode("",!0),(ge=C.value)!=null&&ge.OCULTAR_PRECIO_LANDING?(e.openBlock(),e.createElementBlock("div",M_," Solicitar presupuesto ")):e.createCommentVNode("",!0)])])]}),_:1})]),e.createElementVNode("div",U_,[v.value?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(M.QBtn),{key:0,label:(j=C.value)!=null&&j.PACK?"Ver oferta":"Ver más","text-color":(Y=C.value)!=null&&Y.PACK?"white":"primary",flat:!((B=C.value)!=null&&B.PACK),class:"hover-button q-mt-lg",color:"primary","no-caps":""},null,8,["label","text-color","flat"]))])]}),_:1},8,["loading","style"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-75621bc7"]]),z_=Object.freeze([{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
234
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Vf=$e.extend({descriptionLines:B.z.number().optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),activeCard:B.z.boolean().optional(),priceSymbol:B.z.string().optional()}),Mf={key:0,class:"q-my-xl"},Uf={key:1,class:"row"},Ul=se(e.defineComponent({__name:"ProductPrice",props:{product:{},size:{},isPrivate:{type:Boolean}},setup(n){const d=n,{size:o="medium",isPrivate:c}=e.toRefs(d),s=e.computed(()=>ce.mapKeys(d.product||{},(g,h)=>h.toUpperCase())),r=e.computed(()=>{var g;return Ee.toCurrency(Number(((g=s.value)==null?void 0:g.PRECIO)||0))}),m=e.computed(()=>{var g;return Number(((g=s.value)==null?void 0:g.DESCUENTO)||0)}),p=e.computed(()=>{var f,x;const g=Number(((f=s.value)==null?void 0:f.PRECIO)||0),h=Number(((x=s.value)==null?void 0:x.DESCUENTO)||0);if(h>0){const T=g-g*h/100;return Ee.toCurrency(T)}return r.value});return(g,h)=>{var f,x;return e.openBlock(),e.createElementBlock("div",null,[(f=s.value)!=null&&f.OCULTAR_PRECIO_LANDING&&!e.unref(c)?(e.openBlock(),e.createElementBlock("div",Mf)):(e.openBlock(),e.createElementBlock("div",Uf,[e.createElementVNode("div",null,[m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["strikethrough",e.unref(o)==="small"?"":"text-h6","text-grey-7"])},e.toDisplayString(r.value),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(o)==="small"?"price":"text-h4")},[e.createTextVNode(e.toDisplayString(p.value)+" ",1),m.value?(e.openBlock(),e.createBlock(e.unref(M.QBadge),{key:0,align:"middle",color:"red",class:"font-bold"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m.value)+"% OFF ",1)]),_:1})):e.createCommentVNode("",!0)],2),h[0]||(h[0]=e.createElementVNode("span",{class:"text-caption"},e.toDisplayString("IVA no incluido"),-1))]),(x=s.value)!=null&&x.OCULTAR_PRECIO_LANDING?(e.openBlock(),e.createBlock(e.unref(M.QIcon),{key:0,name:"visibility_off",size:"sm",class:"q-ml-xs"})):e.createCommentVNode("",!0)]))])}}}),[["__scopeId","data-v-f2437b6a"]]),Ff={class:"overflow-hidden"},zf={class:"q-pl-xs"},Gf={key:0,class:"q-mt-md text-black"},jf={key:0,style:{"font-size":"14px"},class:"row items-center"},$f={class:"text-bold"},Hf={key:1,style:{"font-size":"14px"},class:"row items-center"},qf={class:"text-bold"},Kf={class:"q-mt-md text-black"},Qf={key:0,style:{"font-size":"14px"}},Wf={class:"text-bold"},Yf={key:1,style:{"font-size":"14px"}},Zf={class:"text-bold"},Xf={key:2,style:{"font-size":"14px"}},Jf={class:"text-bold"},e_={key:3,style:{"font-size":"14px"}},a_={class:"text-bold"},i_={key:4,style:{"font-size":"14px"}},l_={class:"text-bold"},o_={key:5,style:{"font-size":"14px"}},n_={class:"text-bold"},t_={key:6,style:{"font-size":"14px"}},s_={class:"text-bold"},r_={key:7,style:{"font-size":"14px"}},c_={class:"text-bold"},u_={class:"q-mt-md"},d_={key:0,class:"text-black row items-center"},m_={class:"q-pl-xs text-grey-8"},p_={key:0},f_={key:1,class:"text-black row items-center"},__={class:"q-pl-xs text-grey-8"},Wi=e.defineComponent({__name:"ProductProps",props:{productProps:{default:()=>({})},gamaProps:{default:()=>[]},hiddenProps:{},lite:{type:Boolean}},setup(n){const d=n,{productProps:o,gamaProps:c}=e.toRefs(d),s=(y,b)=>{const O=y.find(C=>C.value===b);return(O==null?void 0:O.label)||b},r=y=>{var C;const b=o.value[y],O=c.value.find(I=>I.code===y);return(C=O==null?void 0:O.options)!=null&&C.length?ce.isArray(b)?b.map(I=>s(O.options,I)).join(", "):s(O.options,b):b},m=y=>{if(typeof y=="string"){let b=Number(y.replace(/[^0-9.-]/g,"").trim());return isNaN(b)?0:b}else return y},p=()=>{var O;const y=o.value;let b=0;if(y.pitch){const C=(O=y==null?void 0:y.pitch)==null?void 0:O.replace("_mm",""),I=C==null?void 0:C.replace("_",".");b=parseFloat(I)}if(b&&y.ancho&&y.alto){let C=m(y.ancho),I=m(y.alto);return y.unidad_de_medida=="m"?(C=C*1e3,I=I*1e3):y.unidad_de_medida=="cm"&&(C=C*10,I=I*10),`${Math.round(C/b)}x${Math.round(I/b)} p`}},g=()=>{const y=o.value;if(y.tamano)return r("tamano");let b="";return y.ancho&&y.alto&&(b=`${y.ancho||""} x ${y.alto||""}`,y.profundidad&&(b+=` x ${y.profundidad||""}`),b+=` ${y.unidad_de_medida||""}`),b},h=e.computed(()=>M.Screen.lt.md),f=y=>y==null?void 0:y.replace(/Pantalla/gi,"Pant."),x=e.computed(()=>[{key:"gama",icon:"sym_o_category",value:h.value?f(r("gama")):r("gama"),label:"Gama"},{key:"subgama",icon:"sym_o_label",value:r("subgama"),label:"Subgama"},{key:"brillo",icon:"sym_o_light_mode",value:r("brillo"),label:"Brillo"},{key:"resolucion",icon:"sym_o_display_settings",label:"Resolución",value:o.value.pitch?p():r("resolucion")},{key:"ancho",icon:"sym_o_square_foot",label:"Tamaño",value:g()},{key:"pitch",icon:"sym_o_lightbulb",label:"Pitch",value:r("pitch")},{key:"tasa_de_refresco_hz",icon:"sym_o_visibility",label:"Tasa de refresco",value:o.value.tasa_de_refresco_hz?`${o.value.tasa_de_refresco_hz} hz`:""},{key:"gran_formato_independiente",icon:"sym_o_imagesmode",label:"Formato de imagen",value:o.value.gran_formato_independiente?"Gran formato independiente":""},{key:"peso_kg",icon:"sym_o_weight",label:"Peso",value:o.value.peso_kg?`${o.value.peso_kg} kg`:""},{key:"doble_cara",label:"Es doble cara",icon:"sym_o_splitscreen",value:o.value.doble_cara?"Doble cara":""},{key:"compatible_videowall",icon:"sym_o_smart_display",label:"Es compatible con videowall",value:o.value.compatible_videowall?h.value?"Videowall":"Compatible con videowall":""},{key:"interactivo",icon:"sym_o_touch_app",label:"Interactivo",value:r("interactivo")},{key:"sistema_operativo",icon:"sym_o_android",label:"Sistema operativo",value:r("sistema_operativo")}].filter(y=>{var b,O;return ce.isNil(y.value)||y.value===""?!1:d!=null&&d.hiddenProps&&((b=d==null?void 0:d.hiddenProps)!=null&&b.length)?!((O=d==null?void 0:d.hiddenProps)!=null&&O.includes(y.key)):!0})),T=e.computed(()=>{var y;if(o.value.pitch){const b=(y=o.value.pitch)==null?void 0:y.replace("_","."),O=b==null?void 0:b.replace(/[^0-9.]/g,"");return parseFloat(O).toFixed(2)}return""});return(y,b)=>{var O,C,I,E,P,N,D,k,j,$,Z,w,V,q,X,le,ae,re,ge;return e.openBlock(),e.createElementBlock("div",Ff,[e.createElementVNode("div",{class:"q-mt-md row text-black justify-start",style:e.normalizeStyle(`font-size: ${y.lite?"15px":"16px"}`)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(pe,De)=>(e.openBlock(),e.createElementBlock("div",{key:De,class:e.normalizeClass(y.lite?De%2?"col-md-5 text-left col-6":"col-md-7 q-pr-xs text-left col-6":"col-md-6 col-12 flex items-center")},[e.createElementVNode("span",null,[e.createVNode(e.unref(M.QIcon),{size:"xs",name:pe.icon},null,8,["name"]),e.createElementVNode("span",zf,e.toDisplayString(pe.value),1),e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(pe.label),1)]),_:2},1024)])],2))),128))],4),y.lite?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[(O=e.unref(o))!=null&&O.consumo_maximo_w||(C=e.unref(o))!=null&&C.consumo_medio_w?(e.openBlock(),e.createElementBlock("div",Gf,[(I=e.unref(o))!=null&&I.consumo_medio_w?(e.openBlock(),e.createElementBlock("div",jf,[e.createVNode(e.unref(M.QIcon),{color:"green",name:"sym_o_flash_on",class:"q-mr-xs",size:"18px"}),e.createElementVNode("div",null,[b[0]||(b[0]=e.createTextVNode(" Consumo medio: ",-1)),e.createElementVNode("span",$f,e.toDisplayString((E=e.unref(o))==null?void 0:E.consumo_medio_w),1)])])):e.createCommentVNode("",!0),(P=e.unref(o))!=null&&P.consumo_maximo_w?(e.openBlock(),e.createElementBlock("div",Hf,[e.createVNode(e.unref(M.QIcon),{color:"green",name:"sym_o_flash_on",class:"q-mr-xs",size:"18px"}),e.createElementVNode("div",null,[b[1]||(b[1]=e.createTextVNode(" Consumo máximo: ",-1)),e.createElementVNode("span",qf,e.toDisplayString((N=e.unref(o))==null?void 0:N.consumo_maximo_w),1)])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Kf,[T.value?(e.openBlock(),e.createElementBlock("div",Qf,[b[2]||(b[2]=e.createTextVNode(" Distancia recomendada: ",-1)),e.createElementVNode("span",Wf,"a partir de "+e.toDisplayString(T.value)+" m",1)])):e.createCommentVNode("",!0),(D=e.unref(o))!=null&&D.serie?(e.openBlock(),e.createElementBlock("div",Yf,[b[3]||(b[3]=e.createTextVNode(" Serie: ",-1)),e.createElementVNode("span",Zf,e.toDisplayString(r("serie")),1)])):e.createCommentVNode("",!0),(k=e.unref(o))!=null&&k.material?(e.openBlock(),e.createElementBlock("div",Xf,[b[4]||(b[4]=e.createTextVNode(" Material: ",-1)),e.createElementVNode("span",Jf,e.toDisplayString(r("material")),1)])):e.createCommentVNode("",!0),(j=e.unref(o))!=null&&j.usos_habituales&&e.unref(ce.isArray)(($=e.unref(o))==null?void 0:$.usos_habituales)?(e.openBlock(),e.createElementBlock("div",e_,[b[5]||(b[5]=e.createTextVNode(" Usos habituales: ",-1)),e.createElementVNode("span",a_,e.toDisplayString(r("usos_habituales")),1)])):e.createCommentVNode("",!0),(Z=e.unref(o))!=null&&Z.propositos_generales&&e.unref(ce.isArray)((w=e.unref(o))==null?void 0:w.propositos_generales)?(e.openBlock(),e.createElementBlock("div",i_,[b[6]||(b[6]=e.createTextVNode(" Propositos generales: ",-1)),e.createElementVNode("span",l_,e.toDisplayString(r("propositos_generales")),1)])):e.createCommentVNode("",!0),(V=e.unref(o))!=null&&V.controladoras_compatibles&&e.unref(ce.isArray)((q=e.unref(o))==null?void 0:q.controladoras_compatibles)?(e.openBlock(),e.createElementBlock("div",o_,[b[7]||(b[7]=e.createTextVNode(" Controladoras compatibles: ",-1)),e.createElementVNode("span",n_,e.toDisplayString(r("controladoras_compatibles")),1)])):e.createCommentVNode("",!0),(X=e.unref(o))!=null&&X.tipo_de_instalacion?(e.openBlock(),e.createElementBlock("div",t_,[b[8]||(b[8]=e.createTextVNode(" Tipo de instalación: ",-1)),e.createElementVNode("span",s_,e.toDisplayString(r("tipo_de_instalacion")),1)])):e.createCommentVNode("",!0),(le=e.unref(o))!=null&&le.tipo_servicio?(e.openBlock(),e.createElementBlock("div",r_,[b[9]||(b[9]=e.createTextVNode(" Conexiones y acceso a componentes: ",-1)),e.createElementVNode("span",c_,e.toDisplayString(r("tipo_servicio")),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",u_,[((ae=e.unref(o))==null?void 0:ae.gob)=="si"?(e.openBlock(),e.createElementBlock("div",d_,[e.createVNode(e.unref(M.QIcon),{color:"yellow-9",style:{"font-size":"20px"},name:"sym_o_verified_user"}),e.createElementVNode("div",m_,[b[10]||(b[10]=e.createTextVNode(" GOB ",-1)),((re=e.unref(o))==null?void 0:re.gob)=="si"?(e.openBlock(),e.createElementBlock("span",p_," (mayor resistencia a golpes, humedad y polvo.)")):e.createCommentVNode("",!0)])])):e.createCommentVNode("",!0),(ge=e.unref(o))!=null&&ge.proteccion_ip?(e.openBlock(),e.createElementBlock("div",f_,[e.createVNode(e.unref(M.QIcon),{color:"yellow-9",style:{"font-size":"20px"},name:"sym_o_verified_user"}),e.createElementVNode("div",__,e.toDisplayString(r("proteccion_ip")),1)])):e.createCommentVNode("",!0)])],64))])}}}),g_=e.defineComponent({__name:"PublicToggleButton",props:{public:{type:Boolean},size:{}},emits:["change-public"],setup(n,{emit:d}){const o=d,c=e.ref(!1),s=()=>o("change-public");return(r,m)=>(e.openBlock(),e.createBlock(e.unref(M.QBtn),{onClick:e.withModifiers(s,["stop"]),loading:c.value,size:r.size||"12px",icon:r.public?"public":"public_off","text-color":r.public?"green":"red",color:"white",padding:"4px",round:""},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QTooltip),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.public?"Visible al público":"Privado"),1)]),_:1})]),_:1},8,["loading","size","icon","text-color"]))}}),v_={style:{height:"48rem"}},b_={class:"carousel-container"},h_={class:"carousel-overlay"},C_={class:"header-overlay"},O_={key:0,class:"tag pack-code no-wrap"},E_={key:1},x_={class:"text-center row justify-center no-wrap"},I_={class:"media-count"},A_={key:0,class:"visibility-icon-container"},y_={class:"row justify-between no-wrap"},P_={class:"text-subtitle1 text-bold text-main",style:{"line-height":"120%"}},D_={key:0,class:"text-caption"},R_={class:"flex-center q-mt-xs"},T_={class:"q-mb-md"},N_={class:"text-center text-weight-medium q-mb-md"},S_={class:"text-right text-weight-medium q-mb-md"},L_={style:{"font-size":"15px"},class:"q-mb-md text-black"},B_={key:0,class:"color-selector q-mb-md"},w_={class:"q-mb-md",style:{opacity:"0.85"}},k_={key:1},V_={class:"q-mt-lg"},M_={key:0,class:"text-caption text-main ellipsis"},U_={key:1,class:"text-caption text-main ellipsis"},F_={class:"footer"},z_=se(e.defineComponent({__name:"LinvermediaProductCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{default:()=>["compatible_videowall","doble_cara","peso_kg","gran_formato_independiente","tasa_de_refresco_hz","resolucion"]},data:{},gamaProps:{},showPrice:{type:Function,default:()=>!0},autoplay:{type:Boolean,default:!1}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s,isPublic:r,hiddenProps:m,gamaProps:p}=e.toRefs(c),g=e.computed(()=>!r.value),h=e.computed(()=>s.value||null),f=e.computed(()=>{var N;return((N=c.showPrice)==null?void 0:N.call(c,h.value))??!0}),x=e.computed(()=>{var N,D,k;return!!((D=(N=h.value)==null?void 0:N.PROPS)!=null&&D.a_medida)&&!((k=h.value)!=null&&k.PACK)}),T=e.computed(()=>{var N;return ce.upperFirst((N=h.value)==null?void 0:N.NOMBRE)}),y=e.computed(()=>{var N;return(((N=h.value)==null?void 0:N.DESCRIPCION_CORTA)||"").trim()}),b=e.computed(()=>{var N;return((N=h.value)==null?void 0:N.COD_ART_MVX)||""}),O=e.reactive(Pd),C=e.computed(()=>{var N,D;return(D=(N=h.value)==null?void 0:N.TAGS)==null?void 0:D.split(",")}),I=e.ref(1),E=e.computed(()=>{var D;return(((D=h.value)==null?void 0:D.R_IMG)||[]).map(k=>ce.mapKeys(k,(j,$)=>ce.snakeCase($))).sort((k,j)=>k.principal&&!j.principal?-1:j.principal&&!k.principal?1:0)}),P=e.computed(()=>{var N,D,k;return((k=(D=(N=h.value)==null?void 0:N.PROPS)==null?void 0:D.colores_disponibles)==null?void 0:k.filter(j=>!!O[j]))||[]});return(N,D)=>h.value?(e.openBlock(),e.createBlock(va,{key:0,class:"card-custom",loading:N.fetching,style:e.normalizeStyle({scale:c.scale??1}),onClick:D[2]||(D[2]=k=>o("on-event",{code:"card_click",payload:{product:h.value}}))},{default:e.withCtx(()=>{var k,j,$,Z,w;return[e.createElementVNode("div",v_,[e.createElementVNode("div",b_,[e.createElementVNode("div",h_,[e.createElementVNode("div",C_,[h.value.PACK?(e.openBlock(),e.createElementBlock("span",O_," Pack ")):(e.openBlock(),e.createElementBlock("span",E_,e.toDisplayString(b.value),1))]),e.createElementVNode("div",x_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.value,V=>(e.openBlock(),e.createBlock(Ti,{tag:V},null,8,["tag"]))),256))]),e.createElementVNode("div",I_,[e.createTextVNode(e.toDisplayString((k=E.value)!=null&&k.length?I.value:0)+"/"+e.toDisplayString(((j=E.value)==null?void 0:j.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])]),e.createVNode(e.unref(M.QCardSection),{style:{"padding-bottom":"0.35rem"}},{default:e.withCtx(()=>[e.createVNode(Ya,{items:E.value,modelValue:I.value,"onUpdate:modelValue":D[0]||(D[0]=V=>I.value=V),autoplay:N.autoplay},null,8,["items","modelValue","autoplay"]),g.value?(e.openBlock(),e.createElementBlock("div",A_,[e.createVNode(g_,{public:h.value.PUBLICO,onChangePublic:D[1]||(D[1]=V=>o("on-event",{code:"change-public",payload:{id:h.value.ID_PRODUCTO}}))},null,8,["public"])])):e.createCommentVNode("",!0)]),_:1})]),e.createVNode(e.unref(M.QCardSection),{style:{"min-height":"330px"}},{default:e.withCtx(()=>{var V,q,X,le,ae,re,ge;return[e.createElementVNode("div",null,[e.createElementVNode("div",y_,[e.createElementVNode("div",P_,e.toDisplayString(T.value),1),h.value.R_ESTADO?(e.openBlock(),e.createBlock(Ra,{key:0,label:(V=h.value.R_ESTADO)==null?void 0:V.NAME,color:(q=h.value.R_ESTADO)==null?void 0:q.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)]),g.value&&((X=h.value.PROPS)!=null&&X.sku)?(e.openBlock(),e.createElementBlock("div",D_," SKU: "+e.toDisplayString(h.value.PROPS.sku),1)):e.createCommentVNode("",!0),e.createElementVNode("div",R_,[e.createElementVNode("div",T_,[f.value?(e.openBlock(),e.createBlock(Ul,{key:0,product:h.value,"is-private":g.value,size:"small"},null,8,["product","is-private"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",N_,e.toDisplayString(e.unref(kl)((le=h.value.PROPS)==null?void 0:le.ubicacion)),1),e.createElementVNode("div",S_,[(ae=h.value.PROPS)!=null&&ae.a_medida&&!((re=h.value)!=null&&re.PACK)?(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:0,style:{"background-color":"#0183cb"},"text-color":"white",size:"12px"},{default:e.withCtx(()=>[...D[3]||(D[3]=[e.createTextVNode("A medida",-1)])]),_:1})):e.createCommentVNode("",!0)])])]),e.createElementVNode("div",L_,[P.value.length?(e.openBlock(),e.createElementBlock("div",B_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(P.value,pe=>(e.openBlock(),e.createElementBlock("div",{key:pe,style:e.normalizeStyle({backgroundColor:O[pe]||"#ccc"}),class:"color-circle"},null,4))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",w_,[y.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:"description",style:e.normalizeStyle({lineClamp:N.descriptionLines,WebkitLineClamp:N.descriptionLines})},e.toDisplayString(y.value||"~"),5)):(e.openBlock(),e.createElementBlock("span",k_,[...D[4]||(D[4]=[e.createElementVNode("i",null,"Sin descripción",-1)])]))]),h.value.PROPS?(e.openBlock(),e.createBlock(Wi,{key:1,"gama-props":e.unref(p),"product-props":h.value.PROPS,lite:!0,"hidden-props":e.unref(m)},null,8,["gama-props","product-props","hidden-props"])):e.createCommentVNode("",!0),e.createElementVNode("div",V_,[x.value?(e.openBlock(),e.createElementBlock("div",M_," Requiere configuración ")):e.createCommentVNode("",!0),(ge=h.value)!=null&&ge.OCULTAR_PRECIO_LANDING?(e.openBlock(),e.createElementBlock("div",U_," Solicitar presupuesto ")):e.createCommentVNode("",!0)])])]}),_:1})]),e.createElementVNode("div",F_,[g.value?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(M.QBtn),{key:0,label:($=h.value)!=null&&$.PACK?"Ver oferta":"Ver más","text-color":(Z=h.value)!=null&&Z.PACK?"white":"primary",flat:!((w=h.value)!=null&&w.PACK),class:"hover-button q-mt-lg",color:"primary","no-caps":""},null,8,["label","text-color","flat"]))])]}),_:1},8,["loading","style"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-75621bc7"]]),G_=Object.freeze([{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
235
235
  Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
236
236
  La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{sku:"BAN-P25-DUAL",alto:"670",gama:"banderola",ancho:"670",pitch:"3_076_mm",subgama:"led",material:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",ubicacion:"exterior",profundidad:"180",proteccion_ip:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",tasa_refresco:"3840_hz",tipo_servicio:"full_front",usos_habituales:["entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"facil_fijacion_a_pared_con_tornillos",unidad_de_medida:"mm",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior","publicidad_exterior_publicidad_via_publica","publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PACK:!0,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}]},{ID_PRODUCTO:154,OCULTAR_PRECIO_LANDING:!0,NOMBRE:"Banderola LED P3.076 Exterior Doble Cara",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Diseñada para captar la atención desde cualquier ángulo, esta innovadora 'Blade Sign' ofrece una comunicación visual dinámica y vibrante. Con un pixel pitch de 3.076mm, proporciona una claridad de imagen excepcional ideal para vallas publicitarias urbanas, entradas de negocios, centros comerciales al aire libre o zonas peatonales, asegurando que tu mensaje sea legible y atractivo a distancias medias. Su diseño de doble cara multiplica tu exposición, permitiendo que tu contenido sea visible para el tráfico en ambas direcciones. Fabricada con una estructura de aluminio ligero pero robusto, garantiza durabilidad y resistencia a la corrosión, soportando las inclemencias del tiempo gracias a su clasificación IP56. Esto significa una protección superior contra el polvo y chorros de agua, ideal para un uso continuo en exteriores.
237
- Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. Mantenimiento práctico. La gestión de contenido remoto simplifica la actualización de tus mensajes, campañas y promociones en tiempo real.`,ID_GAMA:23,TAGS:null,PROPS:{gob:null,sku:"BAN-P3076-OUT",alto:"510",gama:"banderola",ancho:"670",pitch:"3_076_mm",subgama:"led",material:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",ubicacion:"exterior",profundidad:"180",proteccion_ip:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",tasa_refresco:"3840_hz",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos"],tipo_instalacion:"facil_fijacion_a_pared_con_tornillos",unidad_de_medida:"mm",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior","publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:934,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e22cd11a07dc373a_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%2810%29.png",FILETYPE:"image"},{ID_ARCHIVO:935,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/8cef30e14716271f_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2810%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:153,NOMBRE:'Pantalla LCD 55" Marco Ultra Delgado (20mm)',DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:'La Pantalla LCD 55" con Marco Ultra Delgado (20mm) lleva tus proyectos de videowall y señalización digital al siguiente nivel. Con su impresionante marco de solo 20mm, permite crear composiciones visuales casi sin interrupciones, ofreciendo una experiencia inmersiva y de gran impacto. Su tamaño de 55 pulgadas la hace versátil para una amplia gama de aplicaciones, desde salas de reuniones y auditorios hasta grandes vestíbulos. Su diseño está optimizado para la eficiencia y la integración arquitectónica. Una solución elegante y potente para una comunicación visual sin límites en interiores.',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-55-M20",gama:"pantallas_lcd",brillo:"450_nits",tamano:"55",subgama:"lcd",ubicacion:"interior",resolucion:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",tipo_montaje:"mural",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"60_hz",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:[],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"803.25",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:919,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/9f6e6f45f26684c5_Pantalla%20LCD%20%20%282%29.png",FILETYPE:"image"},{ID_ARCHIVO:921,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/4628bd922d6693ad_Pantalla%20LCD%20Interior%20Linvermedia%20%281%29.png",FILETYPE:"image"},{ID_ARCHIVO:938,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/d5655732b776872a_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2812%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:152,NOMBRE:'Pantalla LCD 75" 4K de Máximo Brillo para Grandes Espacios',DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:'Para aquellos proyectos que buscan la máxima escala y un impacto visual sin precedentes, la Pantalla LCD 75" 4K de Máximo Brillo es la elección ideal. Con una resolución 4K y un brillo diseñado para superar la luz ambiental (generalmente superior a 1500-2000 nits), esta pantalla es perfecta para los escaparates más grandes, vestíbulos de lujo o soluciones de señalización en estadios y centros de exposiciones. Su impresionante tamaño de 75 pulgadas garantiza que tu contenido se vea desde cualquier distancia, atrayendo todas las miradas. Construida para el alto rendimiento y la fiabilidad. Convierte cualquier pared en un lienzo dinámico que cautivará a tu audiencia',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-75-HB",gama:"pantallas_lcd",brillo:"3000_nits",tamano:"75",subgama:"lcd",material:"material_robusto_y_duradero",ubicacion:"escaparate",resolucion:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",tipo_montaje:"mural",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"60_hz",usos_habituales:["escaparates_o_vitrinas_expuestas_al_sol"],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:[],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"2922.75",PRECIOS:null,FECHA_ALTA:"2025-06-09",R_IMG:[{ID_ARCHIVO:937,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/41a08fde00b2486b_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%2811%29.png",FILETYPE:"image"},{ID_ARCHIVO:942,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e441f15267ad4fff_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2813%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:151,NOMBRE:"Pantalla LED 3x2 P2.9 Escaparate",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PACK:!0,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"21879.50",PRECIOS:null,FECHA_ALTA:"2025-06-06",R_IMG:[{ID_ARCHIVO:909,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia_test/5858a8cb659bebf2_WhatsApp%20Image%202025-10-22%20at%2017.10.54%20%282%29.jpeg",FILETYPE:"image",PRINCIPAL:!0},{ID_ARCHIVO:910,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"},{ID_ARCHIVO:911,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/51f4d42fb93178e3_to%20LED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida.png",FILETYPE:"image"},{ID_ARCHIVO:912,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/48deda3825a497a9_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",FILETYPE:"image"},{ID_ARCHIVO:913,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/eaea5eb4e9899055_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:128,NOMBRE:"Tótem LED P2.0 Interior con GOB",DESCRIPCION:"Impacta con el Tótem LED P2.0 Interior con GOB (Glass On Board), una solución de señalización digital que combina una excelente calidad de imagen con una resistencia superior. Su pixel pitch de 2.0mm garantiza un contenido visual nítido y atractivo, ideal para entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos. La tecnología GOB proporciona una capa protectora sobre los LEDS, aumentando la durabilidad y facilitando la limpieza, mientras que su brillo de 800 nits asegura una visibilidad óptima. Diseñado para un rendimiento eficiente y una operación continua. Una inversión inteligente para una comunicación visual impactante y duradera en interiores. ",ID_GAMA:23,TAGS:null,PROPS:{gob:"si",sku:"TOT-LED-P20",alto:"1920",gama:"totems",ancho:"640",pitch:"2_0_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1984.50",PRECIOS:null,FECHA_ALTA:"2025-06-05",R_IMG:[{ID_ARCHIVO:869,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/46cb9a9a53b97a9b_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB.png",FILETYPE:"image"},{ID_ARCHIVO:870,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/432378c0f81ff47c_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB.png",FILETYPE:"image"},{ID_ARCHIVO:902,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a432a217b5be15e7_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:149,NOMBRE:'Pantalla QLED 55" Android con Smart TV Profesional',DESCRIPCION:'La Pantalla QLED 55" Android con Smart TV Profesional combina la innovadora tecnología Quantum Dot con la versatilidad del sistema operativo Android para una experiencia visual y funcional superior. Disfruta de colores increíblemente vivos y un contraste excepcional, ideal para mostrar contenido de alta calidad en tiendas minoristas, restaurantes, hoteles o salas de espera. Su sistema Android integrado permite la gestión de contenido, la navegación por internet y el uso de aplicaciones directamente desde la pantalla, sin necesidad de dispositivos externos. Estas pantallas están diseñadas para un rendimiento eficiente y una integración sencilla. Ofrece calidad de imagen premium y funcionalidades inteligentes para tu negocio. ',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-55-QLED",gama:"pantallas_qled",brillo:"450_nits",tamano:"55",subgama:"qled",ubicacion:"interior",tipo_montaje:"mural",tasa_refresco:"60_hz",tipo_servicio:null,usos_habituales:[],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:["android"],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:[]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"803.25",PRECIOS:null,FECHA_ALTA:"2025-06-05",R_IMG:[{ID_ARCHIVO:916,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/939f02ad490556db_Pantalla%20Qled%2055%20.png",FILETYPE:"image"}]},{ID_PRODUCTO:124,NOMBRE:"Panel Modular LED P3.9 Exterior de Gran Formato con Mantenimiento Trasero",DESCRIPCION:"Maximiza tu alcance con la Pantalla LED P3.9 Exterior de Gran Formato con Mantenimiento Trasero. Perfecta para pantallas gigantes en estadios, centros de eventos o grandes fachadas comerciales, su pixel pitch de 3.9mm proporciona una excelente claridad desde distancias medias a largas. Con un brillo de 4000 nits, garantiza que tu contenido sea visible y vibrante bajo cualquier condición de luz exterior. Construida en aluminio fundido, asegura una resistencia excepcional y una larga vida útil. El mantenimiento trasero es ideal para instalaciones permanentes donde la accesibilidad posterior es viable. Con un consumo máximo de 160W y medio de 80W, esta pantalla combina rendimiento y eficiencia para proyectos ambiciosos. La solución definitiva para comunicación visual de alto impacto en exteriores.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P39-BK",alto:"50",gama:"pantallas_led_modulares",ancho:"50 ",pitch:"3_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",profundidad:"",tipo_montaje:"matriz",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["taurus_tb_40"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"748.75",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:879,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"},{ID_ARCHIVO:880,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/211bf71ef556e9b5_Pantalla%20LED%20%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%283%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:123,NOMBRE:"Panel Modular LED P2.9 Exterior Trasera de Alto Brillo",DESCRIPCION:"Para instalaciones fijas en exteriores que requieren un acceso de servicio tradicional, la Pantalla LED P2.9 Exterior Trasera de Alto Brillo es la elección perfecta. Con un pixel pitch de 2.9mm y un brillo de 4000 nits, esta pantalla garantiza una visibilidad excepcional y una calidad de imagen sorprendente en grandes formatos publicitarios, estadios o fachadas arquitectónicas. Su construcción en aluminio fundido y su robustez la hacen ideal para soportar condiciones climáticas adversas. El mantenimiento trasero es óptimo para estructuras con espacio posterior, permitiendo una instalación más integrada visualmente. Con consumo máximo de 160W y medio de 80W, combina potencia con eficiencia. La durabilidad y el impacto visual que tu proyecto exterior necesita.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P29-BK",alto:"50 cm",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:["aluminio_fundido"],ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","taurus_tb_40"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"937.50",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:878,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"}]},{ID_PRODUCTO:122,NOMBRE:"Panel Modular LED P2.9 Exterior Frontal de Alto Brillo",DESCRIPCION:"La Pantalla LED P2.9 Exterior Frontal de Alto Brillo está diseñada para ofrecer un rendimiento impecable en los entornos más exigentes. Su pixel pitch de 2.9mm ofrece una excelente resolución para vallas publicitarias, eventos deportivos y grandes escenarios al aire libre, con un brillo de 4000 nits que garantiza visibilidad incluso bajo el sol más intenso. Fabricada en aluminio fundido, es resistente y cuenta con mantenimiento frontal, facilitando el servicio en instalaciones de pared o estructuras fijas. Con un consumo máximo de 160W y medio de 80W, para eficiencia energética. Su clasificación IP65/IP43 asegura protección contra el polvo y el agua. Tus mensaje brillarán con la máxima potencia y fiabilidad en exteriores.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1000.00",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:883,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c39831025394e8f0_Pantalla%20LED%20Exterior%20Mantenimiento%20Frontal%20Completo.png",FILETYPE:"image"},{ID_ARCHIVO:884,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"}]},{ID_PRODUCTO:121,NOMBRE:"Panel Modular LED P1.8 Escaparate de Alto Brillo",DESCRIPCION:"La Pantalla LED P1.8 Escaparate de Alto Brillo (4500 nits) es la herramienta definitiva para transformar tu fachada en un potente canal de comunicación. Con un pixel pitch de 1.8mm, garantiza una claridad y detalle asombrosos, incluso a corta distancia, mientras que sus 4500 nits de brillo aseguran una visibilidad perfecta bajo la luz solar directa. Su diseño está optimizado para la resistencia en exteriores y un impacto visual máximo con su 3840 Hz de refresco de alta gama. Ideal para tiendas minoristas, concesionarios y cualquier negocio que busque atraer clientes desde la calle con promociones dinámicas y branding impactante. Tu escaparate destacará como nunca, invierte en la tecnología LED que convierte miradas en ventas. ",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P18-ES",alto:"48",gama:"pantallas_led_modulares",ancho:"96",pitch:"1_8_mm",brillo:"4500_nits",peso_kg:"7 - 12 (aprox.) ",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"escaparate",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"200W",consumo_medio_w:"100W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"200W ",tipo_instalacion:"montaje_interior_orientado_al_exterior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1800.00",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:894,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e87801c563b48669_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:119,NOMBRE:"Panel Modular LED P2.5 Interior Versátil",DESCRIPCION:"La Pantalla LED P2.5 Interior Versátil es la solución ideal para proyectos que buscan una excelente calidad de imagen con flexibilidad. Con un pixel pitch de 2.5mm, proporciona imágenes claras y brillantes para auditorios, centros comerciales, salas de conferencias y espacios de eventos. Su construcción en aluminio fundido garantiza ligereza y resistencia, facilitando la instalación y el mantenimiento (frontal y trasero). Con un brillo de 1000 nits y una frecuencia de refresco de 3840Hz, asegura una visualización óptima y fluida ya que evita el parpadeo visible tanto al ojo humano como para las cámaras de video. Es perfecta para publicidad digital, información en puntos de venta o fondos de escenario. Disfruta de un consumo energético eficiente (120W máximo / 60W medio) que reduce los costes operativos. Eleva la comunicación visual en tu negocio con esta pantalla LED de alto rendimiento.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P25-IN",alto:"48 ",gama:"pantallas_led_modulares",ancho:"64",pitch:"2_5_mm",brillo:"800_nits",peso_kg:"7 ",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"120W",consumo_medio_w:"60W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"1",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_400","taurus_tb_2"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"775.00",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:885,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/3b331997a4a4555b_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"},{ID_ARCHIVO:886,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e777804b4bc63fd0_Panel%20Modular%20LED%20Pantalla%20LEDInterior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"},{ID_ARCHIVO:903,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/0075bc2e598888e6_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%282%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:125,NOMBRE:"Panel Modular LED P4.4 Exterior Mantenimiento Frontal Completo",DESCRIPCION:"La Pantalla LED P4.4 Exterior con Mantenimiento Frontal Completo es la opción inteligente para proyectos de publicidad exterior y eventos que requieren máxima flexibilidad de instalación. Su pixel pitch de 4.4mm es perfecto para asegurar una excelente visibilidad y claridad en distancias medias a largas. Diseñada para soportar las condiciones climáticas más adversas, su construcción robusta garantiza durabilidad. El mantenimiento 100% frontal facilita la instalación y el servicio en lugares de difícil acceso trasero, como fachadas de edificios o tótems. Esta serie se caracteriza por su eficiencia y alto rendimiento en exteriores. Una solución potente y adaptable para tu comunicación visual al aire libre. ",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P44-FF",alto:"96",gama:"pantallas_led_modulares",ancho:"96",pitch:"4_4_mm",brillo:"5000_nits",peso_kg:"43 (aprox)",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"200W",consumo_medio_w:"100",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"200",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",sistema_operativo:null,colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_1000","taurus_tb_60"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1237.50",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:873,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/0aa79fad0221bf1c_Pantalla%20LED%20P4.4%20Exterior%20Mantenimiento%20Frontal%20Completo%20%282%29.png",FILETYPE:"image"},{ID_ARCHIVO:908,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/2e3b0bc0bf4d9e9a_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%286%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:126,NOMBRE:"Panel Modular LED P5.7 Exterior de Gran Brillo y Visibilidad",DESCRIPCION:"Ideal para autopistas, eventos masivos y grandes espacios abiertos, la Pantalla LED P5.7 Exterior de Gran Brillo y Visibilidad garantiza que tu mensaje llegue lejos y claro. Su pixel pitch de 5.7mm la hace perfecta para visualización a distancias significativas, manteniendo la claridad de contenido incluso en las condiciones de luz más desafiantes. Con un diseño robusto y pensado para el mantenimiento frontal completo, ofrece máxima flexibilidad y facilidad de servicio. Estas pantallas están diseñadas para la eficiencia y durabilidad en exteriores, resistiendo las inclemencias del tiempo. Invierte en una pantalla LED que asegura el máximo impacto y visibilidad para tu marca en cualquier entorno exterior.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P57-FF",alto:"96",gama:"pantallas_led_modulares",ancho:"96",pitch:"5_7_mm",brillo:"5000_nits",peso_kg:"20-30 (aprox.)",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"200W",consumo_medio_w:"100",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"200",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_1000","taurus_tb_60"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1000.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:865,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c1625294df6b564c_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%283%29.png",FILETYPE:"image"},{ID_ARCHIVO:874,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/61513c3b32fc4a66_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%284%29.png",FILETYPE:"image"},{ID_ARCHIVO:904,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/247825a61d90fe57_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%284%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:127,NOMBRE:"Tótem LED P1.86 Interior de Alta Definición",DESCRIPCION:"El Tótem LED P1.86 Interior de Alta Definición es una solución de señalización digital premium que eleva la comunicación en puntos de venta, recepciones, museos o ferias. Su pixel pitch de 1.86mm garantiza una claridad de imagen excepcional, permitiendo mostrar detalles finos y contenido interactivo con una nitidez asombrosa. Con un diseño elegante y robusto, este tótem es una pieza central visual que atrae todas las miradas. Está diseñado para un rendimiento óptimo y una operación continua en interiores. Crea una experiencia inmersiva y memorable para tus visitantes con este tótem LED de vanguardia. Emparejable hasta 6 unidades",ID_GAMA:23,TAGS:null,PROPS:{gob:"si",sku:"TOT-LED-P18",alto:"1920",gama:"totems",ancho:"640",pitch:"1_86_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"2362.50",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:850,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/5dae9b0d7180b487_T%C3%B3tem%20LED%20P1.86%20Interior%20de%20Alta%20Definici%C3%B3n.png",FILETYPE:"image"}]},{ID_PRODUCTO:118,NOMBRE:"Panel LED Modular P1.8 Interior de Alta Resolución",DESCRIPCION:"Descubre la Pantalla LED P1.8 Interior de Alta Resolución, la solución perfecta para transformar cualquier espacio corporativo, de control o de entretenimiento. Con un pixel pitch ultra-fino de 1.8mm, esta pantalla garantiza imágenes asombrosamente nítidas y detalladas, incluso a muy corta distancia. Su diseño de aluminio fundido asegura durabilidad y un mantenimiento sencillo (frontal y trasero), ideal para una instalación eficiente. El alto refresco de 3840 Hz proporciona una fluidez de imagen impecable, ya que es el estándar de alta gama en la industria LED para evitar el flickering (parpadeo) visible tanto al ojo humano como para las cámaras de video, esencial para videoconferencias, presentaciones o transmisiones en vivo. Optimiza tu sala de control, estudio de TV o espacio de reuniones con una experiencia visual inmersiva. Consumo eficiente (200W máximo / 100W medio), la convierte en una elección premium para una comunicación visual impactante en interiores. ",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P18-IN",alto:"48 ",gama:"pantallas_led_modulares",ancho:"64",pitch:"1_8_mm",brillo:"800_nits",peso_kg:"9.5",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"200",consumo_medio_w:"100",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],consumo_maximo_w:"200",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_400","taurus_tb_2"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"998.75",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:845,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/b885703e5e9c60c7_Panel%20Modular%20LED%20Pantalla%20LED%20P1.8%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"},{ID_ARCHIVO:866,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e9894925a174cbc7_Panel%20Modular%20LED%20Pantalla%20LED%20P1.8%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"}]},{ID_PRODUCTO:129,NOMBRE:"Tótem LED P2.5 Exterior de Alto Brillo",DESCRIPCION:"Atrae todas las miradas con el Tótem LED P2.5 Exterior de Alto Brillo, diseñado para una comunicación visual potente en entornos urbanos y al aire libre. Con un pixel pitch de 2.5mm, ofrece una claridad de imagen excepcional desde distancias medias, ideal para publicidad en calles, plazas o entradas de edificios. Su brillo de 3500 nits garantiza una visibilidad perfecta incluso bajo la luz solar directa, y su construcción robusta lo hace resistente a las inclemencias del tiempo (IP65/IP43). Estos tótems están construidos para soportar uso continuo en exteriores con máxima eficiencia. Una inversión que asegura que tu mensaje sea visto y recordado, día y noche.",ID_GAMA:23,TAGS:null,PROPS:{sku:"TOT-LED-P25",alto:"1920",gama:"totems",ancho:"640",pitch:"2_5_mm",brillo:"4500_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"exterior",tipo_montaje:"standalone",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"2781.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:846,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/960a5c25be2bffea_Totem%202.5%20Exterior%20640%20x1920.png",FILETYPE:"image"}]},{ID_PRODUCTO:130,NOMBRE:'Tótem LCD 43" Exterior',DESCRIPCION:'El Tótem LCD 43" Exterior Profesional es la solución perfecta para tu comunicación digital en espacios abiertos. Diseñado para soportar las condiciones climáticas más exigentes, este tótem, ofrece una pantalla LCD Full HD de 43 pulgadas con un brillo de 1500 nits, garantizando que tu contenido sea siempre visible y atractivo, incluso bajo la luz del sol. Su construcción robusta (generalmente de acero o aluminio) y su diseño optimizado para exteriores aseguran durabilidad y fiabilidad. Ideal para información turística, publicidad en plazas o directorios en parques empresariales. Con un tiempo de reproducción de batería de 14 horas, es una herramienta de comunicación exterior elegante y de alto rendimiento.',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-43-EXT",gama:"totems",brillo:"1500_nits",tamano:"43",peso_kg:">50",subgama:"lcd",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"exterior",resolucion:"full_hd_1920_1080_p",tipo_montaje:"standalone",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tipo_servicio:"parte_trasera",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","eventos_estadios_mobiliario_urbano"],tipo_instalacion:"autoportante_de_suelo",sistema_operativo:null,colores_disponibles:["blanco"],propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1560.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:856,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7da05ddbee2f3e2e_3%20T%C3%B3tem%20LCD%2043%20Exterior%20profesional%20.png",FILETYPE:"image"},{ID_ARCHIVO:857,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/88ee4b439ab49644_2%20T%C3%B3tem%20LCD%2043%20Exterior%20profesional%20.png",FILETYPE:"image"},{ID_ARCHIVO:858,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/f4e19ea9a6e2cc03_3%20T%C3%B3tem%20LCD%2043%20Exterior%20profesional%20%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:131,NOMBRE:'Tótem LCD 55" Interior Full HD',DESCRIPCION:'El Tótem LCD 55" Interior Full HD es una solución sofisticada y eficiente para la señalización digital en cualquier espacio interior. Con una pantalla de 55 pulgadas Full HD y un brillo de 450 nits, ofrece imágenes claras y atractivas, ideales para mostrar promociones, información útil o contenido de marca en centros comerciales, hoteles, hospitales o vestíbulos. Su diseño compacto y su construcción robusta lo hacen fácil de integrar en cualquier entorno. Es una herramienta poderosa para captar la atención de tu audiencia y mejorar la experiencia del cliente. Maximiza el impacto de tu mensaje con este tótem LCD de alta calidad. ',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-55-INT",gama:"totems",brillo:"450_nits",tamano:"55",peso_kg:"93 ",subgama:"lcd",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",resolucion:"full_hd_1920_1080_p",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tipo_servicio:"parte_trasera",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",sistema_operativo:"android",colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"],gran_formato_independiente:"si"},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1258.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:859,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/290a8dfc7dd36162_T%C3%B3tem%20LCD%2055%20Full%20HD.png",FILETYPE:"image"},{ID_ARCHIVO:861,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/978531669dd45b14_T%C3%B3tem%20LCD%2055%20Full%20HD%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:120,NOMBRE:"Panel Modular LED P2.6 Interior de Alta Definición",DESCRIPCION:"Experimenta la excelencia visual con nuestra Pantalla LED P2.6 Interior de Alta Definición. Diseñada para ofrecer un rendimiento impecable en entornos como auditorios, eventos corporativos y señalización digital de gran formato, su pixel pitch de 2.6mm garantiza una claridad excepcional desde diversas distancias de visualización. Fabricada en aluminio fundido, combina durabilidad con una instalación y mantenimiento sencillos (frontal y trasero). Con un brillo de 1000 nits y una frecuencia de refresco de 3840 Hz, asegura que cada imagen y video se reproduzca con una fluidez y viveza impresionantes. Es la opción perfecta para quienes buscan impacto visual sin comprometer la eficiencia, con un consumo máximo de 160W y medio de 80W. Invierte en una experiencia visual cautivadora y confiable para tus espacios interiores.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P26-IN",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_6_mm",brillo:"1000_nits",peso_kg:"8 ",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"160W",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"912.50",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:844,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/09a3fb4fe36ad383_Panel%20Modular%20LED%2050cmx50Cm%20%283%29.png",FILETYPE:"image"},{ID_ARCHIVO:897,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/35968029c33179f9_Panel%20Modular%20LED%2050cmx50Cm%20%281%29.png",FILETYPE:"image"},{ID_ARCHIVO:940,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7953fb81de781bb1_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%2812%29.png",FILETYPE:"image"}]}]),Ts=[{id:"2d1db14c-3540-4f6a-8069-b840126ee29a",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:null,label:"Pantalla LED modular",value:"pantallas_led_modulares",condition:"",exclusive:!1},{image:null,label:"Tótems",value:"totems",condition:"",exclusive:!1},{image:null,label:"Pantallas LCD",value:"pantallas_lcd",condition:"",exclusive:!1},{image:null,label:"Banderola",value:"banderola",condition:"",exclusive:!1},{image:null,label:"Soportes y estructuras",value:"soportes_y_estructuras",condition:"",exclusive:!1},{image:null,label:"Controladoras",value:"controladoras",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[{param:"",validator:"required"}],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"472aec6d-c5f2-40a2-9c6c-c8d3aab7a1ee",code:"subgama",image:null,label:"Subgama",prefix:"",suffix:"",options:[{image:null,label:"LED",value:"led",condition:`(values) => {
237
+ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. Mantenimiento práctico. La gestión de contenido remoto simplifica la actualización de tus mensajes, campañas y promociones en tiempo real.`,ID_GAMA:23,TAGS:null,PROPS:{gob:null,sku:"BAN-P3076-OUT",alto:"510",gama:"banderola",ancho:"670",pitch:"3_076_mm",subgama:"led",material:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",ubicacion:"exterior",profundidad:"180",proteccion_ip:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",tasa_refresco:"3840_hz",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos"],tipo_instalacion:"facil_fijacion_a_pared_con_tornillos",unidad_de_medida:"mm",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior","publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:934,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e22cd11a07dc373a_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%2810%29.png",FILETYPE:"image"},{ID_ARCHIVO:935,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/8cef30e14716271f_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2810%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:153,NOMBRE:'Pantalla LCD 55" Marco Ultra Delgado (20mm)',DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:'La Pantalla LCD 55" con Marco Ultra Delgado (20mm) lleva tus proyectos de videowall y señalización digital al siguiente nivel. Con su impresionante marco de solo 20mm, permite crear composiciones visuales casi sin interrupciones, ofreciendo una experiencia inmersiva y de gran impacto. Su tamaño de 55 pulgadas la hace versátil para una amplia gama de aplicaciones, desde salas de reuniones y auditorios hasta grandes vestíbulos. Su diseño está optimizado para la eficiencia y la integración arquitectónica. Una solución elegante y potente para una comunicación visual sin límites en interiores.',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-55-M20",gama:"pantallas_lcd",brillo:"450_nits",tamano:"55",subgama:"lcd",ubicacion:"interior",resolucion:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",tipo_montaje:"mural",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"60_hz",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:[],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"803.25",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:919,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/9f6e6f45f26684c5_Pantalla%20LCD%20%20%282%29.png",FILETYPE:"image"},{ID_ARCHIVO:921,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/4628bd922d6693ad_Pantalla%20LCD%20Interior%20Linvermedia%20%281%29.png",FILETYPE:"image"},{ID_ARCHIVO:938,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/d5655732b776872a_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2812%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:152,NOMBRE:'Pantalla LCD 75" 4K de Máximo Brillo para Grandes Espacios',DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:'Para aquellos proyectos que buscan la máxima escala y un impacto visual sin precedentes, la Pantalla LCD 75" 4K de Máximo Brillo es la elección ideal. Con una resolución 4K y un brillo diseñado para superar la luz ambiental (generalmente superior a 1500-2000 nits), esta pantalla es perfecta para los escaparates más grandes, vestíbulos de lujo o soluciones de señalización en estadios y centros de exposiciones. Su impresionante tamaño de 75 pulgadas garantiza que tu contenido se vea desde cualquier distancia, atrayendo todas las miradas. Construida para el alto rendimiento y la fiabilidad. Convierte cualquier pared en un lienzo dinámico que cautivará a tu audiencia',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-75-HB",gama:"pantallas_lcd",brillo:"3000_nits",tamano:"75",subgama:"lcd",material:"material_robusto_y_duradero",ubicacion:"escaparate",resolucion:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",tipo_montaje:"mural",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"60_hz",usos_habituales:["escaparates_o_vitrinas_expuestas_al_sol"],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:[],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"2922.75",PRECIOS:null,FECHA_ALTA:"2025-06-09",R_IMG:[{ID_ARCHIVO:937,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/41a08fde00b2486b_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%2811%29.png",FILETYPE:"image"},{ID_ARCHIVO:942,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e441f15267ad4fff_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2813%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:151,NOMBRE:"Pantalla LED 3x2 P2.9 Escaparate",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PACK:!0,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"21879.50",PRECIOS:null,FECHA_ALTA:"2025-06-06",R_IMG:[{ID_ARCHIVO:909,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia_test/5858a8cb659bebf2_WhatsApp%20Image%202025-10-22%20at%2017.10.54%20%282%29.jpeg",FILETYPE:"image",PRINCIPAL:!0},{ID_ARCHIVO:910,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"},{ID_ARCHIVO:911,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/51f4d42fb93178e3_to%20LED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida.png",FILETYPE:"image"},{ID_ARCHIVO:912,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/48deda3825a497a9_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",FILETYPE:"image"},{ID_ARCHIVO:913,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/eaea5eb4e9899055_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:128,NOMBRE:"Tótem LED P2.0 Interior con GOB",DESCRIPCION:"Impacta con el Tótem LED P2.0 Interior con GOB (Glass On Board), una solución de señalización digital que combina una excelente calidad de imagen con una resistencia superior. Su pixel pitch de 2.0mm garantiza un contenido visual nítido y atractivo, ideal para entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos. La tecnología GOB proporciona una capa protectora sobre los LEDS, aumentando la durabilidad y facilitando la limpieza, mientras que su brillo de 800 nits asegura una visibilidad óptima. Diseñado para un rendimiento eficiente y una operación continua. Una inversión inteligente para una comunicación visual impactante y duradera en interiores. ",ID_GAMA:23,TAGS:null,PROPS:{gob:"si",sku:"TOT-LED-P20",alto:"1920",gama:"totems",ancho:"640",pitch:"2_0_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1984.50",PRECIOS:null,FECHA_ALTA:"2025-06-05",R_IMG:[{ID_ARCHIVO:869,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/46cb9a9a53b97a9b_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB.png",FILETYPE:"image"},{ID_ARCHIVO:870,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/432378c0f81ff47c_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB.png",FILETYPE:"image"},{ID_ARCHIVO:902,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a432a217b5be15e7_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:149,NOMBRE:'Pantalla QLED 55" Android con Smart TV Profesional',DESCRIPCION:'La Pantalla QLED 55" Android con Smart TV Profesional combina la innovadora tecnología Quantum Dot con la versatilidad del sistema operativo Android para una experiencia visual y funcional superior. Disfruta de colores increíblemente vivos y un contraste excepcional, ideal para mostrar contenido de alta calidad en tiendas minoristas, restaurantes, hoteles o salas de espera. Su sistema Android integrado permite la gestión de contenido, la navegación por internet y el uso de aplicaciones directamente desde la pantalla, sin necesidad de dispositivos externos. Estas pantallas están diseñadas para un rendimiento eficiente y una integración sencilla. Ofrece calidad de imagen premium y funcionalidades inteligentes para tu negocio. ',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-55-QLED",gama:"pantallas_qled",brillo:"450_nits",tamano:"55",subgama:"qled",ubicacion:"interior",tipo_montaje:"mural",tasa_refresco:"60_hz",tipo_servicio:null,usos_habituales:[],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:["android"],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:[]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"803.25",PRECIOS:null,FECHA_ALTA:"2025-06-05",R_IMG:[{ID_ARCHIVO:916,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/939f02ad490556db_Pantalla%20Qled%2055%20.png",FILETYPE:"image"}]},{ID_PRODUCTO:124,NOMBRE:"Panel Modular LED P3.9 Exterior de Gran Formato con Mantenimiento Trasero",DESCRIPCION:"Maximiza tu alcance con la Pantalla LED P3.9 Exterior de Gran Formato con Mantenimiento Trasero. Perfecta para pantallas gigantes en estadios, centros de eventos o grandes fachadas comerciales, su pixel pitch de 3.9mm proporciona una excelente claridad desde distancias medias a largas. Con un brillo de 4000 nits, garantiza que tu contenido sea visible y vibrante bajo cualquier condición de luz exterior. Construida en aluminio fundido, asegura una resistencia excepcional y una larga vida útil. El mantenimiento trasero es ideal para instalaciones permanentes donde la accesibilidad posterior es viable. Con un consumo máximo de 160W y medio de 80W, esta pantalla combina rendimiento y eficiencia para proyectos ambiciosos. La solución definitiva para comunicación visual de alto impacto en exteriores.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P39-BK",alto:"50",gama:"pantallas_led_modulares",ancho:"50 ",pitch:"3_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",profundidad:"",tipo_montaje:"matriz",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["taurus_tb_40"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"748.75",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:879,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"},{ID_ARCHIVO:880,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/211bf71ef556e9b5_Pantalla%20LED%20%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%283%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:123,NOMBRE:"Panel Modular LED P2.9 Exterior Trasera de Alto Brillo",DESCRIPCION:"Para instalaciones fijas en exteriores que requieren un acceso de servicio tradicional, la Pantalla LED P2.9 Exterior Trasera de Alto Brillo es la elección perfecta. Con un pixel pitch de 2.9mm y un brillo de 4000 nits, esta pantalla garantiza una visibilidad excepcional y una calidad de imagen sorprendente en grandes formatos publicitarios, estadios o fachadas arquitectónicas. Su construcción en aluminio fundido y su robustez la hacen ideal para soportar condiciones climáticas adversas. El mantenimiento trasero es óptimo para estructuras con espacio posterior, permitiendo una instalación más integrada visualmente. Con consumo máximo de 160W y medio de 80W, combina potencia con eficiencia. La durabilidad y el impacto visual que tu proyecto exterior necesita.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P29-BK",alto:"50 cm",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:["aluminio_fundido"],ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","taurus_tb_40"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"937.50",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:878,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"}]},{ID_PRODUCTO:122,NOMBRE:"Panel Modular LED P2.9 Exterior Frontal de Alto Brillo",DESCRIPCION:"La Pantalla LED P2.9 Exterior Frontal de Alto Brillo está diseñada para ofrecer un rendimiento impecable en los entornos más exigentes. Su pixel pitch de 2.9mm ofrece una excelente resolución para vallas publicitarias, eventos deportivos y grandes escenarios al aire libre, con un brillo de 4000 nits que garantiza visibilidad incluso bajo el sol más intenso. Fabricada en aluminio fundido, es resistente y cuenta con mantenimiento frontal, facilitando el servicio en instalaciones de pared o estructuras fijas. Con un consumo máximo de 160W y medio de 80W, para eficiencia energética. Su clasificación IP65/IP43 asegura protección contra el polvo y el agua. Tus mensaje brillarán con la máxima potencia y fiabilidad en exteriores.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1000.00",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:883,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c39831025394e8f0_Pantalla%20LED%20Exterior%20Mantenimiento%20Frontal%20Completo.png",FILETYPE:"image"},{ID_ARCHIVO:884,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",FILETYPE:"image"}]},{ID_PRODUCTO:121,NOMBRE:"Panel Modular LED P1.8 Escaparate de Alto Brillo",DESCRIPCION:"La Pantalla LED P1.8 Escaparate de Alto Brillo (4500 nits) es la herramienta definitiva para transformar tu fachada en un potente canal de comunicación. Con un pixel pitch de 1.8mm, garantiza una claridad y detalle asombrosos, incluso a corta distancia, mientras que sus 4500 nits de brillo aseguran una visibilidad perfecta bajo la luz solar directa. Su diseño está optimizado para la resistencia en exteriores y un impacto visual máximo con su 3840 Hz de refresco de alta gama. Ideal para tiendas minoristas, concesionarios y cualquier negocio que busque atraer clientes desde la calle con promociones dinámicas y branding impactante. Tu escaparate destacará como nunca, invierte en la tecnología LED que convierte miradas en ventas. ",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P18-ES",alto:"48",gama:"pantallas_led_modulares",ancho:"96",pitch:"1_8_mm",brillo:"4500_nits",peso_kg:"7 - 12 (aprox.) ",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"escaparate",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"200W",consumo_medio_w:"100W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"200W ",tipo_instalacion:"montaje_interior_orientado_al_exterior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1800.00",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:894,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e87801c563b48669_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:119,NOMBRE:"Panel Modular LED P2.5 Interior Versátil",DESCRIPCION:"La Pantalla LED P2.5 Interior Versátil es la solución ideal para proyectos que buscan una excelente calidad de imagen con flexibilidad. Con un pixel pitch de 2.5mm, proporciona imágenes claras y brillantes para auditorios, centros comerciales, salas de conferencias y espacios de eventos. Su construcción en aluminio fundido garantiza ligereza y resistencia, facilitando la instalación y el mantenimiento (frontal y trasero). Con un brillo de 1000 nits y una frecuencia de refresco de 3840Hz, asegura una visualización óptima y fluida ya que evita el parpadeo visible tanto al ojo humano como para las cámaras de video. Es perfecta para publicidad digital, información en puntos de venta o fondos de escenario. Disfruta de un consumo energético eficiente (120W máximo / 60W medio) que reduce los costes operativos. Eleva la comunicación visual en tu negocio con esta pantalla LED de alto rendimiento.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P25-IN",alto:"48 ",gama:"pantallas_led_modulares",ancho:"64",pitch:"2_5_mm",brillo:"800_nits",peso_kg:"7 ",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"120W",consumo_medio_w:"60W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"1",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_400","taurus_tb_2"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"775.00",PRECIOS:null,FECHA_ALTA:"2025-06-01",R_IMG:[{ID_ARCHIVO:885,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/3b331997a4a4555b_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"},{ID_ARCHIVO:886,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e777804b4bc63fd0_Panel%20Modular%20LED%20Pantalla%20LEDInterior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"},{ID_ARCHIVO:903,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/0075bc2e598888e6_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%282%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:125,NOMBRE:"Panel Modular LED P4.4 Exterior Mantenimiento Frontal Completo",DESCRIPCION:"La Pantalla LED P4.4 Exterior con Mantenimiento Frontal Completo es la opción inteligente para proyectos de publicidad exterior y eventos que requieren máxima flexibilidad de instalación. Su pixel pitch de 4.4mm es perfecto para asegurar una excelente visibilidad y claridad en distancias medias a largas. Diseñada para soportar las condiciones climáticas más adversas, su construcción robusta garantiza durabilidad. El mantenimiento 100% frontal facilita la instalación y el servicio en lugares de difícil acceso trasero, como fachadas de edificios o tótems. Esta serie se caracteriza por su eficiencia y alto rendimiento en exteriores. Una solución potente y adaptable para tu comunicación visual al aire libre. ",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P44-FF",alto:"96",gama:"pantallas_led_modulares",ancho:"96",pitch:"4_4_mm",brillo:"5000_nits",peso_kg:"43 (aprox)",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"200W",consumo_medio_w:"100",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"200",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",sistema_operativo:null,colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_1000","taurus_tb_60"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1237.50",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:873,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/0aa79fad0221bf1c_Pantalla%20LED%20P4.4%20Exterior%20Mantenimiento%20Frontal%20Completo%20%282%29.png",FILETYPE:"image"},{ID_ARCHIVO:908,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/2e3b0bc0bf4d9e9a_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%286%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:126,NOMBRE:"Panel Modular LED P5.7 Exterior de Gran Brillo y Visibilidad",DESCRIPCION:"Ideal para autopistas, eventos masivos y grandes espacios abiertos, la Pantalla LED P5.7 Exterior de Gran Brillo y Visibilidad garantiza que tu mensaje llegue lejos y claro. Su pixel pitch de 5.7mm la hace perfecta para visualización a distancias significativas, manteniendo la claridad de contenido incluso en las condiciones de luz más desafiantes. Con un diseño robusto y pensado para el mantenimiento frontal completo, ofrece máxima flexibilidad y facilidad de servicio. Estas pantallas están diseñadas para la eficiencia y durabilidad en exteriores, resistiendo las inclemencias del tiempo. Invierte en una pantalla LED que asegura el máximo impacto y visibilidad para tu marca en cualquier entorno exterior.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P57-FF",alto:"96",gama:"pantallas_led_modulares",ancho:"96",pitch:"5_7_mm",brillo:"5000_nits",peso_kg:"20-30 (aprox.)",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"200W",consumo_medio_w:"100",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"200",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_1000","taurus_tb_60"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1000.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:865,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c1625294df6b564c_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%283%29.png",FILETYPE:"image"},{ID_ARCHIVO:874,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/61513c3b32fc4a66_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%284%29.png",FILETYPE:"image"},{ID_ARCHIVO:904,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/247825a61d90fe57_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%284%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:127,NOMBRE:"Tótem LED P1.86 Interior de Alta Definición",DESCRIPCION:"El Tótem LED P1.86 Interior de Alta Definición es una solución de señalización digital premium que eleva la comunicación en puntos de venta, recepciones, museos o ferias. Su pixel pitch de 1.86mm garantiza una claridad de imagen excepcional, permitiendo mostrar detalles finos y contenido interactivo con una nitidez asombrosa. Con un diseño elegante y robusto, este tótem es una pieza central visual que atrae todas las miradas. Está diseñado para un rendimiento óptimo y una operación continua en interiores. Crea una experiencia inmersiva y memorable para tus visitantes con este tótem LED de vanguardia. Emparejable hasta 6 unidades",ID_GAMA:23,TAGS:null,PROPS:{gob:"si",sku:"TOT-LED-P18",alto:"1920",gama:"totems",ancho:"640",pitch:"1_86_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"2362.50",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:850,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/5dae9b0d7180b487_T%C3%B3tem%20LED%20P1.86%20Interior%20de%20Alta%20Definici%C3%B3n.png",FILETYPE:"image"}]},{ID_PRODUCTO:118,NOMBRE:"Panel LED Modular P1.8 Interior de Alta Resolución",DESCRIPCION:"Descubre la Pantalla LED P1.8 Interior de Alta Resolución, la solución perfecta para transformar cualquier espacio corporativo, de control o de entretenimiento. Con un pixel pitch ultra-fino de 1.8mm, esta pantalla garantiza imágenes asombrosamente nítidas y detalladas, incluso a muy corta distancia. Su diseño de aluminio fundido asegura durabilidad y un mantenimiento sencillo (frontal y trasero), ideal para una instalación eficiente. El alto refresco de 3840 Hz proporciona una fluidez de imagen impecable, ya que es el estándar de alta gama en la industria LED para evitar el flickering (parpadeo) visible tanto al ojo humano como para las cámaras de video, esencial para videoconferencias, presentaciones o transmisiones en vivo. Optimiza tu sala de control, estudio de TV o espacio de reuniones con una experiencia visual inmersiva. Consumo eficiente (200W máximo / 100W medio), la convierte en una elección premium para una comunicación visual impactante en interiores. ",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P18-IN",alto:"48 ",gama:"pantallas_led_modulares",ancho:"64",pitch:"1_8_mm",brillo:"800_nits",peso_kg:"9.5",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"200",consumo_medio_w:"100",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],consumo_maximo_w:"200",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_400","taurus_tb_2"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"998.75",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:845,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/b885703e5e9c60c7_Panel%20Modular%20LED%20Pantalla%20LED%20P1.8%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"},{ID_ARCHIVO:866,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e9894925a174cbc7_Panel%20Modular%20LED%20Pantalla%20LED%20P1.8%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",FILETYPE:"image"}]},{ID_PRODUCTO:129,NOMBRE:"Tótem LED P2.5 Exterior de Alto Brillo",DESCRIPCION:"Atrae todas las miradas con el Tótem LED P2.5 Exterior de Alto Brillo, diseñado para una comunicación visual potente en entornos urbanos y al aire libre. Con un pixel pitch de 2.5mm, ofrece una claridad de imagen excepcional desde distancias medias, ideal para publicidad en calles, plazas o entradas de edificios. Su brillo de 3500 nits garantiza una visibilidad perfecta incluso bajo la luz solar directa, y su construcción robusta lo hace resistente a las inclemencias del tiempo (IP65/IP43). Estos tótems están construidos para soportar uso continuo en exteriores con máxima eficiencia. Una inversión que asegura que tu mensaje sea visto y recordado, día y noche.",ID_GAMA:23,TAGS:null,PROPS:{sku:"TOT-LED-P25",alto:"1920",gama:"totems",ancho:"640",pitch:"2_5_mm",brillo:"4500_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"exterior",tipo_montaje:"standalone",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"2781.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:846,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/960a5c25be2bffea_Totem%202.5%20Exterior%20640%20x1920.png",FILETYPE:"image"}]},{ID_PRODUCTO:130,NOMBRE:'Tótem LCD 43" Exterior',DESCRIPCION:'El Tótem LCD 43" Exterior Profesional es la solución perfecta para tu comunicación digital en espacios abiertos. Diseñado para soportar las condiciones climáticas más exigentes, este tótem, ofrece una pantalla LCD Full HD de 43 pulgadas con un brillo de 1500 nits, garantizando que tu contenido sea siempre visible y atractivo, incluso bajo la luz del sol. Su construcción robusta (generalmente de acero o aluminio) y su diseño optimizado para exteriores aseguran durabilidad y fiabilidad. Ideal para información turística, publicidad en plazas o directorios en parques empresariales. Con un tiempo de reproducción de batería de 14 horas, es una herramienta de comunicación exterior elegante y de alto rendimiento.',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-43-EXT",gama:"totems",brillo:"1500_nits",tamano:"43",peso_kg:">50",subgama:"lcd",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"exterior",resolucion:"full_hd_1920_1080_p",tipo_montaje:"standalone",proteccion_ip:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",tipo_servicio:"parte_trasera",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","eventos_estadios_mobiliario_urbano"],tipo_instalacion:"autoportante_de_suelo",sistema_operativo:null,colores_disponibles:["blanco"],propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["integrado"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1560.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:856,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7da05ddbee2f3e2e_3%20T%C3%B3tem%20LCD%2043%20Exterior%20profesional%20.png",FILETYPE:"image"},{ID_ARCHIVO:857,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/88ee4b439ab49644_2%20T%C3%B3tem%20LCD%2043%20Exterior%20profesional%20.png",FILETYPE:"image"},{ID_ARCHIVO:858,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/f4e19ea9a6e2cc03_3%20T%C3%B3tem%20LCD%2043%20Exterior%20profesional%20%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:131,NOMBRE:'Tótem LCD 55" Interior Full HD',DESCRIPCION:'El Tótem LCD 55" Interior Full HD es una solución sofisticada y eficiente para la señalización digital en cualquier espacio interior. Con una pantalla de 55 pulgadas Full HD y un brillo de 450 nits, ofrece imágenes claras y atractivas, ideales para mostrar promociones, información útil o contenido de marca en centros comerciales, hoteles, hospitales o vestíbulos. Su diseño compacto y su construcción robusta lo hacen fácil de integrar en cualquier entorno. Es una herramienta poderosa para captar la atención de tu audiencia y mejorar la experiencia del cliente. Maximiza el impacto de tu mensaje con este tótem LCD de alta calidad. ',ID_GAMA:23,TAGS:null,PROPS:{sku:"LCD-55-INT",gama:"totems",brillo:"450_nits",tamano:"55",peso_kg:"93 ",subgama:"lcd",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",resolucion:"full_hd_1920_1080_p",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tipo_servicio:"parte_trasera",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",sistema_operativo:"android",colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"],gran_formato_independiente:"si"},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1258.00",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:859,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/290a8dfc7dd36162_T%C3%B3tem%20LCD%2055%20Full%20HD.png",FILETYPE:"image"},{ID_ARCHIVO:861,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/978531669dd45b14_T%C3%B3tem%20LCD%2055%20Full%20HD%20%281%29.png",FILETYPE:"image"}]},{ID_PRODUCTO:120,NOMBRE:"Panel Modular LED P2.6 Interior de Alta Definición",DESCRIPCION:"Experimenta la excelencia visual con nuestra Pantalla LED P2.6 Interior de Alta Definición. Diseñada para ofrecer un rendimiento impecable en entornos como auditorios, eventos corporativos y señalización digital de gran formato, su pixel pitch de 2.6mm garantiza una claridad excepcional desde diversas distancias de visualización. Fabricada en aluminio fundido, combina durabilidad con una instalación y mantenimiento sencillos (frontal y trasero). Con un brillo de 1000 nits y una frecuencia de refresco de 3840 Hz, asegura que cada imagen y video se reproduzca con una fluidez y viveza impresionantes. Es la opción perfecta para quienes buscan impacto visual sin comprometer la eficiencia, con un consumo máximo de 160W y medio de 80W. Invierte en una experiencia visual cautivadora y confiable para tus espacios interiores.",ID_GAMA:23,TAGS:null,PROPS:{sku:"LED-P26-IN",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_6_mm",brillo:"1000_nits",peso_kg:"8 ",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"160W",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"912.50",PRECIOS:null,FECHA_ALTA:null,R_IMG:[{ID_ARCHIVO:844,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/09a3fb4fe36ad383_Panel%20Modular%20LED%2050cmx50Cm%20%283%29.png",FILETYPE:"image"},{ID_ARCHIVO:897,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/35968029c33179f9_Panel%20Modular%20LED%2050cmx50Cm%20%281%29.png",FILETYPE:"image"},{ID_ARCHIVO:940,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7953fb81de781bb1_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%2812%29.png",FILETYPE:"image"}]}]),Rs=[{id:"2d1db14c-3540-4f6a-8069-b840126ee29a",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:null,label:"Pantalla LED modular",value:"pantallas_led_modulares",condition:"",exclusive:!1},{image:null,label:"Tótems",value:"totems",condition:"",exclusive:!1},{image:null,label:"Pantallas LCD",value:"pantallas_lcd",condition:"",exclusive:!1},{image:null,label:"Banderola",value:"banderola",condition:"",exclusive:!1},{image:null,label:"Soportes y estructuras",value:"soportes_y_estructuras",condition:"",exclusive:!1},{image:null,label:"Controladoras",value:"controladoras",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[{param:"",validator:"required"}],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"472aec6d-c5f2-40a2-9c6c-c8d3aab7a1ee",code:"subgama",image:null,label:"Subgama",prefix:"",suffix:"",options:[{image:null,label:"LED",value:"led",condition:`(values) => {
238
238
  if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }`,exclusive:!1},{image:null,label:"LCD",value:"lcd",condition:"(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",exclusive:!1},{image:null,label:"QLED",value:"qled",condition:"(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",exclusive:!1},{image:null,label:"Estandar",value:"estandar",condition:"(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",exclusive:!1},{image:null,label:"Barras de Colgado y Apilado LED",value:"barras_de_colgado_y_apilado_led",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Soportes de Suelo (para LCD o LED)",value:"soportes_de_suelo_para_lcd_o_led",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Soportes de Techo (para LCD o LED)",value:"soportes_de_techo_para_lcd_o_led",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Accesorios de Montaje ( elementos como adaptadores, conectores, etc.)",value:"accesorios_de_montaje_elementos_como_adaptadores_conectores_etc",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Controladoras Síncronas / Procesadores de Vídeo",value:"controladoras_sincronas_procesadores_de_video",condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Controladoras Asíncronas / Reproductores Multimedia",value:"controladoras_asincronas_reproductores_multimedia",condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Accesorios de Transporte y Almacenamiento",value:"accesorios_de_transporte_y_almacenamiento",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1}],multiple:!1,structure:[],validators:[{param:"",validator:"required"}],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:""},controlType:"select"},{id:"4600b4e5-2205-4f46-8677-175e6a82c793",code:"resolucion",image:null,label:"Resolución",prefix:"",suffix:"",options:[{image:null,label:"HD Alta Definición 1280×720 p",value:"hd_alta_definicion_1280_720_p",condition:"",exclusive:!1},{image:null,label:"FULL HD 1920×1080 p",value:"full_hd_1920_1080_p",condition:"",exclusive:!1},{image:null,label:"4K (o 4K UHD / Ultra HD) (3840×2160 p)",value:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.subgama === 'lcd') return true; return false}"},controlType:"select"},{id:"0bbc8ab1-8753-4e76-b123-5e1454d60df8",code:"ubicacion",image:null,label:"Ubicación",prefix:"",suffix:"",options:[{image:null,label:"Interior",value:"interior",condition:"",exclusive:!1},{image:null,label:"Exterior",value:"exterior",condition:"",exclusive:!1},{image:null,label:"Escaparate",value:"escaparate",condition:"",exclusive:!1},{image:null,label:"LED Modular",value:"led_modular",condition:"",exclusive:!1},{image:null,label:"Panel Led Modular",value:"panel_led_modular",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"13cc490d-fbb8-4b2a-adc9-d4f949d99649",code:"gob",image:null,label:"GOB",prefix:"",suffix:"",options:[{image:null,label:"Si",value:"si",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"17e11c52-6ab1-453e-9cc9-7f11604af1ae",code:"tipo_servicio",image:null,label:"Conexiones y acceso a componentes",prefix:"",suffix:"",options:[{image:null,label:"Front",value:"front",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Back",value:"back",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Full Front",value:"full_front",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Integrado",value:"integrado",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Front & Back",value:"front_back",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Parte trasera",value:"parte_trasera",condition:"(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"f23bcaee-bd3b-4c5b-a3bb-94f6e4c228a4",code:"controladoras_compatibles",image:null,label:"Controladoras compatibles",prefix:"",suffix:"",options:[{image:null,label:"Novastar VX400",value:"novastar_vx_400",exclusive:!1},{image:null,label:"Novastar VX600",value:"novastar_vx_600",exclusive:!1},{image:null,label:"Novastar VX1000",value:"novastar_vx_1000",exclusive:!1},{image:null,label:"Taurus TB2",value:"taurus_tb_2",exclusive:!1},{image:null,label:"Taurus TB30",value:"taurus_tb_30",exclusive:!1},{image:null,label:"Taurus TB40",value:"taurus_tb_40",exclusive:!1},{image:null,label:"Taurus TB60",value:"taurus_tb_60",exclusive:!1},{image:null,label:"Integrado",value:"integrado",exclusive:!1},{image:null,label:"No",value:"no",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','banderola'].includes(values.gama)) return true; return false; }"},controlType:"select"},{id:"b7bae16c-6c4b-4615-9fb0-dc5390fcefa4",code:"sku",image:null,label:"SKU",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"57a64362-9c0f-4343-8c9e-3becdebea0da",code:"serie",image:null,label:"Serie",prefix:"",suffix:"",options:[{image:null,label:"Hanging Bar",value:"hanging_bar",condition:"",exclusive:!1},{image:null,label:"Novastar VX",value:"novastar_vx",condition:"",exclusive:!1},{image:null,label:"Novastar Taurus",value:"novastar_taurus",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'controladoras') return true; return false}"},controlType:"select"},{id:"523bc758-46d8-4c45-b945-2542628c2e46",code:"colores_disponibles",image:null,label:"Colores disponibles",prefix:"",suffix:"",options:[{image:null,label:"No indicar color",value:"no_indicar_color",exclusive:!0},{image:null,label:"Negro",value:"negro",exclusive:!1},{image:null,label:"Blanco",value:"blanco",exclusive:!1},{image:null,label:"Gris",value:"gris",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd'].includes(values.gama)) return true; return false; }"},controlType:"select"},{id:"9c486641-8c6e-4694-842e-3004634345c0",code:"propositos_generales",image:null,label:"Propósitos generales",prefix:"",suffix:"",options:[{image:null,label:"Publicidad, Señalética, Informativo, Decorativo, Corporativo, Contenido comercial",value:"publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial",condition:"",exclusive:!1},{image:null,label:"Publicidad exterior, fachadas, Contenido comercial, Videowall Exterior",value:"publicidad_exterior_fachadas_contenido_comercial_videowall_exterior",condition:"",exclusive:!1},{image:null,label:"Publicidad exterior, Publicidad vía pública",value:"publicidad_exterior_publicidad_via_publica",condition:"",exclusive:!1},{image:null,label:"Aplicación general según instalación",value:"aplicacion_general_segun_instalacion",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"9017328f-fdcd-45a6-bd59-af7977ac530c",code:"tipo_instalacion",image:null,label:"Tipo de instalación",prefix:"",suffix:"",options:[{image:null,label:"Pared o soporte VESA",value:"pared_o_soporte_vesa",condition:"",exclusive:!1},{image:null,label:"Montaje interior orientado al exterior",value:"montaje_interior_orientado_al_exterior",condition:"",exclusive:!1},{image:null,label:"Estructura exterior / soporte metálico",value:"estructura_exterior_soporte_metalico",condition:"",exclusive:!1},{image:null,label:"Autoportante / de suelo",value:"autoportante_de_suelo",condition:"",exclusive:!1},{image:null,label:"Anclado a pared o estructura interior",value:"anclado_a_pared_o_estructura_interior",condition:"",exclusive:!1},{image:null,label:"Fácil fijación a pared con tornillos",value:"facil_fijacion_a_pared_con_tornillos",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"83d74ae6-f2aa-4502-8d8e-6b9cf31bccb4",code:"doble_cara",image:null,label:"Doble cara",prefix:"",suffix:"",options:[{image:null,label:"Doble cara",value:"doble_cara",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'totems') return true; return false }"},controlType:"checkbox"},{id:"4ca01cb5-1cfa-49c4-a8d0-4e6fd3b17845",code:"interactivo",image:null,label:"Interactivo",prefix:"",suffix:"",options:[{image:null,label:"Táctil",value:"tactil",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"5a809acc-414b-4425-a0cb-4e3f24fac7e0",code:"pitch",image:null,label:"Pitch",prefix:"",suffix:"",options:[{image:null,label:"1.8mm",value:"1_8_mm",condition:"",exclusive:!1},{image:null,label:"1.86mm",value:"1_86_mm",condition:"",exclusive:!1},{image:null,label:"2.0mm",value:"2_0_mm",condition:"",exclusive:!1},{image:null,label:"2.5mm",value:"2_5_mm",condition:"",exclusive:!1},{image:null,label:"2.6mm",value:"2_6_mm",condition:"",exclusive:!1},{image:null,label:"2.9mm",value:"2_9_mm",condition:"",exclusive:!1},{image:null,label:"3.076mm",value:"3_076_mm",condition:"",exclusive:!1},{image:null,label:"3.9mm",value:"3_9_mm",condition:"",exclusive:!1},{image:null,label:"4.4mm",value:"4_4_mm",condition:"",exclusive:!1},{image:null,label:"5.7mm",value:"5_7_mm",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.subgama === 'led') return true; return false}"},controlType:"select"},{id:"d6c2e669-9270-4ef7-9c22-44bbbd9ae13d",code:"brillo",image:null,label:"Brillo",prefix:"",suffix:"",options:[{image:null,label:"450 nits",value:"450_nits",condition:"",exclusive:!1},{image:null,label:"800 nits",value:"800_nits",condition:"",exclusive:!1},{image:null,label:"1000 nits",value:"1000_nits",condition:"",exclusive:!1},{image:null,label:"1500 nits",value:"1500_nits",condition:"",exclusive:!1},{image:null,label:"3000 nits",value:"3000_nits",condition:"",exclusive:!1},{image:null,label:"3500 nits",value:"3500_nits",condition:"",exclusive:!1},{image:null,label:"4000 nits",value:"4000_nits",condition:"",exclusive:!1},{image:null,label:"4500 nits",value:"4500_nits",condition:"",exclusive:!1},{image:null,label:"5000 nits",value:"5000_nits",condition:"",exclusive:!1},{image:null,label:"Alta Brillantez 4k (LCD)",value:"alta_brillantez_4_k_lcd",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"3379a283-57a5-4ca2-a342-f14912b0f04b",code:"sistema_operativo",image:null,label:"Sistema operativo",prefix:"",suffix:"",options:[{image:null,label:"Android",value:"android",condition:"",exclusive:!1},{image:null,label:"Windows",value:"windows",condition:"",exclusive:!1},{image:null,label:"Linux",value:"linux",condition:"",exclusive:!1},{image:null,label:"IOS",value:"ios",condition:"",exclusive:!1},{image:null,label:"Firmware integrado",value:"firmware_integrado",condition:`(values) => { if(['controladoras_sincronas_procesadores_de_video'].includes(values.subgama)) {
239
239
  return true
240
240
  } else {
241
241
  return false
242
242
  } }`,exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:`(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd', 'controladoras'].includes(values.gama)) return true;
243
243
  return false;
244
- }`},controlType:"select"},{id:"6e8b965c-d68a-4dd5-ad28-64d4aa400eb2",code:"compatible_videowall",image:null,label:"Compatible videowall",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'pantallas_led_modulares') return true; return false }"},controlType:"checkbox"},{id:"e6ebbb08-0245-4698-91e4-0ba0c0a50368",code:"tipo_montaje",image:null,label:"Tipo de montaje",prefix:"",suffix:"",options:[{image:null,label:"Matriz",value:"matriz",condition:"",exclusive:!1},{image:null,label:"Standalone",value:"standalone",condition:"",exclusive:!1},{image:null,label:"Mural",value:"mural",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"81156583-de0a-4467-bd02-f1da769708db",code:"tasa_refresco",image:null,label:"Tasa de refresco (Hz)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_number"},{id:"c1dff0d1-d622-4878-8ee4-516c55958714",code:"modelo",image:null,label:"Modelo",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"9004ddcc-6a42-49ef-8a29-2b302e7b0f6e",code:"usos_habituales",image:null,label:"Usos habituales",prefix:"",suffix:"",options:[{image:null,label:"Tiendas, Recepciones, Hall, Salas de espera, Showrooms, Galerías",value:"tiendas_recepciones_hall_salas_de_espera_showrooms_galerias",condition:"",exclusive:!1},{image:null,label:"Escaparates o vitrinas expuestas al sol",value:"escaparates_o_vitrinas_expuestas_al_sol",condition:"",exclusive:!1},{image:null,label:"Eventos, Estadios, Mobiliario Urbano",value:"eventos_estadios_mobiliario_urbano",condition:"",exclusive:!1},{image:null,label:"Salas de Control, Estudios de TV, Salas de Videoconferencia, Auditorios",value:"salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios",condition:"",exclusive:!1},{image:null,label:"Entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos",value:"entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"9a2e6614-a2d3-47ca-9559-0e86b9794f17",code:"proteccion_ip",image:null,label:"Protección IP",prefix:"",suffix:"",options:[{image:null,label:"IP20: Productos de interior",value:"ip_20_productos_de_interior",condition:"",exclusive:!1},{image:null,label:"IP56: Protegido contra polvo y chorros potentes de agua",value:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",condition:"",exclusive:!1},{image:null,label:" IP43: Protegido contra objetos de más de 1mm y agua pulverizada.",value:"ip_43_protegido_contra_objetos_de_mas_de_1_mm_y_agua_pulverizada",condition:"",exclusive:!1},{image:null,label:"IP65: Totalmente protegido contra polvo y chorros de agua (parte frontal)",value:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",condition:"",exclusive:!1},{image:null,label:"IP54: Alta resistencia a polvo y salpicaduras",value:"ip_54_alta_resistencia_a_polvo_y_salpicaduras",condition:"",exclusive:!1},{image:null,label:"IP65/IP43",value:"ip_65_ip_43",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola','controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"2ba06c97-3132-440c-9a3e-7b87cf49ef26",code:"gran_formato_independiente",image:null,label:"Gran formato independiente",prefix:"",suffix:"",options:[{image:null,label:"Si",value:"si",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"82e115bd-0c05-4d3f-b92f-28ef2f5a4367",code:"peso_kg",image:null,label:"Peso (kg)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"6f6b3dda-aeed-4458-9242-95b55b316675",code:"consumo_medio_w",image:null,label:"Consumo medio (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"2eb6ef27-3574-47e4-b519-2cd6c1f55824",code:"consumo_maximo_w",image:null,label:"Consumo Máximo (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"82b23d3e-8d67-455c-882c-a643f5ef3c8b",code:"material",image:null,label:"Material",prefix:"",suffix:"",options:[{image:null,label:"Aluminio Fundido",value:"aluminio_fundido",condition:"",exclusive:!1},{image:null,label:"Aluminio",value:"aluminio",condition:"",exclusive:!1},{image:null,label:"Acero/Aluminio (para la carcasa exterior).",value:"acero_aluminio_para_la_carcasa_exterior",condition:"",exclusive:!1},{image:null,label:"Estructura de Aluminio (Ligero, Robusto, Resistente a la Corrosión)",value:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",condition:"",exclusive:!1},{image:null,label:"Material robusto y duradero",value:"material_robusto_y_duradero",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"903a14ee-2735-4961-8f47-2c25611f039d",code:"tamano",image:null,label:"Tamaño",prefix:"",suffix:"",options:[{image:null,label:'43"',value:"43",condition:"",exclusive:!1},{image:null,label:'49"',value:"49",condition:"",exclusive:!1},{image:null,label:'55"',value:"55",condition:"",exclusive:!1},{image:null,label:'65"',value:"65",condition:"",exclusive:!1},{image:null,label:'75"',value:"75",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd','qled'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"df3e8ee5-4656-4234-8d2c-7d4bcc434dc0",code:"unidad_de_medida",image:null,label:"Unidad de Medida",prefix:"",suffix:"",options:[{image:null,label:"mm",value:"mm",condition:"",exclusive:!1},{image:null,label:"cm",value:"cm",condition:"",exclusive:!1},{image:null,label:"m",value:"m",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"c79337f4-4a46-469e-abea-e6bd7ff9e422",code:"ancho",image:null,label:"Ancho",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"8ac0bc48-9b88-4689-a876-3c369262ed47",code:"alto",image:null,label:"Alto",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"dface708-9c21-44af-a434-b3a93d7eb1ce",code:"profundidad",image:null,label:"Profundidad",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"26f0bfec-1dcd-43ff-b5f1-8b4a162ba7c1",code:"a_medida",image:null,label:"A medida",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"checkbox"},{id:"e4cb73c3-67ab-4f63-94da-0db922dc5990",code:"codigo_ean",image:null,label:"Código EAN",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"9e86e10f-cbef-439f-8bcc-3938b5dd493e",code:"compatibilidad_de_senal",image:null,label:"Compatibilidad de señal",prefix:"",suffix:"",options:[{image:null,label:"DVI",value:"dvi",condition:"",exclusive:!1},{image:null,label:"SDI (3G-SDI)",value:"sdi_3_g_sdi",condition:"",exclusive:!1},{image:null,label:"VGA",value:"vga",condition:"",exclusive:!1},{image:null,label:"CVBS",value:"cvbs",condition:"",exclusive:!1},{image:null,label:"USB",value:"usb",condition:"",exclusive:!1},{image:null,label:"Red (LAN / Wi-Fi / 4G)",value:"red_lan_wi_fi_4_g",condition:"",exclusive:!1},{image:null,label:"HDMI",value:"hdmi",condition:"",exclusive:!1},{image:null,label:"HDMI 1.4",value:"hdmi_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort",value:"displayport",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.0",value:"displayport_1_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.1",value:"displayport_1_1",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.2",value:"displayport_1_2",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.3",value:"displayport_1_3",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.4",value:"displayport_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.0",value:"displayport_2_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.4",value:"displayport_2_4",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"}],G_={isPublic:!0,data:{},gamaProps:Ts,fetching:!1,descriptionLines:4,scale:1,hiddenProps:["compatible_videowall","doble_cara","peso_kg","gran_formato_independiente","tasa_de_refresco_hz","resolucion"]},$_=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),count:V.z.number().optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),showPrice:V.z.function().optional(),autoplay:V.z.boolean().optional()});function fi(){const t=e.inject("context"),d=e.computed(()=>t.product.value),o=t.slide,c=t.isPublic,s=t.images,r=t.selectedPackProduct,m=e.computed(()=>!c.value),f=e.computed(()=>{var C;return((C=d.value)==null?void 0:C.detalle_pack)||[]}),v=e.computed(()=>{var C;return((C=d.value)==null?void 0:C.props)||{}});return e.watch(d,()=>{var p;const C=((p=d.value)==null?void 0:p.images)||[];s.value=C},{immediate:!0}),e.watch(f,C=>{var p;C&&(r.value=(p=C[0])==null?void 0:p.DETALLE)},{immediate:!0,deep:!0}),{product:d,isPublic:c,isPrivate:m,images:s,detallePack:f,productProps:v,selectedPackProduct:r,slide:o,gamaProps:t.gamaProps,count:t.count,addToShopcartLabel:t.addToShopcartLabel,goToCatalogLabel:t.goToCatalogLabel,showPrice:t.showPrice}}const j_=["id","draggable"],H_=["onClick"],q_={key:0,class:"row items-center justify-center bg-grey-2 media-card",style:{"border-radius":"8px",border:"1px dashed #c9c9c9"}},K_={key:2,class:"media-card"},Q_=["src"],W_={class:"video-icon"},Rs=se(e.defineComponent({__name:"ImagesMiniature",setup(t){const{images:d,slide:o,isPrivate:c}=fi(),{emitEvent:s}=li(),{handler:r,onDragLeave:m,onDragOver:f,onDragStart:v,onDrop:C,idKey:p}=Ml(d,".image-miniature",x=>s("update_images_position",{images:x}));return(x,R)=>{const y=e.resolveDirective("mutation");return e.unref(d).length?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:"images-miniature",onDragleave:R[1]||(R[1]=(...h)=>e.unref(m)&&e.unref(m)(...h)),onDragover:R[2]||(R[2]=(...h)=>e.unref(f)&&e.unref(f)(...h)),onDrop:R[3]||(R[3]=(...h)=>e.unref(C)&&e.unref(C)(...h))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(h,O)=>(e.openBlock(),e.createElementBlock("div",{class:"q-mb-md image-miniature q-px-sm",key:O,id:h[e.unref(p)],onDragstart:R[0]||(R[0]=(...g)=>e.unref(v)&&e.unref(v)(...g)),draggable:e.unref(c)},[h?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:g=>o.value=O+1,style:e.normalizeStyle({cursor:"pointer",borderWidth:"0.7px",borderStyle:"solid",borderRadius:"0.5rem",borderColor:O===e.unref(o)-1?"#015979 ":"transparent"}),class:"q-pb-sm win-card"},[h!=null&&h.location?h.tipo==="image"?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:h.location,fit:"cover",class:"media-card"},null,8,["src"])):h.tipo==="video"?(e.openBlock(),e.createElementBlock("div",K_,[e.createElementVNode("video",{src:h.location,style:{width:"100%",height:"100%",background:"black"}},null,8,Q_),e.createElementVNode("div",W_,[e.createVNode(e.unref(M.QIcon),{size:"lg",name:"o_play_circle",color:"white"})])])):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",q_,[e.createVNode(e.unref(M.QIcon),{name:"upload_file",color:"grey-5",size:"33px"})]))],12,H_)):e.createCommentVNode("",!0)],40,j_))),128))],32)),[[y,e.unref(r)]]):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-bf75f29f"]]),Z_={class:"text-weight-medium"},Y_={key:0,class:"row justify-end items-center"},X_=e.defineComponent({__name:"ProductCustomizableIndicator",props:{label:{default:"A medida"}},setup(t){const{productProps:d,product:o}=fi(),c=e.computed(()=>{var s,r;return!!((s=d.value)!=null&&s.a_medida)&&!((r=o.value)!=null&&r.pack)});return(s,r)=>(e.openBlock(),e.createElementBlock("div",Z_,[c.value?(e.openBlock(),e.createElementBlock("div",Y_,[e.createVNode(e.unref(M.QChip),{color:"blue","text-color":"white",size:"12px"},{default:e.withCtx(()=>[...r[0]||(r[0]=[e.createTextVNode("A medida",-1)])]),_:1})])):e.createCommentVNode("",!0)]))}}),J_={class:"row q-mt-md q-pa-sm",style:{"overflow-x":"auto"}},eg=["onClick"],ag={class:"q-pa-sm"},ig={class:"text-weight-medium ellipsis"},lg={class:"text-caption"},og={key:0,class:"q-mt-md"},tg={class:"text-h6"},ng=se(e.defineComponent({__name:"ProductDetallePack",setup(t){const{detallePack:d,selectedPackProduct:o,gamaProps:c}=fi(),s=m=>{o.value=m},r=e.computed(()=>{var m,f;return((m=o.value)==null?void 0:m.PROPS)||((f=o.value)==null?void 0:f.props)||{}});return(m,f)=>{var v;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",J_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(C,p)=>{var x,R,y,h;return e.openBlock(),e.createElementBlock("div",{key:p,class:e.normalizeClass(`q-mr-md glass-card detalle-pack ${((x=e.unref(o))==null?void 0:x.ID_PRODUCTO)==C.ID_PRODUCTO_DETALLE?"selected":""}`),onClick:O=>s(C.DETALLE)},[(y=(R=C==null?void 0:C.DETALLE)==null?void 0:R.ARCHIVOS)!=null&&y.length?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:0,src:C.DETALLE.ARCHIVOS[0].LOCATION||"placeholder.webp",style:{height:"120px","border-radius":"8px"},fit:"contain"},null,8,["src"])):e.createCommentVNode("",!0),e.createElementVNode("div",ag,[e.createElementVNode("div",ig,e.toDisplayString((h=C==null?void 0:C.DETALLE)==null?void 0:h.NOMBRE),1),e.createElementVNode("div",lg,e.toDisplayString(C==null?void 0:C.CANTIDAD)+"X",1)])],10,eg)}),128))]),e.unref(o)?(e.openBlock(),e.createElementBlock("div",og,[e.createElementVNode("div",tg,e.toDisplayString(e.unref(o).NOMBRE),1),e.createElementVNode("div",null,"SKU: "+e.toDisplayString((v=e.unref(o).PROPS)==null?void 0:v.sku),1),e.createVNode(Wi,{class:"q-mt-md","product-props":r.value,"gama-props":e.unref(c)},null,8,["product-props","gama-props"])])):e.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-94935eea"]]),sg={class:"product-image-header"},rg={class:"product-code"},cg={class:"media-count"},ug=se(e.defineComponent({__name:"ProductImageHeader",setup(t){const{product:d,images:o,slide:c,isPrivate:s}=fi(),r=e.computed(()=>{var C,p;return(((p=(C=d.value)==null?void 0:C.tags)==null?void 0:p.split(","))||[]).filter(Boolean)}),m=e.computed(()=>{var C;return(C=d.value)==null?void 0:C.codigo}),{emitEvent:f}=li(),v=()=>{var C;return f("edit_tags",{id:(C=d.value)==null?void 0:C.id})};return(C,p)=>{var x,R;return e.openBlock(),e.createElementBlock("div",sg,[e.createElementVNode("div",rg,e.toDisplayString(m.value),1),e.createElementVNode("div",{onClick:v,class:"tags",style:e.normalizeStyle({overflowX:"auto",cursor:e.unref(s)?"pointer":"default"})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,y=>(e.openBlock(),e.createBlock(Ri,{tag:y},null,8,["tag"]))),256)),!r.value.length&&e.unref(s)?(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:0,class:"tag",size:"12px"},{default:e.withCtx(()=>[...p[0]||(p[0]=[e.createTextVNode("Editar etiquetas",-1)])]),_:1})):e.createCommentVNode("",!0)],4),e.createElementVNode("div",cg,[e.createTextVNode(e.toDisplayString((x=e.unref(o))!=null&&x.length?e.unref(c):0)+"/"+e.toDisplayString(((R=e.unref(o))==null?void 0:R.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])])}}}),[["__scopeId","data-v-320f1d6c"]]),dg={key:0,class:"q-mt-md text-black col-12"},mg=e.defineComponent({__name:"ProductLongDescription",setup(t){const{product:d}=fi(),o=e.computed(()=>{var c;return(c=d.value)==null?void 0:c.descripcion});return(c,s)=>o.value?(e.openBlock(),e.createElementBlock("div",dg,[s[0]||(s[0]=e.createElementVNode("div",{class:"font-bold text-h6"},"Información del producto",-1)),e.createElementVNode("div",null,e.toDisplayString(o.value),1)])):e.createCommentVNode("",!0)}}),pg={class:"full-width grid"},fg={class:"bg-grey-2 values"},_g={key:0},gg={class:"text-bold"},vg={class:"text-bold"},bg={key:1,class:"text-bold"},Fl=(t,d)=>{let o;switch(typeof t=="string"?o=Number(t.replaceAll(/[^0-9.-]/g,"").trim()):o=t,d){case"m":return o;case"cm":return o/100;case"mm":return o/1e3;default:throw new Error(`Unidad no soportada: ${d}`)}},hg=t=>{const d=Number(t.ancho)||0,o=Number(t.alto)||0,c=t.unidad_de_medida||"cm",s=Fl(d,c),r=Fl(o,c);let m=s*r;return m<=0&&(m=1),f=>{const v=1/m,C=Ns(f);return Math.ceil(C*v)}},Uo=(t,d=2)=>Number(t.toFixed(d)),Ns=t=>{const d=Number((t==null?void 0:t.ancho)||0),o=Number((t==null?void 0:t.alto)||0);return Uo(d*o)},Cg=se(e.defineComponent({__name:"ProductConfiguration",props:e.mergeModels({product:{},showPrice:{type:Boolean}},{quantity:{required:!0,default:1},quantityModifiers:{},detail:{required:!0},detailModifiers:{}}),emits:["update:quantity","update:detail"],setup(t){const d=t,o=e.useModel(t,"quantity"),c=e.useModel(t,"detail"),s=e.computed(()=>ce.mapKeys(d.product||{},(O,g)=>g.toUpperCase())),r=e.computed(()=>{var O;return((O=s.value)==null?void 0:O.PROPS)||{}}),m=e.computed(()=>r.value.unidad_de_medida||"cm"),f=e.computed(()=>hg(r.value||{}));e.watch(c,O=>{o.value=f.value(c.value)},{immediate:!0,deep:!0});const v=O=>O.toLocaleString("es-ES",{minimumFractionDigits:2,maximumFractionDigits:2}),C=e.computed(()=>{var g;return(Number((g=s.value)==null?void 0:g.PRECIO)||0)*o.value}),p=e.computed(()=>Ns(c.value)),x=e.computed(()=>{var O;return Fl(((O=r.value)==null?void 0:O.ancho)||0,m.value)}),R=e.computed(()=>{var O;return Fl(((O=r.value)==null?void 0:O.alto)||0,m.value)}),y=e.computed(()=>x.value*R.value),h=e.computed(()=>{var g;const O=((g=s.value)==null?void 0:g.PRECIO)||0;return!O||!y.value?0:xs(O/y.value)});return e.watch(()=>c.value.ancho,O=>{O%x.value!==0&&(c.value.ancho=Uo(Math.ceil(O/x.value)*x.value))}),e.watch(()=>c.value.alto,O=>{O%R.value!==0&&(c.value.alto=Uo(Math.ceil(O/R.value)*R.value))}),(O,g)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[g[7]||(g[7]=e.createElementVNode("div",{class:"prices text-bold q-mb-md"}," Indica las medidas de la pantalla que necesitas ",-1)),e.createElementVNode("div",pg,[e.createElementVNode("div",null,[e.createVNode(e.unref(M.QInput),{type:"number",outlined:"",class:"q-mb-md",modelValue:c.value.ancho,"onUpdate:modelValue":g[0]||(g[0]=I=>c.value.ancho=I),modelModifiers:{number:!0},label:"Ancho",suffix:"metros",step:x.value,min:"0"},null,8,["modelValue","step"]),e.createVNode(e.unref(M.QInput),{type:"number",outlined:"",modelValue:c.value.alto,"onUpdate:modelValue":g[1]||(g[1]=I=>c.value.alto=I),modelModifiers:{number:!0},label:"Alto",suffix:"metros",step:R.value,min:"0"},null,8,["modelValue","step"])]),e.createElementVNode("div",fg,[e.createElementVNode("div",null,[g[2]||(g[2]=e.createElementVNode("span",null," Área panel: ",-1)),e.createElementVNode("span",null,e.toDisplayString(v(y.value))+" m2",1)]),O.showPrice?(e.openBlock(),e.createElementBlock("div",_g,[g[3]||(g[3]=e.createElementVNode("span",null," Importe m2: ",-1)),e.createElementVNode("span",null,e.toDisplayString(h.value),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",gg,[g[4]||(g[4]=e.createElementVNode("span",null," Área total: ",-1)),e.createElementVNode("span",null,e.toDisplayString(v(p.value))+" m2 ",1)]),e.createElementVNode("div",vg,[g[5]||(g[5]=e.createElementVNode("span",null," Paneles: ",-1)),e.createElementVNode("span",null,e.toDisplayString(o.value),1)]),O.showPrice?(e.openBlock(),e.createElementBlock("div",bg,[g[6]||(g[6]=e.createElementVNode("span",null," Importe total: ",-1)),e.createElementVNode("span",null,e.toDisplayString(e.unref(xs)(C.value)),1)])):e.createCommentVNode("",!0)])])],64))}}),[["__scopeId","data-v-ebbd7c31"]]),Og={key:0,class:"q-mt-lg"},Eg={class:"row justify-between"},xg={key:0,class:"counter q-mr-lg q-mt-md"},Ig={class:"quantity"},Ag={key:1},yg={class:"q-mt-md"},Pg=se(e.defineComponent({__name:"ProductShopcartActions",setup(t){const{product:d,productProps:o,addToShopcartLabel:c,goToCatalogLabel:s,showPrice:r}=fi(),{emitEvent:m}=li(),f=e.computed(()=>{var O,g;return!!((O=o.value)!=null&&O.a_medida)&&!((g=d.value)!=null&&g.pack)}),v=e.ref(f.value?0:1),C=e.ref({}),p=e.computed(()=>f.value&&v.value<=0),x=()=>{v.value=Math.max(1,v.value-1)},R=()=>{v.value++},y=()=>{const O=ce.omit(d.value,"images","table_estado");m("add_to_shopcart",{product:ce.mapKeys({...O,id_producto:O.id},(g,I)=>I.toUpperCase()),quantity:v.value,props:C.value||{}})},h=()=>{m("go_to_catalog")};return(O,g)=>e.unref(d)?(e.openBlock(),e.createElementBlock("div",Og,[f.value?(e.openBlock(),e.createBlock(Cg,{key:0,product:e.unref(d),quantity:v.value,"onUpdate:quantity":g[0]||(g[0]=I=>v.value=I),detail:C.value,"onUpdate:detail":g[1]||(g[1]=I=>C.value=I),"show-price":e.unref(r)},null,8,["product","quantity","detail","show-price"])):e.createCommentVNode("",!0),e.createElementVNode("div",Eg,[f.value?(e.openBlock(),e.createElementBlock("div",Ag)):(e.openBlock(),e.createElementBlock("div",xg,[e.createVNode(Fa,{outline:"",size:"sm",onClick:x,icon:"remove"}),e.createElementVNode("span",Ig,e.toDisplayString(v.value),1),e.createVNode(Fa,{outline:"",size:"sm",custom:"",onClick:R,icon:"add"})])),e.createElementVNode("div",yg,[e.createVNode(pi,{onClick:h,label:e.unref(s)||"Seguir comprando",class:"q-mr-md"},null,8,["label"]),e.createVNode(pi,{onClick:y,disable:p.value,main:"",label:e.unref(c)||"Agregar al carrito"},null,8,["disable","label"])])])])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-7da1e698"]]),Dg={style:{"font-size":"16px","max-height":"300px","overflow-y":"auto"}},Tg={key:0,class:"text-black"},Rg=e.defineComponent({__name:"ProductShortDescription",setup(t){const{product:d}=fi(),o=e.computed(()=>{var c;return((c=d.value)==null?void 0:c.descripcion_corta)||""});return(c,s)=>(e.openBlock(),e.createElementBlock("div",Dg,[o.value?(e.openBlock(),e.createElementBlock("div",Tg,e.toDisplayString(o.value),1)):e.createCommentVNode("",!0)]))}}),Ng={class:"q-pb-lg"},Sg={class:"row justify-end"},Lg={class:"grid"},Bg={class:"images-container"},wg={class:"carousel-container"},kg={class:"text-h5 text-bold"},Vg={class:"row justify-between"},Mg={key:0},Ug={class:"row items-center justify-between"},Fg={class:"q-mb-md"},zg={class:"text-weight-medium"},Gg={class:"row"},$g=se(e.defineComponent({__name:"LinvermediaProductDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{default:"detail"},title:{},data:{},gamaProps:{},addToShopcartLabel:{},goToCatalogLabel:{},showPrice:{type:Function,default:()=>!0}},emits:["on-event"],setup(t,{emit:d}){const o=e.computed(()=>M.Screen.lt.md),c=d;e.provide("emit",c);const s=t,r=e.ref(1),{data:m,isPublic:f,gamaProps:v,count:C}=e.toRefs(s),p=e.computed(()=>{var P;return((P=s.showPrice)==null?void 0:P.call(s,m.value))??!0}),x=e.computed(()=>Vl(m.value)),R=e.computed(()=>{var P,T;return((T=(P=m.value)==null?void 0:P.table_estado)==null?void 0:T.table_estado)||null}),y=e.ref(null),h=e.ref([]),O={product:x,slide:r,isPublic:f,selectedPackProduct:y,images:h,count:C,gamaProps:v,showPrice:p,addToShopcartLabel:s.addToShopcartLabel,goToCatalogLabel:s.goToCatalogLabel};e.provide("context",O);const g=e.computed(()=>{var P;return!!((P=x.value)!=null&&P.pack)});e.watch(y,P=>{var T;if(P!=null&&P.ARCHIVOS[0]){const L=(T=P==null?void 0:P.ARCHIVOS[0])==null?void 0:T.LOCATION,A=h.value.findIndex(w=>(w==null?void 0:w.LOCATION)===L||(w==null?void 0:w.location)===L);r.value=A+1}});const I=()=>{var P;return c("on-event",{code:"edit_product",payload:{id:(P=x.value)==null?void 0:P.id}})};return(P,T)=>{var w,$,j,Y,B,k;const L=e.resolveComponent("v-else"),A=e.resolveComponent("ProductAvailableColors");return e.openBlock(),e.createElementBlock("div",Ng,[e.createElementVNode("div",Sg,[e.unref(f)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:I}))]),e.createElementVNode("div",Lg,[e.createElementVNode("div",Bg,[e.createVNode(Rs,{class:"gt-sm"}),e.createElementVNode("div",wg,[e.createVNode(ug),e.createVNode(Za,{style:{"border-radius":"8px"},items:h.value,modelValue:r.value,"onUpdate:modelValue":T[0]||(T[0]=q=>r.value=q),height:o.value?"450px":"70vh"},null,8,["items","modelValue","height"]),e.createVNode(As)]),e.createVNode(Rs,{class:"lt-md"})]),e.createElementVNode("div",null,[e.createElementVNode("div",kg,e.toDisplayString(e.unref(kl)(((w=x.value)==null?void 0:w.nombre)||"")),1),e.createElementVNode("div",Vg,[e.unref(f)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Mg,"SKU: "+e.toDisplayString((j=($=x.value)==null?void 0:$.props)==null?void 0:j.sku),1)),e.createVNode(L,{div:""}),!e.unref(f)&&R.value?(e.openBlock(),e.createBlock(ka,{key:1,label:R.value.name,color:R.value.color},null,8,["label","color"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Ug,[e.createElementVNode("div",Fg,[p.value?(e.openBlock(),e.createBlock(Ul,{key:0,product:x.value,"is-private":!e.unref(f)},null,8,["product","is-private"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",zg,e.toDisplayString(e.unref(kl)(((B=(Y=x.value)==null?void 0:Y.props)==null?void 0:B.ubicacion)||"")),1),e.createVNode(X_)]),e.createVNode(A),e.createVNode(Rg),g.value?(e.openBlock(),e.createBlock(ng,{key:0})):(e.openBlock(),e.createBlock(Wi,{key:1,"product-props":(k=x.value)==null?void 0:k.props,"gama-props":e.unref(v)},null,8,["product-props","gama-props"])),e.unref(f)?(e.openBlock(),e.createBlock(Pg,{key:2})):e.createCommentVNode("",!0)])]),e.createElementVNode("div",Gg,[e.createVNode(mg)])])}}}),[["__scopeId","data-v-1fd3bf9a"]]),jg=Object.freeze([{ID_PRODUCTO:121,ID_EMPRESA:1,DESCUENTO:"10.00",COD_ART_MVX:"00000044",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,nombre:"Panel Modular LED P1.8 Escaparate de Alto Brillo",DESCRIPCION:"La Pantalla LED P1.8 Escaparate de Alto Brillo (4500 nits) es la herramienta definitiva para transformar tu fachada en un potente canal de comunicación. Con un pixel pitch de 1.8mm, garantiza una claridad y detalle asombrosos, incluso a corta distancia, mientras que sus 4500 nits de brillo aseguran una visibilidad perfecta bajo la luz solar directa. Su diseño está optimizado para la resistencia en exteriores y un impacto visual máximo con su 3840 Hz de refresco de alta gama. Ideal para tiendas minoristas, concesionarios y cualquier negocio que busque atraer clientes desde la calle con promociones dinámicas y branding impactante. Tu escaparate destacará como nunca, invierte en la tecnología LED que convierte miradas en ventas. ",DESCRIPCION_CORTA:"Cautiva a tu audiencia con la pantalla LED P1.8 de escaparate, con un brillo extremo y nitidez para destacar tu negocio bajo cualquier luz.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1800.00",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"general",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:53.673Z",FECHA_CREADO:"2025-05-29T16:16:18.124Z",UBICACION:null,DETALLE_PACK:[],R_IMG:[{ID_ARCHIVO:894,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e87801c563b48669_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n%20%281%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Panel Modular LED Pantalla LED Interior de Alta Resolución (1).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T21:07:13.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:121,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null,PROPS:{sku:"LED-P18-ES",alto:"48",gama:"pantallas_led_modulares",ancho:"96",pitch:"1_8_mm",brillo:"4500_nits",peso_kg:"7 - 12 (aprox.) ",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"escaparate",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"200W",consumo_medio_w:"100W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"200W ",tipo_instalacion:"montaje_interior_orientado_al_exterior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30"]}},{ID_PRODUCTO:123,ID_EMPRESA:1,COD_ART_MVX:"00000046",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,nombre:"Panel Modular LED P2.9 Exterior Trasera de Alto Brillo",DESCRIPCION:"Para instalaciones fijas en exteriores que requieren un acceso de servicio tradicional, la Pantalla LED P2.9 Exterior Trasera de Alto Brillo es la elección perfecta. Con un pixel pitch de 2.9mm y un brillo de 4000 nits, esta pantalla garantiza una visibilidad excepcional y una calidad de imagen sorprendente en grandes formatos publicitarios, estadios o fachadas arquitectónicas. Su construcción en aluminio fundido y su robustez la hacen ideal para soportar condiciones climáticas adversas. El mantenimiento trasero es óptimo para estructuras con espacio posterior, permitiendo una instalación más integrada visualmente. Con consumo máximo de 160W y medio de 80W, combina potencia con eficiencia. La durabilidad y el impacto visual que tu proyecto exterior necesita.",DESCRIPCION_CORTA:"Una solución robusta y de alto rendimiento para instalaciones fijas en exterior, con mantenimiento trasero para una integración discreta.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"937.50",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:54.506Z",FECHA_CREADO:"2025-05-29T16:27:31.729Z",UBICACION:null,DETALLE_PACK:[],R_IMG:[{ID_ARCHIVO:878,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Pantalla LED Exterior de Gran Brillo y Visibilidad 500 mmm.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T12:47:23.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:123,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null,PROPS:{sku:"LED-P29-BK",alto:"50 cm",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:["aluminio_fundido"],ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","taurus_tb_40"]}},{id:151,nombre:"Pantalla LED 3x2 P2.9 Escaparate",precio:21879.5,tipo_iva:"general",descripcion:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",descripcion_corta:"Pantalla LED 3x2m (6m²) 24 cabinets",estado:1,props:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},tags:null,codigo:"00000073",fecha_creado:"2025-06-07T00:38:46.071Z",id_captacion:null,id_estado:"c241a8a9-51a6-4274-831c-d11503726458",id_gama:23,id_proveedor:null,paquete:0,pack:1,fecha_alta:"2025-06-06T04:00:00.000Z",R_IMG:[{id:909,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c39831025394e8f0_Pantalla%20LED%20Exterior%20Mantenimiento%20Frontal%20Completo.png",public:1,tipo:"image",firmable:0,tags:null,posicion:2},{id:910,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",public:1,tipo:"image",firmable:0,tags:null,posicion:1},{id:911,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/51f4d42fb93178e3_to%20LED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida.png",public:1,tipo:"image",firmable:0,tags:null,posicion:3},{id:912,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/48deda3825a497a9_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",public:1,tipo:"image",firmable:0,tags:null,posicion:4},{id:913,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/eaea5eb4e9899055_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",public:1,tipo:"image",firmable:0,tags:null,posicion:5}],detalle_pack:[{ID_PRODUCTO_DETALLE_PACK:15,ID_PRODUCTO_PACK:151,ID_PRODUCTO_DETALLE:122,CANTIDAD:24,DESCUENTO:"10.00",PROPS:{alto:"2",ancho:"3"},PRINCIPAL:!0,DETALLE:{ID_PRODUCTO:122,ID_EMPRESA:1,COD_ART_MVX:"00000045",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,NOMBRE:"Panel Modular LED P2.9 Exterior Frontal de Alto Brillo",DESCRIPCION:"La Pantalla LED P2.9 Exterior Frontal de Alto Brillo está diseñada para ofrecer un rendimiento impecable en los entornos más exigentes. Su pixel pitch de 2.9mm ofrece una excelente resolución para vallas publicitarias, eventos deportivos y grandes escenarios al aire libre, con un brillo de 4000 nits que garantiza visibilidad incluso bajo el sol más intenso. Fabricada en aluminio fundido, es resistente y cuenta con mantenimiento frontal, facilitando el servicio en instalaciones de pared o estructuras fijas. Con un consumo máximo de 160W y medio de 80W, para eficiencia energética. Su clasificación IP65/IP43 asegura protección contra el polvo y el agua. Tus mensaje brillarán con la máxima potencia y fiabilidad en exteriores.",DESCRIPCION_CORTA:"Robusta y brillante, la pantalla LED P2.9 Exterior con mantenimiento frontal es ideal para publicidad y eventos al aire libre bajo cualquier condición.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1000.00",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:54.090Z",FECHA_CREADO:"2025-05-29T16:24:25.545Z",ARCHIVOS:[{ID_ARCHIVO:883,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c39831025394e8f0_Pantalla%20LED%20Exterior%20Mantenimiento%20Frontal%20Completo.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Pantalla LED Exterior Mantenimiento Frontal Completo.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:06:30.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:122,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1},{ID_ARCHIVO:884,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Pantalla LED Exterior de Gran Brillo y Visibilidad 500 mmm.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:06:42.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:122,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:2}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null}},{ID_PRODUCTO_DETALLE_PACK:16,ID_PRODUCTO_PACK:151,ID_PRODUCTO_DETALLE:144,CANTIDAD:1,DESCUENTO:"0.00",PROPS:{alto:"",ancho:""},PRINCIPAL:!1,DETALLE:{ID_PRODUCTO:144,ID_EMPRESA:1,COD_ART_MVX:"00000067",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,NOMBRE:"Controladora LED Novastar Taurus TB40 (Rendimiento Superior)",DESCRIPCION:"Esta controladora asíncrona de alto rendimiento está diseñada para los proyectos más exigentes, ofreciendo una potencia de procesamiento superior y una mayor capacidad de carga de pixels. Es ideal para pantallas LED de gran tamaño, aplicaciones interactivas o proyectos que requieren actualizaciones de contenido frecuentes y complejas. Con múltiples opciones de conectividad y una estabilidad excepcional, la TB40 garantiza una gestión remota fluida y fiable de tu contenido. Su robustez y eficiencia la convierten en la elección preferida para publicidad dinámica, información en tiempo real y experiencias visuales inmersivas.",DESCRIPCION_CORTA:"La Taurus TB40 de Novastar es una controladora asíncrona de alto rendimiento, diseñada para proyectos LED complejos que exigen máxima potencia y versatilida",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PROPS:{sku:"CTRL-TB40",gama:"controladoras",serie:"novastar_taurus",subgama:"controladoras_asincronas_reproductores_multimedia",ubicacion:"panel_led_modular",proteccion_ip:"ip_20_productos_de_interior",tipo_servicio:null,sistema_operativo:"android",compatibilidad_de_senal:["red_lan_wi_fi_4_g","usb"]},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"279.50",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:null,FECHA_UPD:"2025-06-26T04:00:03.280Z",FECHA_CREADO:"2025-06-02T01:55:32.799Z",ARCHIVOS:[{ID_ARCHIVO:819,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/51f4d42fb93178e3_to%20LED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"1 Controladora LED Novastar Taurus TB40 (Rendimiento Superior) Controladora LED Novastar Taurus TB40, alto rendimiento LED, señalización digital compleja, controlador asíncrono premium, publicida.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-03T23:41:18.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:144,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:null},{ID_ARCHIVO:836,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/48deda3825a497a9_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"2 Controladora LED Novastar Taurus TB40 (Rendimiento Superior) Controladora LED Novastar Taurus TB40, alto rendimiento LED, señalización digital compleja, controlador asíncrono premium, publicida (1).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-04T00:20:58.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:144,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:null},{ID_ARCHIVO:839,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/eaea5eb4e9899055_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"3 Controladora LED Novastar Taurus TB40 (Rendimiento Superior) Controladora LED Novastar Taurus TB40, alto rendimiento LED, señalización digital compleja, controlador asíncrono premium, publicida (1).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-04T00:30:31.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:144,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:null}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null}}]},{ID_PRODUCTO:119,ID_EMPRESA:1,COD_ART_MVX:"00000042",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,nombre:"Panel Modular LED P2.5 Interior Versátil",NOMBRE:"Panel Modular LED P2.5 Interior Versátil",DESCRIPCION:"La Pantalla LED P2.5 Interior Versátil es la solución ideal para proyectos que buscan una excelente calidad de imagen con flexibilidad. Con un pixel pitch de 2.5mm, proporciona imágenes claras y brillantes para auditorios, centros comerciales, salas de conferencias y espacios de eventos. Su construcción en aluminio fundido garantiza ligereza y resistencia, facilitando la instalación y el mantenimiento (frontal y trasero). Con un brillo de 1000 nits y una frecuencia de refresco de 3840Hz, asegura una visualización óptima y fluida ya que evita el parpadeo visible tanto al ojo humano como para las cámaras de video. Es perfecta para publicidad digital, información en puntos de venta o fondos de escenario. Disfruta de un consumo energético eficiente (120W máximo / 60W medio) que reduce los costes operativos. Eleva la comunicación visual en tu negocio con esta pantalla LED de alto rendimiento.",DESCRIPCION_CORTA:"Pantalla LED P2.5 Interior ofrece un equilibrio perfecto entre alta definición y versatilidad para una amplia gama de aplicaciones en interiores.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"775.00",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:52.832Z",FECHA_CREADO:"2025-05-29T16:01:15.064Z",UBICACION:null,R_IMG:[{ID_ARCHIVO:885,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/3b331997a4a4555b_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Panel Modular LED Pantalla LED Interior de Alta Resolución.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:11:00.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:119,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1},{ID_ARCHIVO:886,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e777804b4bc63fd0_Panel%20Modular%20LED%20Pantalla%20LEDInterior%20de%20Alta%20Resoluci%C3%B3n.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Panel Modular LED Pantalla LEDInterior de Alta Resolución.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:11:09.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:119,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:2},{ID_ARCHIVO:903,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/0075bc2e598888e6_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%282%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Tótem LED P2.0 Interior con GOB (2).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-06T23:58:01.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:119,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:3}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null,PROPS:{sku:"LED-P25-IN",alto:"48 ",gama:"pantallas_led_modulares",ancho:"64",pitch:"2_5_mm",brillo:"800_nits",peso_kg:"7 ",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"120W",consumo_medio_w:"60W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"1",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_400","taurus_tb_2"]}},{id:371,nombre:'Pantalla LCD 65" Ultra Brillo 4K',precio:2227.5,tipo_iva:"exento",descripcion:'Eleva tu comunicación visual con la Pantalla LCD 65" 4K de Ultra Brillo. Esta impresionante pantalla, con su resolución 4K y un nivel de brillo excepcional (generalmente superior a 1500-2000 nits), es perfecta para entornos donde la visibilidad y el impacto son cruciales, como grandes escaparates, centros comerciales, aeropuertos o espacios de eventos. Su gran tamaño asegura que tu mensaje sea visible desde lejos, mientras que la claridad 4K garantiza que cada detalle se aprecie. Su diseño está optimizado para la eficiencia y la durabilidad en uso continuo. Una solución premium para proyectos que exigen la máxima calidad y presencia visual. ',descripcion_corta:'Gran formato y brillo extremo: la pantalla LCD 65" 4K de alta brillantez es ideal para espacios que demandan visibilidad impactante',estado:1,props:{sku:"LCD-65-HB",gama:"pantallas_lcd",brillo:"alta_brillantez_4_k_lcd",tamano:"65",peso_kg:">25-40",subgama:"lcd",material:"material_robusto_y_duradero",ubicacion:"escaparate",resolucion:"4_k",tipo_montaje:"mural",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"60",tipo_servicio:null,usos_habituales:["escaparates_o_vitrinas_expuestas_al_sol","salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],tipo_instalacion:"pared_o_soporte_vesa",colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},tags:"destacado,oferta",codigo:"T0000057",fecha_creado:"2025-05-30T04:02:19.415Z",id_captacion:null,id_estado:"c241a8a9-51a6-4274-831c-d11503726458",id_gama:23,id_proveedor:null,paquete:0,pack:0,fecha_alta:null,table_estado:{id:"c241a8a9-51a6-4274-831c-d11503726458",name:"No disponible",color:"#9c9c9c",code:"no_disponible",id_gama:23,enabled:1}},{id:167,nombre:"Pantalla LED",precio:2e4,tipo_iva:"general",descripcion:"Pantalla LED de alta calidad diseñada para aplicaciones interiores. Ofrece un brillo excepcional, resolución adaptable y un diseño ligero de aluminio, ideal para publicidad, videowalls y escaparates. Su doble cara y sistema operativo Android garantizan versatilidad y facilidad de uso.",descripcion_corta:"Pantalla LED interior de alta calidad, ligera y versátil.",estado:2,props:{gob:"si",sku:"TOT-LED-P18",alto:null,gama:"totems",ancho:null,marca:"Testing",pitch:"3_076_mm",brillo:"4500_nits",modelo:"Test",tamano:null,peso_kg:"3.5",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"interior",uso_final:"interior",doble_cara:!0,resolucion:null,subfamilia:"led",interactivo:null,profundidad:null,proteccion_ip:"ip_43_protegido_contra_objetos_de_mas_de_1_mm_y_agua_pulverizada",tipo_servicio:"front",consumo_medio_w:"200",tipo_de_montaje:"matriz",usos_habituales:[],consumo_maximo_w:"300",tipo_de_servicio:"full_front",tipo_instalacion:"montaje_interior_orientado_al_exterior",sistema_operativo:"android",colores_disponibles:["negro","blanco"],tasa_de_refresco_hz:"500",tipo_de_instalacion:"autoportante_de_suelo",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],aplicacion_recomendada:["escaparates_o_vitrinas_expuestas_al_sol"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30","novastar_vx_1000"]},tags:"destacado",codigo:"00000079",fecha_creado:"2025-06-11T03:04:21.800Z",id_captacion:null,id_estado:"c45eae87-d78c-4f2c-9f81-27eb87b5bc94",id_gama:23,id_proveedor:null,paquete:0,pack:1,fecha_alta:"2025-06-10T04:00:00.000Z",table_estado:{id:"c45eae87-d78c-4f2c-9f81-27eb87b5bc94",name:"Disponible",color:"#10c94b",code:"disponible",id_gama:23,enabled:1},images:[{id:840,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/dbd480ff0130270f_WhatsApp%20Image%202025-05-08%20at%2018.43.22%20%282%29.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:5},{id:841,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/c3416442188506c1_WhatsApp%20Image%202025-05-08%20at%2018.43.22.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:3},{id:842,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/69f7f669f37d3223_WhatsApp%20Image%202025-05-08%20at%2018.43.23.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:4},{id:843,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/08ffe62e7e731aa3_WhatsApp%20Image%202025-05-08%20at%2018.43.23%20%281%29.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:2}]},{id:379,nombre:"Controladora LED Novastar Taurus TB2 Avanzada",precio:227.5,tipo_iva:"exento",descripcion:"Esta unidad asíncrona ofrece una mayor capacidad de carga y un rendimiento mejorado respecto a la TB1, haciéndola perfecta para proyectos de señalización digital más ambiciosos. Permite la publicación de contenido de forma remota a través de múltiples opciones de conectividad (Gigabit Ethernet, Wi-Fi, 4G opcional), asegurando una actualización de mensajes fluida y fiable en cualquier momento y lugar. Su diseño robusto y estable garantiza un funcionamiento 24/7, crucial para aplicaciones comerciales, informativas o publicitarias. La TB2 es la solución robusta y eficiente para una gestión inteligente de tu señalización LED.",descripcion_corta:"Taurus TB2 es una controladora LED asíncrona potente, ideal para redes de señalización digital medianas que exigen estabilidad y gestión flexible de contenido.",estado:1,props:{sku:"CTRL-TB2",gama:"controladoras",serie:"novastar_taurus",subgama:"controladoras_asincronas_reproductores_multimedia",ubicacion:"led_modular",proteccion_ip:"ip_20_productos_de_interior",tipo_servicio:null,sistema_operativo:"android",compatibilidad_de_senal:["red_lan_wi_fi_4_g","usb"]},tags:null,codigo:"T0000065",fecha_creado:"2025-06-02T01:09:38.307Z",id_captacion:null,id_estado:"c241a8a9-51a6-4274-831c-d11503726458",id_gama:23,id_proveedor:null,paquete:0,pack:0,fecha_alta:null,table_estado:{id:"c241a8a9-51a6-4274-831c-d11503726458",name:"No disponible",color:"#9c9c9c",code:"no_disponible",id_gama:23,enabled:1}}]),Hg={isPublic:!1,data:null,fetching:!1,scale:1,count:0,gamaProps:Ts},qg=We.extend({view:V.z.enum(["detail","summary"]).optional(),title:V.z.string().optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),showPrice:V.z.function().optional()}),Kg={class:"row justify-between items-center card-row"},Qg={class:"row justify-between items-center card-row"},Wg={class:"row justify-between items-center card-row"},Zg={class:"ellipsis"},Yg={key:0},Xg=se(e.defineComponent({__name:"LinvermediaSolicitudCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},data:{}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s}=e.toRefs(c),r=e.computed(()=>rn(s.value.FECHA_CAPTADO).format("DD/MM/YYYY")),m=e.computed(()=>Ee.formatContactName(s.value.CONTACTO)),f=e.computed(()=>s.value.CONTACTO.TELEFONO.NUMERO),v=e.computed(()=>Ee.toCurrency(s.value.PEDIDO.IMP_TOTAL_PED)),C=e.computed(()=>{var p,x;return{color:(p=s.value.R_ESTADO)==null?void 0:p.COLOR,label:(x=s.value.R_ESTADO)==null?void 0:x.NAME}});return(p,x)=>(e.openBlock(),e.createBlock(Da,{loading:p.fetching,style:e.normalizeStyle({scale:c.scale??1}),class:"solicitud-card",onClick:x[0]||(x[0]=R=>o("on-event",{code:"card_click",payload:{data:e.unref(s)}}))},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QCardSection),{class:"q-pa-none"},{default:e.withCtx(()=>[e.createElementVNode("div",Kg,[e.createElementVNode("div",null,"Cod. "+e.toDisplayString(e.unref(s).COD_CAPTACION),1),e.createVNode(ka,e.normalizeProps(e.guardReactiveProps(C.value)),null,16)]),e.createElementVNode("div",Qg,[e.createElementVNode("div",null,e.toDisplayString(r.value),1),e.createElementVNode("div",null,e.toDisplayString(v.value),1)]),e.createElementVNode("div",Wg,[e.createElementVNode("div",Zg,e.toDisplayString(m.value),1),f.value?(e.openBlock(),e.createElementBlock("div",Yg,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_phone",class:"q-mr-xs"}),e.createTextVNode(" "+e.toDisplayString(f.value),1)])):e.createCommentVNode("",!0)])]),_:1})]),_:1},8,["loading","style"]))}}),[["__scopeId","data-v-76b669a7"]]),Jg=Object.freeze([{ID_CAPTACION:824,COD_CAPTACION:"000462",TIPO:"5",FECHA_CAPTADO:"2025-06-27",ESTADO:"1",ID_ESTADO:"832a5827-0c56-425d-9e4a-9c241211f372",R_ESTADO:{ID_ESTADO:"832a5827-0c56-425d-9e4a-9c241211f372",NAME:"Nueva solicitud",COLOR:"#bfbfbf",CODE:"nuevo"},CAPTADOR:null,DELEGACION:null,CONTACTO:{RAZON_SOCIAL:"SIMO",NOMBRE:"ssssss",APELLIDO:null,APELLIDO2:null,FOTO:null,NUMERO_DOC:"28828221K",EMAIL:"simo3@gmail.com",UBICACION:null,TELEFONO:{NUMERO:"9999999"},USUARIO:null},DOCUMENTOS_PENDIENTES:[],PEDIDO:{ID_PEDIDO:701,PROPS:{},IMP_BRUTO_PED:"531868.750",IMP_TOTAL_PED:"531868.750",R_PRODUCTOS_PEDIDO:[{ID_PRODUCTO_PEDIDO:658,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:128,COD_ART_MVX:"00000051",NOMBRE:"Tótem LED P2.0 Interior con GOB",DESCRIPCION:"Impacta con el Tótem LED P2.0 Interior con GOB (Glass On Board), una solución de señalización digital que combina una excelente calidad de imagen con una resistencia superior. Su pixel pitch de 2.0mm garantiza un contenido visual nítido y atractivo, ideal para entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos. La tecnología GOB proporciona una capa protectora sobre los LEDS, aumentando la durabilidad y facilitando la limpieza, mientras que su brillo de 800 nits asegura una visibilidad óptima. Diseñado para un rendimiento eficiente y una operación continua. Una inversión inteligente para una comunicación visual impactante y duradera en interiores. ",PROPS:{gob:"si",sku:"TOT-LED-P20",alto:"1920",gama:"totems",ancho:"640",pitch:"2_0_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:659,PROPS:{alto:3,ancho:2},R_PRODUCTO:{ID_PRODUCTO:151,COD_ART_MVX:"00000073",NOMBRE:"Pantalla LED 3x2 P2.9 Escaparate",DESCRIPCION:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:660,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:153,COD_ART_MVX:"00000075",NOMBRE:'Pantalla LCD 55" Marco Ultra Delgado (20mm)',DESCRIPCION:'La Pantalla LCD 55" con Marco Ultra Delgado (20mm) lleva tus proyectos de videowall y señalización digital al siguiente nivel. Con su impresionante marco de solo 20mm, permite crear composiciones visuales casi sin interrupciones, ofreciendo una experiencia inmersiva y de gran impacto. Su tamaño de 55 pulgadas la hace versátil para una amplia gama de aplicaciones, desde salas de reuniones y auditorios hasta grandes vestíbulos. Su diseño está optimizado para la eficiencia y la integración arquitectónica. Una solución elegante y potente para una comunicación visual sin límites en interiores.',PROPS:{sku:"LCD-55-M20",gama:"pantallas_lcd",brillo:"450_nits",tamano:"55",subgama:"lcd",ubicacion:"interior",resolucion:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",tipo_montaje:"mural",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"60_hz",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:[],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:661,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:154,COD_ART_MVX:"00000076",NOMBRE:"Banderola LED P3.076 Exterior Doble Cara",DESCRIPCION:`Diseñada para captar la atención desde cualquier ángulo, esta innovadora 'Blade Sign' ofrece una comunicación visual dinámica y vibrante. Con un pixel pitch de 3.076mm, proporciona una claridad de imagen excepcional ideal para vallas publicitarias urbanas, entradas de negocios, centros comerciales al aire libre o zonas peatonales, asegurando que tu mensaje sea legible y atractivo a distancias medias. Su diseño de doble cara multiplica tu exposición, permitiendo que tu contenido sea visible para el tráfico en ambas direcciones. Fabricada con una estructura de aluminio ligero pero robusto, garantiza durabilidad y resistencia a la corrosión, soportando las inclemencias del tiempo gracias a su clasificación IP56. Esto significa una protección superior contra el polvo y chorros de agua, ideal para un uso continuo en exteriores.
244
+ }`},controlType:"select"},{id:"6e8b965c-d68a-4dd5-ad28-64d4aa400eb2",code:"compatible_videowall",image:null,label:"Compatible videowall",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'pantallas_led_modulares') return true; return false }"},controlType:"checkbox"},{id:"e6ebbb08-0245-4698-91e4-0ba0c0a50368",code:"tipo_montaje",image:null,label:"Tipo de montaje",prefix:"",suffix:"",options:[{image:null,label:"Matriz",value:"matriz",condition:"",exclusive:!1},{image:null,label:"Standalone",value:"standalone",condition:"",exclusive:!1},{image:null,label:"Mural",value:"mural",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"81156583-de0a-4467-bd02-f1da769708db",code:"tasa_refresco",image:null,label:"Tasa de refresco (Hz)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_number"},{id:"c1dff0d1-d622-4878-8ee4-516c55958714",code:"modelo",image:null,label:"Modelo",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"9004ddcc-6a42-49ef-8a29-2b302e7b0f6e",code:"usos_habituales",image:null,label:"Usos habituales",prefix:"",suffix:"",options:[{image:null,label:"Tiendas, Recepciones, Hall, Salas de espera, Showrooms, Galerías",value:"tiendas_recepciones_hall_salas_de_espera_showrooms_galerias",condition:"",exclusive:!1},{image:null,label:"Escaparates o vitrinas expuestas al sol",value:"escaparates_o_vitrinas_expuestas_al_sol",condition:"",exclusive:!1},{image:null,label:"Eventos, Estadios, Mobiliario Urbano",value:"eventos_estadios_mobiliario_urbano",condition:"",exclusive:!1},{image:null,label:"Salas de Control, Estudios de TV, Salas de Videoconferencia, Auditorios",value:"salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios",condition:"",exclusive:!1},{image:null,label:"Entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos",value:"entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"9a2e6614-a2d3-47ca-9559-0e86b9794f17",code:"proteccion_ip",image:null,label:"Protección IP",prefix:"",suffix:"",options:[{image:null,label:"IP20: Productos de interior",value:"ip_20_productos_de_interior",condition:"",exclusive:!1},{image:null,label:"IP56: Protegido contra polvo y chorros potentes de agua",value:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",condition:"",exclusive:!1},{image:null,label:" IP43: Protegido contra objetos de más de 1mm y agua pulverizada.",value:"ip_43_protegido_contra_objetos_de_mas_de_1_mm_y_agua_pulverizada",condition:"",exclusive:!1},{image:null,label:"IP65: Totalmente protegido contra polvo y chorros de agua (parte frontal)",value:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",condition:"",exclusive:!1},{image:null,label:"IP54: Alta resistencia a polvo y salpicaduras",value:"ip_54_alta_resistencia_a_polvo_y_salpicaduras",condition:"",exclusive:!1},{image:null,label:"IP65/IP43",value:"ip_65_ip_43",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola','controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"2ba06c97-3132-440c-9a3e-7b87cf49ef26",code:"gran_formato_independiente",image:null,label:"Gran formato independiente",prefix:"",suffix:"",options:[{image:null,label:"Si",value:"si",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"82e115bd-0c05-4d3f-b92f-28ef2f5a4367",code:"peso_kg",image:null,label:"Peso (kg)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"6f6b3dda-aeed-4458-9242-95b55b316675",code:"consumo_medio_w",image:null,label:"Consumo medio (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"2eb6ef27-3574-47e4-b519-2cd6c1f55824",code:"consumo_maximo_w",image:null,label:"Consumo Máximo (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"82b23d3e-8d67-455c-882c-a643f5ef3c8b",code:"material",image:null,label:"Material",prefix:"",suffix:"",options:[{image:null,label:"Aluminio Fundido",value:"aluminio_fundido",condition:"",exclusive:!1},{image:null,label:"Aluminio",value:"aluminio",condition:"",exclusive:!1},{image:null,label:"Acero/Aluminio (para la carcasa exterior).",value:"acero_aluminio_para_la_carcasa_exterior",condition:"",exclusive:!1},{image:null,label:"Estructura de Aluminio (Ligero, Robusto, Resistente a la Corrosión)",value:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",condition:"",exclusive:!1},{image:null,label:"Material robusto y duradero",value:"material_robusto_y_duradero",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"903a14ee-2735-4961-8f47-2c25611f039d",code:"tamano",image:null,label:"Tamaño",prefix:"",suffix:"",options:[{image:null,label:'43"',value:"43",condition:"",exclusive:!1},{image:null,label:'49"',value:"49",condition:"",exclusive:!1},{image:null,label:'55"',value:"55",condition:"",exclusive:!1},{image:null,label:'65"',value:"65",condition:"",exclusive:!1},{image:null,label:'75"',value:"75",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd','qled'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"df3e8ee5-4656-4234-8d2c-7d4bcc434dc0",code:"unidad_de_medida",image:null,label:"Unidad de Medida",prefix:"",suffix:"",options:[{image:null,label:"mm",value:"mm",condition:"",exclusive:!1},{image:null,label:"cm",value:"cm",condition:"",exclusive:!1},{image:null,label:"m",value:"m",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"c79337f4-4a46-469e-abea-e6bd7ff9e422",code:"ancho",image:null,label:"Ancho",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"8ac0bc48-9b88-4689-a876-3c369262ed47",code:"alto",image:null,label:"Alto",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"dface708-9c21-44af-a434-b3a93d7eb1ce",code:"profundidad",image:null,label:"Profundidad",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"26f0bfec-1dcd-43ff-b5f1-8b4a162ba7c1",code:"a_medida",image:null,label:"A medida",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"checkbox"},{id:"e4cb73c3-67ab-4f63-94da-0db922dc5990",code:"codigo_ean",image:null,label:"Código EAN",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"9e86e10f-cbef-439f-8bcc-3938b5dd493e",code:"compatibilidad_de_senal",image:null,label:"Compatibilidad de señal",prefix:"",suffix:"",options:[{image:null,label:"DVI",value:"dvi",condition:"",exclusive:!1},{image:null,label:"SDI (3G-SDI)",value:"sdi_3_g_sdi",condition:"",exclusive:!1},{image:null,label:"VGA",value:"vga",condition:"",exclusive:!1},{image:null,label:"CVBS",value:"cvbs",condition:"",exclusive:!1},{image:null,label:"USB",value:"usb",condition:"",exclusive:!1},{image:null,label:"Red (LAN / Wi-Fi / 4G)",value:"red_lan_wi_fi_4_g",condition:"",exclusive:!1},{image:null,label:"HDMI",value:"hdmi",condition:"",exclusive:!1},{image:null,label:"HDMI 1.4",value:"hdmi_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort",value:"displayport",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.0",value:"displayport_1_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.1",value:"displayport_1_1",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.2",value:"displayport_1_2",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.3",value:"displayport_1_3",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.4",value:"displayport_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.0",value:"displayport_2_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.4",value:"displayport_2_4",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"}],j_={isPublic:!0,data:{},gamaProps:Rs,fetching:!1,descriptionLines:4,scale:1,hiddenProps:["compatible_videowall","doble_cara","peso_kg","gran_formato_independiente","tasa_de_refresco_hz","resolucion"]},$_=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),count:B.z.number().optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),showPrice:B.z.function().optional(),autoplay:B.z.boolean().optional()});function fi(){const n=e.inject("context"),d=e.computed(()=>n.product.value),o=n.slide,c=n.isPublic,s=n.images,r=n.selectedPackProduct,m=e.computed(()=>!c.value),p=e.computed(()=>{var h;return((h=d.value)==null?void 0:h.detalle_pack)||[]}),g=e.computed(()=>{var h;return((h=d.value)==null?void 0:h.props)||{}});return e.watch(d,()=>{var f;const h=((f=d.value)==null?void 0:f.images)||[];s.value=h},{immediate:!0}),e.watch(p,h=>{var f;h&&(r.value=(f=h[0])==null?void 0:f.DETALLE)},{immediate:!0,deep:!0}),{product:d,isPublic:c,isPrivate:m,images:s,detallePack:p,productProps:g,selectedPackProduct:r,slide:o,gamaProps:n.gamaProps,count:n.count,addToShopcartLabel:n.addToShopcartLabel,goToCatalogLabel:n.goToCatalogLabel,showPrice:n.showPrice}}const H_=["id","draggable"],q_=["onClick"],K_={key:0,class:"row items-center justify-center bg-grey-2 media-card",style:{"border-radius":"8px",border:"1px dashed #c9c9c9"}},Q_={key:2,class:"media-card"},W_=["src"],Y_={class:"video-icon"},Ts=se(e.defineComponent({__name:"ImagesMiniature",setup(n){const{images:d,slide:o,isPrivate:c}=fi(),{emitEvent:s}=li(),{handler:r,onDragLeave:m,onDragOver:p,onDragStart:g,onDrop:h,idKey:f}=Ml(d,".image-miniature",x=>s("update_images_position",{images:x}));return(x,T)=>{const y=e.resolveDirective("mutation");return e.unref(d).length?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:"images-miniature",onDragleave:T[1]||(T[1]=(...b)=>e.unref(m)&&e.unref(m)(...b)),onDragover:T[2]||(T[2]=(...b)=>e.unref(p)&&e.unref(p)(...b)),onDrop:T[3]||(T[3]=(...b)=>e.unref(h)&&e.unref(h)(...b))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(b,O)=>(e.openBlock(),e.createElementBlock("div",{class:"q-mb-md image-miniature q-px-sm",key:O,id:b[e.unref(f)],onDragstart:T[0]||(T[0]=(...C)=>e.unref(g)&&e.unref(g)(...C)),draggable:e.unref(c)},[b?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:C=>o.value=O+1,style:e.normalizeStyle({cursor:"pointer",borderWidth:"0.7px",borderStyle:"solid",borderRadius:"0.5rem",borderColor:O===e.unref(o)-1?"#015979 ":"transparent"}),class:"q-pb-sm win-card"},[b!=null&&b.location?b.tipo==="image"?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:b.location,fit:"cover",class:"media-card"},null,8,["src"])):b.tipo==="video"?(e.openBlock(),e.createElementBlock("div",Q_,[e.createElementVNode("video",{src:b.location,style:{width:"100%",height:"100%",background:"black"}},null,8,W_),e.createElementVNode("div",Y_,[e.createVNode(e.unref(M.QIcon),{size:"lg",name:"o_play_circle",color:"white"})])])):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",K_,[e.createVNode(e.unref(M.QIcon),{name:"upload_file",color:"grey-5",size:"33px"})]))],12,q_)):e.createCommentVNode("",!0)],40,H_))),128))],32)),[[y,e.unref(r)]]):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-bf75f29f"]]),Z_={class:"text-weight-medium"},X_={key:0,class:"row justify-end items-center"},J_=e.defineComponent({__name:"ProductCustomizableIndicator",props:{label:{default:"A medida"}},setup(n){const{productProps:d,product:o}=fi(),c=e.computed(()=>{var s,r;return!!((s=d.value)!=null&&s.a_medida)&&!((r=o.value)!=null&&r.pack)});return(s,r)=>(e.openBlock(),e.createElementBlock("div",Z_,[c.value?(e.openBlock(),e.createElementBlock("div",X_,[e.createVNode(e.unref(M.QChip),{color:"blue","text-color":"white",size:"12px"},{default:e.withCtx(()=>[...r[0]||(r[0]=[e.createTextVNode("A medida",-1)])]),_:1})])):e.createCommentVNode("",!0)]))}}),eg={class:"row q-mt-md q-pa-sm",style:{"overflow-x":"auto"}},ag=["onClick"],ig={class:"q-pa-sm"},lg={class:"text-weight-medium ellipsis"},og={class:"text-caption"},ng={key:0,class:"q-mt-md"},tg={class:"text-h6"},sg=se(e.defineComponent({__name:"ProductDetallePack",setup(n){const{detallePack:d,selectedPackProduct:o,gamaProps:c}=fi(),s=m=>{o.value=m},r=e.computed(()=>{var m,p;return((m=o.value)==null?void 0:m.PROPS)||((p=o.value)==null?void 0:p.props)||{}});return(m,p)=>{var g;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",eg,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(h,f)=>{var x,T,y,b;return e.openBlock(),e.createElementBlock("div",{key:f,class:e.normalizeClass(`q-mr-md glass-card detalle-pack ${((x=e.unref(o))==null?void 0:x.ID_PRODUCTO)==h.ID_PRODUCTO_DETALLE?"selected":""}`),onClick:O=>s(h.DETALLE)},[(y=(T=h==null?void 0:h.DETALLE)==null?void 0:T.ARCHIVOS)!=null&&y.length?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:0,src:h.DETALLE.ARCHIVOS[0].LOCATION||"placeholder.webp",style:{height:"120px","border-radius":"8px"},fit:"contain"},null,8,["src"])):e.createCommentVNode("",!0),e.createElementVNode("div",ig,[e.createElementVNode("div",lg,e.toDisplayString((b=h==null?void 0:h.DETALLE)==null?void 0:b.NOMBRE),1),e.createElementVNode("div",og,e.toDisplayString(h==null?void 0:h.CANTIDAD)+"X",1)])],10,ag)}),128))]),e.unref(o)?(e.openBlock(),e.createElementBlock("div",ng,[e.createElementVNode("div",tg,e.toDisplayString(e.unref(o).NOMBRE),1),e.createElementVNode("div",null,"SKU: "+e.toDisplayString((g=e.unref(o).PROPS)==null?void 0:g.sku),1),e.createVNode(Wi,{class:"q-mt-md","product-props":r.value,"gama-props":e.unref(c)},null,8,["product-props","gama-props"])])):e.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-94935eea"]]),rg={class:"product-image-header"},cg={class:"product-code"},ug={class:"media-count"},dg=se(e.defineComponent({__name:"ProductImageHeader",setup(n){const{product:d,images:o,slide:c,isPrivate:s}=fi(),r=e.computed(()=>{var h,f;return(((f=(h=d.value)==null?void 0:h.tags)==null?void 0:f.split(","))||[]).filter(Boolean)}),m=e.computed(()=>{var h;return(h=d.value)==null?void 0:h.codigo}),{emitEvent:p}=li(),g=()=>{var h;return p("edit_tags",{id:(h=d.value)==null?void 0:h.id})};return(h,f)=>{var x,T;return e.openBlock(),e.createElementBlock("div",rg,[e.createElementVNode("div",cg,e.toDisplayString(m.value),1),e.createElementVNode("div",{onClick:g,class:"tags",style:e.normalizeStyle({overflowX:"auto",cursor:e.unref(s)?"pointer":"default"})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,y=>(e.openBlock(),e.createBlock(Ti,{tag:y},null,8,["tag"]))),256)),!r.value.length&&e.unref(s)?(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:0,class:"tag",size:"12px"},{default:e.withCtx(()=>[...f[0]||(f[0]=[e.createTextVNode("Editar etiquetas",-1)])]),_:1})):e.createCommentVNode("",!0)],4),e.createElementVNode("div",ug,[e.createTextVNode(e.toDisplayString((x=e.unref(o))!=null&&x.length?e.unref(c):0)+"/"+e.toDisplayString(((T=e.unref(o))==null?void 0:T.length)||0)+" ",1),e.createVNode(e.unref(M.QIcon),{name:"sym_o_image",size:"sm",class:"q-ml-xs"})])])}}}),[["__scopeId","data-v-320f1d6c"]]),mg={key:0,class:"q-mt-md text-black col-12"},pg=e.defineComponent({__name:"ProductLongDescription",setup(n){const{product:d}=fi(),o=e.computed(()=>{var c;return(c=d.value)==null?void 0:c.descripcion});return(c,s)=>o.value?(e.openBlock(),e.createElementBlock("div",mg,[s[0]||(s[0]=e.createElementVNode("div",{class:"font-bold text-h6"},"Información del producto",-1)),e.createElementVNode("div",null,e.toDisplayString(o.value),1)])):e.createCommentVNode("",!0)}}),fg={class:"full-width grid"},_g={class:"bg-grey-2 values"},gg={key:0},vg={class:"text-bold"},bg={class:"text-bold"},hg={key:1,class:"text-bold"},Fl=(n,d)=>{let o;switch(typeof n=="string"?o=Number(n.replaceAll(/[^0-9.-]/g,"").trim()):o=n,d){case"m":return o;case"cm":return o/100;case"mm":return o/1e3;default:throw new Error(`Unidad no soportada: ${d}`)}},Cg=n=>{const d=Number(n.ancho)||0,o=Number(n.alto)||0,c=n.unidad_de_medida||"cm",s=Fl(d,c),r=Fl(o,c);let m=s*r;return m<=0&&(m=1),p=>{const g=1/m,h=Ns(p);return Math.ceil(h*g)}},Uo=(n,d=2)=>Number(n.toFixed(d)),Ns=n=>{const d=Number((n==null?void 0:n.ancho)||0),o=Number((n==null?void 0:n.alto)||0);return Uo(d*o)},Og=se(e.defineComponent({__name:"ProductConfiguration",props:e.mergeModels({product:{},showPrice:{type:Boolean}},{quantity:{required:!0,default:1},quantityModifiers:{},detail:{required:!0},detailModifiers:{}}),emits:["update:quantity","update:detail"],setup(n){const d=n,o=e.useModel(n,"quantity"),c=e.useModel(n,"detail"),s=e.computed(()=>ce.mapKeys(d.product||{},(O,C)=>C.toUpperCase())),r=e.computed(()=>{var O;return((O=s.value)==null?void 0:O.PROPS)||{}}),m=e.computed(()=>r.value.unidad_de_medida||"cm"),p=e.computed(()=>Cg(r.value||{}));e.watch(c,O=>{o.value=p.value(c.value)},{immediate:!0,deep:!0});const g=O=>O.toLocaleString("es-ES",{minimumFractionDigits:2,maximumFractionDigits:2}),h=e.computed(()=>{var C;return(Number((C=s.value)==null?void 0:C.PRECIO)||0)*o.value}),f=e.computed(()=>Ns(c.value)),x=e.computed(()=>{var O;return Fl(((O=r.value)==null?void 0:O.ancho)||0,m.value)}),T=e.computed(()=>{var O;return Fl(((O=r.value)==null?void 0:O.alto)||0,m.value)}),y=e.computed(()=>x.value*T.value),b=e.computed(()=>{var C;const O=((C=s.value)==null?void 0:C.PRECIO)||0;return!O||!y.value?0:xs(O/y.value)});return e.watch(()=>c.value.ancho,O=>{O%x.value!==0&&(c.value.ancho=Uo(Math.ceil(O/x.value)*x.value))}),e.watch(()=>c.value.alto,O=>{O%T.value!==0&&(c.value.alto=Uo(Math.ceil(O/T.value)*T.value))}),(O,C)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[C[7]||(C[7]=e.createElementVNode("div",{class:"prices text-bold q-mb-md"}," Indica las medidas de la pantalla que necesitas ",-1)),e.createElementVNode("div",fg,[e.createElementVNode("div",null,[e.createVNode(e.unref(M.QInput),{type:"number",outlined:"",class:"q-mb-md",modelValue:c.value.ancho,"onUpdate:modelValue":C[0]||(C[0]=I=>c.value.ancho=I),modelModifiers:{number:!0},label:"Ancho",suffix:"metros",step:x.value,min:"0"},null,8,["modelValue","step"]),e.createVNode(e.unref(M.QInput),{type:"number",outlined:"",modelValue:c.value.alto,"onUpdate:modelValue":C[1]||(C[1]=I=>c.value.alto=I),modelModifiers:{number:!0},label:"Alto",suffix:"metros",step:T.value,min:"0"},null,8,["modelValue","step"])]),e.createElementVNode("div",_g,[e.createElementVNode("div",null,[C[2]||(C[2]=e.createElementVNode("span",null," Área panel: ",-1)),e.createElementVNode("span",null,e.toDisplayString(g(y.value))+" m2",1)]),O.showPrice?(e.openBlock(),e.createElementBlock("div",gg,[C[3]||(C[3]=e.createElementVNode("span",null," Importe m2: ",-1)),e.createElementVNode("span",null,e.toDisplayString(b.value),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",vg,[C[4]||(C[4]=e.createElementVNode("span",null," Área total: ",-1)),e.createElementVNode("span",null,e.toDisplayString(g(f.value))+" m2 ",1)]),e.createElementVNode("div",bg,[C[5]||(C[5]=e.createElementVNode("span",null," Paneles: ",-1)),e.createElementVNode("span",null,e.toDisplayString(o.value),1)]),O.showPrice?(e.openBlock(),e.createElementBlock("div",hg,[C[6]||(C[6]=e.createElementVNode("span",null," Importe total: ",-1)),e.createElementVNode("span",null,e.toDisplayString(e.unref(xs)(h.value)),1)])):e.createCommentVNode("",!0)])])],64))}}),[["__scopeId","data-v-ebbd7c31"]]),Eg={key:0,class:"q-mt-lg"},xg={class:"row justify-between"},Ig={key:0,class:"counter q-mr-lg q-mt-md"},Ag={class:"quantity"},yg={key:1},Pg={class:"q-mt-md"},Dg=se(e.defineComponent({__name:"ProductShopcartActions",setup(n){const{product:d,productProps:o,addToShopcartLabel:c,goToCatalogLabel:s,showPrice:r}=fi(),{emitEvent:m}=li(),p=e.computed(()=>{var O,C;return!!((O=o.value)!=null&&O.a_medida)&&!((C=d.value)!=null&&C.pack)}),g=e.ref(p.value?0:1),h=e.ref({}),f=e.computed(()=>p.value&&g.value<=0),x=()=>{g.value=Math.max(1,g.value-1)},T=()=>{g.value++},y=()=>{const O=ce.omit(d.value,"images","table_estado");m("add_to_shopcart",{product:ce.mapKeys({...O,id_producto:O.id},(C,I)=>I.toUpperCase()),quantity:g.value,props:h.value||{}})},b=()=>{m("go_to_catalog")};return(O,C)=>e.unref(d)?(e.openBlock(),e.createElementBlock("div",Eg,[p.value?(e.openBlock(),e.createBlock(Og,{key:0,product:e.unref(d),quantity:g.value,"onUpdate:quantity":C[0]||(C[0]=I=>g.value=I),detail:h.value,"onUpdate:detail":C[1]||(C[1]=I=>h.value=I),"show-price":e.unref(r)},null,8,["product","quantity","detail","show-price"])):e.createCommentVNode("",!0),e.createElementVNode("div",xg,[p.value?(e.openBlock(),e.createElementBlock("div",yg)):(e.openBlock(),e.createElementBlock("div",Ig,[e.createVNode(Fa,{outline:"",size:"sm",onClick:x,icon:"remove"}),e.createElementVNode("span",Ag,e.toDisplayString(g.value),1),e.createVNode(Fa,{outline:"",size:"sm",custom:"",onClick:T,icon:"add"})])),e.createElementVNode("div",Pg,[e.createVNode(pi,{onClick:b,label:e.unref(s)||"Seguir comprando",class:"q-mr-md"},null,8,["label"]),e.createVNode(pi,{onClick:y,disable:f.value,main:"",label:e.unref(c)||"Agregar al carrito"},null,8,["disable","label"])])])])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-7da1e698"]]),Rg={style:{"font-size":"16px","max-height":"300px","overflow-y":"auto"}},Tg={key:0,class:"text-black"},Ng=e.defineComponent({__name:"ProductShortDescription",setup(n){const{product:d}=fi(),o=e.computed(()=>{var c;return((c=d.value)==null?void 0:c.descripcion_corta)||""});return(c,s)=>(e.openBlock(),e.createElementBlock("div",Rg,[o.value?(e.openBlock(),e.createElementBlock("div",Tg,e.toDisplayString(o.value),1)):e.createCommentVNode("",!0)]))}}),Sg={class:"q-pb-lg"},Lg={class:"row justify-end"},Bg={class:"grid"},wg={class:"images-container"},kg={class:"carousel-container"},Vg={class:"text-h5 text-bold"},Mg={class:"row justify-between"},Ug={key:0},Fg={class:"row items-center justify-between"},zg={class:"q-mb-md"},Gg={class:"text-weight-medium"},jg={class:"row"},$g=se(e.defineComponent({__name:"LinvermediaProductDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{default:"detail"},title:{},data:{},gamaProps:{},addToShopcartLabel:{},goToCatalogLabel:{},showPrice:{type:Function,default:()=>!0}},emits:["on-event"],setup(n,{emit:d}){const o=e.computed(()=>M.Screen.lt.md),c=d;e.provide("emit",c);const s=n,r=e.ref(1),{data:m,isPublic:p,gamaProps:g,count:h}=e.toRefs(s),f=e.computed(()=>{var E;return((E=s.showPrice)==null?void 0:E.call(s,m.value))??!0}),x=e.computed(()=>Vl(m.value)),T=e.computed(()=>{var E,P;return((P=(E=m.value)==null?void 0:E.table_estado)==null?void 0:P.table_estado)||null}),y=e.ref(null),b=e.ref([]),O={product:x,slide:r,isPublic:p,selectedPackProduct:y,images:b,count:h,gamaProps:g,showPrice:f,addToShopcartLabel:s.addToShopcartLabel,goToCatalogLabel:s.goToCatalogLabel};e.provide("context",O);const C=e.computed(()=>{var E;return!!((E=x.value)!=null&&E.pack)});e.watch(y,E=>{var P;if(E!=null&&E.ARCHIVOS[0]){const N=(P=E==null?void 0:E.ARCHIVOS[0])==null?void 0:P.LOCATION,D=b.value.findIndex(k=>(k==null?void 0:k.LOCATION)===N||(k==null?void 0:k.location)===N);r.value=D+1}});const I=()=>{var E;return c("on-event",{code:"edit_product",payload:{id:(E=x.value)==null?void 0:E.id}})};return(E,P)=>{var k,j,$,Z,w,V;const N=e.resolveComponent("v-else"),D=e.resolveComponent("ProductAvailableColors");return e.openBlock(),e.createElementBlock("div",Sg,[e.createElementVNode("div",Lg,[e.unref(p)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:I}))]),e.createElementVNode("div",Bg,[e.createElementVNode("div",wg,[e.createVNode(Ts,{class:"gt-sm"}),e.createElementVNode("div",kg,[e.createVNode(dg),e.createVNode(Ya,{style:{"border-radius":"8px"},items:b.value,modelValue:r.value,"onUpdate:modelValue":P[0]||(P[0]=q=>r.value=q),height:o.value?"450px":"70vh"},null,8,["items","modelValue","height"]),e.createVNode(As)]),e.createVNode(Ts,{class:"lt-md"})]),e.createElementVNode("div",null,[e.createElementVNode("div",Vg,e.toDisplayString(e.unref(kl)(((k=x.value)==null?void 0:k.nombre)||"")),1),e.createElementVNode("div",Mg,[e.unref(p)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Ug,"SKU: "+e.toDisplayString(($=(j=x.value)==null?void 0:j.props)==null?void 0:$.sku),1)),e.createVNode(N,{div:""}),!e.unref(p)&&T.value?(e.openBlock(),e.createBlock(Ra,{key:1,label:T.value.name,color:T.value.color},null,8,["label","color"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Fg,[e.createElementVNode("div",zg,[f.value?(e.openBlock(),e.createBlock(Ul,{key:0,product:x.value,"is-private":!e.unref(p)},null,8,["product","is-private"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Gg,e.toDisplayString(e.unref(kl)(((w=(Z=x.value)==null?void 0:Z.props)==null?void 0:w.ubicacion)||"")),1),e.createVNode(J_)]),e.createVNode(D),e.createVNode(Ng),C.value?(e.openBlock(),e.createBlock(sg,{key:0})):(e.openBlock(),e.createBlock(Wi,{key:1,"product-props":(V=x.value)==null?void 0:V.props,"gama-props":e.unref(g)},null,8,["product-props","gama-props"])),e.unref(p)?(e.openBlock(),e.createBlock(Dg,{key:2})):e.createCommentVNode("",!0)])]),e.createElementVNode("div",jg,[e.createVNode(pg)])])}}}),[["__scopeId","data-v-1fd3bf9a"]]),Hg=Object.freeze([{ID_PRODUCTO:121,ID_EMPRESA:1,DESCUENTO:"10.00",COD_ART_MVX:"00000044",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,nombre:"Panel Modular LED P1.8 Escaparate de Alto Brillo",DESCRIPCION:"La Pantalla LED P1.8 Escaparate de Alto Brillo (4500 nits) es la herramienta definitiva para transformar tu fachada en un potente canal de comunicación. Con un pixel pitch de 1.8mm, garantiza una claridad y detalle asombrosos, incluso a corta distancia, mientras que sus 4500 nits de brillo aseguran una visibilidad perfecta bajo la luz solar directa. Su diseño está optimizado para la resistencia en exteriores y un impacto visual máximo con su 3840 Hz de refresco de alta gama. Ideal para tiendas minoristas, concesionarios y cualquier negocio que busque atraer clientes desde la calle con promociones dinámicas y branding impactante. Tu escaparate destacará como nunca, invierte en la tecnología LED que convierte miradas en ventas. ",DESCRIPCION_CORTA:"Cautiva a tu audiencia con la pantalla LED P1.8 de escaparate, con un brillo extremo y nitidez para destacar tu negocio bajo cualquier luz.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1800.00",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"general",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:53.673Z",FECHA_CREADO:"2025-05-29T16:16:18.124Z",UBICACION:null,DETALLE_PACK:[],R_IMG:[{ID_ARCHIVO:894,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e87801c563b48669_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n%20%281%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Panel Modular LED Pantalla LED Interior de Alta Resolución (1).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T21:07:13.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:121,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null,PROPS:{sku:"LED-P18-ES",alto:"48",gama:"pantallas_led_modulares",ancho:"96",pitch:"1_8_mm",brillo:"4500_nits",peso_kg:"7 - 12 (aprox.) ",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"escaparate",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"200W",consumo_medio_w:"100W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"200W ",tipo_instalacion:"montaje_interior_orientado_al_exterior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30"]}},{ID_PRODUCTO:123,ID_EMPRESA:1,COD_ART_MVX:"00000046",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,nombre:"Panel Modular LED P2.9 Exterior Trasera de Alto Brillo",DESCRIPCION:"Para instalaciones fijas en exteriores que requieren un acceso de servicio tradicional, la Pantalla LED P2.9 Exterior Trasera de Alto Brillo es la elección perfecta. Con un pixel pitch de 2.9mm y un brillo de 4000 nits, esta pantalla garantiza una visibilidad excepcional y una calidad de imagen sorprendente en grandes formatos publicitarios, estadios o fachadas arquitectónicas. Su construcción en aluminio fundido y su robustez la hacen ideal para soportar condiciones climáticas adversas. El mantenimiento trasero es óptimo para estructuras con espacio posterior, permitiendo una instalación más integrada visualmente. Con consumo máximo de 160W y medio de 80W, combina potencia con eficiencia. La durabilidad y el impacto visual que tu proyecto exterior necesita.",DESCRIPCION_CORTA:"Una solución robusta y de alto rendimiento para instalaciones fijas en exterior, con mantenimiento trasero para una integración discreta.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"937.50",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:54.506Z",FECHA_CREADO:"2025-05-29T16:27:31.729Z",UBICACION:null,DETALLE_PACK:[],R_IMG:[{ID_ARCHIVO:878,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Pantalla LED Exterior de Gran Brillo y Visibilidad 500 mmm.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T12:47:23.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:123,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null,PROPS:{sku:"LED-P29-BK",alto:"50 cm",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:["aluminio_fundido"],ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","taurus_tb_40"]}},{id:151,nombre:"Pantalla LED 3x2 P2.9 Escaparate",precio:21879.5,tipo_iva:"general",descripcion:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",descripcion_corta:"Pantalla LED 3x2m (6m²) 24 cabinets",estado:1,props:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},tags:null,codigo:"00000073",fecha_creado:"2025-06-07T00:38:46.071Z",id_captacion:null,id_estado:"c241a8a9-51a6-4274-831c-d11503726458",id_gama:23,id_proveedor:null,paquete:0,pack:1,fecha_alta:"2025-06-06T04:00:00.000Z",R_IMG:[{id:909,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c39831025394e8f0_Pantalla%20LED%20Exterior%20Mantenimiento%20Frontal%20Completo.png",public:1,tipo:"image",firmable:0,tags:null,posicion:2},{id:910,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",public:1,tipo:"image",firmable:0,tags:null,posicion:1},{id:911,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/51f4d42fb93178e3_to%20LED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida.png",public:1,tipo:"image",firmable:0,tags:null,posicion:3},{id:912,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/48deda3825a497a9_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",public:1,tipo:"image",firmable:0,tags:null,posicion:4},{id:913,estado:1,aprobado:-1,id_producto:151,id_captacion:null,id_tipo_documento:28,id_documento_firmado:null,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/eaea5eb4e9899055_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",public:1,tipo:"image",firmable:0,tags:null,posicion:5}],detalle_pack:[{ID_PRODUCTO_DETALLE_PACK:15,ID_PRODUCTO_PACK:151,ID_PRODUCTO_DETALLE:122,CANTIDAD:24,DESCUENTO:"10.00",PROPS:{alto:"2",ancho:"3"},PRINCIPAL:!0,DETALLE:{ID_PRODUCTO:122,ID_EMPRESA:1,COD_ART_MVX:"00000045",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,NOMBRE:"Panel Modular LED P2.9 Exterior Frontal de Alto Brillo",DESCRIPCION:"La Pantalla LED P2.9 Exterior Frontal de Alto Brillo está diseñada para ofrecer un rendimiento impecable en los entornos más exigentes. Su pixel pitch de 2.9mm ofrece una excelente resolución para vallas publicitarias, eventos deportivos y grandes escenarios al aire libre, con un brillo de 4000 nits que garantiza visibilidad incluso bajo el sol más intenso. Fabricada en aluminio fundido, es resistente y cuenta con mantenimiento frontal, facilitando el servicio en instalaciones de pared o estructuras fijas. Con un consumo máximo de 160W y medio de 80W, para eficiencia energética. Su clasificación IP65/IP43 asegura protección contra el polvo y el agua. Tus mensaje brillarán con la máxima potencia y fiabilidad en exteriores.",DESCRIPCION_CORTA:"Robusta y brillante, la pantalla LED P2.9 Exterior con mantenimiento frontal es ideal para publicidad y eventos al aire libre bajo cualquier condición.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1000.00",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:54.090Z",FECHA_CREADO:"2025-05-29T16:24:25.545Z",ARCHIVOS:[{ID_ARCHIVO:883,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c39831025394e8f0_Pantalla%20LED%20Exterior%20Mantenimiento%20Frontal%20Completo.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Pantalla LED Exterior Mantenimiento Frontal Completo.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:06:30.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:122,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1},{ID_ARCHIVO:884,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/7eec48aa4f7a0d9d_Pantalla%20LED%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20500%20mmm.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Pantalla LED Exterior de Gran Brillo y Visibilidad 500 mmm.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:06:42.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:122,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:2}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null}},{ID_PRODUCTO_DETALLE_PACK:16,ID_PRODUCTO_PACK:151,ID_PRODUCTO_DETALLE:144,CANTIDAD:1,DESCUENTO:"0.00",PROPS:{alto:"",ancho:""},PRINCIPAL:!1,DETALLE:{ID_PRODUCTO:144,ID_EMPRESA:1,COD_ART_MVX:"00000067",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,NOMBRE:"Controladora LED Novastar Taurus TB40 (Rendimiento Superior)",DESCRIPCION:"Esta controladora asíncrona de alto rendimiento está diseñada para los proyectos más exigentes, ofreciendo una potencia de procesamiento superior y una mayor capacidad de carga de pixels. Es ideal para pantallas LED de gran tamaño, aplicaciones interactivas o proyectos que requieren actualizaciones de contenido frecuentes y complejas. Con múltiples opciones de conectividad y una estabilidad excepcional, la TB40 garantiza una gestión remota fluida y fiable de tu contenido. Su robustez y eficiencia la convierten en la elección preferida para publicidad dinámica, información en tiempo real y experiencias visuales inmersivas.",DESCRIPCION_CORTA:"La Taurus TB40 de Novastar es una controladora asíncrona de alto rendimiento, diseñada para proyectos LED complejos que exigen máxima potencia y versatilida",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PROPS:{sku:"CTRL-TB40",gama:"controladoras",serie:"novastar_taurus",subgama:"controladoras_asincronas_reproductores_multimedia",ubicacion:"panel_led_modular",proteccion_ip:"ip_20_productos_de_interior",tipo_servicio:null,sistema_operativo:"android",compatibilidad_de_senal:["red_lan_wi_fi_4_g","usb"]},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"279.50",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:null,FECHA_UPD:"2025-06-26T04:00:03.280Z",FECHA_CREADO:"2025-06-02T01:55:32.799Z",ARCHIVOS:[{ID_ARCHIVO:819,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/51f4d42fb93178e3_to%20LED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"1 Controladora LED Novastar Taurus TB40 (Rendimiento Superior) Controladora LED Novastar Taurus TB40, alto rendimiento LED, señalización digital compleja, controlador asíncrono premium, publicida.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-03T23:41:18.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:144,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:null},{ID_ARCHIVO:836,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/48deda3825a497a9_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"2 Controladora LED Novastar Taurus TB40 (Rendimiento Superior) Controladora LED Novastar Taurus TB40, alto rendimiento LED, señalización digital compleja, controlador asíncrono premium, publicida (1).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-04T00:20:58.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:144,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:null},{ID_ARCHIVO:839,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/eaea5eb4e9899055_ED%2C%20se%C3%B1alizaci%C3%B3n%20digital%20compleja%2C%20controlador%20as%C3%ADncrono%20premium%2C%20publicida%20%281%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"3 Controladora LED Novastar Taurus TB40 (Rendimiento Superior) Controladora LED Novastar Taurus TB40, alto rendimiento LED, señalización digital compleja, controlador asíncrono premium, publicida (1).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-04T00:30:31.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:144,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:null}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null}}]},{ID_PRODUCTO:119,ID_EMPRESA:1,COD_ART_MVX:"00000042",CAPTACION_COUNT:0,CODIGO_EXTERNO:null,nombre:"Panel Modular LED P2.5 Interior Versátil",NOMBRE:"Panel Modular LED P2.5 Interior Versátil",DESCRIPCION:"La Pantalla LED P2.5 Interior Versátil es la solución ideal para proyectos que buscan una excelente calidad de imagen con flexibilidad. Con un pixel pitch de 2.5mm, proporciona imágenes claras y brillantes para auditorios, centros comerciales, salas de conferencias y espacios de eventos. Su construcción en aluminio fundido garantiza ligereza y resistencia, facilitando la instalación y el mantenimiento (frontal y trasero). Con un brillo de 1000 nits y una frecuencia de refresco de 3840Hz, asegura una visualización óptima y fluida ya que evita el parpadeo visible tanto al ojo humano como para las cámaras de video. Es perfecta para publicidad digital, información en puntos de venta o fondos de escenario. Disfruta de un consumo energético eficiente (120W máximo / 60W medio) que reduce los costes operativos. Eleva la comunicación visual en tu negocio con esta pantalla LED de alto rendimiento.",DESCRIPCION_CORTA:"Pantalla LED P2.5 Interior ofrece un equilibrio perfecto entre alta definición y versatilidad para una amplia gama de aplicaciones en interiores.",ID_CAPTACION:null,ID_PROVEEDOR:null,ID_PRODUCTO_REF:null,TIPO:"1",ESTADO:"1",ID_GAMA:23,ID_TIE_DEF:null,TAGS:null,PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"775.00",PRECIOS:null,ID_ESTADO:"c241a8a9-51a6-4274-831c-d11503726458",ID_SEGMENTOS:null,TIPO_IVA:"exento",FECHA_ALTA:"2025-06-01",FECHA_UPD:"2025-06-26T03:59:52.832Z",FECHA_CREADO:"2025-05-29T16:01:15.064Z",UBICACION:null,R_IMG:[{ID_ARCHIVO:885,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/3b331997a4a4555b_Panel%20Modular%20LED%20Pantalla%20LED%20Interior%20de%20Alta%20Resoluci%C3%B3n.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Panel Modular LED Pantalla LED Interior de Alta Resolución.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:11:00.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:119,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:1},{ID_ARCHIVO:886,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/e777804b4bc63fd0_Panel%20Modular%20LED%20Pantalla%20LEDInterior%20de%20Alta%20Resoluci%C3%B3n.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Panel Modular LED Pantalla LEDInterior de Alta Resolución.png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-05T15:11:09.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:119,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:2},{ID_ARCHIVO:903,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/0075bc2e598888e6_T%C3%B3tem%20LED%20P2.0%20Interior%20con%20GOB%20%282%29.png",ID_ARCHIVO_FIRMADO:null,ID_ARCHIVO_FUENTE:null,FIRMABLE:!1,DETALLE_FIRMA:null,FILENAME:"Tótem LED P2.0 Interior con GOB (2).png",FILETYPE:"image",ID_TIPO_DOCUMENTO:28,DESCRIPCION:null,OBSERVACION:null,TAGS:null,TAG_TEMPORAL:null,APROBADA:"-1",ESTADO:1,SUBIDO_POR:null,APROBADO_POR:null,FECHA_SUBIDA:"2025-06-06T23:58:01.000Z",FECHA_APROBADO:null,ID_CONTACTO:null,ID_PRODUCTO:119,ID_PRODUCTO_PEDIDO:null,ID_INGRESO:null,ID_DEUDA:null,ID_GARANTIA:null,ID_CAPTACION:null,PUBLICO:!0,PRINCIPAL:!1,POSICION:3}],UNDBASICA:null,FACTORAGR:null,CONTROLLOTE:null,TIPO_CLIENTE:null,PROPS:{sku:"LED-P25-IN",alto:"48 ",gama:"pantallas_led_modulares",ancho:"64",pitch:"2_5_mm",brillo:"800_nits",peso_kg:"7 ",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"interior",tipo_montaje:"matriz",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"back",consumo_maximo:"120W",consumo_medio_w:"60W",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios","tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],consumo_maximo_w:"1",tipo_instalacion:"anclado_a_pared_o_estructura_interior",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["novastar_vx_400","taurus_tb_2"]}},{id:371,nombre:'Pantalla LCD 65" Ultra Brillo 4K',precio:2227.5,tipo_iva:"exento",descripcion:'Eleva tu comunicación visual con la Pantalla LCD 65" 4K de Ultra Brillo. Esta impresionante pantalla, con su resolución 4K y un nivel de brillo excepcional (generalmente superior a 1500-2000 nits), es perfecta para entornos donde la visibilidad y el impacto son cruciales, como grandes escaparates, centros comerciales, aeropuertos o espacios de eventos. Su gran tamaño asegura que tu mensaje sea visible desde lejos, mientras que la claridad 4K garantiza que cada detalle se aprecie. Su diseño está optimizado para la eficiencia y la durabilidad en uso continuo. Una solución premium para proyectos que exigen la máxima calidad y presencia visual. ',descripcion_corta:'Gran formato y brillo extremo: la pantalla LCD 65" 4K de alta brillantez es ideal para espacios que demandan visibilidad impactante',estado:1,props:{sku:"LCD-65-HB",gama:"pantallas_lcd",brillo:"alta_brillantez_4_k_lcd",tamano:"65",peso_kg:">25-40",subgama:"lcd",material:"material_robusto_y_duradero",ubicacion:"escaparate",resolucion:"4_k",tipo_montaje:"mural",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"60",tipo_servicio:null,usos_habituales:["escaparates_o_vitrinas_expuestas_al_sol","salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],tipo_instalacion:"pared_o_soporte_vesa",colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},tags:"destacado,oferta",codigo:"T0000057",fecha_creado:"2025-05-30T04:02:19.415Z",id_captacion:null,id_estado:"c241a8a9-51a6-4274-831c-d11503726458",id_gama:23,id_proveedor:null,paquete:0,pack:0,fecha_alta:null,table_estado:{id:"c241a8a9-51a6-4274-831c-d11503726458",name:"No disponible",color:"#9c9c9c",code:"no_disponible",id_gama:23,enabled:1}},{id:167,nombre:"Pantalla LED",precio:2e4,tipo_iva:"general",descripcion:"Pantalla LED de alta calidad diseñada para aplicaciones interiores. Ofrece un brillo excepcional, resolución adaptable y un diseño ligero de aluminio, ideal para publicidad, videowalls y escaparates. Su doble cara y sistema operativo Android garantizan versatilidad y facilidad de uso.",descripcion_corta:"Pantalla LED interior de alta calidad, ligera y versátil.",estado:2,props:{gob:"si",sku:"TOT-LED-P18",alto:null,gama:"totems",ancho:null,marca:"Testing",pitch:"3_076_mm",brillo:"4500_nits",modelo:"Test",tamano:null,peso_kg:"3.5",subgama:"led",a_medida:!0,material:"aluminio",ubicacion:"interior",uso_final:"interior",doble_cara:!0,resolucion:null,subfamilia:"led",interactivo:null,profundidad:null,proteccion_ip:"ip_43_protegido_contra_objetos_de_mas_de_1_mm_y_agua_pulverizada",tipo_servicio:"front",consumo_medio_w:"200",tipo_de_montaje:"matriz",usos_habituales:[],consumo_maximo_w:"300",tipo_de_servicio:"full_front",tipo_instalacion:"montaje_interior_orientado_al_exterior",sistema_operativo:"android",colores_disponibles:["negro","blanco"],tasa_de_refresco_hz:"500",tipo_de_instalacion:"autoportante_de_suelo",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],aplicacion_recomendada:["escaparates_o_vitrinas_expuestas_al_sol"],controladoras_compatibles:["novastar_vx_600","taurus_tb_30","novastar_vx_1000"]},tags:"destacado",codigo:"00000079",fecha_creado:"2025-06-11T03:04:21.800Z",id_captacion:null,id_estado:"c45eae87-d78c-4f2c-9f81-27eb87b5bc94",id_gama:23,id_proveedor:null,paquete:0,pack:1,fecha_alta:"2025-06-10T04:00:00.000Z",table_estado:{id:"c45eae87-d78c-4f2c-9f81-27eb87b5bc94",name:"Disponible",color:"#10c94b",code:"disponible",id_gama:23,enabled:1},images:[{id:840,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/dbd480ff0130270f_WhatsApp%20Image%202025-05-08%20at%2018.43.22%20%282%29.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:5},{id:841,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/c3416442188506c1_WhatsApp%20Image%202025-05-08%20at%2018.43.22.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:3},{id:842,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/69f7f669f37d3223_WhatsApp%20Image%202025-05-08%20at%2018.43.23.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:4},{id:843,location:"https://w2w-landings.s3.amazonaws.com/linvermedia_test/08ffe62e7e731aa3_WhatsApp%20Image%202025-05-08%20at%2018.43.23%20%281%29.jpeg",id_producto:167,public:1,tag_temporal:null,tipo:"image",estado:1,posicion:2}]},{id:379,nombre:"Controladora LED Novastar Taurus TB2 Avanzada",precio:227.5,tipo_iva:"exento",descripcion:"Esta unidad asíncrona ofrece una mayor capacidad de carga y un rendimiento mejorado respecto a la TB1, haciéndola perfecta para proyectos de señalización digital más ambiciosos. Permite la publicación de contenido de forma remota a través de múltiples opciones de conectividad (Gigabit Ethernet, Wi-Fi, 4G opcional), asegurando una actualización de mensajes fluida y fiable en cualquier momento y lugar. Su diseño robusto y estable garantiza un funcionamiento 24/7, crucial para aplicaciones comerciales, informativas o publicitarias. La TB2 es la solución robusta y eficiente para una gestión inteligente de tu señalización LED.",descripcion_corta:"Taurus TB2 es una controladora LED asíncrona potente, ideal para redes de señalización digital medianas que exigen estabilidad y gestión flexible de contenido.",estado:1,props:{sku:"CTRL-TB2",gama:"controladoras",serie:"novastar_taurus",subgama:"controladoras_asincronas_reproductores_multimedia",ubicacion:"led_modular",proteccion_ip:"ip_20_productos_de_interior",tipo_servicio:null,sistema_operativo:"android",compatibilidad_de_senal:["red_lan_wi_fi_4_g","usb"]},tags:null,codigo:"T0000065",fecha_creado:"2025-06-02T01:09:38.307Z",id_captacion:null,id_estado:"c241a8a9-51a6-4274-831c-d11503726458",id_gama:23,id_proveedor:null,paquete:0,pack:0,fecha_alta:null,table_estado:{id:"c241a8a9-51a6-4274-831c-d11503726458",name:"No disponible",color:"#9c9c9c",code:"no_disponible",id_gama:23,enabled:1}}]),qg={isPublic:!1,data:null,fetching:!1,scale:1,count:0,gamaProps:Rs},Kg=$e.extend({view:B.z.enum(["detail","summary"]).optional(),title:B.z.string().optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),showPrice:B.z.function().optional()}),Qg={class:"row justify-between items-center card-row"},Wg={class:"row justify-between items-center card-row"},Yg={class:"row justify-between items-center card-row"},Zg={class:"ellipsis"},Xg={key:0},Jg=se(e.defineComponent({__name:"LinvermediaSolicitudCard",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},data:{}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s}=e.toRefs(c),r=e.computed(()=>rt(s.value.FECHA_CAPTADO).format("DD/MM/YYYY")),m=e.computed(()=>Ee.formatContactName(s.value.CONTACTO)),p=e.computed(()=>s.value.CONTACTO.TELEFONO.NUMERO),g=e.computed(()=>Ee.toCurrency(s.value.PEDIDO.IMP_TOTAL_PED)),h=e.computed(()=>{var f,x;return{color:(f=s.value.R_ESTADO)==null?void 0:f.COLOR,label:(x=s.value.R_ESTADO)==null?void 0:x.NAME}});return(f,x)=>(e.openBlock(),e.createBlock(va,{loading:f.fetching,style:e.normalizeStyle({scale:c.scale??1}),class:"solicitud-card",onClick:x[0]||(x[0]=T=>o("on-event",{code:"card_click",payload:{data:e.unref(s)}}))},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QCardSection),{class:"q-pa-none"},{default:e.withCtx(()=>[e.createElementVNode("div",Qg,[e.createElementVNode("div",null,"Cod. "+e.toDisplayString(e.unref(s).COD_CAPTACION),1),e.createVNode(Ra,e.normalizeProps(e.guardReactiveProps(h.value)),null,16)]),e.createElementVNode("div",Wg,[e.createElementVNode("div",null,e.toDisplayString(r.value),1),e.createElementVNode("div",null,e.toDisplayString(g.value),1)]),e.createElementVNode("div",Yg,[e.createElementVNode("div",Zg,e.toDisplayString(m.value),1),p.value?(e.openBlock(),e.createElementBlock("div",Xg,[e.createVNode(e.unref(M.QIcon),{name:"sym_o_phone",class:"q-mr-xs"}),e.createTextVNode(" "+e.toDisplayString(p.value),1)])):e.createCommentVNode("",!0)])]),_:1})]),_:1},8,["loading","style"]))}}),[["__scopeId","data-v-76b669a7"]]),ev=Object.freeze([{ID_CAPTACION:824,COD_CAPTACION:"000462",TIPO:"5",FECHA_CAPTADO:"2025-06-27",ESTADO:"1",ID_ESTADO:"832a5827-0c56-425d-9e4a-9c241211f372",R_ESTADO:{ID_ESTADO:"832a5827-0c56-425d-9e4a-9c241211f372",NAME:"Nueva solicitud",COLOR:"#bfbfbf",CODE:"nuevo"},CAPTADOR:null,DELEGACION:null,CONTACTO:{RAZON_SOCIAL:"SIMO",NOMBRE:"ssssss",APELLIDO:null,APELLIDO2:null,FOTO:null,NUMERO_DOC:"28828221K",EMAIL:"simo3@gmail.com",UBICACION:null,TELEFONO:{NUMERO:"9999999"},USUARIO:null},DOCUMENTOS_PENDIENTES:[],PEDIDO:{ID_PEDIDO:701,PROPS:{},IMP_BRUTO_PED:"531868.750",IMP_TOTAL_PED:"531868.750",R_PRODUCTOS_PEDIDO:[{ID_PRODUCTO_PEDIDO:658,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:128,COD_ART_MVX:"00000051",NOMBRE:"Tótem LED P2.0 Interior con GOB",DESCRIPCION:"Impacta con el Tótem LED P2.0 Interior con GOB (Glass On Board), una solución de señalización digital que combina una excelente calidad de imagen con una resistencia superior. Su pixel pitch de 2.0mm garantiza un contenido visual nítido y atractivo, ideal para entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos. La tecnología GOB proporciona una capa protectora sobre los LEDS, aumentando la durabilidad y facilitando la limpieza, mientras que su brillo de 800 nits asegura una visibilidad óptima. Diseñado para un rendimiento eficiente y una operación continua. Una inversión inteligente para una comunicación visual impactante y duradera en interiores. ",PROPS:{gob:"si",sku:"TOT-LED-P20",alto:"1920",gama:"totems",ancho:"640",pitch:"2_0_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:659,PROPS:{alto:3,ancho:2},R_PRODUCTO:{ID_PRODUCTO:151,COD_ART_MVX:"00000073",NOMBRE:"Pantalla LED 3x2 P2.9 Escaparate",DESCRIPCION:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:660,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:153,COD_ART_MVX:"00000075",NOMBRE:'Pantalla LCD 55" Marco Ultra Delgado (20mm)',DESCRIPCION:'La Pantalla LCD 55" con Marco Ultra Delgado (20mm) lleva tus proyectos de videowall y señalización digital al siguiente nivel. Con su impresionante marco de solo 20mm, permite crear composiciones visuales casi sin interrupciones, ofreciendo una experiencia inmersiva y de gran impacto. Su tamaño de 55 pulgadas la hace versátil para una amplia gama de aplicaciones, desde salas de reuniones y auditorios hasta grandes vestíbulos. Su diseño está optimizado para la eficiencia y la integración arquitectónica. Una solución elegante y potente para una comunicación visual sin límites en interiores.',PROPS:{sku:"LCD-55-M20",gama:"pantallas_lcd",brillo:"450_nits",tamano:"55",subgama:"lcd",ubicacion:"interior",resolucion:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",tipo_montaje:"mural",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"60_hz",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:[],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:661,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:154,COD_ART_MVX:"00000076",NOMBRE:"Banderola LED P3.076 Exterior Doble Cara",DESCRIPCION:`Diseñada para captar la atención desde cualquier ángulo, esta innovadora 'Blade Sign' ofrece una comunicación visual dinámica y vibrante. Con un pixel pitch de 3.076mm, proporciona una claridad de imagen excepcional ideal para vallas publicitarias urbanas, entradas de negocios, centros comerciales al aire libre o zonas peatonales, asegurando que tu mensaje sea legible y atractivo a distancias medias. Su diseño de doble cara multiplica tu exposición, permitiendo que tu contenido sea visible para el tráfico en ambas direcciones. Fabricada con una estructura de aluminio ligero pero robusto, garantiza durabilidad y resistencia a la corrosión, soportando las inclemencias del tiempo gracias a su clasificación IP56. Esto significa una protección superior contra el polvo y chorros de agua, ideal para un uso continuo en exteriores.
245
245
  Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. Mantenimiento práctico. La gestión de contenido remoto simplifica la actualización de tus mensajes, campañas y promociones en tiempo real.`,PROPS:{gob:null,sku:"BAN-P3076-OUT",alto:"510",gama:"banderola",ancho:"670",pitch:"3_076_mm",subgama:"led",material:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",ubicacion:"exterior",profundidad:"180",proteccion_ip:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",tasa_refresco:"3840_hz",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos"],tipo_instalacion:"facil_fijacion_a_pared_con_tornillos",unidad_de_medida:"mm",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior","publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}}],UBICACION:{CIUDAD:"coquimbo"}}},{ID_CAPTACION:823,COD_CAPTACION:"000461",TIPO:"5",FECHA_CAPTADO:"2025-06-27",ESTADO:"1",ID_ESTADO:"832a5827-0c56-425d-9e4a-9c241211f372",R_ESTADO:{ID_ESTADO:"832a5827-0c56-425d-9e4a-9c241211f372",NAME:"Nueva solicitud",COLOR:"#bfbfbf",CODE:"nuevo"},CAPTADOR:null,DELEGACION:null,CONTACTO:{RAZON_SOCIAL:"SIMO",NOMBRE:"simo lopecio",APELLIDO:null,APELLIDO2:null,FOTO:null,NUMERO_DOC:"00970327A",EMAIL:"simonlopezsssss@gmail.com",UBICACION:null,TELEFONO:{NUMERO:"0000000000000"},USUARIO:null},DOCUMENTOS_PENDIENTES:[],PEDIDO:{ID_PEDIDO:700,PROPS:{},IMP_BRUTO_PED:"531868.750",IMP_TOTAL_PED:"531868.750",R_PRODUCTOS_PEDIDO:[{ID_PRODUCTO_PEDIDO:654,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:128,COD_ART_MVX:"00000051",NOMBRE:"Tótem LED P2.0 Interior con GOB",DESCRIPCION:"Impacta con el Tótem LED P2.0 Interior con GOB (Glass On Board), una solución de señalización digital que combina una excelente calidad de imagen con una resistencia superior. Su pixel pitch de 2.0mm garantiza un contenido visual nítido y atractivo, ideal para entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos. La tecnología GOB proporciona una capa protectora sobre los LEDS, aumentando la durabilidad y facilitando la limpieza, mientras que su brillo de 800 nits asegura una visibilidad óptima. Diseñado para un rendimiento eficiente y una operación continua. Una inversión inteligente para una comunicación visual impactante y duradera en interiores. ",PROPS:{gob:"si",sku:"TOT-LED-P20",alto:"1920",gama:"totems",ancho:"640",pitch:"2_0_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:655,PROPS:{alto:3,ancho:2},R_PRODUCTO:{ID_PRODUCTO:151,COD_ART_MVX:"00000073",NOMBRE:"Pantalla LED 3x2 P2.9 Escaparate",DESCRIPCION:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:656,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:153,COD_ART_MVX:"00000075",NOMBRE:'Pantalla LCD 55" Marco Ultra Delgado (20mm)',DESCRIPCION:'La Pantalla LCD 55" con Marco Ultra Delgado (20mm) lleva tus proyectos de videowall y señalización digital al siguiente nivel. Con su impresionante marco de solo 20mm, permite crear composiciones visuales casi sin interrupciones, ofreciendo una experiencia inmersiva y de gran impacto. Su tamaño de 55 pulgadas la hace versátil para una amplia gama de aplicaciones, desde salas de reuniones y auditorios hasta grandes vestíbulos. Su diseño está optimizado para la eficiencia y la integración arquitectónica. Una solución elegante y potente para una comunicación visual sin límites en interiores.',PROPS:{sku:"LCD-55-M20",gama:"pantallas_lcd",brillo:"450_nits",tamano:"55",subgama:"lcd",ubicacion:"interior",resolucion:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",tipo_montaje:"mural",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"60_hz",usos_habituales:["salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios"],tipo_instalacion:"pared_o_soporte_vesa",sistema_operativo:[],colores_disponibles:[],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],gran_formato_independiente:"si"},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:657,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:154,COD_ART_MVX:"00000076",NOMBRE:"Banderola LED P3.076 Exterior Doble Cara",DESCRIPCION:`Diseñada para captar la atención desde cualquier ángulo, esta innovadora 'Blade Sign' ofrece una comunicación visual dinámica y vibrante. Con un pixel pitch de 3.076mm, proporciona una claridad de imagen excepcional ideal para vallas publicitarias urbanas, entradas de negocios, centros comerciales al aire libre o zonas peatonales, asegurando que tu mensaje sea legible y atractivo a distancias medias. Su diseño de doble cara multiplica tu exposición, permitiendo que tu contenido sea visible para el tráfico en ambas direcciones. Fabricada con una estructura de aluminio ligero pero robusto, garantiza durabilidad y resistencia a la corrosión, soportando las inclemencias del tiempo gracias a su clasificación IP56. Esto significa una protección superior contra el polvo y chorros de agua, ideal para un uso continuo en exteriores.
246
246
  Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. Mantenimiento práctico. La gestión de contenido remoto simplifica la actualización de tus mensajes, campañas y promociones en tiempo real.`,PROPS:{gob:null,sku:"BAN-P3076-OUT",alto:"510",gama:"banderola",ancho:"670",pitch:"3_076_mm",subgama:"led",material:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",ubicacion:"exterior",profundidad:"180",proteccion_ip:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",tasa_refresco:"3840_hz",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos"],tipo_instalacion:"facil_fijacion_a_pared_con_tornillos",unidad_de_medida:"mm",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior","publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}}],UBICACION:{CIUDAD:"La serena"}}},{ID_CAPTACION:819,COD_CAPTACION:"000460",TIPO:"5",FECHA_CAPTADO:"2025-06-26",ESTADO:"1",ID_ESTADO:"c4eeb4f3-e9e1-4f1e-93af-98f55b359d16",R_ESTADO:{ID_ESTADO:"c4eeb4f3-e9e1-4f1e-93af-98f55b359d16",NAME:"Pagado",COLOR:"#298fc2",CODE:"pagado"},CAPTADOR:null,DELEGACION:null,CONTACTO:{RAZON_SOCIAL:"SIMO TEST",NOMBRE:"SIMO",APELLIDO:null,APELLIDO2:null,FOTO:null,NUMERO_DOC:"57750039Y",EMAIL:"xobaxa4395@iridales.com",UBICACION:null,TELEFONO:{NUMERO:"999999"},USUARIO:null},DOCUMENTOS_PENDIENTES:[],PEDIDO:{ID_PEDIDO:699,PROPS:{},IMP_BRUTO_PED:"531065.500",IMP_TOTAL_PED:"531868.750",R_PRODUCTOS_PEDIDO:[{ID_PRODUCTO_PEDIDO:651,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:128,COD_ART_MVX:"00000051",NOMBRE:"Tótem LED P2.0 Interior con GOB",DESCRIPCION:"Impacta con el Tótem LED P2.0 Interior con GOB (Glass On Board), una solución de señalización digital que combina una excelente calidad de imagen con una resistencia superior. Su pixel pitch de 2.0mm garantiza un contenido visual nítido y atractivo, ideal para entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos. La tecnología GOB proporciona una capa protectora sobre los LEDS, aumentando la durabilidad y facilitando la limpieza, mientras que su brillo de 800 nits asegura una visibilidad óptima. Diseñado para un rendimiento eficiente y una operación continua. Una inversión inteligente para una comunicación visual impactante y duradera en interiores. ",PROPS:{gob:"si",sku:"TOT-LED-P20",alto:"1920",gama:"totems",ancho:"640",pitch:"2_0_mm",brillo:"800_nits",peso_kg:">50",subgama:"led",material:"acero_aluminio_para_la_carcasa_exterior",ubicacion:"interior",tipo_montaje:"standalone",proteccion_ip:"ip_20_productos_de_interior",tasa_refresco:"3840",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias"],tipo_instalacion:"autoportante_de_suelo",unidad_de_medida:"mm",sistema_operativo:"android",colores_disponibles:["negro"],propositos_generales:["publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:652,PROPS:{alto:3,ancho:2},R_PRODUCTO:{ID_PRODUCTO:151,COD_ART_MVX:"00000073",NOMBRE:"Pantalla LED 3x2 P2.9 Escaparate",DESCRIPCION:"Potente solución para escaparates grandes o interiores espaciosos. Con su formato cuadrado y gran superficie, es perfecta para videowalls que transmitan una imagen de marca sólida y profesional. La controladora Novastar Taurus TB50 garantiza un rendimiento óptimo y una gestión avanzada de contenidos complejos y en tiempo real.",PROPS:{sku:"LED-P29-FS",alto:"50",gama:"pantallas_led_modulares",ancho:"50",pitch:"2_9_mm",brillo:"4000_nits",peso_kg:"7",subgama:"led",a_medida:!0,material:"aluminio_fundido",ubicacion:"exterior",tipo_montaje:"matriz",proteccion_ip:"ip_65_ip_43",tasa_refresco:"3840",tipo_servicio:"full_front",consumo_maximo:"160W",consumo_medio_w:"80",usos_habituales:["eventos_estadios_mobiliario_urbano"],consumo_maximo_w:"160",tipo_instalacion:"estructura_exterior_soporte_metalico",unidad_de_medida:"cm",colores_disponibles:[],compatible_videowall:!0,propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior"],controladoras_compatibles:["novastar_vx_600","novastar_vx_1000","taurus_tb_40"]},PAQUETE:!1,UBICACION:null}},{ID_PRODUCTO_PEDIDO:653,PROPS:{},R_PRODUCTO:{ID_PRODUCTO:154,COD_ART_MVX:"00000076",NOMBRE:"Banderola LED P3.076 Exterior Doble Cara",DESCRIPCION:`Diseñada para captar la atención desde cualquier ángulo, esta innovadora 'Blade Sign' ofrece una comunicación visual dinámica y vibrante. Con un pixel pitch de 3.076mm, proporciona una claridad de imagen excepcional ideal para vallas publicitarias urbanas, entradas de negocios, centros comerciales al aire libre o zonas peatonales, asegurando que tu mensaje sea legible y atractivo a distancias medias. Su diseño de doble cara multiplica tu exposición, permitiendo que tu contenido sea visible para el tráfico en ambas direcciones. Fabricada con una estructura de aluminio ligero pero robusto, garantiza durabilidad y resistencia a la corrosión, soportando las inclemencias del tiempo gracias a su clasificación IP56. Esto significa una protección superior contra el polvo y chorros de agua, ideal para un uso continuo en exteriores.
247
- Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. Mantenimiento práctico. La gestión de contenido remoto simplifica la actualización de tus mensajes, campañas y promociones en tiempo real.`,PROPS:{gob:null,sku:"BAN-P3076-OUT",alto:"510",gama:"banderola",ancho:"670",pitch:"3_076_mm",subgama:"led",material:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",ubicacion:"exterior",profundidad:"180",proteccion_ip:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",tasa_refresco:"3840_hz",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos"],tipo_instalacion:"facil_fijacion_a_pared_con_tornillos",unidad_de_medida:"mm",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior","publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}}],UBICACION:{CIUDAD:""}}}]),ev={data:{},fetching:!1,scale:1},av=We.extend({});function Ss(){const t=e.inject("context"),d=e.computed(()=>t.product.value),o=t.slide,c=t.isPublic,s=t.images,r=t.selectedPackProduct,m=e.computed(()=>!c.value),f=e.computed(()=>{var C;return((C=d.value)==null?void 0:C.detalle_pack)||[]}),v=e.computed(()=>{var C;return((C=d.value)==null?void 0:C.props)||{}});return e.watch(d,()=>{var p;const C=((p=d.value)==null?void 0:p.images)||[];s.value=C},{immediate:!0}),e.watch(f,C=>{var p;C&&(r.value=(p=C[0])==null?void 0:p.DETALLE)},{immediate:!0,deep:!0}),{product:d,isPublic:c,isPrivate:m,images:s,detallePack:f,productProps:v,selectedPackProduct:r,slide:o,gamaProps:t.gamaProps,count:t.count,showPrice:t.showPrice}}const iv={key:0,class:"q-mt-md text-black col-12"},lv=e.defineComponent({__name:"ProductLongDescription",setup(t){const{product:d}=Ss(),o=e.computed(()=>{var c;return(c=d.value)==null?void 0:c.descripcion});return(c,s)=>o.value?(e.openBlock(),e.createElementBlock("div",iv,[s[0]||(s[0]=e.createElementVNode("div",{class:"font-bold text-h6"},"Información del producto",-1)),e.createElementVNode("div",null,e.toDisplayString(o.value),1)])):e.createCommentVNode("",!0)}}),ov={style:{"font-size":"16px","max-height":"300px","overflow-y":"auto"}},tv={key:0,class:"text-black"},nv=e.defineComponent({__name:"ProductShortDescription",setup(t){const{product:d}=Ss(),o=e.computed(()=>{var c;return((c=d.value)==null?void 0:c.descripcion_corta)||""});return(c,s)=>(e.openBlock(),e.createElementBlock("div",ov,[o.value?(e.openBlock(),e.createElementBlock("div",tv,e.toDisplayString(o.value),1)):e.createCommentVNode("",!0)]))}}),sv={class:"row justify-end"},rv={class:"text-h5 text-bold text-black"},cv={key:0,class:"row q-my-sm"},uv={key:1,class:"row items-end q-mb-md text-black"},dv={class:"text-h2 text-bold"},mv={class:"row"},pv={class:"col-md-7 col-12"},fv={key:0,class:"row q-my-sm"},_v={class:"q-mx-sm"},gv=["src"],vv={key:2,class:"q-mt-md text-black"},bv={style:{"margin-top":"8px"}},hv={key:3,class:"q-mt-md text-black"},Cv={style:{"margin-top":"8px"}},Ov={key:4,class:"q-mt-md text-black"},Ev={style:{"margin-top":"8px"}},xv={key:5,class:"q-mt-md text-black"},Iv={style:{"margin-top":"8px"}},Av={key:0,class:"row q-mt-lg"},yv={class:"row"},Pv=se(e.defineComponent({__name:"PerdmTelephonyProductDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{default:"detail"},title:{},data:{},gamaProps:{},cardColor:{},showPrice:{type:Function,default:()=>!0}},emits:["on-event"],setup(t,{emit:d}){const o=d;e.provide("emit",o);const c=t,s=e.ref(1),{data:r,isPublic:m,gamaProps:f,count:v}=e.toRefs(c),C=e.computed(()=>{var B;return((B=c.showPrice)==null?void 0:B.call(c,r.value))??!0}),p=e.computed(()=>Vl(r.value)),x=e.computed(()=>{var B,k;return(k=(B=p.value)==null?void 0:B.nombre)==null?void 0:k.toLowerCase()}),R=e.computed(()=>{var B,k;return(k=(B=p.value)==null?void 0:B.tags)==null?void 0:k.split(",")}),y=e.ref(null),h=e.ref([]),O={product:p,slide:s,isPublic:m,selectedPackProduct:y,images:h,count:v,gamaProps:f,showPrice:C};e.provide("context",O);const g=e.computed(()=>{var B;return((B=p.value)==null?void 0:B.props)||{}}),I=(B,k)=>B.find(X=>X.value===k)||k,P=B=>{var X;const k=g.value[B],q=f.value.find(le=>le.code===B);return(X=q==null?void 0:q.options)!=null&&X.length?ue.isArray(k)?k.map(le=>I(q.options,le)):I(q.options,k):k},T=e.computed(()=>P("complementos")),L=e.computed(()=>{var q,X,le;const B=(q=T.value)==null?void 0:q.map(ae=>{var re;return{src:(re=ae==null?void 0:ae.image)==null?void 0:re.src,label:ae.label}});if(B!=null&&B.length)return B;const k=((le=(X=p.value)==null?void 0:X.detalle_pack)==null?void 0:le.filter(ae=>{var re,ge,pe,De,Le;return((pe=(ge=(re=ae==null?void 0:ae.DETALLE)==null?void 0:re.PROPS)==null?void 0:ge.familia)==null?void 0:pe.some(ye=>["streaming","app"].includes(ye)))&&((Le=(De=ae==null?void 0:ae.DETALLE)==null?void 0:De.ARCHIVOS)==null?void 0:Le.length)}))||[];return k==null?void 0:k.map(ae=>{var re,ge,pe,De;return{src:(pe=(ge=(re=ae==null?void 0:ae.DETALLE)==null?void 0:re.ARCHIVOS)==null?void 0:ge[0])==null?void 0:pe.LOCATION,label:(De=ae==null?void 0:ae.DETALLE)==null?void 0:De.NOMBRE}})}),A=e.computed(()=>{var B;return Number(((B=p.value)==null?void 0:B.precio)||0)}),w=()=>{var B;return o("on-event",{code:"edit_product",payload:{id:(B=p.value)==null?void 0:B.id,detallePackComponent:"perdm_telephony",hiddenTabs:["proveedores","prices"],hidePriceTaxInputs:!0}})},$=e.computed(()=>{var B,k,q,X;return(((k=(B=p.value)==null?void 0:B.props)==null?void 0:k.ideal_para_residenciales)||[]).concat(((X=(q=p.value)==null?void 0:q.props)==null?void 0:X.ideal_para_negocio)||[])}),j=e.computed(()=>{var B,k,q,X,le,ae,re,ge,pe,De,Le,ye;return c.cardColor?c.cardColor:(q=(k=(B=r.value)==null?void 0:B.PROPS)==null?void 0:k.familia)!=null&&q.includes("movil")?"#D60270":(ae=(le=(X=r.value)==null?void 0:X.PROPS)==null?void 0:le.familia)!=null&&ae.includes("tv")?"#FFA807":(pe=(ge=(re=r.value)==null?void 0:re.PROPS)==null?void 0:ge.familia)!=null&&pe.includes("streaming")&&((ye=(Le=(De=r.value)==null?void 0:De.PROPS)==null?void 0:Le.familia)==null?void 0:ye.length)==1?"black":"#00C1B5"}),Y=()=>{const B=ue.omit(p.value,"images","table_estado");o("on-event",{code:"add_to_shopcart",payload:{product:ue.mapKeys({...B,id_producto:B.id},(k,q)=>q.toUpperCase()),quantity:1,props:null}})};return(B,k)=>{var q,X,le,ae,re,ge,pe,De,Le,ye,Ze,la,ha,He,Je,Te,Pe;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",sv,[e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:w}))]),e.createElementVNode("div",null,[e.createElementVNode("div",null,[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(R.value,we=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{outline:"",key:we,size:"md",class:"q-mx-xs q-mb-md",style:e.normalizeStyle({borderColor:j.value})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(we)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",rv,e.toDisplayString(x.value||""),1),e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",cv,[(q=e.unref(r))!=null&&q.R_ESTADO?(e.openBlock(),e.createBlock(ka,{key:0,label:(le=(X=e.unref(r))==null?void 0:X.R_ESTADO)==null?void 0:le.NAME,color:(re=(ae=e.unref(r))==null?void 0:ae.R_ESTADO)==null?void 0:re.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])),A.value?(e.openBlock(),e.createElementBlock("div",uv,[e.createElementVNode("span",dv,"$"+e.toDisplayString(A.value),1),k[0]||(k[0]=e.createElementVNode("span",{class:"text-caption q-pl-sm q-pb-sm"}," al mes",-1))])):e.createCommentVNode("",!0),e.createElementVNode("div",mv,[e.createElementVNode("div",pv,[L.value.length?(e.openBlock(),e.createElementBlock("div",fv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(L.value,(we,qe)=>(e.openBlock(),e.createElementBlock("div",_v,[(e.openBlock(),e.createElementBlock("img",{key:qe,src:we.src,class:"streaming-img q-mr-md"},null,8,gv))]))),256))])):e.createCommentVNode("",!0)])]),e.createVNode(nv),(ge=$.value)!=null&&ge.length?(e.openBlock(),e.createElementBlock("div",vv,[k[1]||(k[1]=e.createElementVNode("div",{class:"text-bold"},"Ideal para:",-1)),e.createElementVNode("ul",bv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList($.value,we=>{var qe;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((qe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:qe.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0),(pe=$.value)!=null&&pe.length?(e.openBlock(),e.createElementBlock("div",hv,[k[2]||(k[2]=e.createElementVNode("div",{class:"text-bold"},"Ideal para:",-1)),e.createElementVNode("ul",Cv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList($.value,we=>{var qe;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((qe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:qe.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0),(ye=(Le=(De=p.value)==null?void 0:De.props)==null?void 0:Le.ventajas)!=null&&ye.length?(e.openBlock(),e.createElementBlock("div",Ov,[k[3]||(k[3]=e.createElementVNode("div",{class:"text-bold"},"Ventajas/Beneficios:",-1)),e.createElementVNode("ul",Ev,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((la=(Ze=p.value)==null?void 0:Ze.props)==null?void 0:la.ventajas,we=>{var qe;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((qe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:qe.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0),(Je=(He=(ha=p.value)==null?void 0:ha.props)==null?void 0:He.wifi)!=null&&Je.length?(e.openBlock(),e.createElementBlock("div",xv,[k[4]||(k[4]=e.createElementVNode("div",{class:"text-bold"},"WIFI:",-1)),e.createElementVNode("ul",Iv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((Pe=(Te=p.value)==null?void 0:Te.props)==null?void 0:Pe.wifi,we=>{var qe;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((qe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:qe.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0)])]),e.unref(m)?(e.openBlock(),e.createElementBlock("div",Av,[e.createVNode(e.unref(M.QBtn),{class:"text-bold",style:e.normalizeStyle({backgroundColor:j.value}),"text-color":"white",size:"lg","no-caps":"",unelevated:"",rounded:"",onClick:e.withModifiers(Y,["stop"])},{default:e.withCtx(()=>[...k[5]||(k[5]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"])])):e.createCommentVNode("",!0),e.createElementVNode("div",yv,[e.createVNode(lv)])],64)}}}),[["__scopeId","data-v-c0c26748"]]),Dv=Object.freeze([{ID_PRODUCTO:32,COD_ART_MVX:"1_gig26",NOMBRE:"PAQUETE $1,399",DESCRIPCION:"1 Giga de velocidad para todo: descargas, streaming y teletrabajo sin límites. Actívalo hoy.",DESCRIPCION_CORTA:"Para descargas y streaming intensivo",ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{wifi:["wifi_mesh_interior"],familia:["tv","telefonia"],complementos:["amazon_prime_video","disney","star","hbo_max"],cliente_ideal:"Usuarios top",uso_recomendado:"Descargas pesadas / alta demanda de datos",tipo_de_servicio:"residencial",velocidad_de_internet_megas:1e3},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1399.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,FECHA_CREADO:"2025-09-17T02:12:53.050Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Productos telefonia",PROPS:[{id:"2a52b542-8173-4e17-97c3-ea1127376138",code:"grupo",image:null,label:"Grupo",prefix:"",suffix:"",options:[{image:null,label:"2 PLAY",value:"2_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 2PM",value:"5_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 2PM",value:"8_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 2PM",value:"comp_tus_datos_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 2PM",value:"plan_famil_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"3 PLAY",value:"3_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 3PM",value:"5_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 3PM",value:"8_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 3PM",value:"comp_tus_datos_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 3PM",value:"plan_famil_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL CLIENTE",value:"izzi_movil_cliente",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL NO CLIENTE",value:"izzi_movil_no_cliente",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Familia",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"d652e042-3d24-4279-8ee2-b1e578e01b6c",code:"tecnologias_de_acceso",image:null,label:"Tecnologías de acceso",prefix:"",suffix:"",options:[{image:null,label:"Fibra óptica",value:"fibra_optica",condition:"",exclusive:!1},{image:null,label:"Satelital",value:"satelital",condition:"",exclusive:!1},{image:null,label:"Datos móviles",value:"datos_moviles",condition:"",exclusive:!1},{image:null,label:"4G",value:"4_g",condition:"",exclusive:!1},{image:null,label:"5G",value:"5_g",condition:"",exclusive:!1},{image:null,label:"Cable coaxial",value:"cable_coaxial",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"ad4a2391-73a5-4c71-a947-738170f61ad5",code:"permanencia",image:null,label:"Permanencia",prefix:"",suffix:"",options:[{image:null,label:"8 meses",value:"8_meses",condition:"",exclusive:!1},{image:null,label:"12 meses",value:"12_meses",condition:"",exclusive:!1}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9d797d57-d3d2-4744-ad86-45d82e709e7b",code:"wifi",image:null,label:"Wifi",prefix:"",suffix:"",options:[{image:{src:""},label:"Wifi mesh interior",value:"wifi_mesh_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi mesh exterior",value:"wifi_mesh_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi empresarial",value:"wifi_empresarial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_number"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"datos_moviles_gb",image:null,label:"Datos moviles GB",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Disponible",COLOR:"#10c94b",CODE:"disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"izzi movil 5gb",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{permanencia:"12_meses",segmento:"2_play_10_gb",tipo_de_servicio:"residencial",familia:["internet","streaming","tv"],velocidad_de_internet_megas:5,datos_moviles_gb:0,complementos:["skeelo","vix_premium"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"299",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]}]),Tv={isPublic:!0,data:null,fetching:!1,scale:1,count:0,gamaProps:[{id:"2d1db14c-3540-4f6a-8069-b840126ee29a",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:null,label:"Pantalla LED modular",value:"pantallas_led_modulares",condition:"",exclusive:!1},{image:null,label:"Tótems",value:"totems",condition:"",exclusive:!1},{image:null,label:"Pantallas LCD",value:"pantallas_lcd",condition:"",exclusive:!1},{image:null,label:"Banderola",value:"banderola",condition:"",exclusive:!1},{image:null,label:"Soportes y estructuras",value:"soportes_y_estructuras",condition:"",exclusive:!1},{image:null,label:"Controladoras",value:"controladoras",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[{param:"",validator:"required"}],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"472aec6d-c5f2-40a2-9c6c-c8d3aab7a1ee",code:"subgama",image:null,label:"Subgama",prefix:"",suffix:"",options:[{image:null,label:"LED",value:"led",condition:`(values) => {
247
+ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. Mantenimiento práctico. La gestión de contenido remoto simplifica la actualización de tus mensajes, campañas y promociones en tiempo real.`,PROPS:{gob:null,sku:"BAN-P3076-OUT",alto:"510",gama:"banderola",ancho:"670",pitch:"3_076_mm",subgama:"led",material:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",ubicacion:"exterior",profundidad:"180",proteccion_ip:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",tasa_refresco:"3840_hz",tipo_servicio:"front_back",usos_habituales:["tiendas_recepciones_hall_salas_de_espera_showrooms_galerias","entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos"],tipo_instalacion:"facil_fijacion_a_pared_con_tornillos",unidad_de_medida:"mm",propositos_generales:["publicidad_exterior_fachadas_contenido_comercial_videowall_exterior","publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial"],controladoras_compatibles:["integrado"]},PAQUETE:!1,UBICACION:null}}],UBICACION:{CIUDAD:""}}}]),av={data:{},fetching:!1,scale:1},iv=$e.extend({});function Ss(){const n=e.inject("context"),d=e.computed(()=>n.product.value),o=n.slide,c=n.isPublic,s=n.images,r=n.selectedPackProduct,m=e.computed(()=>!c.value),p=e.computed(()=>{var h;return((h=d.value)==null?void 0:h.detalle_pack)||[]}),g=e.computed(()=>{var h;return((h=d.value)==null?void 0:h.props)||{}});return e.watch(d,()=>{var f;const h=((f=d.value)==null?void 0:f.images)||[];s.value=h},{immediate:!0}),e.watch(p,h=>{var f;h&&(r.value=(f=h[0])==null?void 0:f.DETALLE)},{immediate:!0,deep:!0}),{product:d,isPublic:c,isPrivate:m,images:s,detallePack:p,productProps:g,selectedPackProduct:r,slide:o,gamaProps:n.gamaProps,count:n.count,showPrice:n.showPrice}}const lv={key:0,class:"q-mt-md text-black col-12"},ov=e.defineComponent({__name:"ProductLongDescription",setup(n){const{product:d}=Ss(),o=e.computed(()=>{var c;return(c=d.value)==null?void 0:c.descripcion});return(c,s)=>o.value?(e.openBlock(),e.createElementBlock("div",lv,[s[0]||(s[0]=e.createElementVNode("div",{class:"font-bold text-h6"},"Información del producto",-1)),e.createElementVNode("div",null,e.toDisplayString(o.value),1)])):e.createCommentVNode("",!0)}}),nv={style:{"font-size":"16px","max-height":"300px","overflow-y":"auto"}},tv={key:0,class:"text-black"},sv=e.defineComponent({__name:"ProductShortDescription",setup(n){const{product:d}=Ss(),o=e.computed(()=>{var c;return((c=d.value)==null?void 0:c.descripcion_corta)||""});return(c,s)=>(e.openBlock(),e.createElementBlock("div",nv,[o.value?(e.openBlock(),e.createElementBlock("div",tv,e.toDisplayString(o.value),1)):e.createCommentVNode("",!0)]))}}),rv={class:"row justify-end"},cv={class:"text-h5 text-bold text-black"},uv={key:0,class:"row q-my-sm"},dv={key:1,class:"row items-end q-mb-md text-black"},mv={class:"text-h2 text-bold"},pv={class:"row"},fv={class:"col-md-7 col-12"},_v={key:0,class:"row q-my-sm"},gv={class:"q-mx-sm"},vv=["src"],bv={key:2,class:"q-mt-md text-black"},hv={style:{"margin-top":"8px"}},Cv={key:3,class:"q-mt-md text-black"},Ov={style:{"margin-top":"8px"}},Ev={key:4,class:"q-mt-md text-black"},xv={style:{"margin-top":"8px"}},Iv={key:5,class:"q-mt-md text-black"},Av={style:{"margin-top":"8px"}},yv={key:0,class:"row q-mt-lg"},Pv={class:"row"},Dv=se(e.defineComponent({__name:"PerdmTelephonyProductDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{default:"detail"},title:{},data:{},gamaProps:{},cardColor:{},showPrice:{type:Function,default:()=>!0}},emits:["on-event"],setup(n,{emit:d}){const o=d;e.provide("emit",o);const c=n,s=e.ref(1),{data:r,isPublic:m,gamaProps:p,count:g}=e.toRefs(c),h=e.computed(()=>{var w;return((w=c.showPrice)==null?void 0:w.call(c,r.value))??!0}),f=e.computed(()=>Vl(r.value)),x=e.computed(()=>{var w,V;return(V=(w=f.value)==null?void 0:w.nombre)==null?void 0:V.toLowerCase()}),T=e.computed(()=>{var w,V;return(V=(w=f.value)==null?void 0:w.tags)==null?void 0:V.split(",")}),y=e.ref(null),b=e.ref([]),O={product:f,slide:s,isPublic:m,selectedPackProduct:y,images:b,count:g,gamaProps:p,showPrice:h};e.provide("context",O);const C=e.computed(()=>{var w;return((w=f.value)==null?void 0:w.props)||{}}),I=(w,V)=>w.find(X=>X.value===V)||V,E=w=>{var X;const V=C.value[w],q=p.value.find(le=>le.code===w);return(X=q==null?void 0:q.options)!=null&&X.length?ue.isArray(V)?V.map(le=>I(q.options,le)):I(q.options,V):V},P=e.computed(()=>E("complementos")),N=e.computed(()=>{var q,X,le;const w=(q=P.value)==null?void 0:q.map(ae=>{var re;return{src:(re=ae==null?void 0:ae.image)==null?void 0:re.src,label:ae.label}});if(w!=null&&w.length)return w;const V=((le=(X=f.value)==null?void 0:X.detalle_pack)==null?void 0:le.filter(ae=>{var re,ge,pe,De,Le;return((pe=(ge=(re=ae==null?void 0:ae.DETALLE)==null?void 0:re.PROPS)==null?void 0:ge.familia)==null?void 0:pe.some(ye=>["streaming","app"].includes(ye)))&&((Le=(De=ae==null?void 0:ae.DETALLE)==null?void 0:De.ARCHIVOS)==null?void 0:Le.length)}))||[];return V==null?void 0:V.map(ae=>{var re,ge,pe,De;return{src:(pe=(ge=(re=ae==null?void 0:ae.DETALLE)==null?void 0:re.ARCHIVOS)==null?void 0:ge[0])==null?void 0:pe.LOCATION,label:(De=ae==null?void 0:ae.DETALLE)==null?void 0:De.NOMBRE}})}),D=e.computed(()=>{var w;return Number(((w=f.value)==null?void 0:w.precio)||0)}),k=()=>{var w;return o("on-event",{code:"edit_product",payload:{id:(w=f.value)==null?void 0:w.id,detallePackComponent:"perdm_telephony",hiddenTabs:["proveedores","prices"],hidePriceTaxInputs:!0}})},j=e.computed(()=>{var w,V,q,X;return(((V=(w=f.value)==null?void 0:w.props)==null?void 0:V.ideal_para_residenciales)||[]).concat(((X=(q=f.value)==null?void 0:q.props)==null?void 0:X.ideal_para_negocio)||[])}),$=e.computed(()=>{var w,V,q,X,le,ae,re,ge,pe,De,Le,ye;return c.cardColor?c.cardColor:(q=(V=(w=r.value)==null?void 0:w.PROPS)==null?void 0:V.familia)!=null&&q.includes("movil")?"#D60270":(ae=(le=(X=r.value)==null?void 0:X.PROPS)==null?void 0:le.familia)!=null&&ae.includes("tv")?"#FFA807":(pe=(ge=(re=r.value)==null?void 0:re.PROPS)==null?void 0:ge.familia)!=null&&pe.includes("streaming")&&((ye=(Le=(De=r.value)==null?void 0:De.PROPS)==null?void 0:Le.familia)==null?void 0:ye.length)==1?"black":"#00C1B5"}),Z=()=>{const w=ue.omit(f.value,"images","table_estado");o("on-event",{code:"add_to_shopcart",payload:{product:ue.mapKeys({...w,id_producto:w.id},(V,q)=>q.toUpperCase()),quantity:1,props:null}})};return(w,V)=>{var q,X,le,ae,re,ge,pe,De,Le,ye,Ye,la,Ca,qe,Je,Re,Pe;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",rv,[e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:k}))]),e.createElementVNode("div",null,[e.createElementVNode("div",null,[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,we=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{outline:"",key:we,size:"md",class:"q-mx-xs q-mb-md",style:e.normalizeStyle({borderColor:$.value})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(we)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",cv,e.toDisplayString(x.value||""),1),e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",uv,[(q=e.unref(r))!=null&&q.R_ESTADO?(e.openBlock(),e.createBlock(Ra,{key:0,label:(le=(X=e.unref(r))==null?void 0:X.R_ESTADO)==null?void 0:le.NAME,color:(re=(ae=e.unref(r))==null?void 0:ae.R_ESTADO)==null?void 0:re.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])),D.value?(e.openBlock(),e.createElementBlock("div",dv,[e.createElementVNode("span",mv,"$"+e.toDisplayString(D.value),1),V[0]||(V[0]=e.createElementVNode("span",{class:"text-caption q-pl-sm q-pb-sm"}," al mes",-1))])):e.createCommentVNode("",!0),e.createElementVNode("div",pv,[e.createElementVNode("div",fv,[N.value.length?(e.openBlock(),e.createElementBlock("div",_v,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,(we,Ke)=>(e.openBlock(),e.createElementBlock("div",gv,[(e.openBlock(),e.createElementBlock("img",{key:Ke,src:we.src,class:"streaming-img q-mr-md"},null,8,vv))]))),256))])):e.createCommentVNode("",!0)])]),e.createVNode(sv),(ge=j.value)!=null&&ge.length?(e.openBlock(),e.createElementBlock("div",bv,[V[1]||(V[1]=e.createElementVNode("div",{class:"text-bold"},"Ideal para:",-1)),e.createElementVNode("ul",hv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(j.value,we=>{var Ke;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((Ke=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:Ke.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0),(pe=j.value)!=null&&pe.length?(e.openBlock(),e.createElementBlock("div",Cv,[V[2]||(V[2]=e.createElementVNode("div",{class:"text-bold"},"Ideal para:",-1)),e.createElementVNode("ul",Ov,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(j.value,we=>{var Ke;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((Ke=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:Ke.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0),(ye=(Le=(De=f.value)==null?void 0:De.props)==null?void 0:Le.ventajas)!=null&&ye.length?(e.openBlock(),e.createElementBlock("div",Ev,[V[3]||(V[3]=e.createElementVNode("div",{class:"text-bold"},"Ventajas/Beneficios:",-1)),e.createElementVNode("ul",xv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((la=(Ye=f.value)==null?void 0:Ye.props)==null?void 0:la.ventajas,we=>{var Ke;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((Ke=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:Ke.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0),(Je=(qe=(Ca=f.value)==null?void 0:Ca.props)==null?void 0:qe.wifi)!=null&&Je.length?(e.openBlock(),e.createElementBlock("div",Iv,[V[4]||(V[4]=e.createElementVNode("div",{class:"text-bold"},"WIFI:",-1)),e.createElementVNode("ul",Av,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((Pe=(Re=f.value)==null?void 0:Re.props)==null?void 0:Pe.wifi,we=>{var Ke;return e.openBlock(),e.createElementBlock("li",null,e.toDisplayString((Ke=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(we)))==null?void 0:Ke.replace(/_/g," ")),1)}),256))])])):e.createCommentVNode("",!0)])]),e.unref(m)?(e.openBlock(),e.createElementBlock("div",yv,[e.createVNode(e.unref(M.QBtn),{class:"text-bold",style:e.normalizeStyle({backgroundColor:$.value}),"text-color":"white",size:"lg","no-caps":"",unelevated:"",rounded:"",onClick:e.withModifiers(Z,["stop"])},{default:e.withCtx(()=>[...V[5]||(V[5]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"])])):e.createCommentVNode("",!0),e.createElementVNode("div",Pv,[e.createVNode(ov)])],64)}}}),[["__scopeId","data-v-c0c26748"]]),Rv=Object.freeze([{ID_PRODUCTO:32,COD_ART_MVX:"1_gig26",NOMBRE:"PAQUETE $1,399",DESCRIPCION:"1 Giga de velocidad para todo: descargas, streaming y teletrabajo sin límites. Actívalo hoy.",DESCRIPCION_CORTA:"Para descargas y streaming intensivo",ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{wifi:["wifi_mesh_interior"],familia:["tv","telefonia"],complementos:["amazon_prime_video","disney","star","hbo_max"],cliente_ideal:"Usuarios top",uso_recomendado:"Descargas pesadas / alta demanda de datos",tipo_de_servicio:"residencial",velocidad_de_internet_megas:1e3},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1399.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,FECHA_CREADO:"2025-09-17T02:12:53.050Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Productos telefonia",PROPS:[{id:"2a52b542-8173-4e17-97c3-ea1127376138",code:"grupo",image:null,label:"Grupo",prefix:"",suffix:"",options:[{image:null,label:"2 PLAY",value:"2_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 2PM",value:"5_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 2PM",value:"8_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 2PM",value:"comp_tus_datos_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 2PM",value:"plan_famil_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"3 PLAY",value:"3_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 3PM",value:"5_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 3PM",value:"8_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 3PM",value:"comp_tus_datos_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 3PM",value:"plan_famil_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL CLIENTE",value:"izzi_movil_cliente",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL NO CLIENTE",value:"izzi_movil_no_cliente",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Familia",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"d652e042-3d24-4279-8ee2-b1e578e01b6c",code:"tecnologias_de_acceso",image:null,label:"Tecnologías de acceso",prefix:"",suffix:"",options:[{image:null,label:"Fibra óptica",value:"fibra_optica",condition:"",exclusive:!1},{image:null,label:"Satelital",value:"satelital",condition:"",exclusive:!1},{image:null,label:"Datos móviles",value:"datos_moviles",condition:"",exclusive:!1},{image:null,label:"4G",value:"4_g",condition:"",exclusive:!1},{image:null,label:"5G",value:"5_g",condition:"",exclusive:!1},{image:null,label:"Cable coaxial",value:"cable_coaxial",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"ad4a2391-73a5-4c71-a947-738170f61ad5",code:"permanencia",image:null,label:"Permanencia",prefix:"",suffix:"",options:[{image:null,label:"8 meses",value:"8_meses",condition:"",exclusive:!1},{image:null,label:"12 meses",value:"12_meses",condition:"",exclusive:!1}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9d797d57-d3d2-4744-ad86-45d82e709e7b",code:"wifi",image:null,label:"Wifi",prefix:"",suffix:"",options:[{image:{src:""},label:"Wifi mesh interior",value:"wifi_mesh_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi mesh exterior",value:"wifi_mesh_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi empresarial",value:"wifi_empresarial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_number"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"datos_moviles_gb",image:null,label:"Datos moviles GB",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Disponible",COLOR:"#10c94b",CODE:"disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"izzi movil 5gb",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{permanencia:"12_meses",segmento:"2_play_10_gb",tipo_de_servicio:"residencial",familia:["internet","streaming","tv"],velocidad_de_internet_megas:5,datos_moviles_gb:0,complementos:["skeelo","vix_premium"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"299",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]}]),Tv={isPublic:!0,data:null,fetching:!1,scale:1,count:0,gamaProps:[{id:"2d1db14c-3540-4f6a-8069-b840126ee29a",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:null,label:"Pantalla LED modular",value:"pantallas_led_modulares",condition:"",exclusive:!1},{image:null,label:"Tótems",value:"totems",condition:"",exclusive:!1},{image:null,label:"Pantallas LCD",value:"pantallas_lcd",condition:"",exclusive:!1},{image:null,label:"Banderola",value:"banderola",condition:"",exclusive:!1},{image:null,label:"Soportes y estructuras",value:"soportes_y_estructuras",condition:"",exclusive:!1},{image:null,label:"Controladoras",value:"controladoras",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[{param:"",validator:"required"}],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"472aec6d-c5f2-40a2-9c6c-c8d3aab7a1ee",code:"subgama",image:null,label:"Subgama",prefix:"",suffix:"",options:[{image:null,label:"LED",value:"led",condition:`(values) => {
248
248
  if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }`,exclusive:!1},{image:null,label:"LCD",value:"lcd",condition:"(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",exclusive:!1},{image:null,label:"QLED",value:"qled",condition:"(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",exclusive:!1},{image:null,label:"Estandar",value:"estandar",condition:"(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",exclusive:!1},{image:null,label:"Barras de Colgado y Apilado LED",value:"barras_de_colgado_y_apilado_led",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Soportes de Suelo (para LCD o LED)",value:"soportes_de_suelo_para_lcd_o_led",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Soportes de Techo (para LCD o LED)",value:"soportes_de_techo_para_lcd_o_led",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Accesorios de Montaje ( elementos como adaptadores, conectores, etc.)",value:"accesorios_de_montaje_elementos_como_adaptadores_conectores_etc",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Controladoras Síncronas / Procesadores de Vídeo",value:"controladoras_sincronas_procesadores_de_video",condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Controladoras Asíncronas / Reproductores Multimedia",value:"controladoras_asincronas_reproductores_multimedia",condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }",exclusive:!1},{image:null,label:"Accesorios de Transporte y Almacenamiento",value:"accesorios_de_transporte_y_almacenamiento",condition:"(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",exclusive:!1}],multiple:!1,structure:[],validators:[{param:"",validator:"required"}],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:""},controlType:"select"},{id:"4600b4e5-2205-4f46-8677-175e6a82c793",code:"resolucion",image:null,label:"Resolución",prefix:"",suffix:"",options:[{image:null,label:"HD Alta Definición 1280×720 p",value:"hd_alta_definicion_1280_720_p",condition:"",exclusive:!1},{image:null,label:"FULL HD 1920×1080 p",value:"full_hd_1920_1080_p",condition:"",exclusive:!1},{image:null,label:"4K (o 4K UHD / Ultra HD) (3840×2160 p)",value:"4_k_o_4_k_uhd_ultra_hd_3840_2160_p",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.subgama === 'lcd') return true; return false}"},controlType:"select"},{id:"0bbc8ab1-8753-4e76-b123-5e1454d60df8",code:"ubicacion",image:null,label:"Ubicación",prefix:"",suffix:"",options:[{image:null,label:"Interior",value:"interior",condition:"",exclusive:!1},{image:null,label:"Exterior",value:"exterior",condition:"",exclusive:!1},{image:null,label:"Escaparate",value:"escaparate",condition:"",exclusive:!1},{image:null,label:"LED Modular",value:"led_modular",condition:"",exclusive:!1},{image:null,label:"Panel Led Modular",value:"panel_led_modular",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"13cc490d-fbb8-4b2a-adc9-d4f949d99649",code:"gob",image:null,label:"GOB",prefix:"",suffix:"",options:[{image:null,label:"Si",value:"si",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"17e11c52-6ab1-453e-9cc9-7f11604af1ae",code:"tipo_servicio",image:null,label:"Conexiones y acceso a componentes",prefix:"",suffix:"",options:[{image:null,label:"Front",value:"front",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Back",value:"back",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Full Front",value:"full_front",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Integrado",value:"integrado",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Front & Back",value:"front_back",condition:"(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",exclusive:!1},{image:null,label:"Parte trasera",value:"parte_trasera",condition:"(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"f23bcaee-bd3b-4c5b-a3bb-94f6e4c228a4",code:"controladoras_compatibles",image:null,label:"Controladoras compatibles",prefix:"",suffix:"",options:[{image:null,label:"Novastar VX400",value:"novastar_vx_400",exclusive:!1},{image:null,label:"Novastar VX600",value:"novastar_vx_600",exclusive:!1},{image:null,label:"Novastar VX1000",value:"novastar_vx_1000",exclusive:!1},{image:null,label:"Taurus TB2",value:"taurus_tb_2",exclusive:!1},{image:null,label:"Taurus TB30",value:"taurus_tb_30",exclusive:!1},{image:null,label:"Taurus TB40",value:"taurus_tb_40",exclusive:!1},{image:null,label:"Taurus TB60",value:"taurus_tb_60",exclusive:!1},{image:null,label:"Integrado",value:"integrado",exclusive:!1},{image:null,label:"No",value:"no",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','banderola'].includes(values.gama)) return true; return false; }"},controlType:"select"},{id:"b7bae16c-6c4b-4615-9fb0-dc5390fcefa4",code:"sku",image:null,label:"SKU",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"57a64362-9c0f-4343-8c9e-3becdebea0da",code:"serie",image:null,label:"Serie",prefix:"",suffix:"",options:[{image:null,label:"Hanging Bar",value:"hanging_bar",condition:"",exclusive:!1},{image:null,label:"Novastar VX",value:"novastar_vx",condition:"",exclusive:!1},{image:null,label:"Novastar Taurus",value:"novastar_taurus",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'controladoras') return true; return false}"},controlType:"select"},{id:"523bc758-46d8-4c45-b945-2542628c2e46",code:"colores_disponibles",image:null,label:"Colores disponibles",prefix:"",suffix:"",options:[{image:null,label:"No indicar color",value:"no_indicar_color",exclusive:!0},{image:null,label:"Negro",value:"negro",exclusive:!1},{image:null,label:"Blanco",value:"blanco",exclusive:!1},{image:null,label:"Gris",value:"gris",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd'].includes(values.gama)) return true; return false; }"},controlType:"select"},{id:"9c486641-8c6e-4694-842e-3004634345c0",code:"propositos_generales",image:null,label:"Propósitos generales",prefix:"",suffix:"",options:[{image:null,label:"Publicidad, Señalética, Informativo, Decorativo, Corporativo, Contenido comercial",value:"publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial",condition:"",exclusive:!1},{image:null,label:"Publicidad exterior, fachadas, Contenido comercial, Videowall Exterior",value:"publicidad_exterior_fachadas_contenido_comercial_videowall_exterior",condition:"",exclusive:!1},{image:null,label:"Publicidad exterior, Publicidad vía pública",value:"publicidad_exterior_publicidad_via_publica",condition:"",exclusive:!1},{image:null,label:"Aplicación general según instalación",value:"aplicacion_general_segun_instalacion",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"9017328f-fdcd-45a6-bd59-af7977ac530c",code:"tipo_instalacion",image:null,label:"Tipo de instalación",prefix:"",suffix:"",options:[{image:null,label:"Pared o soporte VESA",value:"pared_o_soporte_vesa",condition:"",exclusive:!1},{image:null,label:"Montaje interior orientado al exterior",value:"montaje_interior_orientado_al_exterior",condition:"",exclusive:!1},{image:null,label:"Estructura exterior / soporte metálico",value:"estructura_exterior_soporte_metalico",condition:"",exclusive:!1},{image:null,label:"Autoportante / de suelo",value:"autoportante_de_suelo",condition:"",exclusive:!1},{image:null,label:"Anclado a pared o estructura interior",value:"anclado_a_pared_o_estructura_interior",condition:"",exclusive:!1},{image:null,label:"Fácil fijación a pared con tornillos",value:"facil_fijacion_a_pared_con_tornillos",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"83d74ae6-f2aa-4502-8d8e-6b9cf31bccb4",code:"doble_cara",image:null,label:"Doble cara",prefix:"",suffix:"",options:[{image:null,label:"Doble cara",value:"doble_cara",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'totems') return true; return false }"},controlType:"checkbox"},{id:"4ca01cb5-1cfa-49c4-a8d0-4e6fd3b17845",code:"interactivo",image:null,label:"Interactivo",prefix:"",suffix:"",options:[{image:null,label:"Táctil",value:"tactil",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"5a809acc-414b-4425-a0cb-4e3f24fac7e0",code:"pitch",image:null,label:"Pitch",prefix:"",suffix:"",options:[{image:null,label:"1.8mm",value:"1_8_mm",condition:"",exclusive:!1},{image:null,label:"1.86mm",value:"1_86_mm",condition:"",exclusive:!1},{image:null,label:"2.0mm",value:"2_0_mm",condition:"",exclusive:!1},{image:null,label:"2.5mm",value:"2_5_mm",condition:"",exclusive:!1},{image:null,label:"2.6mm",value:"2_6_mm",condition:"",exclusive:!1},{image:null,label:"2.9mm",value:"2_9_mm",condition:"",exclusive:!1},{image:null,label:"3.076mm",value:"3_076_mm",condition:"",exclusive:!1},{image:null,label:"3.9mm",value:"3_9_mm",condition:"",exclusive:!1},{image:null,label:"4.4mm",value:"4_4_mm",condition:"",exclusive:!1},{image:null,label:"5.7mm",value:"5_7_mm",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.subgama === 'led') return true; return false}"},controlType:"select"},{id:"d6c2e669-9270-4ef7-9c22-44bbbd9ae13d",code:"brillo",image:null,label:"Brillo",prefix:"",suffix:"",options:[{image:null,label:"450 nits",value:"450_nits",condition:"",exclusive:!1},{image:null,label:"800 nits",value:"800_nits",condition:"",exclusive:!1},{image:null,label:"1000 nits",value:"1000_nits",condition:"",exclusive:!1},{image:null,label:"1500 nits",value:"1500_nits",condition:"",exclusive:!1},{image:null,label:"3000 nits",value:"3000_nits",condition:"",exclusive:!1},{image:null,label:"3500 nits",value:"3500_nits",condition:"",exclusive:!1},{image:null,label:"4000 nits",value:"4000_nits",condition:"",exclusive:!1},{image:null,label:"4500 nits",value:"4500_nits",condition:"",exclusive:!1},{image:null,label:"5000 nits",value:"5000_nits",condition:"",exclusive:!1},{image:null,label:"Alta Brillantez 4k (LCD)",value:"alta_brillantez_4_k_lcd",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"3379a283-57a5-4ca2-a342-f14912b0f04b",code:"sistema_operativo",image:null,label:"Sistema operativo",prefix:"",suffix:"",options:[{image:null,label:"Android",value:"android",condition:"",exclusive:!1},{image:null,label:"Windows",value:"windows",condition:"",exclusive:!1},{image:null,label:"Linux",value:"linux",condition:"",exclusive:!1},{image:null,label:"IOS",value:"ios",condition:"",exclusive:!1},{image:null,label:"Firmware integrado",value:"firmware_integrado",condition:`(values) => { if(['controladoras_sincronas_procesadores_de_video'].includes(values.subgama)) {
249
249
  return true
250
250
  } else {
251
251
  return false
252
252
  } }`,exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:`(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd', 'controladoras'].includes(values.gama)) return true;
253
253
  return false;
254
- }`},controlType:"select"},{id:"6e8b965c-d68a-4dd5-ad28-64d4aa400eb2",code:"compatible_videowall",image:null,label:"Compatible videowall",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'pantallas_led_modulares') return true; return false }"},controlType:"checkbox"},{id:"e6ebbb08-0245-4698-91e4-0ba0c0a50368",code:"tipo_montaje",image:null,label:"Tipo de montaje",prefix:"",suffix:"",options:[{image:null,label:"Matriz",value:"matriz",condition:"",exclusive:!1},{image:null,label:"Standalone",value:"standalone",condition:"",exclusive:!1},{image:null,label:"Mural",value:"mural",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"81156583-de0a-4467-bd02-f1da769708db",code:"tasa_refresco",image:null,label:"Tasa de refresco (Hz)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_number"},{id:"c1dff0d1-d622-4878-8ee4-516c55958714",code:"modelo",image:null,label:"Modelo",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"9004ddcc-6a42-49ef-8a29-2b302e7b0f6e",code:"usos_habituales",image:null,label:"Usos habituales",prefix:"",suffix:"",options:[{image:null,label:"Tiendas, Recepciones, Hall, Salas de espera, Showrooms, Galerías",value:"tiendas_recepciones_hall_salas_de_espera_showrooms_galerias",condition:"",exclusive:!1},{image:null,label:"Escaparates o vitrinas expuestas al sol",value:"escaparates_o_vitrinas_expuestas_al_sol",condition:"",exclusive:!1},{image:null,label:"Eventos, Estadios, Mobiliario Urbano",value:"eventos_estadios_mobiliario_urbano",condition:"",exclusive:!1},{image:null,label:"Salas de Control, Estudios de TV, Salas de Videoconferencia, Auditorios",value:"salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios",condition:"",exclusive:!1},{image:null,label:"Entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos",value:"entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"9a2e6614-a2d3-47ca-9559-0e86b9794f17",code:"proteccion_ip",image:null,label:"Protección IP",prefix:"",suffix:"",options:[{image:null,label:"IP20: Productos de interior",value:"ip_20_productos_de_interior",condition:"",exclusive:!1},{image:null,label:"IP56: Protegido contra polvo y chorros potentes de agua",value:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",condition:"",exclusive:!1},{image:null,label:" IP43: Protegido contra objetos de más de 1mm y agua pulverizada.",value:"ip_43_protegido_contra_objetos_de_mas_de_1_mm_y_agua_pulverizada",condition:"",exclusive:!1},{image:null,label:"IP65: Totalmente protegido contra polvo y chorros de agua (parte frontal)",value:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",condition:"",exclusive:!1},{image:null,label:"IP54: Alta resistencia a polvo y salpicaduras",value:"ip_54_alta_resistencia_a_polvo_y_salpicaduras",condition:"",exclusive:!1},{image:null,label:"IP65/IP43",value:"ip_65_ip_43",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola','controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"2ba06c97-3132-440c-9a3e-7b87cf49ef26",code:"gran_formato_independiente",image:null,label:"Gran formato independiente",prefix:"",suffix:"",options:[{image:null,label:"Si",value:"si",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"82e115bd-0c05-4d3f-b92f-28ef2f5a4367",code:"peso_kg",image:null,label:"Peso (kg)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"6f6b3dda-aeed-4458-9242-95b55b316675",code:"consumo_medio_w",image:null,label:"Consumo medio (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"2eb6ef27-3574-47e4-b519-2cd6c1f55824",code:"consumo_maximo_w",image:null,label:"Consumo Máximo (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"82b23d3e-8d67-455c-882c-a643f5ef3c8b",code:"material",image:null,label:"Material",prefix:"",suffix:"",options:[{image:null,label:"Aluminio Fundido",value:"aluminio_fundido",condition:"",exclusive:!1},{image:null,label:"Aluminio",value:"aluminio",condition:"",exclusive:!1},{image:null,label:"Acero/Aluminio (para la carcasa exterior).",value:"acero_aluminio_para_la_carcasa_exterior",condition:"",exclusive:!1},{image:null,label:"Estructura de Aluminio (Ligero, Robusto, Resistente a la Corrosión)",value:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",condition:"",exclusive:!1},{image:null,label:"Material robusto y duradero",value:"material_robusto_y_duradero",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"903a14ee-2735-4961-8f47-2c25611f039d",code:"tamano",image:null,label:"Tamaño",prefix:"",suffix:"",options:[{image:null,label:'43"',value:"43",condition:"",exclusive:!1},{image:null,label:'49"',value:"49",condition:"",exclusive:!1},{image:null,label:'55"',value:"55",condition:"",exclusive:!1},{image:null,label:'65"',value:"65",condition:"",exclusive:!1},{image:null,label:'75"',value:"75",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd','qled'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"df3e8ee5-4656-4234-8d2c-7d4bcc434dc0",code:"unidad_de_medida",image:null,label:"Unidad de Medida",prefix:"",suffix:"",options:[{image:null,label:"mm",value:"mm",condition:"",exclusive:!1},{image:null,label:"cm",value:"cm",condition:"",exclusive:!1},{image:null,label:"m",value:"m",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"c79337f4-4a46-469e-abea-e6bd7ff9e422",code:"ancho",image:null,label:"Ancho",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"8ac0bc48-9b88-4689-a876-3c369262ed47",code:"alto",image:null,label:"Alto",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"dface708-9c21-44af-a434-b3a93d7eb1ce",code:"profundidad",image:null,label:"Profundidad",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"26f0bfec-1dcd-43ff-b5f1-8b4a162ba7c1",code:"a_medida",image:null,label:"A medida",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"checkbox"},{id:"e4cb73c3-67ab-4f63-94da-0db922dc5990",code:"codigo_ean",image:null,label:"Código EAN",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"9e86e10f-cbef-439f-8bcc-3938b5dd493e",code:"compatibilidad_de_senal",image:null,label:"Compatibilidad de señal",prefix:"",suffix:"",options:[{image:null,label:"DVI",value:"dvi",condition:"",exclusive:!1},{image:null,label:"SDI (3G-SDI)",value:"sdi_3_g_sdi",condition:"",exclusive:!1},{image:null,label:"VGA",value:"vga",condition:"",exclusive:!1},{image:null,label:"CVBS",value:"cvbs",condition:"",exclusive:!1},{image:null,label:"USB",value:"usb",condition:"",exclusive:!1},{image:null,label:"Red (LAN / Wi-Fi / 4G)",value:"red_lan_wi_fi_4_g",condition:"",exclusive:!1},{image:null,label:"HDMI",value:"hdmi",condition:"",exclusive:!1},{image:null,label:"HDMI 1.4",value:"hdmi_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort",value:"displayport",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.0",value:"displayport_1_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.1",value:"displayport_1_1",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.2",value:"displayport_1_2",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.3",value:"displayport_1_3",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.4",value:"displayport_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.0",value:"displayport_2_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.4",value:"displayport_2_4",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"}]},Rv=We.extend({view:V.z.enum(["detail","summary"]).optional(),title:V.z.string().optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),showPrice:V.z.function().optional()}),Nv={class:"flex-column full-height full-width"},Sv={key:0,class:"state-indicator-container"},Lv={key:1,class:"absolute-full flex flex-center bg-grey-3 column spinner-container"},Bv={key:0,class:"no-image-container bg-grey-3"},wv={class:"q-pa-md column no-wrap content-container"},kv={class:"text-h6 text-weight-bold q-mb-xs leading-tight"},Vv={class:"text-h5 q-mb-md"},Mv={class:"row"},Uv={class:"ellipsis text-bold"},Fv={key:1,class:"row q-mt-md"},zv=["src","alt","title"],Gv={class:"text-caption q-pl-xs text-grey-8"},$v={key:0,class:"text-caption text-grey-10 ellipsis q-mb-lg"},jv={style:{padding:"0px",margin:"0px","padding-left":"15px","padding-top":"5px"}},Hv={key:0,class:"nutrition-card q-pa-sm rounded-lg q-mb-md"},qv={class:"nutrition-grid"},Kv={class:"nutrition-item"},Qv={class:"value ellipsis"},Wv={class:"nutrition-item"},Zv={class:"value"},Yv={class:"nutrition-item"},Xv={class:"value"},Jv={class:"nutrition-item"},eb={class:"value"},ab={class:"nutrition-item"},ib={class:"value"},lb={class:"nutrition-item"},ob={class:"value"},tb=se(e.defineComponent({__name:"PlatoCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:3},hiddenProps:{},data:{},gamaProps:{},context:{},queryParams:{}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s}=e.toRefs(c),r=e.computed(()=>{var g;return((g=s.value)==null?void 0:g.ESTADO)==Ee.EstadoProducto.GENERANDO}),m=e.computed(()=>{var I,P;const g=(I=s.value)==null?void 0:I.R_IMG;if(ue.isArray(g)&&g.length>0)return((P=g[0])==null?void 0:P.LOCATION)||""}),f=e.computed(()=>{var g;return((g=s.value)==null?void 0:g.NOMBRE)||"Plato sin nombre"}),v=e.computed(()=>{var g;return((g=s.value)==null?void 0:g.DESCRIPCION)||""}),C=e.computed(()=>{var g;return((g=s.value)==null?void 0:g.ID_GAMA)===56});e.computed(()=>{var I,P;const g=(P=(I=s.value)==null?void 0:I.PROPS)==null?void 0:P.price;return{"Muy barato":1,Barato:1,Normal:2,Caro:2,"Muy caro":3}[g]||0});const p=e.computed(()=>{var g;return((g=s.value)==null?void 0:g.PRECIO)||"0.00"});e.computed(()=>{var I,P;let g=(P=(I=s.value)==null?void 0:I.PROPS)==null?void 0:P.tiempo_preparacion;return ue.isArray(g)&&(g=g[0]),{"5 min":1,"10 min":1,"15 min":1,"20 min":2,"25 min":2,"30 min":2,"35 min":2,"40 min":2,"45 min":3,"1 hr":3,"1 hr 30 min":3,"2 hr":3,"2 hr 30 min":3}[(g||"").trim()]||0}),e.computed(()=>{var I;const g=(I=s.value)==null?void 0:I.TAGS;return Array.isArray(g)?g:typeof g=="string"?g.split(",").map(P=>P.trim()).filter(Boolean):[]});const x=e.computed(()=>{var g,I;return(I=(g=s.value)==null?void 0:g.PROPS)==null?void 0:I.mealType}),R={desayuno:{name:"Desayuno",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/39852233d1f7f68f_WhatsApp%20Image%202026-01-15%20at%2000.59.20%20%283%29.jpeg"},media_manana:{name:"Media Mañana",img:""},almuerzo:{name:"Almuerzo",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/b2518f6872c10e73_WhatsApp%20Image%202026-01-15%20at%2000.59.20%20%282%29.jpeg"},merienda:{name:"Merienda",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/745aaf2c687ee9cc_WhatsApp%20Image%202026-01-15%20at%2000.59.20%20%281%29.jpeg"},cena:{name:"Cena",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/9599e8d18dd7b1bf_WhatsApp%20Image%202026-01-15%20at%2001.27.12.jpeg"}};e.computed(()=>{var I;const g=(I=s.value)==null?void 0:I.FECHA_CREADO;return g?rn(g).format("DD/MM/YYYY"):""}),e.computed(()=>{var T,L,A;const g=(T=s.value)==null?void 0:T.R_CREADO_POR;if(!g)return"";const I=g.CONTACTO_NOMBRE||((L=g.CONTACTO)==null?void 0:L.NOMBRE)||"",P=g.CONTACTO_APELLIDO||((A=g.CONTACTO)==null?void 0:A.APELLIDO)||"";return`${I} ${P}`.trim()||"Desconocido"});const y=()=>{o("on-event",{code:"card_click",payload:{data:s.value}})},h=g=>{const I=g==null?void 0:g.toLowerCase();return I.includes("collagen")?"Piel & Elasticidad":I.includes("hyaluronic")?"Piel, hidratación, articulaciones":I.includes("magnesium")?"Estrés, fatiga, calambres":I.includes("liposomal")?"Inmunidad, huesos, longevidad":I.includes("omega")?"Corazón, cerebro, inflamación":I.includes("sleep")?"Insomnio, sueño profundo":I.includes("glycine")?"Sueño, sistema nervioso, recuperación":I.includes("joint")?"Personas con dolor articular":I.includes("creatin")||I.includes("bcaa")?"Rendimiento & Recuperación":I.includes("stress")?"Energía & Vitalidad":"Suplemento Nutricional"},O=g=>{const I=g==null?void 0:g.toLowerCase();return I.includes("collagen")?["Objetivos: Piel & Elasticidad","Colágeno hidrolizado","Vitamina C","Péptidos bioactivos"]:I.includes("hyaluronic")||I.includes("hialur")?["Objetivos: Piel, hidratación, articulaciones","Ácido hialurónico","Vitamina C"]:I.includes("magnesium")?["Objetivos: Estrés, fatiga, calambres","Magnesio bisglicinato","Magnesio malato","Magnesio citrato"]:I.includes("liposomal")?["Objetivos: Inmunidad, huesos, longevidad","Vitamina K2 MK‐7","Vitamina D3","Fosfolípidos liposomales"]:I.includes("omega")?["Objetivos: Corazón, cerebro, inflamación","Ácidos grasos Omega-3","EPA & DHA"]:I.includes("sleep")?["Objetivos: Insomnio, sueño profundo","Melatonina","Magnesio","Extracto de valeriana"]:I.includes("glycine")?["Objetivos: Sueño, sistema nervioso, recuperación","Glicina","Vitamina B6"]:I.includes("joint")?["Objetivos: Personas con dolor articular","Condroitina","Glucosamina","MSM"]:I.includes("creatin")?["Objetivos: Rendimiento & Recuperación","Creatina monohidrato","Creatina micronizada"]:I.includes("bcaa")?["Objetivos: Rendimiento & Recuperación","Aminoácidos ramificados BCAA 2:1:1","L-Leucina, L-Isoleucina, L-Valina"]:I.includes("stress")?["Ashwagandha","Rhodiola","L-Leucina","L‐teanina","L-Valina"]:["Suplemento Nutricional"]};return(g,I)=>(e.openBlock(),e.createBlock(Da,{class:"plato-card cursor-pointer bg-white",loading:c.fetching,"no-padding":"",unelevated:c.unelevated,"border-radius":c.borderRadius,hoverable:c.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:y},{footer:e.withCtx(()=>{var P,T,L,A,w,$,j,Y,B,k,q,X,le,ae,re,ge,pe,De,Le;return[C.value?(e.openBlock(),e.createElementBlock("div",$v,[e.createElementVNode("ul",jv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(O(f.value),(ye,Ze)=>(e.openBlock(),e.createElementBlock("li",{key:Ze},e.toDisplayString(ye),1))),128))])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[(P=e.unref(s))!=null&&P.PROPS?(e.openBlock(),e.createElementBlock("div",Hv,[e.createElementVNode("div",qv,[e.createElementVNode("div",Kv,[e.createElementVNode("div",Qv,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"red-1","text-color":"red-9",label:`${(A=(L=(T=e.unref(s).PROPS)==null?void 0:T.nutrition)==null?void 0:L.calories)==null?void 0:A.toFixed(1)} kcal`,class:"q-ma-none"},null,8,["label"])]),I[2]||(I[2]=e.createElementVNode("div",{class:"label q-mt-sm"},"Calorías",-1))]),e.createElementVNode("div",Wv,[e.createElementVNode("div",Zv,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"blue-1","text-color":"blue-9",label:`${(j=($=(w=e.unref(s).PROPS)==null?void 0:w.nutrition)==null?void 0:$.protein)==null?void 0:j.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),I[3]||(I[3]=e.createElementVNode("div",{class:"label q-mt-sm"},"Proteína",-1))]),e.createElementVNode("div",Yv,[e.createElementVNode("div",Xv,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"green-1","text-color":"green-9",label:`${(k=(B=(Y=e.unref(s).PROPS)==null?void 0:Y.nutrition)==null?void 0:B.carbs)==null?void 0:k.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),I[4]||(I[4]=e.createElementVNode("div",{class:"label q-mt-sm"},"Carbohidratos",-1))]),e.createElementVNode("div",Jv,[e.createElementVNode("div",eb,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"yellow-2","text-color":"yellow-10",label:`${(le=(X=(q=e.unref(s).PROPS)==null?void 0:q.nutrition)==null?void 0:X.fats)==null?void 0:le.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),I[5]||(I[5]=e.createElementVNode("div",{class:"label q-mt-sm"},"Grasas",-1))]),e.createElementVNode("div",ab,[e.createElementVNode("div",ib,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"orange-1","text-color":"orange-9",label:`${(ge=(re=(ae=e.unref(s).PROPS)==null?void 0:ae.nutrition)==null?void 0:re.fiber)==null?void 0:ge.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),I[6]||(I[6]=e.createElementVNode("div",{class:"label q-mt-sm"},"Fibra",-1))]),e.createElementVNode("div",lb,[e.createElementVNode("div",ob,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"purple-1","text-color":"purple-9",label:`${(Le=(De=(pe=e.unref(s).PROPS)==null?void 0:pe.nutrition)==null?void 0:De.sodium)==null?void 0:Le.toFixed(1)} mg`,class:"q-ma-none"},null,8,["label"])]),I[7]||(I[7]=e.createElementVNode("div",{class:"label q-mt-sm"},"Sodio",-1))])])])):e.createCommentVNode("",!0)],64))]}),default:e.withCtx(()=>{var P,T,L;return[e.createElementVNode("div",Nv,[e.createElementVNode("div",{class:"relative-position img-container col-auto",style:e.normalizeStyle({aspectRatio:r.value?"4/3":void 0})},[(P=e.unref(s))!=null&&P.R_ESTADO?(e.openBlock(),e.createElementBlock("div",Sv,[e.createVNode(ka,{color:(T=e.unref(s).R_ESTADO)==null?void 0:T.COLOR,label:(L=e.unref(s).R_ESTADO)==null?void 0:L.NAME},null,8,["color","label"])])):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createElementBlock("div",Lv,[e.createVNode(e.unref(M.QSpinnerDots),{color:"primary",size:"40px"}),I[0]||(I[0]=e.createElementVNode("span",{class:"text-caption q-mt-sm"},"Generando plato...",-1))])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[m.value?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:m.value,ratio:4/3,class:"plato-img bg-grey-3",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("div",Bv,[...I[1]||(I[1]=[e.createElementVNode("img",{src:"https://w2w-files.s3.us-east-1.amazonaws.com/fabricadecampeones/plato-placeholder.png",width:"80",height:"80",style:{width:"80px",height:"80px"}},null,-1)])]))],64))],4),e.createElementVNode("div",wv,[e.createElementVNode("div",kv,e.toDisplayString(f.value),1),C.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",Vv,e.toDisplayString(e.unref(Ee.toCurrency)(p.value)),1),e.createElementVNode("div",Mv,[e.createVNode(e.unref(M.QChip),{size:"12px",color:"yellow-7",class:"text-black"},{default:e.withCtx(()=>[e.createElementVNode("div",Uv,e.toDisplayString(h(f.value)),1)]),_:1})])],64)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"text-body2 text-grey-7 description q-mt-md",style:e.normalizeStyle({"line-clamp":g.descriptionLines,"-webkit-line-clamp":g.descriptionLines})},e.toDisplayString(v.value),5),x.value&&Array.isArray(x.value)&&x.value.length?(e.openBlock(),e.createElementBlock("div",Fv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,A=>{var w,$,j,Y;return e.openBlock(),e.createElementBlock("div",{class:"row items-center",key:A,style:{"margin-right":"10px"}},[e.createVNode(e.unref(M.QTooltip),{anchor:A,"anchor-origin":"top middle","self-origin":"bottom middle"},{default:e.withCtx(()=>{var B;return[e.createTextVNode(e.toDisplayString(((B=R[A])==null?void 0:B.name)||A),1)]}),_:2},1032,["anchor"]),R[A]?(e.openBlock(),e.createElementBlock("img",{key:0,src:((w=R[A])==null?void 0:w.img)||"",alt:(($=R[A])==null?void 0:$.name)||A,title:((j=R[A])==null?void 0:j.name)||A,width:20,height:20,style:{borderRadius:"50%"},ref_for:!0,ref:A},null,8,zv)):e.createCommentVNode("",!0),e.createElementVNode("div",Gv,e.toDisplayString((Y=R[A])==null?void 0:Y.name),1)])}),128))])):e.createCommentVNode("",!0)])])]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"]))}}),[["__scopeId","data-v-5048782f"]]),nb=Object.freeze([{ID_PRODUCTO:1,COD_ART_MVX:"ARROZ_001",NOMBRE:"Arroz con Carne",DESCRIPCION:"Delicioso arroz graneado acompañado de carne jugosa al jugo, preparado con especias tradicionales.",DESCRIPCION_CORTA:"Clásico arroz con carne al jugo.",ID_CAPTACION:null,TIPO:"1",ESTADO:"4",ID_GAMA:1,ID_TIE_DEF:null,TAGS:"CASERO,ALMUERZO",PROPS:{mealType:["almuerzo","cena"],calories:"450 kcal",time:"30 min"},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"4500",ID_ESTADO:"disponible",ID_SEGMENTOS:null,FECHA_CREADO:"2025-01-01T12:00:00.000Z",R_CREADO_POR:{ID_USUARIO:1,NOMBRE:"Matias",APELLIDO:"Espinoza"},R_GAMA:{ID_GAMA:1,NOMBRE:"Platos",PROPS:[]},R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"Pendiente",COLOR:"#9c9c9c",CODE:"pendiente"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[{LOCATION:"https://felipecocina.cl/cdn/shop/files/ChatGPTImageJun22_2025_07_16_43PM.png?v=1750634269"}],R_PRECIOS:[]},{ID_PRODUCTO:2,COD_ART_MVX:"POROTOS_001",NOMBRE:"Porotos Granados",DESCRIPCION:"Tradicional plato chileno de porotos granados con mazamorra, albahaca y zapallo. Servido caliente.",DESCRIPCION_CORTA:"Porotos granados con mazamorra.",ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:1,ID_TIE_DEF:null,TAGS:"VEGETARIANO,VERANO",PROPS:{mealType:["almuerzo","cena"],calories:"380 kcal",time:"45 min"},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"5200",ID_ESTADO:"disponible",ID_SEGMENTOS:null,FECHA_CREADO:"2025-01-01T12:00:00.000Z",R_CREADO_POR:{ID_USUARIO:2,NOMBRE:"Sebastian",APELLIDO:"Garcia"},R_GAMA:{ID_GAMA:1,NOMBRE:"Platos",PROPS:[]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Aprobado",COLOR:"#10c94b",CODE:"aprobado"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_PRECIOS:[]},{ID_PRODUCTO:53,COD_ART_MVX:"00000053",NOMBRE:"Stress Complejo de Ashwagandha y Holixer",DESCRIPCION:`Complemento en cápsulas con extracto de Ashwagandha (Withania somnifera) y Holixer (Holy Basil - Ocimum tenuiflorum), plantas adaptogénicas tradicionalmente utilizadas en la medicina ayurvédica que contribuyen al equilibrio del organismo frente a situaciones de demanda física y mental.
255
- `,DESCRIPCION_CORTA:"Complejo adaptógeno para ayudar al cuerpo a gestionar el estrés físico y mental.",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:56,ID_TIE_DEF:null,TAGS:"",PROPS:{vegano:!1,formato:"capsula",cantidad:"2 cápsulas al día ",contenido:"60 cápsulas | 30 porciones",posologia:"comida",beneficios:"El extracto de Ashwagandha (Withania somnifera) de Centenarian Road ayuda a reducir el estrés y la ansiedad, favorece el equilibrio emocional y mejora la energía y resistencia frente a situaciones de tensión. Con solo 1 - 2 cápsulas al día se garantiza un aporte óptimo de extracto estandarizado de Ashwagandha, con máxima pureza y seguridad certificadas. Modula los niveles de cortisol y mejora la claridad mental bajo presión.",como_tomar:"Tomar 1 - 2 cápsula al día con un vaso de agua, preferiblemente durante las comidas.",advertencias:"No utilizar si se están tomando antidepresivos sin consultar al especialista. No superar la dosis diaria expresamente recomendada. Conservar en lugar fresco, seco y protegido de la luz solar, manteniendo el envase perfectamente cerrado y a una temperatura no superior a 30 ºC. Mantener fuera del alcance de los niños más pequeños. Abstenerse en caso de hipersensibilidad a alguno de los componentes o ingredientes.",ingredientes:"ashwagandha",cliente_objetivo:"Personas con ritmos de vida estresantes o fatiga adrenal. Adultos que buscan reducir el estrés y la ansiedad diaria, mejorar el equilibrio emocional y aumentar la energía de manera natural, con la tranquilidad de un suplemento de alta pureza y seguridad certificadas.",evidencia_cientifica:"La Ashwagandha KSM-66® es el extracto más estudiado para reducir los niveles de cortisol sérico. Han demostrado reducir el cortisol y mejorar los marcadores de estrés y ansiedad. Cada lote está analizado y certificado para garantizar que recibes un producto libre de más de 250 sustancias prohibidas en controles de dopaje, contaminantes y con una composición verificada por laboratorios externos..",triple_certificacion:!0,informacion_nutricional:"Ashwagandha KSM-66®, Rhodiola Rosea y vitaminas del grupo B."},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"18.00",DESCUENTO:"0.00",ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",ID_SEGMENTOS:null,TIPO_IVA:"general",PERIODO_COBRO:null,FECHA_ALTA:"2026-01-14",FECHA_CREADO:"2026-01-14T21:01:29.721Z",R_GAMA:{ID_GAMA:56,NOMBRE:"Suplemento",PROPS:[{id:"677c4657-be3c-40b7-831a-a4cbfdaccda3",code:"contenido",image:null,label:"Contenido",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"b1bb669b-ced6-4273-8b5a-222e79ff9124",code:"beneficios",image:null,label:"Beneficios",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"1c1e7c94-4fff-4434-b02d-0b352bf54dd8",code:"cliente_objetivo",image:null,label:"Cliente objetivo",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"d22284b1-40bc-4064-ad6a-57e057feb964",code:"como_tomar",image:null,label:"Cómo tomar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"0a92c708-6abb-476f-a40a-4e2e37d89ebd",code:"informacion_nutricional",image:null,label:"Información nutricional",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"15b423cd-e325-46ba-89ec-1f96b454dffc",code:"advertencias",image:null,label:"Advertencias",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"041accd7-1884-4fcc-88d2-34b861323a7a",code:"evidencia_cientifica",image:null,label:"Evidencia científica",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"521b8ecd-4700-4443-ac61-8ff8093693f1",code:"triple_certificacion",image:null,label:"Triple certificación",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"43bc2a1c-871e-4eca-860c-5538d650dfd1",code:"ingredientes",image:null,label:"Ingredientes",prefix:"",suffix:"",options:[{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Valina",value:"l_valina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Creatina monohidrato",value:"creatina_monohidrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glucosamina",value:"glucosamina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Condroitina",value:"condroitina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"MSM",value:"msm",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Colágeno hidrolizado",value:"colageno_hidrolizado",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina C",value:"vitamina_c",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Péptidos bioactivos",value:"peptidos_bioactivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ácido hialurónico",value:"acido_hialuronico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio bisglicinato",value:"magnesio_bisglicinato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio malato",value:"magnesio_malato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio citrato",value:"magnesio_citrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ashwagandha",value:"ashwagandha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Rhodiola",value:"rhodiola",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina D3",value:"vitamina_d_3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina K2 MK‐7",value:"vitamina_k_2_mk_7",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Fosfolípidos liposomales",value:"fosfolipidos_liposomales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"EPA",value:"epa",condition:"",exclusive:!1,description:""},{image:{src:""},label:"DHA",value:"dha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina E",value:"vitamina_e",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Melatonina",value:"melatonina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Apigenina",value:"apigenina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glicina",value:"glicina",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a641cd7-1698-488b-848b-c99f8ec444ee",code:"formato",image:null,label:"Formato",prefix:"",suffix:"",options:[{image:{src:""},label:"Cápsula",value:"capsula",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Polvo",value:"polvo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Softgel",value:"softgel",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"1fb1ab4c-fcac-41f5-9945-2252dbd602e0",code:"cantidad",image:null,label:"Cantidad a administrar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"fe210fcb-a64c-438b-986b-3e0f4b5827c2",code:"posologia",image:null,label:"Posología",prefix:"",suffix:"",options:[{image:{src:""},label:"Pre/Post entreno",value:"pre_post_entreno",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Diario",value:"diario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Noche",value:"noche",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Mañana",value:"manana",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Comida",value:"comida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Antes de dormir",value:"antes_de_dormir",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"520a1606-1884-4867-a804-d2bbdb21b169",code:"alergenos",image:null,label:"Alérgenos",prefix:"",suffix:"",options:[{image:{src:""},label:"Crustáceos",value:"crustaceos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Pescado",value:"pescado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"99a33f48-5852-46b3-9be8-3ef636ec8b76",code:"vegano",image:null,label:"Vegano",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",NAME:"Activo",COLOR:"#0091ff",CODE:"activo"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:165,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/03da370f27b777ca_Stress.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:1},{ID_ARCHIVO:166,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/22ad623c963aa8e4_Strees%20.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:2}],R_PRECIOS:[]},{ID_PRODUCTO:43,COD_ART_MVX:"00000043",NOMBRE:"Magnesium + Bisglinato de magnesio + Acetil taurato de magnesio",DESCRIPCION:"Complemento premium de magnesio para apoyo muscular, función cognitiva y reducción del estrés, con máxima biodisponibilidad y seguridad certificada.",DESCRIPCION_CORTA:"Suplemento de magnesio avanzado para apoyar tu rutina nutricional diaria, con máxima biodisponibilidad y seguridad certificada.",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:56,ID_TIE_DEF:null,TAGS:"",PROPS:{vegano:!1,formato:"capsula",cantidad:"Por porción (2 cápsulas)",contenido:"60 cápsulas | 30 porciones por envase",posologia:"comida",beneficios:"Optimiza la función muscular y nerviosa, reduce el cansancio y la fatiga, y mejora la calidad del descanso nocturno gracias a su alta absorción. El bisglicinato de magnesio y acetil taurato de magnesio de Centenarian Road contribuye a mantener la función muscular y nerviosa, favorece el equilibrio electrolítico y ayuda a reducir la fatiga y el cansancio. También apoya la función cognitiva y la relajación, siendo un aliado para personas activas y deportistas que buscan un rendimiento óptimo y bienestar general. Con solo 2 cápsulas al día se asegura un aporte adecuado de magnesio altamente biodisponible, con máxima pureza y seguridad certificadas.",como_tomar:"Tomar 2 cápsulas al día, preferiblemente por la tarde o antes de dormir para maximizar los beneficios en el descanso.",advertencias:"No superar la dosis diaria expresamente recomendada. Conservar en lugar fresco, seco y protegido de la luz solar, manteniendo el envase perfectamente cerrado y a una temperatura no superior a 30 ºC. Mantener fuera del alcance de los niños más pequeños. Abstenerse en caso de hipersensibilidad a alguno de los componentes o ingredientes. Los complementos alimenticios no deben utilizarse como sustituto de una dieta variada y equilibrada y un estilo de vida sano.",cliente_objetivo:"Personas que buscan mejorar su recuperación física, gestionar el estrés o que presentan deficiencias de magnesio debido a una actividad física intensa. Deportistas y personas activas que desean mantener un óptimo rendimiento muscular y cognitivo, así como favorecer la recuperación tras entrenamientos de alta intensidad. Adultos de todas las edades que buscan reducir el cansancio y la fatiga diaria, con la tranquilidad de un suplemento de alta biodisponibilidad, pureza y seguridad certificadas.",evidencia_cientifica:"Estudios demuestran que el acetil taurato de magnesio cruza eficazmente la barrera hematoencefálica, mejorando la función cognitiva y reduciendo la ansiedad.",triple_certificacion:!0,informacion_nutricional:"Por porción (2 cápsulas): Bisglicinato de magnesio y Acetil taurato de magnesio (AtaMg®). Aporta el 100% de la CDR de magnesio."},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"20.00",DESCUENTO:"0.00",ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",ID_SEGMENTOS:null,TIPO_IVA:"general",PERIODO_COBRO:null,FECHA_ALTA:"2026-01-14",FECHA_CREADO:"2026-01-14T21:00:40.303Z",R_GAMA:{ID_GAMA:56,NOMBRE:"Suplemento",PROPS:[{id:"677c4657-be3c-40b7-831a-a4cbfdaccda3",code:"contenido",image:null,label:"Contenido",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"b1bb669b-ced6-4273-8b5a-222e79ff9124",code:"beneficios",image:null,label:"Beneficios",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"1c1e7c94-4fff-4434-b02d-0b352bf54dd8",code:"cliente_objetivo",image:null,label:"Cliente objetivo",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"d22284b1-40bc-4064-ad6a-57e057feb964",code:"como_tomar",image:null,label:"Cómo tomar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"0a92c708-6abb-476f-a40a-4e2e37d89ebd",code:"informacion_nutricional",image:null,label:"Información nutricional",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"15b423cd-e325-46ba-89ec-1f96b454dffc",code:"advertencias",image:null,label:"Advertencias",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"041accd7-1884-4fcc-88d2-34b861323a7a",code:"evidencia_cientifica",image:null,label:"Evidencia científica",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"521b8ecd-4700-4443-ac61-8ff8093693f1",code:"triple_certificacion",image:null,label:"Triple certificación",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"43bc2a1c-871e-4eca-860c-5538d650dfd1",code:"ingredientes",image:null,label:"Ingredientes",prefix:"",suffix:"",options:[{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Valina",value:"l_valina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Creatina monohidrato",value:"creatina_monohidrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glucosamina",value:"glucosamina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Condroitina",value:"condroitina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"MSM",value:"msm",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Colágeno hidrolizado",value:"colageno_hidrolizado",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina C",value:"vitamina_c",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Péptidos bioactivos",value:"peptidos_bioactivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ácido hialurónico",value:"acido_hialuronico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio bisglicinato",value:"magnesio_bisglicinato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio malato",value:"magnesio_malato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio citrato",value:"magnesio_citrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ashwagandha",value:"ashwagandha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Rhodiola",value:"rhodiola",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina D3",value:"vitamina_d_3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina K2 MK‐7",value:"vitamina_k_2_mk_7",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Fosfolípidos liposomales",value:"fosfolipidos_liposomales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"EPA",value:"epa",condition:"",exclusive:!1,description:""},{image:{src:""},label:"DHA",value:"dha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina E",value:"vitamina_e",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Melatonina",value:"melatonina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Apigenina",value:"apigenina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glicina",value:"glicina",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a641cd7-1698-488b-848b-c99f8ec444ee",code:"formato",image:null,label:"Formato",prefix:"",suffix:"",options:[{image:{src:""},label:"Cápsula",value:"capsula",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Polvo",value:"polvo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Softgel",value:"softgel",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"1fb1ab4c-fcac-41f5-9945-2252dbd602e0",code:"cantidad",image:null,label:"Cantidad a administrar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"fe210fcb-a64c-438b-986b-3e0f4b5827c2",code:"posologia",image:null,label:"Posología",prefix:"",suffix:"",options:[{image:{src:""},label:"Pre/Post entreno",value:"pre_post_entreno",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Diario",value:"diario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Noche",value:"noche",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Mañana",value:"manana",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Comida",value:"comida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Antes de dormir",value:"antes_de_dormir",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"520a1606-1884-4867-a804-d2bbdb21b169",code:"alergenos",image:null,label:"Alérgenos",prefix:"",suffix:"",options:[{image:{src:""},label:"Crustáceos",value:"crustaceos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Pescado",value:"pescado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"99a33f48-5852-46b3-9be8-3ef636ec8b76",code:"vegano",image:null,label:"Vegano",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",NAME:"Activo",COLOR:"#0091ff",CODE:"activo"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:161,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/07cbf6d9ee3e0281_magnessium%20%283%29.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:2},{ID_ARCHIVO:162,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/317a19a61a74aa73_Magnessium%20%2B%20beneficios%20.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:2}],R_PRECIOS:[]},{ID_PRODUCTO:102,COD_ART_MVX:"00000102",NOMBRE:"Isotónica cítrica con yogurt griego",DESCRIPCION:"Bebida cremosa y ácida con yogurt griego, limón, miel y una pizca de sal para esfuerzos intensos.",DESCRIPCION_CORTA:null,ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{prep:"Mezcla el yogurt con el limón picado o triturado, incorpora la miel y la sal. Revuelve hasta integrar y sirve bien frío. Consume en pequeñas tomas alrededor de tu entrenamiento.",cocina:["internacional","casera"],mealType:["colacion"],objetivo:["ganancia_muscular","mantenimiento"],nutrition:{fats:.7,carbs:27.5,fiber:1.7,sodium:443.6,protein:16.2,calories:169.7},composicion:["alto_en_proteina","alto_en_carbohidratos","bajo_en_grasa"],ingredients:[{id:"yogurt, greek, plain, nonfat",name:"Yogurt, Greek, plain, nonfat",unit:"g",quantity:150,nutritionalInfo:{fats:.5549999999999999,carbs:5.46,fiber:0,sodium:54,protein:15.45,calories:91.5}},{id:"lemon_, raw, without peel",name:"Lemons, raw, without peel",unit:"g",quantity:60,nutritionalInfo:{fats:.18,carbs:5.592,fiber:1.68,sodium:1.2,protein:.66,calories:17.4}},{id:"honey",name:"Honey",unit:"g",quantity:20,nutritionalInfo:{fats:0,carbs:16.48,fiber:.04000000000000001,sodium:.8,protein:.06,calories:60.8}},{id:"_alt, table",name:"Salt, table",unit:"g",quantity:1,nutritionalInfo:{fats:0,carbs:0,fiber:0,sodium:387.58,protein:0,calories:0}}],practicidad:["rapido"],restricciones:["vegetariano","sin_gluten"],tipo_de_plato:["colacion"]},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:null,DESCUENTO:"0.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,TIPO_IVA:null,PERIODO_COBRO:null,FECHA_ALTA:"2026-01-15",FECHA_CREADO:"2026-01-15T22:56:00.363Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Plato",PROPS:[]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Aprobado",COLOR:"#10c94b",CODE:"aprobado"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:71,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/ad95888cefe59f3b_yogur-citrico.jpg",FILETYPE:"image",PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],R_PRECIOS:[]},{ID_PRODUCTO:101,COD_ART_MVX:"00000101",NOMBRE:"Bebida isotónica de limón, miel y sal",DESCRIPCION:"Refrescante mezcla cítrica con miel y una pizca de sal para aportar carbohidratos rápidos y sodio antes del entrenamiento.",DESCRIPCION_CORTA:null,ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{prep:"Exprimir la pulpa de limón y mezclar con la miel hasta disolver. Añadir la sal y remover bien. Servir muy fría.",cocina:["casera","internacional"],mealType:["almuerzo","cena"],objetivo:["mantenimiento"],nutrition:{fats:.2,carbs:23.9,fiber:2.3,sodium:390,protein:.9,calories:84},composicion:["alto_en_carbohidratos","bajo_en_grasa"],ingredients:[{id:"lemon_, raw, without peel",name:"Lemons, raw, without peel",unit:"g",quantity:80,nutritionalInfo:{fats:.24,carbs:7.456,fiber:2.24,sodium:1.6,protein:.8800000000000001,calories:23.200000000000003}},{id:"honey",name:"Honey",unit:"g",quantity:20,nutritionalInfo:{fats:0,carbs:16.48,fiber:.04000000000000001,sodium:.8,protein:.06,calories:60.8}},{id:"_alt, table",name:"Salt, table",unit:"g",quantity:1,nutritionalInfo:{fats:0,carbs:0,fiber:0,sodium:387.58,protein:0,calories:0}}],practicidad:["rapido"],restricciones:["vegetariano","vegano","sin_gluten","sin_lactosa"],tipo_de_plato:["colacion"]},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:null,DESCUENTO:"0.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,TIPO_IVA:null,PERIODO_COBRO:null,FECHA_ALTA:"2026-01-15",FECHA_CREADO:"2026-01-15T22:55:56.776Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Plato",PROPS:[]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Aprobado",COLOR:"#10c94b",CODE:"aprobado"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:72,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/701a582684d45cdc_43970493401866.jpeg",FILETYPE:"image",PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],R_PRECIOS:[]}]),sb={isPublic:!0,data:{},fetching:!1,descriptionLines:3,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0},rb=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),context:V.z.enum(["producto"]).default("producto"),isPublic:V.z.boolean().optional(),queryParams:V.z.record(V.z.any()).optional()}),cb={key:0,style:{height:"60px"}},ub={class:"row justify-center q-mb-sm",style:{height:"45px"}},db={class:"text-center text-caption",style:{height:"25px"}},mb={class:"plan-info-container q-pt-sm"},pb={key:0,class:"row plan-info"},fb={class:"text-main"},_b={key:1,class:"row plan-info"},gb={class:"text-main"},vb={key:2,class:"row plan-info"},bb={class:"text-main"},hb={class:"row q-my-sm q-mt-md",style:{height:"150px"}},Cb={class:"q-mx-sm"},Ob=["src"],Eb={key:1,class:"row items-center justify-center q-mb-md text-black"},xb={class:"text-h2 text-bold"},Ib={key:2,class:"row justify-center q-mb-md"},Ab={style:{height:"15px"},class:"text-center text-uppercase text-caption text-black"},yb={key:0},Pb=se(e.defineComponent({__name:"TelephonyCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{},titleHeight:{default:"8rem"},showHeader:{type:Boolean,default:!1},data:{},gamaProps:{},context:{},grupo:{},tipoDeServicio:{},headerColor:{},nameColor:{},filters:{},queryParams:{},cardColor:{}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s,gamaProps:r}=e.toRefs(c),m=e.computed(()=>{var A;return((A=s.value)==null?void 0:A.PROPS)||{}}),f=(A,w)=>A.find(j=>j.value===w)||w,v=A=>{var j;const w=m.value[A],$=r.value.find(Y=>Y.code===A);return(j=$==null?void 0:$.options)!=null&&j.length?ue.isArray(w)?w.map(Y=>f($.options,Y)):f($.options,w):w},C=e.computed(()=>v("complementos")),p=e.computed(()=>{var $;const A=m.value.wifi,w=r.value.find(j=>j.code==="wifi");if(!(($=w==null?void 0:w.options)!=null&&$.length))return A;if(ue.isArray(A))return A.map(j=>f(w.options,j)).map(j=>typeof j=="object"?j==null?void 0:j.label:j).join(", ").toUpperCase().replace("WIFI","");{const j=f(w.options,A);return(typeof j=="object"&&((j==null?void 0:j.label)||j)||"").toString().toUpperCase().replace("WIFI","")}}),x=e.computed(()=>{var $,j,Y;const A=($=C.value)==null?void 0:$.map(B=>{var k;return{src:(k=B==null?void 0:B.image)==null?void 0:k.src,label:B.label}});if(A!=null&&A.length)return A;const w=((Y=(j=s.value)==null?void 0:j.DETALLE_PACK)==null?void 0:Y.filter(B=>{var k,q,X,le,ae;return((X=(q=(k=B==null?void 0:B.DETALLE)==null?void 0:k.PROPS)==null?void 0:q.familia)==null?void 0:X.some(re=>["streaming","app"].includes(re)))&&((ae=(le=B==null?void 0:B.DETALLE)==null?void 0:le.ARCHIVOS)==null?void 0:ae.length)}))||[];return w==null?void 0:w.map(B=>{var k,q,X,le;return{src:(X=(q=(k=B==null?void 0:B.DETALLE)==null?void 0:k.ARCHIVOS)==null?void 0:q[0])==null?void 0:X.LOCATION,label:(le=B==null?void 0:B.DETALLE)==null?void 0:le.NOMBRE}})}),R=e.computed(()=>{var A;return String(((A=s.value)==null?void 0:A.NOMBRE)||"").toLowerCase()}),y=e.computed(()=>{var A;return(A=s.value)==null?void 0:A.DESCRIPCION_CORTA}),h=e.computed(()=>{var A,w;return(w=(A=s.value)==null?void 0:A.TAGS)==null?void 0:w.split(",")}),O=e.computed(()=>{var A,w,$,j,Y,B,k,q,X,le,ae,re;return c.cardColor?c.cardColor:($=(w=(A=s.value)==null?void 0:A.PROPS)==null?void 0:w.familia)!=null&&$.includes("movil")?"#D60270":(B=(Y=(j=s.value)==null?void 0:j.PROPS)==null?void 0:Y.familia)!=null&&B.includes("tv")?"#FFA807":(X=(q=(k=s.value)==null?void 0:k.PROPS)==null?void 0:q.familia)!=null&&X.includes("streaming")&&((re=(ae=(le=s.value)==null?void 0:le.PROPS)==null?void 0:ae.familia)==null?void 0:re.length)==1?"black":"#00C1B5"}),g=e.computed(()=>{var A;return Number(((A=s.value)==null?void 0:A.PRECIO)||0)}),I=e.computed(()=>{var w,$,j,Y,B,k,q;if(($=(w=s.value)==null?void 0:w.PROPS)!=null&&$.datos_moviles_gb)return(Y=(j=s.value)==null?void 0:j.PROPS)==null?void 0:Y.datos_moviles_gb;const A=(q=(k=(B=s.value)==null?void 0:B.PROPS)==null?void 0:k.segmento)==null?void 0:q.match(/(\d+)_gb$/i);return A?Number(A[1]):null}),P=()=>{o("on-event",{code:"start_checkout_with_product",payload:{product:s.value,quantity:1,props:null}})},T=()=>{c.isPublic||o("on-event",{code:"card_click",payload:{data:s.value}})},L=()=>{o("on-event",{code:"card_click",payload:{data:s.value}})};return(A,w)=>(e.openBlock(),e.createBlock(Da,{class:"card-custom",loading:A.fetching,"no-padding":"",unelevated:A.unelevated,"border-radius":A.borderRadius,hoverable:A.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:T},{default:e.withCtx(()=>{var $,j,Y,B;return[c.showHeader?(e.openBlock(),e.createElementBlock("div",cb,[(j=($=e.unref(s))==null?void 0:$.PROPS)!=null&&j.velocidad_de_internet_megas?(e.openBlock(),e.createElementBlock("div",{key:0,class:"text-h5 text-center text-white q-pa-md text-bold",style:e.normalizeStyle({backgroundColor:c.headerColor||O.value})},[e.createElementVNode("span",null,e.toDisplayString((B=(Y=e.unref(s))==null?void 0:Y.PROPS)==null?void 0:B.velocidad_de_internet_megas)+" MEGAS",1)],4)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-lg card-content text-black"},{default:e.withCtx(()=>{var k,q,X,le,ae,re,ge,pe,De,Le,ye,Ze,la,ha,He,Je,Te;return[e.createElementVNode("div",ub,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,Pe=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{outline:"",key:Pe,size:"md",style:e.normalizeStyle({borderColor:O.value})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(Pe)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",db,e.toDisplayString((X=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)((q=(k=e.unref(s))==null?void 0:k.PROPS)==null?void 0:q.segmento)))==null?void 0:X.replace(/_/g," "))+" "+e.toDisplayString((ae=(le=e.unref(s))==null?void 0:le.PROPS)!=null&&ae.segmento?" - ":"")+" "+e.toDisplayString((pe=(ge=(re=e.unref(s))==null?void 0:re.PROPS)==null?void 0:ge.familia)==null?void 0:pe.join(" - ")),1),e.createElementVNode("div",{class:"name-container",style:e.normalizeStyle({height:c.titleHeight})},[e.createElementVNode("div",{class:"name q-my-sm",style:e.normalizeStyle({color:c.nameColor})},e.toDisplayString(R.value),5)],4),e.createElementVNode("div",mb,[(Le=(De=e.unref(s))==null?void 0:De.PROPS)!=null&&Le.velocidad_de_internet_megas&&!c.showHeader?(e.openBlock(),e.createElementBlock("div",pb,[w[1]||(w[1]=e.createElementVNode("div",{class:"col-6 text-main"},"VELOCIDAD",-1)),e.createElementVNode("div",null,[e.createElementVNode("span",fb,e.toDisplayString((Ze=(ye=e.unref(s))==null?void 0:ye.PROPS)==null?void 0:Ze.velocidad_de_internet_megas),1),w[0]||(w[0]=e.createTextVNode(" MB ",-1))])])):e.createCommentVNode("",!0),p.value?(e.openBlock(),e.createElementBlock("div",_b,[w[2]||(w[2]=e.createElementVNode("div",{class:"col-6 text-main"},"WIFI",-1)),e.createElementVNode("div",gb,e.toDisplayString(p.value),1)])):e.createCommentVNode("",!0),I.value?(e.openBlock(),e.createElementBlock("div",vb,[w[4]||(w[4]=e.createElementVNode("div",{class:"col-6 text-main"},"MÓVIL",-1)),e.createElementVNode("div",null,[e.createElementVNode("span",bb,e.toDisplayString(I.value),1),w[3]||(w[3]=e.createTextVNode(" GB ",-1))])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",hb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(Pe,we)=>(e.openBlock(),e.createElementBlock("div",Cb,[(e.openBlock(),e.createElementBlock("img",{key:we,src:Pe.src,class:"streaming-img q-mr-md"},null,8,Ob))]))),256))]),e.createElementVNode("div",null,[y.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"description text-left text-black q-my-md",style:e.normalizeStyle({lineClamp:A.descriptionLines,WebkitLineClamp:A.descriptionLines})},e.toDisplayString(y.value),5)):e.createCommentVNode("",!0),g.value?(e.openBlock(),e.createElementBlock("div",Eb,[e.createElementVNode("span",xb,"$"+e.toDisplayString(g.value),1),w[5]||(w[5]=e.createElementVNode("span",{class:"text-caption text-black q-pl-sm q-pt-sm"}," al mes",-1))])):e.createCommentVNode("",!0),A.isPublic?(e.openBlock(),e.createElementBlock("div",Ib,[e.createVNode(e.unref(M.QBtn),{class:"text-bold",style:e.normalizeStyle({backgroundColor:O.value}),"text-color":"white","no-caps":"",unelevated:"",rounded:"",onClick:e.withModifiers(P,["stop"])},{default:e.withCtx(()=>[...w[6]||(w[6]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"]),e.createVNode(e.unref(M.QBtn),{class:"text-bold q-ml-sm",color:"black","no-caps":"",flat:"",rounded:"",onClick:e.withModifiers(L,["stop"])},{default:e.withCtx(()=>[...w[7]||(w[7]=[e.createTextVNode(" Saber más ",-1)])]),_:1})])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"q-mt-lg",style:e.normalizeStyle({backgroundColor:`${O.value}`,height:"1px",width:"100%",margin:"1rem 0"})},null,4),e.createElementVNode("div",Ab,[(ha=(la=e.unref(s))==null?void 0:la.PROPS)!=null&&ha.permanencia?(e.openBlock(),e.createElementBlock("span",yb," Contrato a "+e.toDisplayString((Te=(Je=(He=e.unref(s))==null?void 0:He.PROPS)==null?void 0:Je.permanencia)==null?void 0:Te.replace(/_/g," ")),1)):e.createCommentVNode("",!0)])])]}),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"]))}}),[["__scopeId","data-v-108a5c4d"]]),Db=Object.freeze([{ID_PRODUCTO:32,COD_ART_MVX:"1_gig26",NOMBRE:"PAQUETE $1,399",DESCRIPCION:"1 Giga de velocidad para todo: descargas, streaming y teletrabajo sin límites. Actívalo hoy.",DESCRIPCION_CORTA:"Para descargas y streaming intensivo",ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{wifi:["wifi_mesh_interior"],familia:["tv","telefonia"],complementos:["amazon_prime_video","disney","star","hbo_max"],cliente_ideal:"Usuarios top",uso_recomendado:"Descargas pesadas / alta demanda de datos",tipo_de_servicio:"residencial",velocidad_de_internet_megas:1e3},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1399.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,FECHA_CREADO:"2025-09-17T02:12:53.050Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Productos telefonia",PROPS:[{id:"2a52b542-8173-4e17-97c3-ea1127376138",code:"grupo",image:null,label:"Grupo",prefix:"",suffix:"",options:[{image:null,label:"2 PLAY",value:"2_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 2PM",value:"5_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 2PM",value:"8_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 2PM",value:"comp_tus_datos_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 2PM",value:"plan_famil_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"3 PLAY",value:"3_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 3PM",value:"5_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 3PM",value:"8_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 3PM",value:"comp_tus_datos_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 3PM",value:"plan_famil_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL CLIENTE",value:"izzi_movil_cliente",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL NO CLIENTE",value:"izzi_movil_no_cliente",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Familia",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"d652e042-3d24-4279-8ee2-b1e578e01b6c",code:"tecnologias_de_acceso",image:null,label:"Tecnologías de acceso",prefix:"",suffix:"",options:[{image:null,label:"Fibra óptica",value:"fibra_optica",condition:"",exclusive:!1},{image:null,label:"Satelital",value:"satelital",condition:"",exclusive:!1},{image:null,label:"Datos móviles",value:"datos_moviles",condition:"",exclusive:!1},{image:null,label:"4G",value:"4_g",condition:"",exclusive:!1},{image:null,label:"5G",value:"5_g",condition:"",exclusive:!1},{image:null,label:"Cable coaxial",value:"cable_coaxial",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"ad4a2391-73a5-4c71-a947-738170f61ad5",code:"permanencia",image:null,label:"Permanencia",prefix:"",suffix:"",options:[{image:null,label:"8 meses",value:"8_meses",condition:"",exclusive:!1},{image:null,label:"12 meses",value:"12_meses",condition:"",exclusive:!1}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9d797d57-d3d2-4744-ad86-45d82e709e7b",code:"wifi",image:null,label:"Wifi",prefix:"",suffix:"",options:[{image:{src:""},label:"Wifi mesh interior",value:"wifi_mesh_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi mesh exterior",value:"wifi_mesh_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi empresarial",value:"wifi_empresarial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_number"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"datos_moviles_gb",image:null,label:"Datos moviles GB",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Disponible",COLOR:"#10c94b",CODE:"disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"izzi movil 5gb",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{permanencia:"12_meses",segmento:"2_play_10_gb",tipo_de_servicio:"residencial",familia:["internet","streaming","tv"],velocidad_de_internet_megas:5,datos_moviles_gb:0,complementos:["skeelo","vix_premium"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"299",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]}]),Tb={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,grupo:"",tipo_de_servicio:"",gamaProps:[{id:"9d797d57-d3d2-4744-ad86-45d82e709e7b",code:"wifi",image:null,label:"Wifi",prefix:"",suffix:"",options:[{image:{src:""},label:"Wifi mesh interior",value:"wifi_mesh_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi mesh exterior",value:"wifi_mesh_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi empresarial",value:"wifi_empresarial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{code:"complementos",options:[{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}]},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"castellano",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"ingles",condition:"",exclusive:!1},{image:null,label:"Frances",value:"frances",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabe",condition:"",exclusive:!1},{image:null,label:"Chino",value:"chino",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"d1bc7acf-0d4c-408a-9964-f44a4ea2793c",code:"numero_de_broker",image:null,label:"Número de Broker",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8aa0194d-eb5b-4366-8836-75dd53a2ecc3",code:"especializacion",image:null,label:"Especialización",prefix:"",suffix:"",options:[{image:null,label:"Jóvenes profesionales",value:"jovenes_profesionales",condition:"",exclusive:!1},{image:null,label:"Mayores de 55",value:"mayores_de_55",condition:"",exclusive:!1},{image:null,label:"Empleados público",value:"empleados_publico",condition:"",exclusive:!1},{image:null,label:"Trabajadores temporales",value:"trabajadores_temporales",condition:"",exclusive:!1},{image:null,label:"Parejas",value:"parejas",condition:"",exclusive:!1},{image:null,label:"Familias numerosas",value:"familias_numerosas",condition:"",exclusive:!1},{image:null,label:"Personas con discapacidad",value:"personas_con_discapacidad",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"e11f27fb-3943-47d7-a270-a01358a81f3f",code:"especializacion_de_residencia",image:null,label:"Especialización de residencia",prefix:"",suffix:"",options:[{image:null,label:"Zonas rurales",value:"zonas_rurales",condition:"",exclusive:!1},{image:null,label:"Áreas metropolitanas ",value:"areas_metropolitanas",condition:"",exclusive:!1},{image:null,label:"Segunda residencia (casa vacacional)",value:"segunda_residencia_casa_vacacional",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}]},Rb=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),context:V.z.enum(["captacion","partner"]).default("captacion"),isPublic:V.z.boolean().optional(),filters:V.z.object({grupo:V.z.string().optional(),tipoDeServicio:V.z.string().optional()}).optional(),queryParams:V.z.record(V.z.any()).optional(),cardColor:V.z.string().optional(),headerColor:V.z.string().optional(),nameColor:V.z.string().optional(),titleHeight:V.z.string().optional(),showHeader:V.z.boolean().optional()}),Nb={class:"row justify-center q-mb-sm",style:{height:"45px"}},Sb={class:"features-list text-black"},Lb={class:"promo-section text-caption"},Bb={key:0,class:"row items-center no-wrap text-black"},wb={key:1,class:"row items-center no-wrap text-black",style:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis"}},kb={key:2,class:"row items-center no-wrap text-black",style:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis"}},Vb={class:"row text-black items-center justify-center q-mb-md"},Mb={class:"text-h2 text-bold text-black"},Ub={key:0,class:"q-pa-sm"},Fb=se(e.defineComponent({__name:"TelmexCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{},titleHeight:{default:"3.75rem"},showHeader:{type:Boolean},data:{},gamaProps:{},context:{},grupo:{},tipoDeServicio:{},headerColor:{default:"#0167ED"},nameColor:{},filters:{},queryParams:{},color:{default:"#d83121"}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s}=e.toRefs(c),r=e.computed(()=>{var y,h;return(h=(y=s.value)==null?void 0:y.NOMBRE)==null?void 0:h.toLowerCase()}),m=e.computed(()=>{var y;return(y=s.value)==null?void 0:y.DESCRIPCION_CORTA}),f=e.computed(()=>{var y,h;return ue.compact(((h=(y=s.value)==null?void 0:y.TAGS)==null?void 0:h.split(","))||[])}),v=e.computed(()=>{var y;return Number(((y=s.value)==null?void 0:y.PRECIO)||0)}),C=e.computed(()=>{var g,I,P,T;const y=Number(((I=(g=s.value)==null?void 0:g.PROPS)==null?void 0:I.lineas_telefonicas)||0),h=(T=(P=s.value)==null?void 0:P.PROPS)==null?void 0:T.claro_drive;return ue.compact([y?{key:"lineas_telefonicas",label:`${y} líneas telefónicas`}:null,h&&h!=="none"?{key:"claro_drive",label:`Claro Drive ${(h==null?void 0:h.replace(/_/g," "))||""}`}:null,{key:"llamadas_ilimitadas",label:"Llamadas ilimitadas"},{key:"claro_video_paramounts",label:"Claro Video"},{key:"correo_negocio",label:"Correo Negocio"},{key:"antivirus",label:"Antivirus"},{key:"facturacion_electronica",label:"Facturación electrónica (Aspel ADM)"},{key:"seccion_amarilla",label:"Sección Amarilla"},{key:"respaldo_info",label:"Respaldo de información"},{key:"pagina_web",label:"Página web"},{key:"facebook_fanpage",label:"Facebook Fanpage"},{key:"google_mi_negocio",label:"Google Mi Negocio"},{key:"whatsapp_empresarial",label:"WhatsApp Empresarial"},{key:"videoconferencia_telmex",label:"Videoconferencia Telmex"}]).filter(L=>{var A,w;return(w=(A=s.value)==null?void 0:A.PROPS)==null?void 0:w[L.key]}).slice(0,5)}),p=()=>{o("on-event",{code:"contratar_click",payload:{data:s.value}})},x=()=>{c.isPublic||o("on-event",{code:"card_click",payload:{data:s.value}})},R=e.computed(()=>{var g,I,P,T;const y=((I=(g=s.value)==null?void 0:g.PROPS)==null?void 0:I.velocidad_de_internet_megas)||0,h=(P=c.gamaProps)==null?void 0:P.find(L=>L.code==="velocidad_de_internet_megas"),O=(T=h==null?void 0:h.options)==null?void 0:T.find(L=>L.value===y);return((O==null?void 0:O.label)||String(y)).toUpperCase()});return(y,h)=>(e.openBlock(),e.createBlock(Da,{class:"card-custom",loading:y.fetching,"no-padding":"",unelevated:y.unelevated,"border-radius":y.borderRadius,hoverable:y.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:x,contentStyle:"height: 100%"},{default:e.withCtx(()=>{var O,g;return[(g=(O=e.unref(s))==null?void 0:O.PROPS)!=null&&g.velocidad_de_internet_megas?(e.openBlock(),e.createElementBlock("div",{key:0,class:"header text-h5 text-center text-white q-pa-md text-bold",style:e.normalizeStyle({backgroundColor:c.headerColor||c.color})},e.toDisplayString(R.value),5)):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-lg"},{default:e.withCtx(()=>{var I,P,T,L,A,w,$,j;return[e.createElementVNode("div",Nb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,Y=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:Y,outline:"",size:"md",style:e.normalizeStyle({borderColor:c.color})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(Y)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",{class:"name-container",style:e.normalizeStyle({height:c.titleHeight})},[e.createElementVNode("div",{class:"name q-my-sm text-black",style:e.normalizeStyle({color:c.nameColor})},e.toDisplayString(e.unref(ue.capitalize)(r.value)),5)],4),m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"description text-black q-my-md",style:e.normalizeStyle({lineClamp:c.descriptionLines,WebkitLineClamp:c.descriptionLines})},e.toDisplayString(m.value),5)):e.createCommentVNode("",!0),e.createElementVNode("ul",Sb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.value,Y=>(e.openBlock(),e.createElementBlock("li",{key:Y.key},e.toDisplayString(Y.label),1))),128))]),e.createElementVNode("div",Lb,[(T=(P=(I=e.unref(s))==null?void 0:I.PROPS)==null?void 0:P.promocion_portabilidad)!=null&&T.length?(e.openBlock(),e.createElementBlock("div",Bb,[e.createElementVNode("div",{style:e.normalizeStyle({backgroundColor:c.color}),class:"promo-indicator q-mr-sm"},null,4),h[0]||(h[0]=e.createElementVNode("div",null,"Promoción de Portabilidad",-1))])):e.createCommentVNode("",!0),(w=(A=(L=e.unref(s))==null?void 0:L.PROPS)==null?void 0:A.promocion_altas)!=null&&w.length?(e.openBlock(),e.createElementBlock("div",wb,[e.createElementVNode("div",{style:e.normalizeStyle({backgroundColor:c.color}),class:"promo-indicator q-mr-sm"},null,4),h[1]||(h[1]=e.createElementVNode("div",null,"Promoción Alta Internet, Recuperado, Sólo clientes",-1))])):e.createCommentVNode("",!0),(j=($=e.unref(s))==null?void 0:$.PROPS)!=null&&j.permite_alta_por_internet_recuperado?(e.openBlock(),e.createElementBlock("div",kb,[e.createElementVNode("div",{style:e.normalizeStyle({backgroundColor:c.color}),class:"promo-indicator q-mr-sm"},null,4),h[2]||(h[2]=e.createElementVNode("div",null,"Permite alta por internet recuperado",-1))])):e.createCommentVNode("",!0)])]}),_:1}),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-lg q-mt-auto",style:{"padding-top":"0"}},{default:e.withCtx(()=>[e.createElementVNode("div",Vb,[e.createElementVNode("span",Mb,"$"+e.toDisplayString(v.value),1),h[3]||(h[3]=e.createElementVNode("span",{class:"text-caption q-pl-sm q-pt-sm"},"al mes",-1))]),y.isPublic?(e.openBlock(),e.createElementBlock("div",Ub,[e.createVNode(e.unref(M.QBtn),{class:"full-width text-bold",style:e.normalizeStyle({backgroundColor:c.color}),"text-color":"white","no-caps":"",unelevated:"",onClick:e.withModifiers(p,["stop"])},{default:e.withCtx(()=>[...h[4]||(h[4]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"])])):e.createCommentVNode("",!0)]),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"]))}}),[["__scopeId","data-v-130b67a0"]]),zb=Object.freeze([{ID_PRODUCTO:66,COD_ART_MVX:"00000064",NOMBRE:"PAQUETE NEGOCIO 399",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{promocion_portabilidad:["0_gastos_de_instalacion","3_meses"],cantidad_maxima_portabilidad:3,familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!1,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!1,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!1,seccion_amarilla:!0,tipo_de_servicio:"negocio",google_mi_negocio:!1,lineas_telefonicas:"1",llamadas_ilimitadas:!0,whatsapp_empresarial:!1,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!1,velocidad_de_internet_megas:"80_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"399.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:50:06.778Z",R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"INFINITUM NEGOCIO 399 el mejor",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{familia:["internet","streaming","tv"],velocidad_de_internet_megas:500,claro_drive:"500_gb",llamadas_ilimitadas:!0,claro_video_paramounts:!0,correo_negocio:!0,antivirus:!0,facturacion_electronica:!0,seccion_amarilla:!0,respaldo_info:!0},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"299",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]},{ID_PRODUCTO:65,COD_ART_MVX:"00000063",NOMBRE:"ILIMITADO2 1789",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!0,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!0,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!0,seccion_amarilla:!0,google_mi_negocio:!0,lineas_telefonicas:"4",llamadas_ilimitadas:!0,whatsapp_empresarial:!0,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!0,velocidad_de_internet_megas:"750_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1789.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:43:00.262Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Producto telefonía",PROPS:[{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Servicios",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",file:{__key:"1758645480963claro video.jpeg27620"},type:"image/jpeg",width:500,height:500},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",file:{__key:"1758645421165netflix.jpeg15097"},type:"image/jpeg",width:500,height:500},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",file:{__key:"1758645487341prime video.jpeg16345"},type:"image/jpeg",width:265,height:274},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",file:{__key:"1758645471412disnay.jpeg22090"},type:"image/jpeg",width:500,height:500},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",file:{__key:"1758645441427start channel.jpeg24693"},type:"image/jpeg",width:500,height:500},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",file:{__key:"1758645465659hbo.jpeg26373"},type:"image/jpeg",width:500,height:500},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",file:{__key:"1758645449749paramount.jpeg46078"},type:"image/jpeg",width:500,height:500},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",file:{__key:"1758645455950fox sport.jpeg20780"},type:"image/jpeg",width:500,height:500},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",file:{__key:"1758645433959vix premium.jpeg25985"},type:"image/jpeg",width:500,height:500},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[{image:{src:""},label:"80 megas",value:"80_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"100 megas",value:"100_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"150 megas",value:"150_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"250 megas",value:"250_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"350 megas",value:"350_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 megas",value:"500_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"750 megas",value:"750_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"1 GB",value:"1_gb",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"claro_drive",image:null,label:"Claro Drive",prefix:"",suffix:"",options:[{image:{src:""},label:"100 GB",value:"100_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"200 GB",value:"200_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"300 GB",value:"300_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"400 GB",value:"400_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 GB",value:"500_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No aplica",value:"none",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a075abe-1c5c-413d-bf98-527258f8ba75",code:"lineas_telefonicas",image:null,label:"Líneas telefónicas",prefix:"",suffix:"",options:[{image:{src:""},label:"1",value:"1",condition:"",exclusive:!1,description:""},{image:{src:""},label:"2",value:"2",condition:"",exclusive:!1,description:""},{image:{src:""},label:"3",value:"3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"4",value:"4",condition:"",exclusive:!1,description:""},{image:{src:""},label:"5",value:"5",condition:"",exclusive:!1,description:""},{image:{src:""},label:"6",value:"6",condition:"",exclusive:!1,description:""},{image:{src:""},label:"0",value:"0",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",code:"llamadas_ilimitadas",image:null,label:"Llamadas ilimitadas",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"2383c60b-a03d-47af-93db-e5efaa26d3ce",code:"claro_video_paramounts",image:null,label:"Claro video y Paramounts Plus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"9eb97c9e-6bf8-4d16-af1c-a0696258d79c",code:"correo_negocio",image:null,label:"Correo negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"79cb1986-713e-4a7f-955a-ccac34c980c8",code:"antivirus",image:null,label:"Antivirus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a22e6c54-f408-4e0b-9b71-e22215a7b4a8",code:"facturacion_electronica",image:null,label:"Facturacion electrónica (Aspel ADM)",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"4e095670-374c-4b12-93be-5265d65bb0a1",code:"seccion_amarilla",image:null,label:"Sección amarilla",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",code:"respaldo_info",image:null,label:"Respaldo de información",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"c0f6fd6c-b0e9-4639-9c55-444d25456678",code:"pagina_web",image:null,label:"Página web",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"bba2023a-2e5f-4d27-a03e-09fe3b1804b8",code:"facebook_fanpage",image:null,label:"Facebook Fanpage",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"18439a0e-71d4-464b-a9d3-2df3b4c6eab1",code:"google_mi_negocio",image:null,label:"Google Mi negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a0bab807-993e-43f8-bd56-40c34f745281",code:"whatsapp_empresarial",image:null,label:"Whatsapp empresarial",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"41e83c56-c80f-4462-81df-2ac19190d174",code:"videoconferencia_telmex",image:null,label:"VIdeoconferencia Telmex",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]}]),Gb={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,grupo:"",tipo_de_servicio:"",gamaProps:[{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Servicios",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",file:{__key:"1758645480963claro video.jpeg27620"},type:"image/jpeg",width:500,height:500},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",file:{__key:"1758645421165netflix.jpeg15097"},type:"image/jpeg",width:500,height:500},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",file:{__key:"1758645487341prime video.jpeg16345"},type:"image/jpeg",width:265,height:274},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",file:{__key:"1758645471412disnay.jpeg22090"},type:"image/jpeg",width:500,height:500},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",file:{__key:"1758645441427start channel.jpeg24693"},type:"image/jpeg",width:500,height:500},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",file:{__key:"1758645465659hbo.jpeg26373"},type:"image/jpeg",width:500,height:500},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",file:{__key:"1758645449749paramount.jpeg46078"},type:"image/jpeg",width:500,height:500},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",file:{__key:"1758645455950fox sport.jpeg20780"},type:"image/jpeg",width:500,height:500},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",file:{__key:"1758645433959vix premium.jpeg25985"},type:"image/jpeg",width:500,height:500},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[{image:{src:""},label:"80 megas",value:"80_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"100 megas",value:"100_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"150 megas",value:"150_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"250 megas",value:"250_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"350 megas",value:"350_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 megas",value:"500_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"750 megas",value:"750_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"1 GB",value:"1_gb",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"claro_drive",image:null,label:"Claro Drive",prefix:"",suffix:"",options:[{image:{src:""},label:"100 GB",value:"100_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"200 GB",value:"200_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"300 GB",value:"300_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"400 GB",value:"400_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 GB",value:"500_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No aplica",value:"none",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a075abe-1c5c-413d-bf98-527258f8ba75",code:"lineas_telefonicas",image:null,label:"Líneas telefónicas",prefix:"",suffix:"",options:[{image:{src:""},label:"1",value:"1",condition:"",exclusive:!1,description:""},{image:{src:""},label:"2",value:"2",condition:"",exclusive:!1,description:""},{image:{src:""},label:"3",value:"3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"4",value:"4",condition:"",exclusive:!1,description:""},{image:{src:""},label:"5",value:"5",condition:"",exclusive:!1,description:""},{image:{src:""},label:"6",value:"6",condition:"",exclusive:!1,description:""},{image:{src:""},label:"0",value:"0",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",code:"llamadas_ilimitadas",image:null,label:"Llamadas ilimitadas",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"2383c60b-a03d-47af-93db-e5efaa26d3ce",code:"claro_video_paramounts",image:null,label:"Claro video y Paramounts Plus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"9eb97c9e-6bf8-4d16-af1c-a0696258d79c",code:"correo_negocio",image:null,label:"Correo negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"79cb1986-713e-4a7f-955a-ccac34c980c8",code:"antivirus",image:null,label:"Antivirus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a22e6c54-f408-4e0b-9b71-e22215a7b4a8",code:"facturacion_electronica",image:null,label:"Facturacion electrónica (Aspel ADM)",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"4e095670-374c-4b12-93be-5265d65bb0a1",code:"seccion_amarilla",image:null,label:"Sección amarilla",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",code:"respaldo_info",image:null,label:"Respaldo de información",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"c0f6fd6c-b0e9-4639-9c55-444d25456678",code:"pagina_web",image:null,label:"Página web",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"bba2023a-2e5f-4d27-a03e-09fe3b1804b8",code:"facebook_fanpage",image:null,label:"Facebook Fanpage",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"18439a0e-71d4-464b-a9d3-2df3b4c6eab1",code:"google_mi_negocio",image:null,label:"Google Mi negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a0bab807-993e-43f8-bd56-40c34f745281",code:"whatsapp_empresarial",image:null,label:"Whatsapp empresarial",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"41e83c56-c80f-4462-81df-2ac19190d174",code:"videoconferencia_telmex",image:null,label:"VIdeoconferencia Telmex",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},$b=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),context:V.z.enum(["captacion","partner"]).default("captacion"),isPublic:V.z.boolean().optional(),filters:V.z.object({grupo:V.z.string().optional(),tipoDeServicio:V.z.string().optional()}).optional(),queryParams:V.z.record(V.z.any()).optional(),cardColor:V.z.string().optional(),headerColor:V.z.string().optional(),nameColor:V.z.string().optional(),titleHeight:V.z.string().optional(),showHeader:V.z.boolean().optional()});function Ls(){const t=e.inject("context"),d=e.computed(()=>t.product.value),o=t.slide,c=t.isPublic,s=t.images,r=t.selectedPackProduct,m=e.computed(()=>!c.value),f=e.computed(()=>{var C;return((C=d.value)==null?void 0:C.detalle_pack)||[]}),v=e.computed(()=>{var C;return((C=d.value)==null?void 0:C.props)||{}});return e.watch(d,()=>{var p;const C=((p=d.value)==null?void 0:p.images)||[];s.value=C},{immediate:!0}),e.watch(f,C=>{var p;C&&(r.value=(p=C[0])==null?void 0:p.DETALLE)},{immediate:!0,deep:!0}),{product:d,isPublic:c,isPrivate:m,images:s,detallePack:f,productProps:v,selectedPackProduct:r,slide:o,gamaProps:t.gamaProps,count:t.count,showPrice:t.showPrice}}const jb={key:0,class:"q-mt-md text-black col-12"},Hb=e.defineComponent({__name:"ProductLongDescription",setup(t){const{product:d}=Ls(),o=e.computed(()=>{var c;return(c=d.value)==null?void 0:c.descripcion});return(c,s)=>o.value?(e.openBlock(),e.createElementBlock("div",jb,[s[0]||(s[0]=e.createElementVNode("div",{class:"font-bold text-h6"},"Información del producto",-1)),e.createElementVNode("div",null,e.toDisplayString(o.value),1)])):e.createCommentVNode("",!0)}}),qb={style:{"font-size":"16px","max-height":"300px","overflow-y":"auto"}},Kb={key:0,class:"text-black"},Qb=e.defineComponent({__name:"ProductShortDescription",setup(t){const{product:d}=Ls(),o=e.computed(()=>{var c;return((c=d.value)==null?void 0:c.descripcion_corta)||""});return(c,s)=>(e.openBlock(),e.createElementBlock("div",qb,[o.value?(e.openBlock(),e.createElementBlock("div",Kb,e.toDisplayString(o.value),1)):e.createCommentVNode("",!0)]))}}),Wb={class:"row justify-end"},Zb={class:"text-h4 text-bold text-black q-mb-sm"},Yb={key:0,class:"row q-my-sm"},Xb={key:1,class:"row items-end q-mb-md text-black"},Jb={class:"text-h2 text-bold"},e0={key:2,class:"q-my-md"},a0={class:"row"},i0={key:0,class:"q-mt-md text-black col-md-4"},l0={class:"features-list text-black"},o0={key:1,class:"q-mt-md text-black col-md-4"},t0={class:"features-list text-black"},n0={key:2,class:"q-mt-md text-black col-md-4"},s0={class:"features-list text-black"},r0={key:3,class:"q-my-md row items-center"},c0={key:4,class:"q-my-md text-black"},u0={key:0,class:"q-mb-xs"},d0={class:"row items-center q-mb-xs"},m0={class:"text-bold"},p0={key:1,class:"q-mb-md"},f0={class:"row items-center q-mb-xs"},_0={class:"text-bold"},g0={key:2,class:"q-mb-md"},v0={class:"row items-center q-mb-xs"},b0={class:"row"},h0="https://w2w-files.s3.amazonaws.com/telmex/93bbb8355e56f9c9_claro%20video.jpeg",C0=se(e.defineComponent({__name:"ProductInfo",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{default:"detail"},title:{},data:{},gamaProps:{},cardColor:{},color:{default:"#d83121"},showPrice:{type:Function,default:()=>!0}},emits:["click-contractar","on-event"],setup(t,{emit:d}){e.ref(!1);const o=d;e.provide("emit",o);const c=t,s=e.ref(1),{data:r,isPublic:m,gamaProps:f,count:v,color:C}=e.toRefs(c),p=e.computed(()=>{var B;return((B=c.showPrice)==null?void 0:B.call(c,r.value))??!0}),x=e.computed(()=>Vl(r.value)),R=e.computed(()=>{var B,k;return(k=(B=x.value)==null?void 0:B.nombre)==null?void 0:k.toUpperCase()}),y=e.computed(()=>{var B,k;return ue.compact(((k=(B=x.value)==null?void 0:B.tags)==null?void 0:k.split(","))||[])}),h=e.ref(null),O=e.ref([]),g={product:x,slide:s,isPublic:m,selectedPackProduct:h,images:O,count:v,gamaProps:f,showPrice:p};e.provide("context",g);const I=e.computed(()=>{var B;return Number(((B=x.value)==null?void 0:B.precio)||0)}),P=()=>{var B;return o("on-event",{code:"edit_product",payload:{id:(B=x.value)==null?void 0:B.id,detallePackComponent:"perdm_telephony",hiddenTabs:["proveedores","prices"],hidePriceTaxInputs:!0}})},T=B=>B?(ue.isArray(B)?B:[B]).map(String):[],L=e.computed(()=>{var B,k,q,X;return T((k=(B=x.value)==null?void 0:B.props)==null?void 0:k.cliente_ideal).concat(T((X=(q=x.value)==null?void 0:q.props)==null?void 0:X.cliente_ideal_negocio))}),A=e.computed(()=>{var B,k,q,X;return T((k=(B=x.value)==null?void 0:B.props)==null?void 0:k.uso_recomendado).concat(T((X=(q=x.value)==null?void 0:q.props)==null?void 0:X.uso_recomendado_negocio))}),w=e.computed(()=>{var B,k;return T((k=(B=x.value)==null?void 0:B.props)==null?void 0:k.promocion_portabilidad)}),$=e.computed(()=>{var B,k;return T((k=(B=x.value)==null?void 0:B.props)==null?void 0:k.promocion_altas)}),j=e.computed(()=>{var B,k;return!!((k=(B=r.value)==null?void 0:B.PROPS)!=null&&k.permite_alta_por_internet_recuperado)}),Y=e.computed(()=>{var k,q,X,le,ae;return[{key:"lineas_telefonicas",label:`${(q=(k=r.value)==null?void 0:k.PROPS)==null?void 0:q.lineas_telefonicas} líneas telefónicas`},{key:"claro_drive",label:`Claro Drive ${((ae=(le=(X=r.value)==null?void 0:X.PROPS)==null?void 0:le.claro_drive)==null?void 0:ae.replace(/_/g," "))||""}`},{key:"llamadas_ilimitadas",label:"Llamadas ilimitadas"},{key:"claro_video_paramounts",label:"Claro Video"},{key:"correo_negocio",label:"Correo Negocio"},{key:"antivirus",label:"Antivirus"},{key:"facturacion_electronica",label:"Facturación electrónica (Aspel ADM)"},{key:"seccion_amarilla",label:"Sección Amarilla"},{key:"respaldo_info",label:"Respaldo de información"},{key:"pagina_web",label:"Página web"},{key:"facebook_fanpage",label:"Facebook Fanpage"},{key:"google_mi_negocio",label:"Google Mi Negocio"},{key:"whatsapp_empresarial",label:"WhatsApp Empresarial"},{key:"videoconferencia_telmex",label:"Videoconferencia Telmex"}].filter(re=>{var ge,pe;return(pe=(ge=r.value)==null?void 0:ge.PROPS)==null?void 0:pe[re.key]}).slice(0,5)});return(B,k)=>{var X,le,ae,re,ge,pe,De,Le,ye,Ze,la,ha,He,Je;const q=e.resolveComponent("QChip");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Wb,[e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:P}))]),e.createElementVNode("div",null,[e.createElementVNode("div",null,[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,Te=>(e.openBlock(),e.createBlock(q,{outline:"",key:Te,size:"md",class:"q-mx-xs q-mb-md",style:e.normalizeStyle({borderColor:e.unref(C)})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(Te)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",Zb,e.toDisplayString(R.value||""),1),e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Yb,[(X=e.unref(r))!=null&&X.R_ESTADO?(e.openBlock(),e.createBlock(ka,{key:0,label:(ae=(le=e.unref(r))==null?void 0:le.R_ESTADO)==null?void 0:ae.NAME,color:(ge=(re=e.unref(r))==null?void 0:re.R_ESTADO)==null?void 0:ge.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])),I.value?(e.openBlock(),e.createElementBlock("div",Xb,[e.createElementVNode("span",Jb,"$"+e.toDisplayString(I.value),1),k[1]||(k[1]=e.createElementVNode("span",{class:"text-caption q-pl-sm q-pb-sm"}," al mes",-1))])):e.createCommentVNode("",!0),e.createVNode(Qb),e.unref(m)?(e.openBlock(),e.createElementBlock("div",e0,[e.createVNode(e.unref(M.QBtn),{class:"text-bold",style:e.normalizeStyle({backgroundColor:c.color}),"text-color":"white",size:"lg","no-caps":"",unelevated:"",onClick:k[0]||(k[0]=e.withModifiers(Te=>o("click-contractar"),["stop"]))},{default:e.withCtx(()=>[...k[2]||(k[2]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"])])):e.createCommentVNode("",!0),e.createElementVNode("div",a0,[(pe=Y.value)!=null&&pe.length?(e.openBlock(),e.createElementBlock("div",i0,[k[3]||(k[3]=e.createElementVNode("div",{class:"text-bold q-pl-md-lg"},"Características:",-1)),e.createElementVNode("ul",l0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Y.value,Te=>(e.openBlock(),e.createElementBlock("li",{key:Te.key},e.toDisplayString(Te.label),1))),128))])])):e.createCommentVNode("",!0),(De=L.value)!=null&&De.length?(e.openBlock(),e.createElementBlock("div",o0,[k[4]||(k[4]=e.createElementVNode("div",{class:"text-bold q-pl-md-lg"},"Ideal para:",-1)),e.createElementVNode("ul",t0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(L.value,Te=>{var Pe;return e.openBlock(),e.createElementBlock("li",{key:Te},e.toDisplayString((Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Te)))==null?void 0:Pe.replace(/_/g," ")),1)}),128))])])):e.createCommentVNode("",!0),(Le=A.value)!=null&&Le.length?(e.openBlock(),e.createElementBlock("div",n0,[k[5]||(k[5]=e.createElementVNode("div",{class:"text-bold q-pl-md-lg"},"Uso recomendado:",-1)),e.createElementVNode("ul",s0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,Te=>{var Pe;return e.openBlock(),e.createElementBlock("li",{key:Te},e.toDisplayString((Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Te)))==null?void 0:Pe.replace(/_/g," ")),1)}),128))])])):e.createCommentVNode("",!0)]),(Ze=(ye=x.value)==null?void 0:ye.props)!=null&&Ze.claro_video_paramounts?(e.openBlock(),e.createElementBlock("div",r0,[e.createElementVNode("img",{src:h0,alt:"Claro video",style:{height:"50px",width:"50px","border-radius":"8px"},class:"q-mr-md"})])):e.createCommentVNode("",!0),(la=w.value)!=null&&la.length||(ha=$.value)!=null&&ha.length?(e.openBlock(),e.createElementBlock("div",c0,[(He=$.value)!=null&&He.length?(e.openBlock(),e.createElementBlock("div",u0,[e.createElementVNode("div",d0,[e.createElementVNode("div",{class:"promo-indicator q-mr-sm",style:e.normalizeStyle({backgroundColor:c.color})},null,4),e.createElementVNode("div",null,[k[6]||(k[6]=e.createTextVNode(" Promoción Alta Internet, Recuperado, Sólo clientes, Megacable: ",-1)),e.createElementVNode("span",m0,e.toDisplayString($.value.map(Te=>{var Pe;return(Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Te)))==null?void 0:Pe.replace(/_/g," ")}).join(", ")),1)])])])):e.createCommentVNode("",!0),(Je=w.value)!=null&&Je.length?(e.openBlock(),e.createElementBlock("div",p0,[e.createElementVNode("div",f0,[e.createElementVNode("div",{class:"promo-indicator q-mr-sm",style:e.normalizeStyle({backgroundColor:c.color})},null,4),e.createElementVNode("div",null,[k[7]||(k[7]=e.createTextVNode(" Promoción de Portabilidad: ",-1)),e.createElementVNode("span",_0,e.toDisplayString(w.value.map(Te=>{var Pe;return(Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Te)))==null?void 0:Pe.replace(/_/g," ")}).join(", ")),1)])])])):e.createCommentVNode("",!0),j.value?(e.openBlock(),e.createElementBlock("div",g0,[e.createElementVNode("div",v0,[e.createElementVNode("div",{class:"promo-indicator q-mr-sm",style:e.normalizeStyle({backgroundColor:c.color})},null,4),k[8]||(k[8]=e.createElementVNode("div",null,"Permite alta por internet recuperado",-1))])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",b0,[e.createVNode(Hb)])],64)}}}),[["__scopeId","data-v-9cf793bc"]]),O0={key:0,class:"total-container q-mb-md"},E0={class:"total-breakdown"},x0={class:"row justify-between items-center q-mb-xs gt-sm"},I0={class:"text-weight-medium"},A0={class:"lt-md"},y0={key:0},P0={class:"row justify-between items-center text-bold"},D0=se(e.defineComponent({__name:"TotalOrder",props:["totalPrice","selectedComplementsData","priceValue","name","color"],setup(t){const d=t,{totalPrice:o,selectedComplementsData:c,priceValue:s,name:r,color:m}=e.toRefs(d);return(f,v)=>{const C=e.resolveComponent("q-separator");return e.unref(o)>0?(e.openBlock(),e.createElementBlock("div",O0,[e.createElementVNode("div",E0,[e.createElementVNode("div",x0,[e.createElementVNode("span",null,"PLAN BASE "+e.toDisplayString(e.unref(r))+":",1),e.createElementVNode("span",I0,e.toDisplayString(e.unref(Ee.toCurrency)(e.unref(s),"MXN"))+" al mes ",1)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),p=>(e.openBlock(),e.createElementBlock("div",{key:p.ID_PRODUCTO,class:"row justify-between items-center q-mb-xs gt-sm"},[e.createElementVNode("span",null,e.toDisplayString(p.NOMBRE)+":",1),e.createElementVNode("span",null,"+"+e.toDisplayString(e.unref(Ee.toCurrency)(p.PRECIO,"MXN"))+" al mes",1)]))),128)),e.createElementVNode("div",A0,[e.createElementVNode("div",null,"PLAN BASE "+e.toDisplayString(e.unref(r)),1),e.unref(c).length?(e.openBlock(),e.createElementBlock("div",y0," +"+e.toDisplayString(e.unref(c).length)+" complementos ",1)):e.createCommentVNode("",!0)]),e.createVNode(C,{class:"q-my-sm"}),e.createElementVNode("div",P0,[v[0]||(v[0]=e.createElementVNode("span",{class:"text-h6"},"Total:",-1)),e.createElementVNode("span",{class:"text-h6",style:e.normalizeStyle({color:d.color})},e.toDisplayString(e.unref(Ee.toCurrency)(e.unref(o),"MXN"))+" al mes ",5)])])])):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-384949f4"]]),T0={class:"text-h6"},R0={class:"q-mt-sm"},N0={key:0},S0={key:0},L0={key:0,class:"complements-grid"},B0={key:1,class:"complements-grid"},w0=["onClick"],k0={class:"complement-image"},V0=["src","alt"],M0={key:1,class:"no-image"},U0={class:"complement-content"},F0=["title"],z0={key:0,class:"complement-price"},G0=["title"],$0={key:1,class:"complement-tag"},j0={key:1,class:"service-type-section"},H0={class:"service-type-options"},q0={class:"row justify-center q-col-gutter-md"},K0={class:"col-12 col-md-4"},Q0={key:0,class:"col-12 col-md-4"},W0={key:1,class:"col-12 col-md-4"},Z0={key:2,class:"portability-section"},Y0={key:0,class:"portability-quantity"},X0={class:"quantity-selector"},J0={class:"row justify-center q-col-gutter-md q-mb-lg"},eh={class:"col-auto"},ah={key:0,class:"col-auto"},ih={key:1,class:"col-auto"},lh={key:0,class:"q-mb-lg"},oh={class:"row justify-center"},th={class:"col-12 col-md-8"},nh={class:"row justify-center q-mt-xl q-col-gutter-md"},sh={class:"col-6"},rh={class:"col-6"},ch={key:1,class:"q-pa-sm"},uh={class:"row justify-between items-center q-mb-md"},dh={class:"text-subtitle1"},mh={class:"row justify-center q-mb-md"},ph={class:"portability-list"},fh={class:"row justify-between items-center q-mb-sm"},_h={class:"text-weight-medium"},gh={class:"row q-col-gutter-md"},vh={class:"col-12 col-md-6"},bh={class:"col-12 col-md-6"},hh={key:3,class:"row justify-center q-my-lg"},Ch=se(e.defineComponent({__name:"TelmexProductDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{},title:{},data:{},gamaProps:{},cardColor:{},color:{default:"#d83121"},showPrice:{}},emits:["on-event"],setup(t,{emit:d}){e.useCssVars(K=>({"33c7ad86":s.color}));const{screen:o}=M.useQuasar(),c=d,s=t,{data:r}=e.toRefs(s),m=e.computed(()=>Vl(r.value)),f=e.computed(()=>{var K,Q;return(Q=(K=m.value)==null?void 0:K.nombre)==null?void 0:Q.toUpperCase()}),v=e.computed(()=>{var K;return Number(((K=m.value)==null?void 0:K.precio)||0)}),C=e.ref(!1),p=e.ref("complements"),x=e.ref(null),R=e.ref([]),y=e.ref([]),h=e.ref(""),O=e.ref(!1),g=e.ref(null),I=e.ref(null),P=e.computed(()=>{var K,Q;return!!((Q=(K=r.value)==null?void 0:K.PROPS)!=null&&Q.permite_alta_por_internet_recuperado)}),T=e.computed(()=>{var K,Q;return!!((Q=(K=r.value)==null?void 0:K.PROPS)!=null&&Q.permite_portabilidad)}),L=e.computed(()=>{var Q,ke;const K=Number(((ke=(Q=r.value)==null?void 0:Q.PROPS)==null?void 0:ke.cantidad_maxima_portabilidad)||0)||100;return Math.min(K,100)}),A=e.computed(()=>{const K=[{id:"complements",title:"Complementos",description:"Selecciona los complementos"}];return P.value&&K.push({id:"service-type",title:"Tipo de servicio",description:"Selecciona el tipo de servicio"}),x.value==="portabilidad"&&K.push({id:"portability",title:"Portabilidad",description:"Indica la portabilidad"}),x.value==="internet_recuperado"&&K.push({id:"internet-recovered",title:"Compañía de internet",description:"Selecciona la compañía de internet anterior"}),K}),w=e.computed(()=>A.value.findIndex(K=>K.id===p.value)),$=e.computed(()=>w.value===A.value.length-1),j=e.computed(()=>{var K;return((K=A.value.find(Q=>Q.id===p.value))==null?void 0:K.description)||""}),Y=e.computed(()=>{var K,Q;return["complementos",{tipo_cliente:(Q=(K=m.value)==null?void 0:K.props)==null?void 0:Q.tipo_de_servicio}]}),B=e.computed(()=>{var K;return{customs:{idGama:44},byEqualCol:{"producto.ID_GAMA":44,"producto.PROPS.$tipo_de_servicio$contains":(K=m.value)==null?void 0:K.props.tipo_de_servicio}}}),{data:k,fetching:q}=ys(Y,"/public/ecommerce/productos",B,void 0,{defaultValue:[]}),X=e.computed(()=>{var K;return ue.orderBy(((K=k.value)==null?void 0:K.items)||[],Q=>["promocion","oferta"].some(ke=>ue.snakeCase(Q.TAGS||"").includes(ke)),"desc")}),le=e.computed(()=>X.value.filter(K=>R.value.includes(K.ID_PRODUCTO))),ae=e.computed(()=>le.value.reduce((K,Q)=>K+(Number(Q.PRECIO)||0),0)),re=e.computed(()=>v.value+ae.value),ge=e.computed(()=>g.value===1||g.value===2?!0:g.value==="more"?I.value&&I.value<=L.value:!1),pe=e.computed(()=>x.value!=="portabilidad"||!O.value?!0:y.value.every(K=>K.nip.trim()&&K.numero.trim())),De=e.computed(()=>p.value==="complements"?!0:p.value==="service-type"?!!x.value:p.value==="portability"?x.value!=="portabilidad"?!0:O.value?pe.value&&!!h.value:!1:p.value==="internet-recovered"?x.value!=="internet_recuperado"?!0:!!h.value:!0),Le=e.computed(()=>p.value==="service-type"?x.value?x.value==="alta_nueva"?"Contratar ahora":"Siguiente":"Selecciona una opción":p.value==="portability"?!pe.value||!h.value?"Completa los datos de portabilidad":"Contratar ahora":$.value?"Contratar ahora":"Siguiente"),ye=K=>{const Q=R.value.indexOf(K);Q>-1?R.value.splice(Q,1):R.value.push(K)},Ze=K=>{x.value=K},la=K=>{g.value=K,K!=="more"&&(I.value=null)},ha=()=>{let K;if(g.value===1||g.value===2)K=g.value;else if(g.value==="more"&&I.value)K=I.value;else return;O.value=!0,y.value=Array(K).fill(null).map(()=>({nip:"",numero:"",compania:""}))},He=()=>{O.value=!1,g.value=null,I.value=null,y.value=[]},Je=()=>{if(p.value==="service-type"&&x.value==="alta_nueva"){Pe();return}if($.value){Pe();return}const K=w.value+1;K<A.value.length&&(p.value=A.value[K].id)},Te=()=>{const K=w.value-1;K>=0&&(p.value=A.value[K].id)},Pe=()=>{const K=ue.omit(m.value,"images","table_estado"),ke=X.value.filter(ze=>R.value.includes(ze.ID_PRODUCTO)).map(ze=>({product:ze,quantity:1,props:null})).concat({product:ue.mapKeys({...K,id_producto:K.id},(ze,ua)=>ua.toUpperCase()),quantity:1,props:null});c("on-event",{code:"add_to_shopcart",payload:ke});const ee={},ca=h.value.trim();if(x.value==="portabilidad"){const ze=y.value.filter(ua=>ua.nip&&ua.numero);ze.length>0&&(ee.portabilidad=ze.map(ua=>({...ua,compania:ca})),ee.compania_actual=ca)}x.value==="internet_recuperado"&&ca!==""&&(ee.compania_actual=ca),x.value&&(ee.tipo_servicio=x.value),Object.keys(ee).length>0&&c("on-event",{code:"set_external_props",payload:ee}),we()},we=()=>{C.value=!1,p.value="complements",R.value=[],y.value=[],O.value=!1,g.value=null,I.value=null,x.value=null},qe=K=>K===w.value||K<w.value?s.color:"white",Ni=K=>K<=w.value?"white":"grey-7",Si=K=>ue.orderBy((K.TAGS||"").split(",").map(ke=>ke.trim()),ke=>ue.snakeCase(ke)==="promocion","desc")[0],Zi=[...ue.orderBy([{label:"Megacable",value:"Megacable"},{label:"Izzi",value:"Izzi"},{label:"Total Play",value:"Total Play"},{label:"Maxcom",value:"Maxcom"},{label:"Blue Telecomm",value:"Blue Telecomm"},{label:"Wizz",value:"Wizz"},{label:"Cablecom",value:"Cablecom"},{label:"Cablemas",value:"Cablemas"}],"label"),{label:"Otra",value:"Otra"}];return(K,Q)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(M.QDialog),{modelValue:C.value,"onUpdate:modelValue":Q[9]||(Q[9]=ke=>C.value=ke),maximized:e.unref(o).lt.md},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QCard),{class:"complements-card"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QCardSection),{class:"row justify-between no-wrap items-start q-pa-md"},{default:e.withCtx(()=>[e.createElementVNode("div",null,[e.createElementVNode("div",T0,e.toDisplayString(j.value),1),e.createElementVNode("div",R0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,(ke,ee)=>(e.openBlock(),e.createBlock(e.unref(M.QBadge),{key:ke.id,style:e.normalizeStyle({backgroundColor:qe(ee)}),"text-color":Ni(ee),class:"q-mr-sm"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee+1)+". "+e.toDisplayString(ke.title),1)]),_:2},1032,["style","text-color"]))),128))])]),e.createVNode(e.unref(M.QBtn),{onClick:we,icon:"close",flat:""})]),_:1}),e.createVNode(e.unref(M.QCardSection),{class:"card-content"},{default:e.withCtx(()=>{var ke;return[p.value==="complements"?(e.openBlock(),e.createElementBlock("div",N0,[e.unref(q)||(ke=X.value)!=null&&ke.length?(e.openBlock(),e.createElementBlock("div",S0,[e.unref(q)?(e.openBlock(),e.createElementBlock("div",L0,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(7,ee=>e.createElementVNode("div",{key:ee,class:"complement-card-container"},[e.createVNode(e.unref(M.QSkeleton),{class:"complement-skeleton"})])),64))])):(e.openBlock(),e.createElementBlock("div",B0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(X.value,ee=>{var ca,ze;return e.openBlock(),e.createElementBlock("div",{key:ee.ID_PRODUCTO,class:"complement-card-container"},[e.createElementVNode("div",{class:e.normalizeClass(["complement-card",{"complement-card--selected":R.value.includes(ee.ID_PRODUCTO)}]),style:e.normalizeStyle({"--selection-color":s.color,borderColor:R.value.includes(ee.ID_PRODUCTO)?s.color:"#e0e0e0"}),onClick:ua=>ye(ee.ID_PRODUCTO)},[e.createElementVNode("div",k0,[(ze=(ca=ee==null?void 0:ee.R_IMG)==null?void 0:ca[0])!=null&&ze.LOCATION?(e.openBlock(),e.createElementBlock("img",{key:0,src:ee.R_IMG[0].LOCATION,alt:ee.NOMBRE,style:{"border-radius":"8px"}},null,8,V0)):(e.openBlock(),e.createElementBlock("div",M0,[...Q[12]||(Q[12]=[e.createElementVNode("span",null,"Sin imagen",-1)])]))]),e.createElementVNode("div",U0,[e.createElementVNode("div",{class:"complement-name",title:ee.NOMBRE},e.toDisplayString(ee.NOMBRE),9,F0),ee.PRECIO?(e.openBlock(),e.createElementBlock("div",z0," $"+e.toDisplayString(ee.PRECIO)+" al mes ",1)):e.createCommentVNode("",!0),ee.DESCRIPCION_CORTA?(e.openBlock(),e.createElementBlock("div",{key:1,class:"complement-description",title:ee.DESCRIPCION_CORTA},e.toDisplayString(ee.DESCRIPCION_CORTA),9,G0)):e.createCommentVNode("",!0)]),R.value.includes(ee.ID_PRODUCTO)?(e.openBlock(),e.createElementBlock("div",{key:0,class:"complement-check",style:e.normalizeStyle({backgroundColor:s.color})},[e.createVNode(e.unref(M.QIcon),{name:"check",color:"white",size:"xs"})],4)):e.createCommentVNode("",!0),ee.TAGS?(e.openBlock(),e.createElementBlock("div",$0,[e.createVNode(e.unref(M.QBadge),{style:{border:"1px solid white"},rounded:"",color:"red",label:Si(ee)},null,8,["label"])])):e.createCommentVNode("",!0)],14,w0)])}),128))]))])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),p.value==="service-type"?(e.openBlock(),e.createElementBlock("div",j0,[Q[19]||(Q[19]=e.createElementVNode("div",{class:"text-h6 text-center q-mb-md"}," Selecciona el tipo de servicio ",-1)),Q[20]||(Q[20]=e.createElementVNode("div",{class:"text-subtitle2 text-center text-grey-7 q-mb-xl"}," Elige una opción para continuar ",-1)),e.createElementVNode("div",H0,[e.createElementVNode("div",q0,[e.createElementVNode("div",K0,[e.createElementVNode("div",{class:e.normalizeClass(["service-option",{"service-option--selected":x.value==="alta_nueva"}]),onClick:Q[0]||(Q[0]=ee=>Ze("alta_nueva"))},[e.createVNode(e.unref(M.QIcon),{name:"add_circle",size:"xl",color:x.value==="alta_nueva"?s.color:"grey-5",class:"q-mb-md"},null,8,["color"]),Q[13]||(Q[13]=e.createElementVNode("div",{class:"service-title"},"Alta nueva",-1)),Q[14]||(Q[14]=e.createElementVNode("div",{class:"service-description"}," Instalación de nuevo servicio de internet ",-1))],2)]),P.value?(e.openBlock(),e.createElementBlock("div",Q0,[e.createElementVNode("div",{class:e.normalizeClass(["service-option",{"service-option--selected":x.value==="internet_recuperado"}]),onClick:Q[1]||(Q[1]=ee=>Ze("internet_recuperado"))},[e.createVNode(e.unref(M.QIcon),{name:"restart_alt",size:"xl",color:x.value==="internet_recuperado"?s.color:"grey-5",class:"q-mb-md"},null,8,["color"]),Q[15]||(Q[15]=e.createElementVNode("div",{class:"service-title"},"Internet recuperado",-1)),Q[16]||(Q[16]=e.createElementVNode("div",{class:"service-description"}," Reactivación de servicio anteriormente contratado ",-1))],2)])):e.createCommentVNode("",!0),T.value?(e.openBlock(),e.createElementBlock("div",W0,[e.createElementVNode("div",{class:e.normalizeClass(["service-option",{"service-option--selected":x.value==="portabilidad"}]),onClick:Q[2]||(Q[2]=ee=>Ze("portabilidad"))},[e.createVNode(e.unref(M.QIcon),{name:"contact_phone",size:"xl",color:x.value==="portabilidad"?s.color:"grey-5",class:"q-mb-md"},null,8,["color"]),Q[17]||(Q[17]=e.createElementVNode("div",{class:"service-title"},"Portabilidad",-1)),Q[18]||(Q[18]=e.createElementVNode("div",{class:"service-description"}," Cambia de operadora manteniendo tu número ",-1))],2)])):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),p.value==="portability"?(e.openBlock(),e.createElementBlock("div",Z0,[O.value?(e.openBlock(),e.createElementBlock("div",ch,[e.createElementVNode("div",uh,[e.createElementVNode("div",dh," Ingrese los datos para "+e.toDisplayString(y.value.length)+" portabilidad"+e.toDisplayString(y.value.length>1?"es":""),1),e.createVNode(e.unref(M.QBtn),{flat:"","no-caps":"",color:s.color,label:"Cambiar cantidad",size:"sm",onClick:He},null,8,["color"])]),e.createElementVNode("div",mh,[e.createVNode(e.unref(M.QSelect),{style:{width:"100%","max-width":"400px"},modelValue:h.value,"onUpdate:modelValue":Q[7]||(Q[7]=ee=>h.value=ee),options:Zi,label:"Compañía actual",outlined:"",rounded:"","emit-value":"","map-options":"",rules:[ee=>!!ee||"La compañía es requerida"]},null,8,["modelValue","rules"])]),e.createElementVNode("div",ph,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,(ee,ca)=>(e.openBlock(),e.createElementBlock("div",{key:ca,class:"portability-item q-mb-md q-pa-md"},[e.createElementVNode("div",fh,[e.createElementVNode("div",_h," Portabilidad "+e.toDisplayString(ca+1),1)]),e.createElementVNode("div",gh,[e.createElementVNode("div",vh,[e.createVNode(e.unref(M.QInput),{modelValue:ee.nip,"onUpdate:modelValue":ze=>ee.nip=ze,label:"NIP",outlined:"",rounded:"",rules:[ze=>!!ze||"NIP es requerido"]},null,8,["modelValue","onUpdate:modelValue","rules"])]),e.createElementVNode("div",bh,[e.createVNode(e.unref(M.QInput),{modelValue:ee.numero,"onUpdate:modelValue":ze=>ee.numero=ze,label:"Número a portar",outlined:"",rounded:"",rules:[ze=>!!ze||"Número es requerido"]},null,8,["modelValue","onUpdate:modelValue","rules"])])])]))),128))])])):(e.openBlock(),e.createElementBlock("div",Y0,[Q[21]||(Q[21]=e.createElementVNode("div",{class:"text-h6 text-center q-mb-md"}," ¿Cuántas portabilidades desea realizar? ",-1)),e.createElementVNode("div",X0,[e.createElementVNode("div",J0,[e.createElementVNode("div",eh,[e.createVNode(e.unref(M.QBtn),{outline:g.value!==1,color:s.color,style:e.normalizeStyle(g.value===1?{backgroundColor:s.color}:{}),"text-color":g.value===1?"white":s.color,label:"1",onClick:Q[3]||(Q[3]=ee=>la(1)),class:"quantity-btn",size:"xl"},null,8,["outline","color","style","text-color"])]),L.value>=2?(e.openBlock(),e.createElementBlock("div",ah,[e.createVNode(e.unref(M.QBtn),{outline:g.value!==2,color:s.color,style:e.normalizeStyle(g.value===2?{backgroundColor:s.color}:{}),"text-color":g.value===2?"white":s.color,label:"2",onClick:Q[4]||(Q[4]=ee=>la(2)),class:"quantity-btn",size:"xl"},null,8,["outline","color","style","text-color"])])):e.createCommentVNode("",!0),L.value>2?(e.openBlock(),e.createElementBlock("div",ih,[e.createVNode(e.unref(M.QBtn),{outline:g.value!=="more",color:s.color,style:e.normalizeStyle(g.value==="more"?{backgroundColor:s.color}:{}),"text-color":g.value==="more"?"white":s.color,label:"Más",onClick:Q[5]||(Q[5]=ee=>la("more")),class:"quantity-btn-more",size:"lg","no-caps":""},null,8,["outline","color","style","text-color"])])):e.createCommentVNode("",!0)]),g.value==="more"?(e.openBlock(),e.createElementBlock("div",lh,[e.createElementVNode("div",oh,[e.createElementVNode("div",th,[e.createVNode(e.unref(M.QInput),{modelValue:I.value,"onUpdate:modelValue":Q[6]||(Q[6]=ee=>I.value=ee),modelModifiers:{number:!0},type:"number",label:"Ingresa la cantidad deseada",outlined:"",rounded:"",hint:`Puedes ingresar hasta ${L.value}`},null,8,["modelValue","hint"])])])])):e.createCommentVNode("",!0),e.createElementVNode("div",nh,[e.createElementVNode("div",sh,[e.createVNode(e.unref(M.QBtn),{flat:"",color:s.color,label:"Atrás",onClick:Te,class:"full-width",size:"lg","no-caps":""},null,8,["color"])]),e.createElementVNode("div",rh,[e.createVNode(e.unref(M.QBtn),{color:s.color,style:e.normalizeStyle({backgroundColor:s.color}),"text-color":"white",label:"Confirmar",onClick:ha,disabled:!ge.value,class:"full-width",size:"lg","no-caps":"",unelevated:""},null,8,["color","style","disabled"])])])])]))])):e.createCommentVNode("",!0),p.value==="internet-recovered"?(e.openBlock(),e.createElementBlock("div",hh,[e.createVNode(e.unref(M.QSelect),{style:{width:"100%","max-width":"400px"},modelValue:h.value,"onUpdate:modelValue":Q[8]||(Q[8]=ee=>h.value=ee),options:Zi,label:"Compañía actual",outlined:"",rounded:"","emit-value":"","map-options":"",rules:[ee=>!!ee||"La compañía es requerida"]},null,8,["modelValue","rules"])])):e.createCommentVNode("",!0)]}),_:1}),e.createVNode(e.unref(M.QCardSection),{class:"card-footer"},{default:e.withCtx(()=>[re.value>0?(e.openBlock(),e.createBlock(D0,{key:0,totalPrice:re.value,selectedComplementsData:le.value,priceValue:v.value,name:f.value,color:K.color},null,8,["totalPrice","selectedComplementsData","priceValue","name","color"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(p.value!=="complements"?"grid-2":"grid-1")},[p.value!=="complements"?(e.openBlock(),e.createBlock(e.unref(M.QBtn),{key:0,outline:"",color:s.color,label:"Atrás",onClick:Te,class:"full-width",size:"lg","no-caps":""},null,8,["color"])):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QBtn),{color:s.color,style:e.normalizeStyle({backgroundColor:s.color}),label:Le.value,onClick:Je,disabled:!De.value,class:"full-width",size:"lg","no-caps":"",unelevated:""},null,8,["color","style","label","disabled"])],2)]),_:1})]),_:1})]),_:1},8,["modelValue","maximized"]),e.createVNode(C0,e.mergeProps(s,{onClickContractar:Q[10]||(Q[10]=ke=>C.value=!0),onOnEvent:Q[11]||(Q[11]=ke=>c("on-event",ke))}),null,16)],64))}}),[["__scopeId","data-v-cb65fe8d"]]),Oh=Object.freeze([{ID_PRODUCTO:66,COD_ART_MVX:"00000064",NOMBRE:"PAQUETE NEGOCIO 399",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{permite_alta_por_internet_recuperado:!0,promocion_portabilidad:["0_gastos_de_instalacion","3_meses"],permite_portabilidad:!0,cantidad_maxima_portabilidad:3,familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!1,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!1,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!1,seccion_amarilla:!0,tipo_de_servicio:"negocio",google_mi_negocio:!1,lineas_telefonicas:"1",llamadas_ilimitadas:!0,whatsapp_empresarial:!1,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!1,velocidad_de_internet_megas:"80_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"399.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:50:06.778Z",R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"INFINITUM NEGOCIO 399 el mejor",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{cantidad_maxima_portabilidad:0,tipo_de_servicio:"negocio",familia:["internet","streaming","tv"],velocidad_de_internet_megas:500,claro_drive:"500_gb",llamadas_ilimitadas:!0,claro_video_paramounts:!0,correo_negocio:!0,antivirus:!0,facturacion_electronica:!0,seccion_amarilla:!0,respaldo_info:!0,cliente_ideal:["Familias pequeñas","Hogares con varios dispositivos","Familias grandes"],uso_recomendado:["Streaming HD/4K","Videollamadas y reuniones online","Home office / Trabajo remoto"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"399",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]},{ID_PRODUCTO:65,COD_ART_MVX:"00000063",NOMBRE:"ILIMITADO2 1789",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{cantidad_maxima_portabilidad:2,tipo_de_servicio:"residencial",familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!0,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!0,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!0,seccion_amarilla:!0,google_mi_negocio:!0,lineas_telefonicas:"4",llamadas_ilimitadas:!0,whatsapp_empresarial:!0,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!0,velocidad_de_internet_megas:"750_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1789.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:43:00.262Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Producto telefonía",PROPS:[{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Servicios",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",file:{__key:"1758645480963claro video.jpeg27620"},type:"image/jpeg",width:500,height:500},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",file:{__key:"1758645421165netflix.jpeg15097"},type:"image/jpeg",width:500,height:500},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",file:{__key:"1758645487341prime video.jpeg16345"},type:"image/jpeg",width:265,height:274},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",file:{__key:"1758645471412disnay.jpeg22090"},type:"image/jpeg",width:500,height:500},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",file:{__key:"1758645441427start channel.jpeg24693"},type:"image/jpeg",width:500,height:500},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",file:{__key:"1758645465659hbo.jpeg26373"},type:"image/jpeg",width:500,height:500},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",file:{__key:"1758645449749paramount.jpeg46078"},type:"image/jpeg",width:500,height:500},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",file:{__key:"1758645455950fox sport.jpeg20780"},type:"image/jpeg",width:500,height:500},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",file:{__key:"1758645433959vix premium.jpeg25985"},type:"image/jpeg",width:500,height:500},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[{image:{src:""},label:"80 megas",value:"80_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"100 megas",value:"100_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"150 megas",value:"150_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"250 megas",value:"250_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"350 megas",value:"350_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 megas",value:"500_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"750 megas",value:"750_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"1 GB",value:"1_gb",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"claro_drive",image:null,label:"Claro Drive",prefix:"",suffix:"",options:[{image:{src:""},label:"100 GB",value:"100_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"200 GB",value:"200_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"300 GB",value:"300_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"400 GB",value:"400_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 GB",value:"500_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No aplica",value:"none",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a075abe-1c5c-413d-bf98-527258f8ba75",code:"lineas_telefonicas",image:null,label:"Líneas telefónicas",prefix:"",suffix:"",options:[{image:{src:""},label:"1",value:"1",condition:"",exclusive:!1,description:""},{image:{src:""},label:"2",value:"2",condition:"",exclusive:!1,description:""},{image:{src:""},label:"3",value:"3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"4",value:"4",condition:"",exclusive:!1,description:""},{image:{src:""},label:"5",value:"5",condition:"",exclusive:!1,description:""},{image:{src:""},label:"6",value:"6",condition:"",exclusive:!1,description:""},{image:{src:""},label:"0",value:"0",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",code:"llamadas_ilimitadas",image:null,label:"Llamadas ilimitadas",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"2383c60b-a03d-47af-93db-e5efaa26d3ce",code:"claro_video_paramounts",image:null,label:"Claro video y Paramounts Plus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"9eb97c9e-6bf8-4d16-af1c-a0696258d79c",code:"correo_negocio",image:null,label:"Correo negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"79cb1986-713e-4a7f-955a-ccac34c980c8",code:"antivirus",image:null,label:"Antivirus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a22e6c54-f408-4e0b-9b71-e22215a7b4a8",code:"facturacion_electronica",image:null,label:"Facturacion electrónica (Aspel ADM)",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"4e095670-374c-4b12-93be-5265d65bb0a1",code:"seccion_amarilla",image:null,label:"Sección amarilla",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",code:"respaldo_info",image:null,label:"Respaldo de información",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"c0f6fd6c-b0e9-4639-9c55-444d25456678",code:"pagina_web",image:null,label:"Página web",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"bba2023a-2e5f-4d27-a03e-09fe3b1804b8",code:"facebook_fanpage",image:null,label:"Facebook Fanpage",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"18439a0e-71d4-464b-a9d3-2df3b4c6eab1",code:"google_mi_negocio",image:null,label:"Google Mi negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a0bab807-993e-43f8-bd56-40c34f745281",code:"whatsapp_empresarial",image:null,label:"Whatsapp empresarial",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"41e83c56-c80f-4462-81df-2ac19190d174",code:"videoconferencia_telmex",image:null,label:"VIdeoconferencia Telmex",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]}]),Eh={isPublic:!0,data:null,fetching:!1,scale:1,count:0},xh=We.extend({view:V.z.enum(["detail","summary"]).optional(),title:V.z.string().optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),showPrice:V.z.function().optional()}),Ih={key:0,class:"row justify-between"},Ah={class:"q-pa-md"},yh={class:"text-h5 text-bold main-color q-mt-md"},Ph={class:"text-bold main-color"},Bs=se(e.defineComponent({__name:"LawyerCallsCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{},gamaProps:{},activeCard:{type:Boolean,default:!1}},emits:["on-event"],setup(t,{emit:d}){const o=d,c=t,{data:s,isPublic:r}=e.toRefs(c),m=e.computed(()=>!r.value),f=e.computed(()=>s.value||null);e.computed(()=>{var h;return(((h=s.value)==null?void 0:h.PAISES)||[]).map(O=>{var g,I,P,T;return{image:(I=Ee.COUNTRIES[(g=O==null?void 0:O.CODIGO)==null?void 0:g.toLowerCase()])==null?void 0:I.flag,name:(T=Ee.COUNTRIES[(P=O==null?void 0:O.CODIGO)==null?void 0:P.toLowerCase()])==null?void 0:T.nativeName}}).filter(O=>O.name&&O.image)});const v=e.computed(()=>{var h;return(((h=f.value)==null?void 0:h.DESCRIPCION_CORTA)||"").trim()}),C=e.computed(()=>{var I;const O=(((I=f.value)==null?void 0:I.NOMBRE)||"").match(/\d+\s*minutos/i);return O?O[0]:null}),p=e.computed(()=>{var h;return Ee.toCurrency(Number(((h=f.value)==null?void 0:h.PRECIO)||0),c.priceSymbol||"EUR")}),x=e.computed(()=>{var h;return(h=f.value)==null?void 0:h.COD_ART_MVX}),R=h=>{const O=h||"",[g,I]=O.split("_"),P=Number(g),T={dias:["día","días"],meses:["mes","meses"],anios:["año","años"]};if(!T[I])return O;const[L,A]=T[I];return`${P} ${P===1?L:A}`};e.computed(()=>{var h;return R((h=f.value)==null?void 0:h.PERIODO_COBRO)}),e.computed(()=>{var h,O;return(O=(h=f.value)==null?void 0:h.PROPS)==null?void 0:O.tipo_plan});const y=e.computed(()=>({textColor:"white",bgColor:"#16458c"}));return(h,O)=>f.value?(e.openBlock(),e.createBlock(Da,{key:0,loading:h.fetching,unelevated:h.unelevated,"border-radius":h.borderRadius,hoverable:h.hoverable,"no-padding":"",style:e.normalizeStyle({scale:c.scale??1}),class:e.normalizeClass({"active-card":c.activeCard}),onClick:O[0]||(O[0]=g=>o("on-event",{code:"card_click",payload:{product:f.value}}))},{default:e.withCtx(()=>{var g,I;return[e.createElementVNode("div",{class:"q-pa-sm text-weight-medium text-caption",style:e.normalizeStyle({backgroundColor:y.value.bgColor,color:y.value.textColor})},[m.value?(e.openBlock(),e.createElementBlock("div",Ih,[e.createElementVNode("div",null,e.toDisplayString(x.value),1),f.value.R_ESTADO?(e.openBlock(),e.createBlock(ka,{key:0,label:(g=f.value.R_ESTADO)==null?void 0:g.NAME,color:(I=f.value.R_ESTADO)==null?void 0:I.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],4),e.createElementVNode("div",Ah,[e.createElementVNode("div",yh,e.toDisplayString(p.value),1),e.createElementVNode("div",Ph,e.toDisplayString(C.value),1),e.createElementVNode("div",{class:"text-caption q-mt-md text-grey-9 description",style:e.normalizeStyle({"line-clamp":h.descriptionLines,"-webkit-line-clamp":h.descriptionLines})},e.toDisplayString(v.value||"Sin descripción..."),5)])]}),_:1},8,["loading","unelevated","border-radius","hoverable","style","class"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-7ad9cb22"]]),Dh=Object.freeze([{ID_PRODUCTO:155,COD_ART_MVX:"0000001",NOMBRE:"Llamada 30 minutos",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"72.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:156,COD_ART_MVX:"0000002",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"500.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]),Th={isPublic:!0,data:{},fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
254
+ }`},controlType:"select"},{id:"6e8b965c-d68a-4dd5-ad28-64d4aa400eb2",code:"compatible_videowall",image:null,label:"Compatible videowall",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(values.gama === 'pantallas_led_modulares') return true; return false }"},controlType:"checkbox"},{id:"e6ebbb08-0245-4698-91e4-0ba0c0a50368",code:"tipo_montaje",image:null,label:"Tipo de montaje",prefix:"",suffix:"",options:[{image:null,label:"Matriz",value:"matriz",condition:"",exclusive:!1},{image:null,label:"Standalone",value:"standalone",condition:"",exclusive:!1},{image:null,label:"Mural",value:"mural",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"81156583-de0a-4467-bd02-f1da769708db",code:"tasa_refresco",image:null,label:"Tasa de refresco (Hz)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_number"},{id:"c1dff0d1-d622-4878-8ee4-516c55958714",code:"modelo",image:null,label:"Modelo",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"9004ddcc-6a42-49ef-8a29-2b302e7b0f6e",code:"usos_habituales",image:null,label:"Usos habituales",prefix:"",suffix:"",options:[{image:null,label:"Tiendas, Recepciones, Hall, Salas de espera, Showrooms, Galerías",value:"tiendas_recepciones_hall_salas_de_espera_showrooms_galerias",condition:"",exclusive:!1},{image:null,label:"Escaparates o vitrinas expuestas al sol",value:"escaparates_o_vitrinas_expuestas_al_sol",condition:"",exclusive:!1},{image:null,label:"Eventos, Estadios, Mobiliario Urbano",value:"eventos_estadios_mobiliario_urbano",condition:"",exclusive:!1},{image:null,label:"Salas de Control, Estudios de TV, Salas de Videoconferencia, Auditorios",value:"salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios",condition:"",exclusive:!1},{image:null,label:"Entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos",value:"entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"9a2e6614-a2d3-47ca-9559-0e86b9794f17",code:"proteccion_ip",image:null,label:"Protección IP",prefix:"",suffix:"",options:[{image:null,label:"IP20: Productos de interior",value:"ip_20_productos_de_interior",condition:"",exclusive:!1},{image:null,label:"IP56: Protegido contra polvo y chorros potentes de agua",value:"ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",condition:"",exclusive:!1},{image:null,label:" IP43: Protegido contra objetos de más de 1mm y agua pulverizada.",value:"ip_43_protegido_contra_objetos_de_mas_de_1_mm_y_agua_pulverizada",condition:"",exclusive:!1},{image:null,label:"IP65: Totalmente protegido contra polvo y chorros de agua (parte frontal)",value:"ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",condition:"",exclusive:!1},{image:null,label:"IP54: Alta resistencia a polvo y salpicaduras",value:"ip_54_alta_resistencia_a_polvo_y_salpicaduras",condition:"",exclusive:!1},{image:null,label:"IP65/IP43",value:"ip_65_ip_43",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola','controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"2ba06c97-3132-440c-9a3e-7b87cf49ef26",code:"gran_formato_independiente",image:null,label:"Gran formato independiente",prefix:"",suffix:"",options:[{image:null,label:"Si",value:"si",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"82e115bd-0c05-4d3f-b92f-28ef2f5a4367",code:"peso_kg",image:null,label:"Peso (kg)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"6f6b3dda-aeed-4458-9242-95b55b316675",code:"consumo_medio_w",image:null,label:"Consumo medio (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"2eb6ef27-3574-47e4-b519-2cd6c1f55824",code:"consumo_maximo_w",image:null,label:"Consumo Máximo (W)",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"input_text"},{id:"82b23d3e-8d67-455c-882c-a643f5ef3c8b",code:"material",image:null,label:"Material",prefix:"",suffix:"",options:[{image:null,label:"Aluminio Fundido",value:"aluminio_fundido",condition:"",exclusive:!1},{image:null,label:"Aluminio",value:"aluminio",condition:"",exclusive:!1},{image:null,label:"Acero/Aluminio (para la carcasa exterior).",value:"acero_aluminio_para_la_carcasa_exterior",condition:"",exclusive:!1},{image:null,label:"Estructura de Aluminio (Ligero, Robusto, Resistente a la Corrosión)",value:"estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",condition:"",exclusive:!1},{image:null,label:"Material robusto y duradero",value:"material_robusto_y_duradero",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"select"},{id:"903a14ee-2735-4961-8f47-2c25611f039d",code:"tamano",image:null,label:"Tamaño",prefix:"",suffix:"",options:[{image:null,label:'43"',value:"43",condition:"",exclusive:!1},{image:null,label:'49"',value:"49",condition:"",exclusive:!1},{image:null,label:'55"',value:"55",condition:"",exclusive:!1},{image:null,label:'65"',value:"65",condition:"",exclusive:!1},{image:null,label:'75"',value:"75",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['lcd','qled'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"df3e8ee5-4656-4234-8d2c-7d4bcc434dc0",code:"unidad_de_medida",image:null,label:"Unidad de Medida",prefix:"",suffix:"",options:[{image:null,label:"mm",value:"mm",condition:"",exclusive:!1},{image:null,label:"cm",value:"cm",condition:"",exclusive:!1},{image:null,label:"m",value:"m",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"select"},{id:"c79337f4-4a46-469e-abea-e6bd7ff9e422",code:"ancho",image:null,label:"Ancho",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"8ac0bc48-9b88-4689-a876-3c369262ed47",code:"alto",image:null,label:"Alto",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"dface708-9c21-44af-a434-b3a93d7eb1ce",code:"profundidad",image:null,label:"Profundidad",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['led'].includes(values.subgama)) return true; return false; }"},controlType:"input_text"},{id:"26f0bfec-1dcd-43ff-b5f1-8b4a162ba7c1",code:"a_medida",image:null,label:"A medida",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"},controlType:"checkbox"},{id:"e4cb73c3-67ab-4f63-94da-0db922dc5990",code:"codigo_ean",image:null,label:"Código EAN",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"9e86e10f-cbef-439f-8bcc-3938b5dd493e",code:"compatibilidad_de_senal",image:null,label:"Compatibilidad de señal",prefix:"",suffix:"",options:[{image:null,label:"DVI",value:"dvi",condition:"",exclusive:!1},{image:null,label:"SDI (3G-SDI)",value:"sdi_3_g_sdi",condition:"",exclusive:!1},{image:null,label:"VGA",value:"vga",condition:"",exclusive:!1},{image:null,label:"CVBS",value:"cvbs",condition:"",exclusive:!1},{image:null,label:"USB",value:"usb",condition:"",exclusive:!1},{image:null,label:"Red (LAN / Wi-Fi / 4G)",value:"red_lan_wi_fi_4_g",condition:"",exclusive:!1},{image:null,label:"HDMI",value:"hdmi",condition:"",exclusive:!1},{image:null,label:"HDMI 1.4",value:"hdmi_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort",value:"displayport",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.0",value:"displayport_1_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.1",value:"displayport_1_1",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.2",value:"displayport_1_2",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.3",value:"displayport_1_3",condition:"",exclusive:!1},{image:null,label:"DisplayPort 1.4",value:"displayport_1_4",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.0",value:"displayport_2_0",condition:"",exclusive:!1},{image:null,label:"DisplayPort 2.4",value:"displayport_2_4",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0,condition:"(values) => { if(['controladoras'].includes(values.gama)) return true; return false }"},controlType:"select"}]},Nv=$e.extend({view:B.z.enum(["detail","summary"]).optional(),title:B.z.string().optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),showPrice:B.z.function().optional()}),Sv={class:"flex-column full-height full-width"},Lv={key:0,class:"state-indicator-container"},Bv={key:1,class:"absolute-full flex flex-center bg-grey-3 column spinner-container"},wv={key:0,class:"no-image-container bg-grey-3"},kv={class:"q-pa-md column no-wrap content-container"},Vv={class:"text-h6 text-weight-bold q-mb-xs leading-tight"},Mv={class:"text-h5 q-mb-md"},Uv={class:"row"},Fv={class:"ellipsis text-bold"},zv={key:1,class:"row q-mt-md"},Gv=["src","alt","title"],jv={class:"text-caption q-pl-xs text-grey-8"},$v={key:0,class:"text-caption text-grey-10 ellipsis q-mb-lg"},Hv={style:{padding:"0px",margin:"0px","padding-left":"15px","padding-top":"5px"}},qv={key:0,class:"nutrition-card q-pa-sm rounded-lg q-mb-md"},Kv={key:0,class:"nutrition-grid"},Qv={class:"nutrition-item"},Wv={class:"value ellipsis"},Yv={key:0,class:"nutrition-item"},Zv={class:"value"},Xv={key:1,class:"nutrition-item"},Jv={class:"value"},eb={key:2,class:"nutrition-item"},ab={class:"value"},ib={key:3,class:"nutrition-item"},lb={class:"value"},ob={key:4,class:"nutrition-item"},nb={class:"value"},tb=se(e.defineComponent({__name:"PlatoCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:3},hiddenProps:{},data:{},gamaProps:{},context:{},queryParams:{}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s}=e.toRefs(c),r=e.computed(()=>{var I;return((I=s.value)==null?void 0:I.ESTADO)==Ee.EstadoProducto.GENERANDO}),m=e.computed(()=>{var E,P;const I=(E=s.value)==null?void 0:E.R_IMG;if(ue.isArray(I)&&I.length>0)return((P=I[0])==null?void 0:P.LOCATION)||""}),p=e.computed(()=>{var I;return((I=s.value)==null?void 0:I.NOMBRE)||"Plato sin nombre"}),g=e.computed(()=>{var I;return((I=s.value)==null?void 0:I.DESCRIPCION)||""}),h=e.computed(()=>{var I;return((I=s.value)==null?void 0:I.ID_GAMA)===56});e.computed(()=>{var E,P;const I=(P=(E=s.value)==null?void 0:E.PROPS)==null?void 0:P.price;return{"Muy barato":1,Barato:1,Normal:2,Caro:2,"Muy caro":3}[I]||0});const f=e.computed(()=>{var I;return((I=s.value)==null?void 0:I.PRECIO)||"0.00"});e.computed(()=>{var E,P;let I=(P=(E=s.value)==null?void 0:E.PROPS)==null?void 0:P.tiempo_preparacion;return ue.isArray(I)&&(I=I[0]),{"5 min":1,"10 min":1,"15 min":1,"20 min":2,"25 min":2,"30 min":2,"35 min":2,"40 min":2,"45 min":3,"1 hr":3,"1 hr 30 min":3,"2 hr":3,"2 hr 30 min":3}[(I||"").trim()]||0}),e.computed(()=>{var E;const I=(E=s.value)==null?void 0:E.TAGS;return Array.isArray(I)?I:typeof I=="string"?I.split(",").map(P=>P.trim()).filter(Boolean):[]});const x=e.computed(()=>{var I,E;return(E=(I=s.value)==null?void 0:I.PROPS)==null?void 0:E.mealType}),T=e.computed(()=>{var I,E,P,N;return((E=(I=s.value)==null?void 0:I.PROPS)==null?void 0:E.informacion_nutricional)||((N=(P=s.value)==null?void 0:P.PROPS)==null?void 0:N.nutrition)}),y={desayuno:{name:"Desayuno",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/39852233d1f7f68f_WhatsApp%20Image%202026-01-15%20at%2000.59.20%20%283%29.jpeg"},media_manana:{name:"Media Mañana",img:""},almuerzo:{name:"Almuerzo",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/b2518f6872c10e73_WhatsApp%20Image%202026-01-15%20at%2000.59.20%20%282%29.jpeg"},merienda:{name:"Merienda",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/745aaf2c687ee9cc_WhatsApp%20Image%202026-01-15%20at%2000.59.20%20%281%29.jpeg"},cena:{name:"Cena",img:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/9599e8d18dd7b1bf_WhatsApp%20Image%202026-01-15%20at%2001.27.12.jpeg"}};e.computed(()=>{var E;const I=(E=s.value)==null?void 0:E.FECHA_CREADO;return I?rt(I).format("DD/MM/YYYY"):""}),e.computed(()=>{var N,D,k;const I=(N=s.value)==null?void 0:N.R_CREADO_POR;if(!I)return"";const E=I.CONTACTO_NOMBRE||((D=I.CONTACTO)==null?void 0:D.NOMBRE)||"",P=I.CONTACTO_APELLIDO||((k=I.CONTACTO)==null?void 0:k.APELLIDO)||"";return`${E} ${P}`.trim()||"Desconocido"});const b=()=>{o("on-event",{code:"card_click",payload:{data:s.value}})},O=I=>{const E=I==null?void 0:I.toLowerCase();return E.includes("collagen")?"Piel & Elasticidad":E.includes("hyaluronic")?"Piel, hidratación, articulaciones":E.includes("magnesium")?"Estrés, fatiga, calambres":E.includes("liposomal")?"Inmunidad, huesos, longevidad":E.includes("omega")?"Corazón, cerebro, inflamación":E.includes("sleep")?"Insomnio, sueño profundo":E.includes("glycine")?"Sueño, sistema nervioso, recuperación":E.includes("joint")?"Personas con dolor articular":E.includes("creatin")||E.includes("bcaa")?"Rendimiento & Recuperación":E.includes("stress")?"Energía & Vitalidad":"Suplemento Nutricional"},C=I=>{const E=I==null?void 0:I.toLowerCase();return E.includes("collagen")?["Objetivos: Piel & Elasticidad","Colágeno hidrolizado","Vitamina C","Péptidos bioactivos"]:E.includes("hyaluronic")||E.includes("hialur")?["Objetivos: Piel, hidratación, articulaciones","Ácido hialurónico","Vitamina C"]:E.includes("magnesium")?["Objetivos: Estrés, fatiga, calambres","Magnesio bisglicinato","Magnesio malato","Magnesio citrato"]:E.includes("liposomal")?["Objetivos: Inmunidad, huesos, longevidad","Vitamina K2 MK‐7","Vitamina D3","Fosfolípidos liposomales"]:E.includes("omega")?["Objetivos: Corazón, cerebro, inflamación","Ácidos grasos Omega-3","EPA & DHA"]:E.includes("sleep")?["Objetivos: Insomnio, sueño profundo","Melatonina","Magnesio","Extracto de valeriana"]:E.includes("glycine")?["Objetivos: Sueño, sistema nervioso, recuperación","Glicina","Vitamina B6"]:E.includes("joint")?["Objetivos: Personas con dolor articular","Condroitina","Glucosamina","MSM"]:E.includes("creatin")?["Objetivos: Rendimiento & Recuperación","Creatina monohidrato","Creatina micronizada"]:E.includes("bcaa")?["Objetivos: Rendimiento & Recuperación","Aminoácidos ramificados BCAA 2:1:1","L-Leucina, L-Isoleucina, L-Valina"]:E.includes("stress")?["Ashwagandha","Rhodiola","L-Leucina","L‐teanina","L-Valina"]:["Suplemento Nutricional"]};return(I,E)=>(e.openBlock(),e.createBlock(va,{class:"plato-card cursor-pointer bg-white",loading:c.fetching,"no-padding":"",unelevated:c.unelevated,"border-radius":c.borderRadius,hoverable:c.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:b},{footer:e.withCtx(()=>{var P,N,D,k,j,$,Z,w,V,q,X,le,ae,re,ge,pe,De,Le;return[h.value?(e.openBlock(),e.createElementBlock("div",$v,[e.createElementVNode("ul",Hv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C(p.value),(ye,Ye)=>(e.openBlock(),e.createElementBlock("li",{key:Ye},e.toDisplayString(ye),1))),128))])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[(P=e.unref(s))!=null&&P.PROPS?(e.openBlock(),e.createElementBlock("div",qv,[T.value?(e.openBlock(),e.createElementBlock("div",Kv,[e.createElementVNode("div",Qv,[e.createElementVNode("div",Wv,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"red-1","text-color":"red-9",label:`${(D=(N=T.value)==null?void 0:N.calories)==null?void 0:D.toFixed(1)} kcal`,class:"q-ma-none"},null,8,["label"])]),E[2]||(E[2]=e.createElementVNode("div",{class:"label q-mt-sm"},"Calorías",-1))]),(k=T.value)!=null&&k.protein?(e.openBlock(),e.createElementBlock("div",Yv,[e.createElementVNode("div",Zv,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"blue-1","text-color":"blue-9",label:`${($=(j=T.value)==null?void 0:j.protein)==null?void 0:$.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),E[3]||(E[3]=e.createElementVNode("div",{class:"label q-mt-sm"},"Proteína",-1))])):e.createCommentVNode("",!0),(Z=T.value)!=null&&Z.carbs?(e.openBlock(),e.createElementBlock("div",Xv,[e.createElementVNode("div",Jv,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"green-1","text-color":"green-9",label:`${(V=(w=T.value)==null?void 0:w.carbs)==null?void 0:V.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),E[4]||(E[4]=e.createElementVNode("div",{class:"label q-mt-sm"},"Carbohidratos",-1))])):e.createCommentVNode("",!0),(q=T.value)!=null&&q.fats?(e.openBlock(),e.createElementBlock("div",eb,[e.createElementVNode("div",ab,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"yellow-2","text-color":"yellow-10",label:`${(le=(X=T.value)==null?void 0:X.fats)==null?void 0:le.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),E[5]||(E[5]=e.createElementVNode("div",{class:"label q-mt-sm"},"Grasas",-1))])):e.createCommentVNode("",!0),(ae=T.value)!=null&&ae.fiber?(e.openBlock(),e.createElementBlock("div",ib,[e.createElementVNode("div",lb,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"orange-1","text-color":"orange-9",label:`${(ge=(re=T.value)==null?void 0:re.fiber)==null?void 0:ge.toFixed(1)} g`,class:"q-ma-none"},null,8,["label"])]),E[6]||(E[6]=e.createElementVNode("div",{class:"label q-mt-sm"},"Fibra",-1))])):e.createCommentVNode("",!0),(pe=T.value)!=null&&pe.sodium?(e.openBlock(),e.createElementBlock("div",ob,[e.createElementVNode("div",nb,[e.createVNode(e.unref(M.QChip),{size:"11px",color:"purple-1","text-color":"purple-9",label:`${(Le=(De=T.value)==null?void 0:De.sodium)==null?void 0:Le.toFixed(1)} mg`,class:"q-ma-none"},null,8,["label"])]),E[7]||(E[7]=e.createElementVNode("div",{class:"label q-mt-sm"},"Sodio",-1))])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],64))]}),default:e.withCtx(()=>{var P,N,D;return[e.createElementVNode("div",Sv,[e.createElementVNode("div",{class:"relative-position img-container col-auto",style:e.normalizeStyle({aspectRatio:r.value?"4/3":void 0})},[(P=e.unref(s))!=null&&P.R_ESTADO?(e.openBlock(),e.createElementBlock("div",Lv,[e.createVNode(Ra,{color:(N=e.unref(s).R_ESTADO)==null?void 0:N.COLOR,label:(D=e.unref(s).R_ESTADO)==null?void 0:D.NAME},null,8,["color","label"])])):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createElementBlock("div",Bv,[e.createVNode(e.unref(M.QSpinnerDots),{color:"primary",size:"40px"}),E[0]||(E[0]=e.createElementVNode("span",{class:"text-caption q-mt-sm"},"Generando plato...",-1))])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[m.value?(e.openBlock(),e.createBlock(e.unref(M.QImg),{key:1,src:m.value,ratio:4/3,class:"plato-img bg-grey-3",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("div",wv,[...E[1]||(E[1]=[e.createElementVNode("img",{src:"https://w2w-files.s3.us-east-1.amazonaws.com/fabricadecampeones/plato-placeholder.png",width:"80",height:"80",style:{width:"80px",height:"80px"}},null,-1)])]))],64))],4),e.createElementVNode("div",kv,[e.createElementVNode("div",Vv,e.toDisplayString(p.value),1),h.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",Mv,e.toDisplayString(e.unref(Ee.toCurrency)(f.value)),1),e.createElementVNode("div",Uv,[e.createVNode(e.unref(M.QChip),{size:"12px",color:"yellow-7",class:"text-black"},{default:e.withCtx(()=>[e.createElementVNode("div",Fv,e.toDisplayString(O(p.value)),1)]),_:1})])],64)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"text-body2 text-grey-7 description q-mt-md",style:e.normalizeStyle({"line-clamp":I.descriptionLines,"-webkit-line-clamp":I.descriptionLines})},e.toDisplayString(g.value),5),x.value&&Array.isArray(x.value)&&x.value.length?(e.openBlock(),e.createElementBlock("div",zv,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,k=>{var j,$,Z,w;return e.openBlock(),e.createElementBlock("div",{class:"row items-center",key:k,style:{"margin-right":"10px"}},[e.createVNode(e.unref(M.QTooltip),{anchor:k,"anchor-origin":"top middle","self-origin":"bottom middle"},{default:e.withCtx(()=>{var V;return[e.createTextVNode(e.toDisplayString(((V=y[k])==null?void 0:V.name)||k),1)]}),_:2},1032,["anchor"]),y[k]?(e.openBlock(),e.createElementBlock("img",{key:0,src:((j=y[k])==null?void 0:j.img)||"",alt:(($=y[k])==null?void 0:$.name)||k,title:((Z=y[k])==null?void 0:Z.name)||k,width:20,height:20,style:{borderRadius:"50%"},ref_for:!0,ref:k},null,8,Gv)):e.createCommentVNode("",!0),e.createElementVNode("div",jv,e.toDisplayString((w=y[k])==null?void 0:w.name),1)])}),128))])):e.createCommentVNode("",!0)])])]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"]))}}),[["__scopeId","data-v-24dc0f4f"]]),sb=Object.freeze([{ID_PRODUCTO:1,COD_ART_MVX:"ARROZ_001",NOMBRE:"Arroz con Carne",DESCRIPCION:"Delicioso arroz graneado acompañado de carne jugosa al jugo, preparado con especias tradicionales.",DESCRIPCION_CORTA:"Clásico arroz con carne al jugo.",ID_CAPTACION:null,TIPO:"1",ESTADO:"4",ID_GAMA:1,ID_TIE_DEF:null,TAGS:"CASERO,ALMUERZO",PROPS:{mealType:["almuerzo","cena"],calories:"450 kcal",time:"30 min"},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"4500",ID_ESTADO:"disponible",ID_SEGMENTOS:null,FECHA_CREADO:"2025-01-01T12:00:00.000Z",R_CREADO_POR:{ID_USUARIO:1,NOMBRE:"Matias",APELLIDO:"Espinoza"},R_GAMA:{ID_GAMA:1,NOMBRE:"Platos",PROPS:[]},R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"Pendiente",COLOR:"#9c9c9c",CODE:"pendiente"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[{LOCATION:"https://felipecocina.cl/cdn/shop/files/ChatGPTImageJun22_2025_07_16_43PM.png?v=1750634269"}],R_PRECIOS:[]},{ID_PRODUCTO:2,COD_ART_MVX:"POROTOS_001",NOMBRE:"Porotos Granados",DESCRIPCION:"Tradicional plato chileno de porotos granados con mazamorra, albahaca y zapallo. Servido caliente.",DESCRIPCION_CORTA:"Porotos granados con mazamorra.",ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:1,ID_TIE_DEF:null,TAGS:"VEGETARIANO,VERANO",PROPS:{mealType:["almuerzo","cena"],calories:"380 kcal",time:"45 min"},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"5200",ID_ESTADO:"disponible",ID_SEGMENTOS:null,FECHA_CREADO:"2025-01-01T12:00:00.000Z",R_CREADO_POR:{ID_USUARIO:2,NOMBRE:"Sebastian",APELLIDO:"Garcia"},R_GAMA:{ID_GAMA:1,NOMBRE:"Platos",PROPS:[]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Aprobado",COLOR:"#10c94b",CODE:"aprobado"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_PRECIOS:[]},{ID_PRODUCTO:53,COD_ART_MVX:"00000053",NOMBRE:"Stress Complejo de Ashwagandha y Holixer",DESCRIPCION:`Complemento en cápsulas con extracto de Ashwagandha (Withania somnifera) y Holixer (Holy Basil - Ocimum tenuiflorum), plantas adaptogénicas tradicionalmente utilizadas en la medicina ayurvédica que contribuyen al equilibrio del organismo frente a situaciones de demanda física y mental.
255
+ `,DESCRIPCION_CORTA:"Complejo adaptógeno para ayudar al cuerpo a gestionar el estrés físico y mental.",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:56,ID_TIE_DEF:null,TAGS:"",PROPS:{vegano:!1,formato:"capsula",cantidad:"2 cápsulas al día ",contenido:"60 cápsulas | 30 porciones",posologia:"comida",beneficios:"El extracto de Ashwagandha (Withania somnifera) de Centenarian Road ayuda a reducir el estrés y la ansiedad, favorece el equilibrio emocional y mejora la energía y resistencia frente a situaciones de tensión. Con solo 1 - 2 cápsulas al día se garantiza un aporte óptimo de extracto estandarizado de Ashwagandha, con máxima pureza y seguridad certificadas. Modula los niveles de cortisol y mejora la claridad mental bajo presión.",como_tomar:"Tomar 1 - 2 cápsula al día con un vaso de agua, preferiblemente durante las comidas.",advertencias:"No utilizar si se están tomando antidepresivos sin consultar al especialista. No superar la dosis diaria expresamente recomendada. Conservar en lugar fresco, seco y protegido de la luz solar, manteniendo el envase perfectamente cerrado y a una temperatura no superior a 30 ºC. Mantener fuera del alcance de los niños más pequeños. Abstenerse en caso de hipersensibilidad a alguno de los componentes o ingredientes.",ingredientes:"ashwagandha",cliente_objetivo:"Personas con ritmos de vida estresantes o fatiga adrenal. Adultos que buscan reducir el estrés y la ansiedad diaria, mejorar el equilibrio emocional y aumentar la energía de manera natural, con la tranquilidad de un suplemento de alta pureza y seguridad certificadas.",evidencia_cientifica:"La Ashwagandha KSM-66® es el extracto más estudiado para reducir los niveles de cortisol sérico. Han demostrado reducir el cortisol y mejorar los marcadores de estrés y ansiedad. Cada lote está analizado y certificado para garantizar que recibes un producto libre de más de 250 sustancias prohibidas en controles de dopaje, contaminantes y con una composición verificada por laboratorios externos..",triple_certificacion:!0,informacion_nutricional:"Ashwagandha KSM-66®, Rhodiola Rosea y vitaminas del grupo B."},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"18.00",DESCUENTO:"0.00",ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",ID_SEGMENTOS:null,TIPO_IVA:"general",PERIODO_COBRO:null,FECHA_ALTA:"2026-01-14",FECHA_CREADO:"2026-01-14T21:01:29.721Z",R_GAMA:{ID_GAMA:56,NOMBRE:"Suplemento",PROPS:[{id:"677c4657-be3c-40b7-831a-a4cbfdaccda3",code:"contenido",image:null,label:"Contenido",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"b1bb669b-ced6-4273-8b5a-222e79ff9124",code:"beneficios",image:null,label:"Beneficios",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"1c1e7c94-4fff-4434-b02d-0b352bf54dd8",code:"cliente_objetivo",image:null,label:"Cliente objetivo",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"d22284b1-40bc-4064-ad6a-57e057feb964",code:"como_tomar",image:null,label:"Cómo tomar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"0a92c708-6abb-476f-a40a-4e2e37d89ebd",code:"informacion_nutricional",image:null,label:"Información nutricional",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"15b423cd-e325-46ba-89ec-1f96b454dffc",code:"advertencias",image:null,label:"Advertencias",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"041accd7-1884-4fcc-88d2-34b861323a7a",code:"evidencia_cientifica",image:null,label:"Evidencia científica",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"521b8ecd-4700-4443-ac61-8ff8093693f1",code:"triple_certificacion",image:null,label:"Triple certificación",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"43bc2a1c-871e-4eca-860c-5538d650dfd1",code:"ingredientes",image:null,label:"Ingredientes",prefix:"",suffix:"",options:[{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Valina",value:"l_valina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Creatina monohidrato",value:"creatina_monohidrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glucosamina",value:"glucosamina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Condroitina",value:"condroitina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"MSM",value:"msm",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Colágeno hidrolizado",value:"colageno_hidrolizado",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina C",value:"vitamina_c",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Péptidos bioactivos",value:"peptidos_bioactivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ácido hialurónico",value:"acido_hialuronico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio bisglicinato",value:"magnesio_bisglicinato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio malato",value:"magnesio_malato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio citrato",value:"magnesio_citrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ashwagandha",value:"ashwagandha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Rhodiola",value:"rhodiola",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina D3",value:"vitamina_d_3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina K2 MK‐7",value:"vitamina_k_2_mk_7",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Fosfolípidos liposomales",value:"fosfolipidos_liposomales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"EPA",value:"epa",condition:"",exclusive:!1,description:""},{image:{src:""},label:"DHA",value:"dha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina E",value:"vitamina_e",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Melatonina",value:"melatonina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Apigenina",value:"apigenina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glicina",value:"glicina",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a641cd7-1698-488b-848b-c99f8ec444ee",code:"formato",image:null,label:"Formato",prefix:"",suffix:"",options:[{image:{src:""},label:"Cápsula",value:"capsula",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Polvo",value:"polvo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Softgel",value:"softgel",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"1fb1ab4c-fcac-41f5-9945-2252dbd602e0",code:"cantidad",image:null,label:"Cantidad a administrar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"fe210fcb-a64c-438b-986b-3e0f4b5827c2",code:"posologia",image:null,label:"Posología",prefix:"",suffix:"",options:[{image:{src:""},label:"Pre/Post entreno",value:"pre_post_entreno",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Diario",value:"diario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Noche",value:"noche",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Mañana",value:"manana",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Comida",value:"comida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Antes de dormir",value:"antes_de_dormir",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"520a1606-1884-4867-a804-d2bbdb21b169",code:"alergenos",image:null,label:"Alérgenos",prefix:"",suffix:"",options:[{image:{src:""},label:"Crustáceos",value:"crustaceos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Pescado",value:"pescado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"99a33f48-5852-46b3-9be8-3ef636ec8b76",code:"vegano",image:null,label:"Vegano",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",NAME:"Activo",COLOR:"#0091ff",CODE:"activo"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:165,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/03da370f27b777ca_Stress.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:1},{ID_ARCHIVO:166,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/22ad623c963aa8e4_Strees%20.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:2}],R_PRECIOS:[]},{ID_PRODUCTO:43,COD_ART_MVX:"00000043",NOMBRE:"Magnesium + Bisglinato de magnesio + Acetil taurato de magnesio",DESCRIPCION:"Complemento premium de magnesio para apoyo muscular, función cognitiva y reducción del estrés, con máxima biodisponibilidad y seguridad certificada.",DESCRIPCION_CORTA:"Suplemento de magnesio avanzado para apoyar tu rutina nutricional diaria, con máxima biodisponibilidad y seguridad certificada.",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:56,ID_TIE_DEF:null,TAGS:"",PROPS:{vegano:!1,formato:"capsula",cantidad:"Por porción (2 cápsulas)",contenido:"60 cápsulas | 30 porciones por envase",posologia:"comida",beneficios:"Optimiza la función muscular y nerviosa, reduce el cansancio y la fatiga, y mejora la calidad del descanso nocturno gracias a su alta absorción. El bisglicinato de magnesio y acetil taurato de magnesio de Centenarian Road contribuye a mantener la función muscular y nerviosa, favorece el equilibrio electrolítico y ayuda a reducir la fatiga y el cansancio. También apoya la función cognitiva y la relajación, siendo un aliado para personas activas y deportistas que buscan un rendimiento óptimo y bienestar general. Con solo 2 cápsulas al día se asegura un aporte adecuado de magnesio altamente biodisponible, con máxima pureza y seguridad certificadas.",como_tomar:"Tomar 2 cápsulas al día, preferiblemente por la tarde o antes de dormir para maximizar los beneficios en el descanso.",advertencias:"No superar la dosis diaria expresamente recomendada. Conservar en lugar fresco, seco y protegido de la luz solar, manteniendo el envase perfectamente cerrado y a una temperatura no superior a 30 ºC. Mantener fuera del alcance de los niños más pequeños. Abstenerse en caso de hipersensibilidad a alguno de los componentes o ingredientes. Los complementos alimenticios no deben utilizarse como sustituto de una dieta variada y equilibrada y un estilo de vida sano.",cliente_objetivo:"Personas que buscan mejorar su recuperación física, gestionar el estrés o que presentan deficiencias de magnesio debido a una actividad física intensa. Deportistas y personas activas que desean mantener un óptimo rendimiento muscular y cognitivo, así como favorecer la recuperación tras entrenamientos de alta intensidad. Adultos de todas las edades que buscan reducir el cansancio y la fatiga diaria, con la tranquilidad de un suplemento de alta biodisponibilidad, pureza y seguridad certificadas.",evidencia_cientifica:"Estudios demuestran que el acetil taurato de magnesio cruza eficazmente la barrera hematoencefálica, mejorando la función cognitiva y reduciendo la ansiedad.",triple_certificacion:!0,informacion_nutricional:"Por porción (2 cápsulas): Bisglicinato de magnesio y Acetil taurato de magnesio (AtaMg®). Aporta el 100% de la CDR de magnesio."},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"20.00",DESCUENTO:"0.00",ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",ID_SEGMENTOS:null,TIPO_IVA:"general",PERIODO_COBRO:null,FECHA_ALTA:"2026-01-14",FECHA_CREADO:"2026-01-14T21:00:40.303Z",R_GAMA:{ID_GAMA:56,NOMBRE:"Suplemento",PROPS:[{id:"677c4657-be3c-40b7-831a-a4cbfdaccda3",code:"contenido",image:null,label:"Contenido",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"b1bb669b-ced6-4273-8b5a-222e79ff9124",code:"beneficios",image:null,label:"Beneficios",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"1c1e7c94-4fff-4434-b02d-0b352bf54dd8",code:"cliente_objetivo",image:null,label:"Cliente objetivo",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"d22284b1-40bc-4064-ad6a-57e057feb964",code:"como_tomar",image:null,label:"Cómo tomar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"0a92c708-6abb-476f-a40a-4e2e37d89ebd",code:"informacion_nutricional",image:null,label:"Información nutricional",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"15b423cd-e325-46ba-89ec-1f96b454dffc",code:"advertencias",image:null,label:"Advertencias",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"041accd7-1884-4fcc-88d2-34b861323a7a",code:"evidencia_cientifica",image:null,label:"Evidencia científica",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"521b8ecd-4700-4443-ac61-8ff8093693f1",code:"triple_certificacion",image:null,label:"Triple certificación",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"43bc2a1c-871e-4eca-860c-5538d650dfd1",code:"ingredientes",image:null,label:"Ingredientes",prefix:"",suffix:"",options:[{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Leucina",value:"l_leucina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐Valina",value:"l_valina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Creatina monohidrato",value:"creatina_monohidrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glucosamina",value:"glucosamina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Condroitina",value:"condroitina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"MSM",value:"msm",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Colágeno hidrolizado",value:"colageno_hidrolizado",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina C",value:"vitamina_c",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Péptidos bioactivos",value:"peptidos_bioactivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ácido hialurónico",value:"acido_hialuronico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio bisglicinato",value:"magnesio_bisglicinato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio malato",value:"magnesio_malato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Magnesio citrato",value:"magnesio_citrato",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Ashwagandha",value:"ashwagandha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Rhodiola",value:"rhodiola",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina D3",value:"vitamina_d_3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina K2 MK‐7",value:"vitamina_k_2_mk_7",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Fosfolípidos liposomales",value:"fosfolipidos_liposomales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"EPA",value:"epa",condition:"",exclusive:!1,description:""},{image:{src:""},label:"DHA",value:"dha",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Vitamina E",value:"vitamina_e",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Melatonina",value:"melatonina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Apigenina",value:"apigenina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"L‐teanina",value:"l_teanina",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Glicina",value:"glicina",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a641cd7-1698-488b-848b-c99f8ec444ee",code:"formato",image:null,label:"Formato",prefix:"",suffix:"",options:[{image:{src:""},label:"Cápsula",value:"capsula",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Polvo",value:"polvo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Softgel",value:"softgel",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"1fb1ab4c-fcac-41f5-9945-2252dbd602e0",code:"cantidad",image:null,label:"Cantidad a administrar",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"fe210fcb-a64c-438b-986b-3e0f4b5827c2",code:"posologia",image:null,label:"Posología",prefix:"",suffix:"",options:[{image:{src:""},label:"Pre/Post entreno",value:"pre_post_entreno",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Diario",value:"diario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Noche",value:"noche",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Mañana",value:"manana",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Comida",value:"comida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Antes de dormir",value:"antes_de_dormir",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"520a1606-1884-4867-a804-d2bbdb21b169",code:"alergenos",image:null,label:"Alérgenos",prefix:"",suffix:"",options:[{image:{src:""},label:"Crustáceos",value:"crustaceos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Pescado",value:"pescado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"99a33f48-5852-46b3-9be8-3ef636ec8b76",code:"vegano",image:null,label:"Vegano",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"e2668cca-5c95-40bb-9f8c-1b664b26cd7e",NAME:"Activo",COLOR:"#0091ff",CODE:"activo"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:161,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/07cbf6d9ee3e0281_magnessium%20%283%29.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:2},{ID_ARCHIVO:162,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/317a19a61a74aa73_Magnessium%20%2B%20beneficios%20.png",FILETYPE:"image",PUBLICO:!0,PRINCIPAL:!1,POSICION:2}],R_PRECIOS:[]},{ID_PRODUCTO:102,COD_ART_MVX:"00000102",NOMBRE:"Isotónica cítrica con yogurt griego",DESCRIPCION:"Bebida cremosa y ácida con yogurt griego, limón, miel y una pizca de sal para esfuerzos intensos.",DESCRIPCION_CORTA:null,ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{prep:"Mezcla el yogurt con el limón picado o triturado, incorpora la miel y la sal. Revuelve hasta integrar y sirve bien frío. Consume en pequeñas tomas alrededor de tu entrenamiento.",cocina:["internacional","casera"],mealType:["colacion"],objetivo:["ganancia_muscular","mantenimiento"],informacion_nutricional:{fats:.7,carbs:27.5,fiber:1.7,sodium:443.6,protein:16.2,calories:169.7},composicion:["alto_en_proteina","alto_en_carbohidratos","bajo_en_grasa"],ingredientes:[{id:"yogurt, greek, plain, nonfat",name:"Yogurt, Greek, plain, nonfat",unit:"g",quantity:150,nutritionalInfo:{fats:.5549999999999999,carbs:5.46,fiber:0,sodium:54,protein:15.45,calories:91.5}},{id:"lemon_, raw, without peel",name:"Lemons, raw, without peel",unit:"g",quantity:60,nutritionalInfo:{fats:.18,carbs:5.592,fiber:1.68,sodium:1.2,protein:.66,calories:17.4}},{id:"honey",name:"Honey",unit:"g",quantity:20,nutritionalInfo:{fats:0,carbs:16.48,fiber:.04000000000000001,sodium:.8,protein:.06,calories:60.8}},{id:"_alt, table",name:"Salt, table",unit:"g",quantity:1,nutritionalInfo:{fats:0,carbs:0,fiber:0,sodium:387.58,protein:0,calories:0}}],practicidad:["rapido"],restricciones:["vegetariano","sin_gluten"],tipo_de_plato:["colacion"]},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:null,DESCUENTO:"0.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,TIPO_IVA:null,PERIODO_COBRO:null,FECHA_ALTA:"2026-01-15",FECHA_CREADO:"2026-01-15T22:56:00.363Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Plato",PROPS:[]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Aprobado",COLOR:"#10c94b",CODE:"aprobado"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:71,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/ad95888cefe59f3b_yogur-citrico.jpg",FILETYPE:"image",PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],R_PRECIOS:[]},{ID_PRODUCTO:101,COD_ART_MVX:"00000101",NOMBRE:"Bebida isotónica de limón, miel y sal",DESCRIPCION:"Refrescante mezcla cítrica con miel y una pizca de sal para aportar carbohidratos rápidos y sodio antes del entrenamiento.",DESCRIPCION_CORTA:null,ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{prep:"Exprimir la pulpa de limón y mezclar con la miel hasta disolver. Añadir la sal y remover bien. Servir muy fría.",cocina:["casera","internacional"],mealType:["almuerzo","cena"],objetivo:["mantenimiento"],informacion_nutricional:{fats:.2,carbs:23.9,fiber:2.3,sodium:390,protein:.9,calories:84},composicion:["alto_en_carbohidratos","bajo_en_grasa"],ingredientes:[{id:"lemon_, raw, without peel",name:"Lemons, raw, without peel",unit:"g",quantity:80,nutritionalInfo:{fats:.24,carbs:7.456,fiber:2.24,sodium:1.6,protein:.8800000000000001,calories:23.200000000000003}},{id:"honey",name:"Honey",unit:"g",quantity:20,nutritionalInfo:{fats:0,carbs:16.48,fiber:.04000000000000001,sodium:.8,protein:.06,calories:60.8}},{id:"_alt, table",name:"Salt, table",unit:"g",quantity:1,nutritionalInfo:{fats:0,carbs:0,fiber:0,sodium:387.58,protein:0,calories:0}}],practicidad:["rapido"],restricciones:["vegetariano","vegano","sin_gluten","sin_lactosa"],tipo_de_plato:["colacion"]},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,OCULTAR_PRECIO_LANDING:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:null,DESCUENTO:"0.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,TIPO_IVA:null,PERIODO_COBRO:null,FECHA_ALTA:"2026-01-15",FECHA_CREADO:"2026-01-15T22:55:56.776Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Plato",PROPS:[]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Aprobado",COLOR:"#10c94b",CODE:"aprobado"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_CREADO_POR:{ID_USUARIO:1,CONTACTO_NOMBRE:"Admin",CONTACTO_APELLIDO:""},R_IMG:[{ID_ARCHIVO:72,LOCATION:"https://w2w-files.s3.amazonaws.com/fabricadecampeones/701a582684d45cdc_43970493401866.jpeg",FILETYPE:"image",PUBLICO:!1,PRINCIPAL:!1,POSICION:1}],R_PRECIOS:[]}]),rb={isPublic:!0,data:{},fetching:!1,descriptionLines:3,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0},cb=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),context:B.z.enum(["producto"]).default("producto"),isPublic:B.z.boolean().optional(),queryParams:B.z.record(B.z.any()).optional()}),ub={key:0,style:{height:"60px"}},db={class:"row justify-center q-mb-sm",style:{height:"45px"}},mb={class:"text-center text-caption",style:{height:"25px"}},pb={class:"plan-info-container q-pt-sm"},fb={key:0,class:"row plan-info"},_b={class:"text-main"},gb={key:1,class:"row plan-info"},vb={class:"text-main"},bb={key:2,class:"row plan-info"},hb={class:"text-main"},Cb={class:"row q-my-sm q-mt-md",style:{height:"150px"}},Ob={class:"q-mx-sm"},Eb=["src"],xb={key:1,class:"row items-center justify-center q-mb-md text-black"},Ib={class:"text-h2 text-bold"},Ab={key:2,class:"row justify-center q-mb-md"},yb={style:{height:"15px"},class:"text-center text-uppercase text-caption text-black"},Pb={key:0},Db=se(e.defineComponent({__name:"TelephonyCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{},titleHeight:{default:"8rem"},showHeader:{type:Boolean,default:!1},data:{},gamaProps:{},context:{},grupo:{},tipoDeServicio:{},headerColor:{},nameColor:{},filters:{},queryParams:{},cardColor:{}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s,gamaProps:r}=e.toRefs(c),m=e.computed(()=>{var D;return((D=s.value)==null?void 0:D.PROPS)||{}}),p=(D,k)=>D.find($=>$.value===k)||k,g=D=>{var $;const k=m.value[D],j=r.value.find(Z=>Z.code===D);return($=j==null?void 0:j.options)!=null&&$.length?ue.isArray(k)?k.map(Z=>p(j.options,Z)):p(j.options,k):k},h=e.computed(()=>g("complementos")),f=e.computed(()=>{var j;const D=m.value.wifi,k=r.value.find($=>$.code==="wifi");if(!((j=k==null?void 0:k.options)!=null&&j.length))return D;if(ue.isArray(D))return D.map($=>p(k.options,$)).map($=>typeof $=="object"?$==null?void 0:$.label:$).join(", ").toUpperCase().replace("WIFI","");{const $=p(k.options,D);return(typeof $=="object"&&(($==null?void 0:$.label)||$)||"").toString().toUpperCase().replace("WIFI","")}}),x=e.computed(()=>{var j,$,Z;const D=(j=h.value)==null?void 0:j.map(w=>{var V;return{src:(V=w==null?void 0:w.image)==null?void 0:V.src,label:w.label}});if(D!=null&&D.length)return D;const k=((Z=($=s.value)==null?void 0:$.DETALLE_PACK)==null?void 0:Z.filter(w=>{var V,q,X,le,ae;return((X=(q=(V=w==null?void 0:w.DETALLE)==null?void 0:V.PROPS)==null?void 0:q.familia)==null?void 0:X.some(re=>["streaming","app"].includes(re)))&&((ae=(le=w==null?void 0:w.DETALLE)==null?void 0:le.ARCHIVOS)==null?void 0:ae.length)}))||[];return k==null?void 0:k.map(w=>{var V,q,X,le;return{src:(X=(q=(V=w==null?void 0:w.DETALLE)==null?void 0:V.ARCHIVOS)==null?void 0:q[0])==null?void 0:X.LOCATION,label:(le=w==null?void 0:w.DETALLE)==null?void 0:le.NOMBRE}})}),T=e.computed(()=>{var D;return String(((D=s.value)==null?void 0:D.NOMBRE)||"").toLowerCase()}),y=e.computed(()=>{var D;return(D=s.value)==null?void 0:D.DESCRIPCION_CORTA}),b=e.computed(()=>{var D,k;return(k=(D=s.value)==null?void 0:D.TAGS)==null?void 0:k.split(",")}),O=e.computed(()=>{var D,k,j,$,Z,w,V,q,X,le,ae,re;return c.cardColor?c.cardColor:(j=(k=(D=s.value)==null?void 0:D.PROPS)==null?void 0:k.familia)!=null&&j.includes("movil")?"#D60270":(w=(Z=($=s.value)==null?void 0:$.PROPS)==null?void 0:Z.familia)!=null&&w.includes("tv")?"#FFA807":(X=(q=(V=s.value)==null?void 0:V.PROPS)==null?void 0:q.familia)!=null&&X.includes("streaming")&&((re=(ae=(le=s.value)==null?void 0:le.PROPS)==null?void 0:ae.familia)==null?void 0:re.length)==1?"black":"#00C1B5"}),C=e.computed(()=>{var D;return Number(((D=s.value)==null?void 0:D.PRECIO)||0)}),I=e.computed(()=>{var k,j,$,Z,w,V,q;if((j=(k=s.value)==null?void 0:k.PROPS)!=null&&j.datos_moviles_gb)return(Z=($=s.value)==null?void 0:$.PROPS)==null?void 0:Z.datos_moviles_gb;const D=(q=(V=(w=s.value)==null?void 0:w.PROPS)==null?void 0:V.segmento)==null?void 0:q.match(/(\d+)_gb$/i);return D?Number(D[1]):null}),E=()=>{o("on-event",{code:"start_checkout_with_product",payload:{product:s.value,quantity:1,props:null}})},P=()=>{c.isPublic||o("on-event",{code:"card_click",payload:{data:s.value}})},N=()=>{o("on-event",{code:"card_click",payload:{data:s.value}})};return(D,k)=>(e.openBlock(),e.createBlock(va,{class:"card-custom",loading:D.fetching,"no-padding":"",unelevated:D.unelevated,"border-radius":D.borderRadius,hoverable:D.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:P},{default:e.withCtx(()=>{var j,$,Z,w;return[c.showHeader?(e.openBlock(),e.createElementBlock("div",ub,[($=(j=e.unref(s))==null?void 0:j.PROPS)!=null&&$.velocidad_de_internet_megas?(e.openBlock(),e.createElementBlock("div",{key:0,class:"text-h5 text-center text-white q-pa-md text-bold",style:e.normalizeStyle({backgroundColor:c.headerColor||O.value})},[e.createElementVNode("span",null,e.toDisplayString((w=(Z=e.unref(s))==null?void 0:Z.PROPS)==null?void 0:w.velocidad_de_internet_megas)+" MEGAS",1)],4)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-lg card-content text-black"},{default:e.withCtx(()=>{var V,q,X,le,ae,re,ge,pe,De,Le,ye,Ye,la,Ca,qe,Je,Re;return[e.createElementVNode("div",db,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,Pe=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{outline:"",key:Pe,size:"md",style:e.normalizeStyle({borderColor:O.value})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(Pe)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",mb,e.toDisplayString((X=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)((q=(V=e.unref(s))==null?void 0:V.PROPS)==null?void 0:q.segmento)))==null?void 0:X.replace(/_/g," "))+" "+e.toDisplayString((ae=(le=e.unref(s))==null?void 0:le.PROPS)!=null&&ae.segmento?" - ":"")+" "+e.toDisplayString((pe=(ge=(re=e.unref(s))==null?void 0:re.PROPS)==null?void 0:ge.familia)==null?void 0:pe.join(" - ")),1),e.createElementVNode("div",{class:"name-container",style:e.normalizeStyle({height:c.titleHeight})},[e.createElementVNode("div",{class:"name q-my-sm",style:e.normalizeStyle({color:c.nameColor})},e.toDisplayString(T.value),5)],4),e.createElementVNode("div",pb,[(Le=(De=e.unref(s))==null?void 0:De.PROPS)!=null&&Le.velocidad_de_internet_megas&&!c.showHeader?(e.openBlock(),e.createElementBlock("div",fb,[k[1]||(k[1]=e.createElementVNode("div",{class:"col-6 text-main"},"VELOCIDAD",-1)),e.createElementVNode("div",null,[e.createElementVNode("span",_b,e.toDisplayString((Ye=(ye=e.unref(s))==null?void 0:ye.PROPS)==null?void 0:Ye.velocidad_de_internet_megas),1),k[0]||(k[0]=e.createTextVNode(" MB ",-1))])])):e.createCommentVNode("",!0),f.value?(e.openBlock(),e.createElementBlock("div",gb,[k[2]||(k[2]=e.createElementVNode("div",{class:"col-6 text-main"},"WIFI",-1)),e.createElementVNode("div",vb,e.toDisplayString(f.value),1)])):e.createCommentVNode("",!0),I.value?(e.openBlock(),e.createElementBlock("div",bb,[k[4]||(k[4]=e.createElementVNode("div",{class:"col-6 text-main"},"MÓVIL",-1)),e.createElementVNode("div",null,[e.createElementVNode("span",hb,e.toDisplayString(I.value),1),k[3]||(k[3]=e.createTextVNode(" GB ",-1))])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Cb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(Pe,we)=>(e.openBlock(),e.createElementBlock("div",Ob,[(e.openBlock(),e.createElementBlock("img",{key:we,src:Pe.src,class:"streaming-img q-mr-md"},null,8,Eb))]))),256))]),e.createElementVNode("div",null,[y.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"description text-left text-black q-my-md",style:e.normalizeStyle({lineClamp:D.descriptionLines,WebkitLineClamp:D.descriptionLines})},e.toDisplayString(y.value),5)):e.createCommentVNode("",!0),C.value?(e.openBlock(),e.createElementBlock("div",xb,[e.createElementVNode("span",Ib,"$"+e.toDisplayString(C.value),1),k[5]||(k[5]=e.createElementVNode("span",{class:"text-caption text-black q-pl-sm q-pt-sm"}," al mes",-1))])):e.createCommentVNode("",!0),D.isPublic?(e.openBlock(),e.createElementBlock("div",Ab,[e.createVNode(e.unref(M.QBtn),{class:"text-bold",style:e.normalizeStyle({backgroundColor:O.value}),"text-color":"white","no-caps":"",unelevated:"",rounded:"",onClick:e.withModifiers(E,["stop"])},{default:e.withCtx(()=>[...k[6]||(k[6]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"]),e.createVNode(e.unref(M.QBtn),{class:"text-bold q-ml-sm",color:"black","no-caps":"",flat:"",rounded:"",onClick:e.withModifiers(N,["stop"])},{default:e.withCtx(()=>[...k[7]||(k[7]=[e.createTextVNode(" Saber más ",-1)])]),_:1})])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"q-mt-lg",style:e.normalizeStyle({backgroundColor:`${O.value}`,height:"1px",width:"100%",margin:"1rem 0"})},null,4),e.createElementVNode("div",yb,[(Ca=(la=e.unref(s))==null?void 0:la.PROPS)!=null&&Ca.permanencia?(e.openBlock(),e.createElementBlock("span",Pb," Contrato a "+e.toDisplayString((Re=(Je=(qe=e.unref(s))==null?void 0:qe.PROPS)==null?void 0:Je.permanencia)==null?void 0:Re.replace(/_/g," ")),1)):e.createCommentVNode("",!0)])])]}),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"]))}}),[["__scopeId","data-v-108a5c4d"]]),Rb=Object.freeze([{ID_PRODUCTO:32,COD_ART_MVX:"1_gig26",NOMBRE:"PAQUETE $1,399",DESCRIPCION:"1 Giga de velocidad para todo: descargas, streaming y teletrabajo sin límites. Actívalo hoy.",DESCRIPCION_CORTA:"Para descargas y streaming intensivo",ID_CAPTACION:null,TIPO:"1",ESTADO:"2",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{wifi:["wifi_mesh_interior"],familia:["tv","telefonia"],complementos:["amazon_prime_video","disney","star","hbo_max"],cliente_ideal:"Usuarios top",uso_recomendado:"Descargas pesadas / alta demanda de datos",tipo_de_servicio:"residencial",velocidad_de_internet_megas:1e3},PUBLICO:!0,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1399.00",ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",ID_SEGMENTOS:null,FECHA_CREADO:"2025-09-17T02:12:53.050Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Productos telefonia",PROPS:[{id:"2a52b542-8173-4e17-97c3-ea1127376138",code:"grupo",image:null,label:"Grupo",prefix:"",suffix:"",options:[{image:null,label:"2 PLAY",value:"2_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 2PM",value:"5_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 2PM",value:"8_gb_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 2PM",value:"comp_tus_datos_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 2PM",value:"plan_famil_x_12_m_2_pm",condition:"",exclusive:!1},{image:null,label:"3 PLAY",value:"3_play",condition:"",exclusive:!1},{image:null,label:"5GB X 12M 3PM",value:"5_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"8GB X 12M 3PM",value:"8_gb_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"COMP. TUS DATOS X 12M 3PM",value:"comp_tus_datos_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"PLAN FAMIL X 12M 3PM",value:"plan_famil_x_12_m_3_pm",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL CLIENTE",value:"izzi_movil_cliente",condition:"",exclusive:!1},{image:null,label:"IZZI MÓVIL NO CLIENTE",value:"izzi_movil_no_cliente",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Familia",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"d652e042-3d24-4279-8ee2-b1e578e01b6c",code:"tecnologias_de_acceso",image:null,label:"Tecnologías de acceso",prefix:"",suffix:"",options:[{image:null,label:"Fibra óptica",value:"fibra_optica",condition:"",exclusive:!1},{image:null,label:"Satelital",value:"satelital",condition:"",exclusive:!1},{image:null,label:"Datos móviles",value:"datos_moviles",condition:"",exclusive:!1},{image:null,label:"4G",value:"4_g",condition:"",exclusive:!1},{image:null,label:"5G",value:"5_g",condition:"",exclusive:!1},{image:null,label:"Cable coaxial",value:"cable_coaxial",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"ad4a2391-73a5-4c71-a947-738170f61ad5",code:"permanencia",image:null,label:"Permanencia",prefix:"",suffix:"",options:[{image:null,label:"8 meses",value:"8_meses",condition:"",exclusive:!1},{image:null,label:"12 meses",value:"12_meses",condition:"",exclusive:!1}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"9d797d57-d3d2-4744-ad86-45d82e709e7b",code:"wifi",image:null,label:"Wifi",prefix:"",suffix:"",options:[{image:{src:""},label:"Wifi mesh interior",value:"wifi_mesh_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi mesh exterior",value:"wifi_mesh_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi empresarial",value:"wifi_empresarial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_number"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"datos_moviles_gb",image:null,label:"Datos moviles GB",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}]},R_ESTADO:{ID_ESTADO:"a3e0baa4-374b-47a0-8496-14434133c253",NAME:"Disponible",COLOR:"#10c94b",CODE:"disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"izzi movil 5gb",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{permanencia:"12_meses",segmento:"2_play_10_gb",tipo_de_servicio:"residencial",familia:["internet","streaming","tv"],velocidad_de_internet_megas:5,datos_moviles_gb:0,complementos:["skeelo","vix_premium"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"299",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]}]),Tb={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,grupo:"",tipo_de_servicio:"",gamaProps:[{id:"9d797d57-d3d2-4744-ad86-45d82e709e7b",code:"wifi",image:null,label:"Wifi",prefix:"",suffix:"",options:[{image:{src:""},label:"Wifi mesh interior",value:"wifi_mesh_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi mesh exterior",value:"wifi_mesh_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Wifi empresarial",value:"wifi_empresarial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{code:"complementos",options:[{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}]},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"castellano",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"ingles",condition:"",exclusive:!1},{image:null,label:"Frances",value:"frances",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabe",condition:"",exclusive:!1},{image:null,label:"Chino",value:"chino",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"d1bc7acf-0d4c-408a-9964-f44a4ea2793c",code:"numero_de_broker",image:null,label:"Número de Broker",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"8aa0194d-eb5b-4366-8836-75dd53a2ecc3",code:"especializacion",image:null,label:"Especialización",prefix:"",suffix:"",options:[{image:null,label:"Jóvenes profesionales",value:"jovenes_profesionales",condition:"",exclusive:!1},{image:null,label:"Mayores de 55",value:"mayores_de_55",condition:"",exclusive:!1},{image:null,label:"Empleados público",value:"empleados_publico",condition:"",exclusive:!1},{image:null,label:"Trabajadores temporales",value:"trabajadores_temporales",condition:"",exclusive:!1},{image:null,label:"Parejas",value:"parejas",condition:"",exclusive:!1},{image:null,label:"Familias numerosas",value:"familias_numerosas",condition:"",exclusive:!1},{image:null,label:"Personas con discapacidad",value:"personas_con_discapacidad",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"e11f27fb-3943-47d7-a270-a01358a81f3f",code:"especializacion_de_residencia",image:null,label:"Especialización de residencia",prefix:"",suffix:"",options:[{image:null,label:"Zonas rurales",value:"zonas_rurales",condition:"",exclusive:!1},{image:null,label:"Áreas metropolitanas ",value:"areas_metropolitanas",condition:"",exclusive:!1},{image:null,label:"Segunda residencia (casa vacacional)",value:"segunda_residencia_casa_vacacional",condition:"",exclusive:!1}],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"}]},Nb=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),context:B.z.enum(["captacion","partner"]).default("captacion"),isPublic:B.z.boolean().optional(),filters:B.z.object({grupo:B.z.string().optional(),tipoDeServicio:B.z.string().optional()}).optional(),queryParams:B.z.record(B.z.any()).optional(),cardColor:B.z.string().optional(),headerColor:B.z.string().optional(),nameColor:B.z.string().optional(),titleHeight:B.z.string().optional(),showHeader:B.z.boolean().optional()}),Sb={class:"row justify-center q-mb-sm",style:{height:"45px"}},Lb={class:"features-list text-black"},Bb={class:"promo-section text-caption"},wb={key:0,class:"row items-center no-wrap text-black"},kb={key:1,class:"row items-center no-wrap text-black",style:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis"}},Vb={key:2,class:"row items-center no-wrap text-black",style:{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis"}},Mb={class:"row text-black items-center justify-center q-mb-md"},Ub={class:"text-h2 text-bold text-black"},Fb={key:0,class:"q-pa-sm"},zb=se(e.defineComponent({__name:"TelmexCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},hiddenProps:{},titleHeight:{default:"3.75rem"},showHeader:{type:Boolean},data:{},gamaProps:{},context:{},grupo:{},tipoDeServicio:{},headerColor:{default:"#0167ED"},nameColor:{},filters:{},queryParams:{},color:{default:"#d83121"}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s}=e.toRefs(c),r=e.computed(()=>{var y,b;return(b=(y=s.value)==null?void 0:y.NOMBRE)==null?void 0:b.toLowerCase()}),m=e.computed(()=>{var y;return(y=s.value)==null?void 0:y.DESCRIPCION_CORTA}),p=e.computed(()=>{var y,b;return ue.compact(((b=(y=s.value)==null?void 0:y.TAGS)==null?void 0:b.split(","))||[])}),g=e.computed(()=>{var y;return Number(((y=s.value)==null?void 0:y.PRECIO)||0)}),h=e.computed(()=>{var C,I,E,P;const y=Number(((I=(C=s.value)==null?void 0:C.PROPS)==null?void 0:I.lineas_telefonicas)||0),b=(P=(E=s.value)==null?void 0:E.PROPS)==null?void 0:P.claro_drive;return ue.compact([y?{key:"lineas_telefonicas",label:`${y} líneas telefónicas`}:null,b&&b!=="none"?{key:"claro_drive",label:`Claro Drive ${(b==null?void 0:b.replace(/_/g," "))||""}`}:null,{key:"llamadas_ilimitadas",label:"Llamadas ilimitadas"},{key:"claro_video_paramounts",label:"Claro Video"},{key:"correo_negocio",label:"Correo Negocio"},{key:"antivirus",label:"Antivirus"},{key:"facturacion_electronica",label:"Facturación electrónica (Aspel ADM)"},{key:"seccion_amarilla",label:"Sección Amarilla"},{key:"respaldo_info",label:"Respaldo de información"},{key:"pagina_web",label:"Página web"},{key:"facebook_fanpage",label:"Facebook Fanpage"},{key:"google_mi_negocio",label:"Google Mi Negocio"},{key:"whatsapp_empresarial",label:"WhatsApp Empresarial"},{key:"videoconferencia_telmex",label:"Videoconferencia Telmex"}]).filter(N=>{var D,k;return(k=(D=s.value)==null?void 0:D.PROPS)==null?void 0:k[N.key]}).slice(0,5)}),f=()=>{o("on-event",{code:"contratar_click",payload:{data:s.value}})},x=()=>{c.isPublic||o("on-event",{code:"card_click",payload:{data:s.value}})},T=e.computed(()=>{var C,I,E,P;const y=((I=(C=s.value)==null?void 0:C.PROPS)==null?void 0:I.velocidad_de_internet_megas)||0,b=(E=c.gamaProps)==null?void 0:E.find(N=>N.code==="velocidad_de_internet_megas"),O=(P=b==null?void 0:b.options)==null?void 0:P.find(N=>N.value===y);return((O==null?void 0:O.label)||String(y)).toUpperCase()});return(y,b)=>(e.openBlock(),e.createBlock(va,{class:"card-custom",loading:y.fetching,"no-padding":"",unelevated:y.unelevated,"border-radius":y.borderRadius,hoverable:y.hoverable,style:e.normalizeStyle({scale:c.scale??1}),onClick:x,contentStyle:"height: 100%"},{default:e.withCtx(()=>{var O,C;return[(C=(O=e.unref(s))==null?void 0:O.PROPS)!=null&&C.velocidad_de_internet_megas?(e.openBlock(),e.createElementBlock("div",{key:0,class:"header text-h5 text-center text-white q-pa-md text-bold",style:e.normalizeStyle({backgroundColor:c.headerColor||c.color})},e.toDisplayString(T.value),5)):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-lg"},{default:e.withCtx(()=>{var I,E,P,N,D,k,j,$;return[e.createElementVNode("div",Sb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,Z=>(e.openBlock(),e.createBlock(e.unref(M.QChip),{key:Z,outline:"",size:"md",style:e.normalizeStyle({borderColor:c.color})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(Z)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",{class:"name-container",style:e.normalizeStyle({height:c.titleHeight})},[e.createElementVNode("div",{class:"name q-my-sm text-black",style:e.normalizeStyle({color:c.nameColor})},e.toDisplayString(e.unref(ue.capitalize)(r.value)),5)],4),m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"description text-black q-my-md",style:e.normalizeStyle({lineClamp:c.descriptionLines,WebkitLineClamp:c.descriptionLines})},e.toDisplayString(m.value),5)):e.createCommentVNode("",!0),e.createElementVNode("ul",Lb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,Z=>(e.openBlock(),e.createElementBlock("li",{key:Z.key},e.toDisplayString(Z.label),1))),128))]),e.createElementVNode("div",Bb,[(P=(E=(I=e.unref(s))==null?void 0:I.PROPS)==null?void 0:E.promocion_portabilidad)!=null&&P.length?(e.openBlock(),e.createElementBlock("div",wb,[e.createElementVNode("div",{style:e.normalizeStyle({backgroundColor:c.color}),class:"promo-indicator q-mr-sm"},null,4),b[0]||(b[0]=e.createElementVNode("div",null,"Promoción de Portabilidad",-1))])):e.createCommentVNode("",!0),(k=(D=(N=e.unref(s))==null?void 0:N.PROPS)==null?void 0:D.promocion_altas)!=null&&k.length?(e.openBlock(),e.createElementBlock("div",kb,[e.createElementVNode("div",{style:e.normalizeStyle({backgroundColor:c.color}),class:"promo-indicator q-mr-sm"},null,4),b[1]||(b[1]=e.createElementVNode("div",null,"Promoción Alta Internet, Recuperado, Sólo clientes",-1))])):e.createCommentVNode("",!0),($=(j=e.unref(s))==null?void 0:j.PROPS)!=null&&$.permite_alta_por_internet_recuperado?(e.openBlock(),e.createElementBlock("div",Vb,[e.createElementVNode("div",{style:e.normalizeStyle({backgroundColor:c.color}),class:"promo-indicator q-mr-sm"},null,4),b[2]||(b[2]=e.createElementVNode("div",null,"Permite alta por internet recuperado",-1))])):e.createCommentVNode("",!0)])]}),_:1}),e.createVNode(e.unref(M.QCardSection),{class:"q-pa-lg q-mt-auto",style:{"padding-top":"0"}},{default:e.withCtx(()=>[e.createElementVNode("div",Mb,[e.createElementVNode("span",Ub,"$"+e.toDisplayString(g.value),1),b[3]||(b[3]=e.createElementVNode("span",{class:"text-caption q-pl-sm q-pt-sm"},"al mes",-1))]),y.isPublic?(e.openBlock(),e.createElementBlock("div",Fb,[e.createVNode(e.unref(M.QBtn),{class:"full-width text-bold",style:e.normalizeStyle({backgroundColor:c.color}),"text-color":"white","no-caps":"",unelevated:"",onClick:e.withModifiers(f,["stop"])},{default:e.withCtx(()=>[...b[4]||(b[4]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"])])):e.createCommentVNode("",!0)]),_:1})]}),_:1},8,["loading","unelevated","border-radius","hoverable","style"]))}}),[["__scopeId","data-v-130b67a0"]]),Gb=Object.freeze([{ID_PRODUCTO:66,COD_ART_MVX:"00000064",NOMBRE:"PAQUETE NEGOCIO 399",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{promocion_portabilidad:["0_gastos_de_instalacion","3_meses"],cantidad_maxima_portabilidad:3,familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!1,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!1,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!1,seccion_amarilla:!0,tipo_de_servicio:"negocio",google_mi_negocio:!1,lineas_telefonicas:"1",llamadas_ilimitadas:!0,whatsapp_empresarial:!1,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!1,velocidad_de_internet_megas:"80_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"399.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:50:06.778Z",R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"INFINITUM NEGOCIO 399 el mejor",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{familia:["internet","streaming","tv"],velocidad_de_internet_megas:500,claro_drive:"500_gb",llamadas_ilimitadas:!0,claro_video_paramounts:!0,correo_negocio:!0,antivirus:!0,facturacion_electronica:!0,seccion_amarilla:!0,respaldo_info:!0},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"299",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]},{ID_PRODUCTO:65,COD_ART_MVX:"00000063",NOMBRE:"ILIMITADO2 1789",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!0,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!0,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!0,seccion_amarilla:!0,google_mi_negocio:!0,lineas_telefonicas:"4",llamadas_ilimitadas:!0,whatsapp_empresarial:!0,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!0,velocidad_de_internet_megas:"750_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1789.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:43:00.262Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Producto telefonía",PROPS:[{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Servicios",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",file:{__key:"1758645480963claro video.jpeg27620"},type:"image/jpeg",width:500,height:500},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",file:{__key:"1758645421165netflix.jpeg15097"},type:"image/jpeg",width:500,height:500},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",file:{__key:"1758645487341prime video.jpeg16345"},type:"image/jpeg",width:265,height:274},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",file:{__key:"1758645471412disnay.jpeg22090"},type:"image/jpeg",width:500,height:500},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",file:{__key:"1758645441427start channel.jpeg24693"},type:"image/jpeg",width:500,height:500},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",file:{__key:"1758645465659hbo.jpeg26373"},type:"image/jpeg",width:500,height:500},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",file:{__key:"1758645449749paramount.jpeg46078"},type:"image/jpeg",width:500,height:500},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",file:{__key:"1758645455950fox sport.jpeg20780"},type:"image/jpeg",width:500,height:500},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",file:{__key:"1758645433959vix premium.jpeg25985"},type:"image/jpeg",width:500,height:500},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[{image:{src:""},label:"80 megas",value:"80_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"100 megas",value:"100_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"150 megas",value:"150_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"250 megas",value:"250_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"350 megas",value:"350_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 megas",value:"500_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"750 megas",value:"750_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"1 GB",value:"1_gb",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"claro_drive",image:null,label:"Claro Drive",prefix:"",suffix:"",options:[{image:{src:""},label:"100 GB",value:"100_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"200 GB",value:"200_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"300 GB",value:"300_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"400 GB",value:"400_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 GB",value:"500_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No aplica",value:"none",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a075abe-1c5c-413d-bf98-527258f8ba75",code:"lineas_telefonicas",image:null,label:"Líneas telefónicas",prefix:"",suffix:"",options:[{image:{src:""},label:"1",value:"1",condition:"",exclusive:!1,description:""},{image:{src:""},label:"2",value:"2",condition:"",exclusive:!1,description:""},{image:{src:""},label:"3",value:"3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"4",value:"4",condition:"",exclusive:!1,description:""},{image:{src:""},label:"5",value:"5",condition:"",exclusive:!1,description:""},{image:{src:""},label:"6",value:"6",condition:"",exclusive:!1,description:""},{image:{src:""},label:"0",value:"0",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",code:"llamadas_ilimitadas",image:null,label:"Llamadas ilimitadas",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"2383c60b-a03d-47af-93db-e5efaa26d3ce",code:"claro_video_paramounts",image:null,label:"Claro video y Paramounts Plus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"9eb97c9e-6bf8-4d16-af1c-a0696258d79c",code:"correo_negocio",image:null,label:"Correo negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"79cb1986-713e-4a7f-955a-ccac34c980c8",code:"antivirus",image:null,label:"Antivirus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a22e6c54-f408-4e0b-9b71-e22215a7b4a8",code:"facturacion_electronica",image:null,label:"Facturacion electrónica (Aspel ADM)",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"4e095670-374c-4b12-93be-5265d65bb0a1",code:"seccion_amarilla",image:null,label:"Sección amarilla",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",code:"respaldo_info",image:null,label:"Respaldo de información",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"c0f6fd6c-b0e9-4639-9c55-444d25456678",code:"pagina_web",image:null,label:"Página web",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"bba2023a-2e5f-4d27-a03e-09fe3b1804b8",code:"facebook_fanpage",image:null,label:"Facebook Fanpage",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"18439a0e-71d4-464b-a9d3-2df3b4c6eab1",code:"google_mi_negocio",image:null,label:"Google Mi negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a0bab807-993e-43f8-bd56-40c34f745281",code:"whatsapp_empresarial",image:null,label:"Whatsapp empresarial",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"41e83c56-c80f-4462-81df-2ac19190d174",code:"videoconferencia_telmex",image:null,label:"VIdeoconferencia Telmex",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]}]),jb={isPublic:!0,data:{},fetching:!1,descriptionLines:4,scale:1,unelevated:!0,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,grupo:"",tipo_de_servicio:"",gamaProps:[{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Servicios",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",file:{__key:"1758645480963claro video.jpeg27620"},type:"image/jpeg",width:500,height:500},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",file:{__key:"1758645421165netflix.jpeg15097"},type:"image/jpeg",width:500,height:500},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",file:{__key:"1758645487341prime video.jpeg16345"},type:"image/jpeg",width:265,height:274},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",file:{__key:"1758645471412disnay.jpeg22090"},type:"image/jpeg",width:500,height:500},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",file:{__key:"1758645441427start channel.jpeg24693"},type:"image/jpeg",width:500,height:500},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",file:{__key:"1758645465659hbo.jpeg26373"},type:"image/jpeg",width:500,height:500},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",file:{__key:"1758645449749paramount.jpeg46078"},type:"image/jpeg",width:500,height:500},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",file:{__key:"1758645455950fox sport.jpeg20780"},type:"image/jpeg",width:500,height:500},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",file:{__key:"1758645433959vix premium.jpeg25985"},type:"image/jpeg",width:500,height:500},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[{image:{src:""},label:"80 megas",value:"80_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"100 megas",value:"100_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"150 megas",value:"150_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"250 megas",value:"250_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"350 megas",value:"350_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 megas",value:"500_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"750 megas",value:"750_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"1 GB",value:"1_gb",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"claro_drive",image:null,label:"Claro Drive",prefix:"",suffix:"",options:[{image:{src:""},label:"100 GB",value:"100_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"200 GB",value:"200_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"300 GB",value:"300_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"400 GB",value:"400_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 GB",value:"500_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No aplica",value:"none",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a075abe-1c5c-413d-bf98-527258f8ba75",code:"lineas_telefonicas",image:null,label:"Líneas telefónicas",prefix:"",suffix:"",options:[{image:{src:""},label:"1",value:"1",condition:"",exclusive:!1,description:""},{image:{src:""},label:"2",value:"2",condition:"",exclusive:!1,description:""},{image:{src:""},label:"3",value:"3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"4",value:"4",condition:"",exclusive:!1,description:""},{image:{src:""},label:"5",value:"5",condition:"",exclusive:!1,description:""},{image:{src:""},label:"6",value:"6",condition:"",exclusive:!1,description:""},{image:{src:""},label:"0",value:"0",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",code:"llamadas_ilimitadas",image:null,label:"Llamadas ilimitadas",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"2383c60b-a03d-47af-93db-e5efaa26d3ce",code:"claro_video_paramounts",image:null,label:"Claro video y Paramounts Plus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"9eb97c9e-6bf8-4d16-af1c-a0696258d79c",code:"correo_negocio",image:null,label:"Correo negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"79cb1986-713e-4a7f-955a-ccac34c980c8",code:"antivirus",image:null,label:"Antivirus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a22e6c54-f408-4e0b-9b71-e22215a7b4a8",code:"facturacion_electronica",image:null,label:"Facturacion electrónica (Aspel ADM)",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"4e095670-374c-4b12-93be-5265d65bb0a1",code:"seccion_amarilla",image:null,label:"Sección amarilla",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",code:"respaldo_info",image:null,label:"Respaldo de información",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"c0f6fd6c-b0e9-4639-9c55-444d25456678",code:"pagina_web",image:null,label:"Página web",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"bba2023a-2e5f-4d27-a03e-09fe3b1804b8",code:"facebook_fanpage",image:null,label:"Facebook Fanpage",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"18439a0e-71d4-464b-a9d3-2df3b4c6eab1",code:"google_mi_negocio",image:null,label:"Google Mi negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a0bab807-993e-43f8-bd56-40c34f745281",code:"whatsapp_empresarial",image:null,label:"Whatsapp empresarial",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"41e83c56-c80f-4462-81df-2ac19190d174",code:"videoconferencia_telmex",image:null,label:"VIdeoconferencia Telmex",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},$b=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),context:B.z.enum(["captacion","partner"]).default("captacion"),isPublic:B.z.boolean().optional(),filters:B.z.object({grupo:B.z.string().optional(),tipoDeServicio:B.z.string().optional()}).optional(),queryParams:B.z.record(B.z.any()).optional(),cardColor:B.z.string().optional(),headerColor:B.z.string().optional(),nameColor:B.z.string().optional(),titleHeight:B.z.string().optional(),showHeader:B.z.boolean().optional()});function Ls(){const n=e.inject("context"),d=e.computed(()=>n.product.value),o=n.slide,c=n.isPublic,s=n.images,r=n.selectedPackProduct,m=e.computed(()=>!c.value),p=e.computed(()=>{var h;return((h=d.value)==null?void 0:h.detalle_pack)||[]}),g=e.computed(()=>{var h;return((h=d.value)==null?void 0:h.props)||{}});return e.watch(d,()=>{var f;const h=((f=d.value)==null?void 0:f.images)||[];s.value=h},{immediate:!0}),e.watch(p,h=>{var f;h&&(r.value=(f=h[0])==null?void 0:f.DETALLE)},{immediate:!0,deep:!0}),{product:d,isPublic:c,isPrivate:m,images:s,detallePack:p,productProps:g,selectedPackProduct:r,slide:o,gamaProps:n.gamaProps,count:n.count,showPrice:n.showPrice}}const Hb={key:0,class:"q-mt-md text-black col-12"},qb=e.defineComponent({__name:"ProductLongDescription",setup(n){const{product:d}=Ls(),o=e.computed(()=>{var c;return(c=d.value)==null?void 0:c.descripcion});return(c,s)=>o.value?(e.openBlock(),e.createElementBlock("div",Hb,[s[0]||(s[0]=e.createElementVNode("div",{class:"font-bold text-h6"},"Información del producto",-1)),e.createElementVNode("div",null,e.toDisplayString(o.value),1)])):e.createCommentVNode("",!0)}}),Kb={style:{"font-size":"16px","max-height":"300px","overflow-y":"auto"}},Qb={key:0,class:"text-black"},Wb=e.defineComponent({__name:"ProductShortDescription",setup(n){const{product:d}=Ls(),o=e.computed(()=>{var c;return((c=d.value)==null?void 0:c.descripcion_corta)||""});return(c,s)=>(e.openBlock(),e.createElementBlock("div",Kb,[o.value?(e.openBlock(),e.createElementBlock("div",Qb,e.toDisplayString(o.value),1)):e.createCommentVNode("",!0)]))}}),Yb={class:"row justify-end"},Zb={class:"text-h4 text-bold text-black q-mb-sm"},Xb={key:0,class:"row q-my-sm"},Jb={key:1,class:"row items-end q-mb-md text-black"},e0={class:"text-h2 text-bold"},a0={key:2,class:"q-my-md"},i0={class:"row"},l0={key:0,class:"q-mt-md text-black col-md-4"},o0={class:"features-list text-black"},n0={key:1,class:"q-mt-md text-black col-md-4"},t0={class:"features-list text-black"},s0={key:2,class:"q-mt-md text-black col-md-4"},r0={class:"features-list text-black"},c0={key:3,class:"q-my-md row items-center"},u0={key:4,class:"q-my-md text-black"},d0={key:0,class:"q-mb-xs"},m0={class:"row items-center q-mb-xs"},p0={class:"text-bold"},f0={key:1,class:"q-mb-md"},_0={class:"row items-center q-mb-xs"},g0={class:"text-bold"},v0={key:2,class:"q-mb-md"},b0={class:"row items-center q-mb-xs"},h0={class:"row"},C0="https://w2w-files.s3.amazonaws.com/telmex/93bbb8355e56f9c9_claro%20video.jpeg",O0=se(e.defineComponent({__name:"ProductInfo",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{default:"detail"},title:{},data:{},gamaProps:{},cardColor:{},color:{default:"#d83121"},showPrice:{type:Function,default:()=>!0}},emits:["click-contractar","on-event"],setup(n,{emit:d}){e.ref(!1);const o=d;e.provide("emit",o);const c=n,s=e.ref(1),{data:r,isPublic:m,gamaProps:p,count:g,color:h}=e.toRefs(c),f=e.computed(()=>{var w;return((w=c.showPrice)==null?void 0:w.call(c,r.value))??!0}),x=e.computed(()=>Vl(r.value)),T=e.computed(()=>{var w,V;return(V=(w=x.value)==null?void 0:w.nombre)==null?void 0:V.toUpperCase()}),y=e.computed(()=>{var w,V;return ue.compact(((V=(w=x.value)==null?void 0:w.tags)==null?void 0:V.split(","))||[])}),b=e.ref(null),O=e.ref([]),C={product:x,slide:s,isPublic:m,selectedPackProduct:b,images:O,count:g,gamaProps:p,showPrice:f};e.provide("context",C);const I=e.computed(()=>{var w;return Number(((w=x.value)==null?void 0:w.precio)||0)}),E=()=>{var w;return o("on-event",{code:"edit_product",payload:{id:(w=x.value)==null?void 0:w.id,detallePackComponent:"perdm_telephony",hiddenTabs:["proveedores","prices"],hidePriceTaxInputs:!0}})},P=w=>w?(ue.isArray(w)?w:[w]).map(String):[],N=e.computed(()=>{var w,V,q,X;return P((V=(w=x.value)==null?void 0:w.props)==null?void 0:V.cliente_ideal).concat(P((X=(q=x.value)==null?void 0:q.props)==null?void 0:X.cliente_ideal_negocio))}),D=e.computed(()=>{var w,V,q,X;return P((V=(w=x.value)==null?void 0:w.props)==null?void 0:V.uso_recomendado).concat(P((X=(q=x.value)==null?void 0:q.props)==null?void 0:X.uso_recomendado_negocio))}),k=e.computed(()=>{var w,V;return P((V=(w=x.value)==null?void 0:w.props)==null?void 0:V.promocion_portabilidad)}),j=e.computed(()=>{var w,V;return P((V=(w=x.value)==null?void 0:w.props)==null?void 0:V.promocion_altas)}),$=e.computed(()=>{var w,V;return!!((V=(w=r.value)==null?void 0:w.PROPS)!=null&&V.permite_alta_por_internet_recuperado)}),Z=e.computed(()=>{var V,q,X,le,ae;return[{key:"lineas_telefonicas",label:`${(q=(V=r.value)==null?void 0:V.PROPS)==null?void 0:q.lineas_telefonicas} líneas telefónicas`},{key:"claro_drive",label:`Claro Drive ${((ae=(le=(X=r.value)==null?void 0:X.PROPS)==null?void 0:le.claro_drive)==null?void 0:ae.replace(/_/g," "))||""}`},{key:"llamadas_ilimitadas",label:"Llamadas ilimitadas"},{key:"claro_video_paramounts",label:"Claro Video"},{key:"correo_negocio",label:"Correo Negocio"},{key:"antivirus",label:"Antivirus"},{key:"facturacion_electronica",label:"Facturación electrónica (Aspel ADM)"},{key:"seccion_amarilla",label:"Sección Amarilla"},{key:"respaldo_info",label:"Respaldo de información"},{key:"pagina_web",label:"Página web"},{key:"facebook_fanpage",label:"Facebook Fanpage"},{key:"google_mi_negocio",label:"Google Mi Negocio"},{key:"whatsapp_empresarial",label:"WhatsApp Empresarial"},{key:"videoconferencia_telmex",label:"Videoconferencia Telmex"}].filter(re=>{var ge,pe;return(pe=(ge=r.value)==null?void 0:ge.PROPS)==null?void 0:pe[re.key]}).slice(0,5)});return(w,V)=>{var X,le,ae,re,ge,pe,De,Le,ye,Ye,la,Ca,qe,Je;const q=e.resolveComponent("QChip");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Yb,[e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Fa,{key:0,icon:"edit",sm:"",onClick:E}))]),e.createElementVNode("div",null,[e.createElementVNode("div",null,[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,Re=>(e.openBlock(),e.createBlock(q,{outline:"",key:Re,size:"md",class:"q-mx-xs q-mb-md",style:e.normalizeStyle({borderColor:e.unref(h)})},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ue.capitalize)(Re)),1)]),_:2},1032,["style"]))),128))]),e.createElementVNode("div",Zb,e.toDisplayString(T.value||""),1),e.unref(m)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Xb,[(X=e.unref(r))!=null&&X.R_ESTADO?(e.openBlock(),e.createBlock(Ra,{key:0,label:(ae=(le=e.unref(r))==null?void 0:le.R_ESTADO)==null?void 0:ae.NAME,color:(ge=(re=e.unref(r))==null?void 0:re.R_ESTADO)==null?void 0:ge.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])),I.value?(e.openBlock(),e.createElementBlock("div",Jb,[e.createElementVNode("span",e0,"$"+e.toDisplayString(I.value),1),V[1]||(V[1]=e.createElementVNode("span",{class:"text-caption q-pl-sm q-pb-sm"}," al mes",-1))])):e.createCommentVNode("",!0),e.createVNode(Wb),e.unref(m)?(e.openBlock(),e.createElementBlock("div",a0,[e.createVNode(e.unref(M.QBtn),{class:"text-bold",style:e.normalizeStyle({backgroundColor:c.color}),"text-color":"white",size:"lg","no-caps":"",unelevated:"",onClick:V[0]||(V[0]=e.withModifiers(Re=>o("click-contractar"),["stop"]))},{default:e.withCtx(()=>[...V[2]||(V[2]=[e.createTextVNode(" Contratar ahora ",-1)])]),_:1},8,["style"])])):e.createCommentVNode("",!0),e.createElementVNode("div",i0,[(pe=Z.value)!=null&&pe.length?(e.openBlock(),e.createElementBlock("div",l0,[V[3]||(V[3]=e.createElementVNode("div",{class:"text-bold q-pl-md-lg"},"Características:",-1)),e.createElementVNode("ul",o0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Z.value,Re=>(e.openBlock(),e.createElementBlock("li",{key:Re.key},e.toDisplayString(Re.label),1))),128))])])):e.createCommentVNode("",!0),(De=N.value)!=null&&De.length?(e.openBlock(),e.createElementBlock("div",n0,[V[4]||(V[4]=e.createElementVNode("div",{class:"text-bold q-pl-md-lg"},"Ideal para:",-1)),e.createElementVNode("ul",t0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,Re=>{var Pe;return e.openBlock(),e.createElementBlock("li",{key:Re},e.toDisplayString((Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Re)))==null?void 0:Pe.replace(/_/g," ")),1)}),128))])])):e.createCommentVNode("",!0),(Le=D.value)!=null&&Le.length?(e.openBlock(),e.createElementBlock("div",s0,[V[5]||(V[5]=e.createElementVNode("div",{class:"text-bold q-pl-md-lg"},"Uso recomendado:",-1)),e.createElementVNode("ul",r0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,Re=>{var Pe;return e.openBlock(),e.createElementBlock("li",{key:Re},e.toDisplayString((Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Re)))==null?void 0:Pe.replace(/_/g," ")),1)}),128))])])):e.createCommentVNode("",!0)]),(Ye=(ye=x.value)==null?void 0:ye.props)!=null&&Ye.claro_video_paramounts?(e.openBlock(),e.createElementBlock("div",c0,[e.createElementVNode("img",{src:C0,alt:"Claro video",style:{height:"50px",width:"50px","border-radius":"8px"},class:"q-mr-md"})])):e.createCommentVNode("",!0),(la=k.value)!=null&&la.length||(Ca=j.value)!=null&&Ca.length?(e.openBlock(),e.createElementBlock("div",u0,[(qe=j.value)!=null&&qe.length?(e.openBlock(),e.createElementBlock("div",d0,[e.createElementVNode("div",m0,[e.createElementVNode("div",{class:"promo-indicator q-mr-sm",style:e.normalizeStyle({backgroundColor:c.color})},null,4),e.createElementVNode("div",null,[V[6]||(V[6]=e.createTextVNode(" Promoción Alta Internet, Recuperado, Sólo clientes, Megacable: ",-1)),e.createElementVNode("span",p0,e.toDisplayString(j.value.map(Re=>{var Pe;return(Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Re)))==null?void 0:Pe.replace(/_/g," ")}).join(", ")),1)])])])):e.createCommentVNode("",!0),(Je=k.value)!=null&&Je.length?(e.openBlock(),e.createElementBlock("div",f0,[e.createElementVNode("div",_0,[e.createElementVNode("div",{class:"promo-indicator q-mr-sm",style:e.normalizeStyle({backgroundColor:c.color})},null,4),e.createElementVNode("div",null,[V[7]||(V[7]=e.createTextVNode(" Promoción de Portabilidad: ",-1)),e.createElementVNode("span",g0,e.toDisplayString(k.value.map(Re=>{var Pe;return(Pe=e.unref(ue.upperFirst)(e.unref(ue.snakeCase)(Re)))==null?void 0:Pe.replace(/_/g," ")}).join(", ")),1)])])])):e.createCommentVNode("",!0),$.value?(e.openBlock(),e.createElementBlock("div",v0,[e.createElementVNode("div",b0,[e.createElementVNode("div",{class:"promo-indicator q-mr-sm",style:e.normalizeStyle({backgroundColor:c.color})},null,4),V[8]||(V[8]=e.createElementVNode("div",null,"Permite alta por internet recuperado",-1))])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",h0,[e.createVNode(qb)])],64)}}}),[["__scopeId","data-v-9cf793bc"]]),E0={key:0,class:"total-container q-mb-md"},x0={class:"total-breakdown"},I0={class:"row justify-between items-center q-mb-xs gt-sm"},A0={class:"text-weight-medium"},y0={class:"lt-md"},P0={key:0},D0={class:"row justify-between items-center text-bold"},R0=se(e.defineComponent({__name:"TotalOrder",props:["totalPrice","selectedComplementsData","priceValue","name","color"],setup(n){const d=n,{totalPrice:o,selectedComplementsData:c,priceValue:s,name:r,color:m}=e.toRefs(d);return(p,g)=>{const h=e.resolveComponent("q-separator");return e.unref(o)>0?(e.openBlock(),e.createElementBlock("div",E0,[e.createElementVNode("div",x0,[e.createElementVNode("div",I0,[e.createElementVNode("span",null,"PLAN BASE "+e.toDisplayString(e.unref(r))+":",1),e.createElementVNode("span",A0,e.toDisplayString(e.unref(Ee.toCurrency)(e.unref(s),"MXN"))+" al mes ",1)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),f=>(e.openBlock(),e.createElementBlock("div",{key:f.ID_PRODUCTO,class:"row justify-between items-center q-mb-xs gt-sm"},[e.createElementVNode("span",null,e.toDisplayString(f.NOMBRE)+":",1),e.createElementVNode("span",null,"+"+e.toDisplayString(e.unref(Ee.toCurrency)(f.PRECIO,"MXN"))+" al mes",1)]))),128)),e.createElementVNode("div",y0,[e.createElementVNode("div",null,"PLAN BASE "+e.toDisplayString(e.unref(r)),1),e.unref(c).length?(e.openBlock(),e.createElementBlock("div",P0," +"+e.toDisplayString(e.unref(c).length)+" complementos ",1)):e.createCommentVNode("",!0)]),e.createVNode(h,{class:"q-my-sm"}),e.createElementVNode("div",D0,[g[0]||(g[0]=e.createElementVNode("span",{class:"text-h6"},"Total:",-1)),e.createElementVNode("span",{class:"text-h6",style:e.normalizeStyle({color:d.color})},e.toDisplayString(e.unref(Ee.toCurrency)(e.unref(o),"MXN"))+" al mes ",5)])])])):e.createCommentVNode("",!0)}}}),[["__scopeId","data-v-384949f4"]]),T0={class:"text-h6"},N0={class:"q-mt-sm"},S0={key:0},L0={key:0},B0={key:0,class:"complements-grid"},w0={key:1,class:"complements-grid"},k0=["onClick"],V0={class:"complement-image"},M0=["src","alt"],U0={key:1,class:"no-image"},F0={class:"complement-content"},z0=["title"],G0={key:0,class:"complement-price"},j0=["title"],$0={key:1,class:"complement-tag"},H0={key:1,class:"service-type-section"},q0={class:"service-type-options"},K0={class:"row justify-center q-col-gutter-md"},Q0={class:"col-12 col-md-4"},W0={key:0,class:"col-12 col-md-4"},Y0={key:1,class:"col-12 col-md-4"},Z0={key:2,class:"portability-section"},X0={key:0,class:"portability-quantity"},J0={class:"quantity-selector"},eh={class:"row justify-center q-col-gutter-md q-mb-lg"},ah={class:"col-auto"},ih={key:0,class:"col-auto"},lh={key:1,class:"col-auto"},oh={key:0,class:"q-mb-lg"},nh={class:"row justify-center"},th={class:"col-12 col-md-8"},sh={class:"row justify-center q-mt-xl q-col-gutter-md"},rh={class:"col-6"},ch={class:"col-6"},uh={key:1,class:"q-pa-sm"},dh={class:"row justify-between items-center q-mb-md"},mh={class:"text-subtitle1"},ph={class:"row justify-center q-mb-md"},fh={class:"portability-list"},_h={class:"row justify-between items-center q-mb-sm"},gh={class:"text-weight-medium"},vh={class:"row q-col-gutter-md"},bh={class:"col-12 col-md-6"},hh={class:"col-12 col-md-6"},Ch={key:3,class:"row justify-center q-my-lg"},Oh=se(e.defineComponent({__name:"TelmexProductDetail",props:{isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},view:{},title:{},data:{},gamaProps:{},cardColor:{},color:{default:"#d83121"},showPrice:{}},emits:["on-event"],setup(n,{emit:d}){e.useCssVars(K=>({"33c7ad86":s.color}));const{screen:o}=M.useQuasar(),c=d,s=n,{data:r}=e.toRefs(s),m=e.computed(()=>Vl(r.value)),p=e.computed(()=>{var K,Q;return(Q=(K=m.value)==null?void 0:K.nombre)==null?void 0:Q.toUpperCase()}),g=e.computed(()=>{var K;return Number(((K=m.value)==null?void 0:K.precio)||0)}),h=e.ref(!1),f=e.ref("complements"),x=e.ref(null),T=e.ref([]),y=e.ref([]),b=e.ref(""),O=e.ref(!1),C=e.ref(null),I=e.ref(null),E=e.computed(()=>{var K,Q;return!!((Q=(K=r.value)==null?void 0:K.PROPS)!=null&&Q.permite_alta_por_internet_recuperado)}),P=e.computed(()=>{var K,Q;return!!((Q=(K=r.value)==null?void 0:K.PROPS)!=null&&Q.permite_portabilidad)}),N=e.computed(()=>{var Q,ke;const K=Number(((ke=(Q=r.value)==null?void 0:Q.PROPS)==null?void 0:ke.cantidad_maxima_portabilidad)||0)||100;return Math.min(K,100)}),D=e.computed(()=>{const K=[{id:"complements",title:"Complementos",description:"Selecciona los complementos"}];return E.value&&K.push({id:"service-type",title:"Tipo de servicio",description:"Selecciona el tipo de servicio"}),x.value==="portabilidad"&&K.push({id:"portability",title:"Portabilidad",description:"Indica la portabilidad"}),x.value==="internet_recuperado"&&K.push({id:"internet-recovered",title:"Compañía de internet",description:"Selecciona la compañía de internet anterior"}),K}),k=e.computed(()=>D.value.findIndex(K=>K.id===f.value)),j=e.computed(()=>k.value===D.value.length-1),$=e.computed(()=>{var K;return((K=D.value.find(Q=>Q.id===f.value))==null?void 0:K.description)||""}),Z=e.computed(()=>{var K,Q;return["complementos",{tipo_cliente:(Q=(K=m.value)==null?void 0:K.props)==null?void 0:Q.tipo_de_servicio}]}),w=e.computed(()=>{var K;return{customs:{idGama:44},byEqualCol:{"producto.ID_GAMA":44,"producto.PROPS.$tipo_de_servicio$contains":(K=m.value)==null?void 0:K.props.tipo_de_servicio}}}),{data:V,fetching:q}=ys(Z,"/public/ecommerce/productos",w,void 0,{defaultValue:[]}),X=e.computed(()=>{var K;return ue.orderBy(((K=V.value)==null?void 0:K.items)||[],Q=>["promocion","oferta"].some(ke=>ue.snakeCase(Q.TAGS||"").includes(ke)),"desc")}),le=e.computed(()=>X.value.filter(K=>T.value.includes(K.ID_PRODUCTO))),ae=e.computed(()=>le.value.reduce((K,Q)=>K+(Number(Q.PRECIO)||0),0)),re=e.computed(()=>g.value+ae.value),ge=e.computed(()=>C.value===1||C.value===2?!0:C.value==="more"?I.value&&I.value<=N.value:!1),pe=e.computed(()=>x.value!=="portabilidad"||!O.value?!0:y.value.every(K=>K.nip.trim()&&K.numero.trim())),De=e.computed(()=>f.value==="complements"?!0:f.value==="service-type"?!!x.value:f.value==="portability"?x.value!=="portabilidad"?!0:O.value?pe.value&&!!b.value:!1:f.value==="internet-recovered"?x.value!=="internet_recuperado"?!0:!!b.value:!0),Le=e.computed(()=>f.value==="service-type"?x.value?x.value==="alta_nueva"?"Contratar ahora":"Siguiente":"Selecciona una opción":f.value==="portability"?!pe.value||!b.value?"Completa los datos de portabilidad":"Contratar ahora":j.value?"Contratar ahora":"Siguiente"),ye=K=>{const Q=T.value.indexOf(K);Q>-1?T.value.splice(Q,1):T.value.push(K)},Ye=K=>{x.value=K},la=K=>{C.value=K,K!=="more"&&(I.value=null)},Ca=()=>{let K;if(C.value===1||C.value===2)K=C.value;else if(C.value==="more"&&I.value)K=I.value;else return;O.value=!0,y.value=Array(K).fill(null).map(()=>({nip:"",numero:"",compania:""}))},qe=()=>{O.value=!1,C.value=null,I.value=null,y.value=[]},Je=()=>{if(f.value==="service-type"&&x.value==="alta_nueva"){Pe();return}if(j.value){Pe();return}const K=k.value+1;K<D.value.length&&(f.value=D.value[K].id)},Re=()=>{const K=k.value-1;K>=0&&(f.value=D.value[K].id)},Pe=()=>{const K=ue.omit(m.value,"images","table_estado"),ke=X.value.filter(ze=>T.value.includes(ze.ID_PRODUCTO)).map(ze=>({product:ze,quantity:1,props:null})).concat({product:ue.mapKeys({...K,id_producto:K.id},(ze,ua)=>ua.toUpperCase()),quantity:1,props:null});c("on-event",{code:"add_to_shopcart",payload:ke});const ee={},ca=b.value.trim();if(x.value==="portabilidad"){const ze=y.value.filter(ua=>ua.nip&&ua.numero);ze.length>0&&(ee.portabilidad=ze.map(ua=>({...ua,compania:ca})),ee.compania_actual=ca)}x.value==="internet_recuperado"&&ca!==""&&(ee.compania_actual=ca),x.value&&(ee.tipo_servicio=x.value),Object.keys(ee).length>0&&c("on-event",{code:"set_external_props",payload:ee}),we()},we=()=>{h.value=!1,f.value="complements",T.value=[],y.value=[],O.value=!1,C.value=null,I.value=null,x.value=null},Ke=K=>K===k.value||K<k.value?s.color:"white",Ni=K=>K<=k.value?"white":"grey-7",Si=K=>ue.orderBy((K.TAGS||"").split(",").map(ke=>ke.trim()),ke=>ue.snakeCase(ke)==="promocion","desc")[0],Yi=[...ue.orderBy([{label:"Megacable",value:"Megacable"},{label:"Izzi",value:"Izzi"},{label:"Total Play",value:"Total Play"},{label:"Maxcom",value:"Maxcom"},{label:"Blue Telecomm",value:"Blue Telecomm"},{label:"Wizz",value:"Wizz"},{label:"Cablecom",value:"Cablecom"},{label:"Cablemas",value:"Cablemas"}],"label"),{label:"Otra",value:"Otra"}];return(K,Q)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(M.QDialog),{modelValue:h.value,"onUpdate:modelValue":Q[9]||(Q[9]=ke=>h.value=ke),maximized:e.unref(o).lt.md},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QCard),{class:"complements-card"},{default:e.withCtx(()=>[e.createVNode(e.unref(M.QCardSection),{class:"row justify-between no-wrap items-start q-pa-md"},{default:e.withCtx(()=>[e.createElementVNode("div",null,[e.createElementVNode("div",T0,e.toDisplayString($.value),1),e.createElementVNode("div",N0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,(ke,ee)=>(e.openBlock(),e.createBlock(e.unref(M.QBadge),{key:ke.id,style:e.normalizeStyle({backgroundColor:Ke(ee)}),"text-color":Ni(ee),class:"q-mr-sm"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee+1)+". "+e.toDisplayString(ke.title),1)]),_:2},1032,["style","text-color"]))),128))])]),e.createVNode(e.unref(M.QBtn),{onClick:we,icon:"close",flat:""})]),_:1}),e.createVNode(e.unref(M.QCardSection),{class:"card-content"},{default:e.withCtx(()=>{var ke;return[f.value==="complements"?(e.openBlock(),e.createElementBlock("div",S0,[e.unref(q)||(ke=X.value)!=null&&ke.length?(e.openBlock(),e.createElementBlock("div",L0,[e.unref(q)?(e.openBlock(),e.createElementBlock("div",B0,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(7,ee=>e.createElementVNode("div",{key:ee,class:"complement-card-container"},[e.createVNode(e.unref(M.QSkeleton),{class:"complement-skeleton"})])),64))])):(e.openBlock(),e.createElementBlock("div",w0,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(X.value,ee=>{var ca,ze;return e.openBlock(),e.createElementBlock("div",{key:ee.ID_PRODUCTO,class:"complement-card-container"},[e.createElementVNode("div",{class:e.normalizeClass(["complement-card",{"complement-card--selected":T.value.includes(ee.ID_PRODUCTO)}]),style:e.normalizeStyle({"--selection-color":s.color,borderColor:T.value.includes(ee.ID_PRODUCTO)?s.color:"#e0e0e0"}),onClick:ua=>ye(ee.ID_PRODUCTO)},[e.createElementVNode("div",V0,[(ze=(ca=ee==null?void 0:ee.R_IMG)==null?void 0:ca[0])!=null&&ze.LOCATION?(e.openBlock(),e.createElementBlock("img",{key:0,src:ee.R_IMG[0].LOCATION,alt:ee.NOMBRE,style:{"border-radius":"8px"}},null,8,M0)):(e.openBlock(),e.createElementBlock("div",U0,[...Q[12]||(Q[12]=[e.createElementVNode("span",null,"Sin imagen",-1)])]))]),e.createElementVNode("div",F0,[e.createElementVNode("div",{class:"complement-name",title:ee.NOMBRE},e.toDisplayString(ee.NOMBRE),9,z0),ee.PRECIO?(e.openBlock(),e.createElementBlock("div",G0," $"+e.toDisplayString(ee.PRECIO)+" al mes ",1)):e.createCommentVNode("",!0),ee.DESCRIPCION_CORTA?(e.openBlock(),e.createElementBlock("div",{key:1,class:"complement-description",title:ee.DESCRIPCION_CORTA},e.toDisplayString(ee.DESCRIPCION_CORTA),9,j0)):e.createCommentVNode("",!0)]),T.value.includes(ee.ID_PRODUCTO)?(e.openBlock(),e.createElementBlock("div",{key:0,class:"complement-check",style:e.normalizeStyle({backgroundColor:s.color})},[e.createVNode(e.unref(M.QIcon),{name:"check",color:"white",size:"xs"})],4)):e.createCommentVNode("",!0),ee.TAGS?(e.openBlock(),e.createElementBlock("div",$0,[e.createVNode(e.unref(M.QBadge),{style:{border:"1px solid white"},rounded:"",color:"red",label:Si(ee)},null,8,["label"])])):e.createCommentVNode("",!0)],14,k0)])}),128))]))])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),f.value==="service-type"?(e.openBlock(),e.createElementBlock("div",H0,[Q[19]||(Q[19]=e.createElementVNode("div",{class:"text-h6 text-center q-mb-md"}," Selecciona el tipo de servicio ",-1)),Q[20]||(Q[20]=e.createElementVNode("div",{class:"text-subtitle2 text-center text-grey-7 q-mb-xl"}," Elige una opción para continuar ",-1)),e.createElementVNode("div",q0,[e.createElementVNode("div",K0,[e.createElementVNode("div",Q0,[e.createElementVNode("div",{class:e.normalizeClass(["service-option",{"service-option--selected":x.value==="alta_nueva"}]),onClick:Q[0]||(Q[0]=ee=>Ye("alta_nueva"))},[e.createVNode(e.unref(M.QIcon),{name:"add_circle",size:"xl",color:x.value==="alta_nueva"?s.color:"grey-5",class:"q-mb-md"},null,8,["color"]),Q[13]||(Q[13]=e.createElementVNode("div",{class:"service-title"},"Alta nueva",-1)),Q[14]||(Q[14]=e.createElementVNode("div",{class:"service-description"}," Instalación de nuevo servicio de internet ",-1))],2)]),E.value?(e.openBlock(),e.createElementBlock("div",W0,[e.createElementVNode("div",{class:e.normalizeClass(["service-option",{"service-option--selected":x.value==="internet_recuperado"}]),onClick:Q[1]||(Q[1]=ee=>Ye("internet_recuperado"))},[e.createVNode(e.unref(M.QIcon),{name:"restart_alt",size:"xl",color:x.value==="internet_recuperado"?s.color:"grey-5",class:"q-mb-md"},null,8,["color"]),Q[15]||(Q[15]=e.createElementVNode("div",{class:"service-title"},"Internet recuperado",-1)),Q[16]||(Q[16]=e.createElementVNode("div",{class:"service-description"}," Reactivación de servicio anteriormente contratado ",-1))],2)])):e.createCommentVNode("",!0),P.value?(e.openBlock(),e.createElementBlock("div",Y0,[e.createElementVNode("div",{class:e.normalizeClass(["service-option",{"service-option--selected":x.value==="portabilidad"}]),onClick:Q[2]||(Q[2]=ee=>Ye("portabilidad"))},[e.createVNode(e.unref(M.QIcon),{name:"contact_phone",size:"xl",color:x.value==="portabilidad"?s.color:"grey-5",class:"q-mb-md"},null,8,["color"]),Q[17]||(Q[17]=e.createElementVNode("div",{class:"service-title"},"Portabilidad",-1)),Q[18]||(Q[18]=e.createElementVNode("div",{class:"service-description"}," Cambia de operadora manteniendo tu número ",-1))],2)])):e.createCommentVNode("",!0)])])])):e.createCommentVNode("",!0),f.value==="portability"?(e.openBlock(),e.createElementBlock("div",Z0,[O.value?(e.openBlock(),e.createElementBlock("div",uh,[e.createElementVNode("div",dh,[e.createElementVNode("div",mh," Ingrese los datos para "+e.toDisplayString(y.value.length)+" portabilidad"+e.toDisplayString(y.value.length>1?"es":""),1),e.createVNode(e.unref(M.QBtn),{flat:"","no-caps":"",color:s.color,label:"Cambiar cantidad",size:"sm",onClick:qe},null,8,["color"])]),e.createElementVNode("div",ph,[e.createVNode(e.unref(M.QSelect),{style:{width:"100%","max-width":"400px"},modelValue:b.value,"onUpdate:modelValue":Q[7]||(Q[7]=ee=>b.value=ee),options:Yi,label:"Compañía actual",outlined:"",rounded:"","emit-value":"","map-options":"",rules:[ee=>!!ee||"La compañía es requerida"]},null,8,["modelValue","rules"])]),e.createElementVNode("div",fh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,(ee,ca)=>(e.openBlock(),e.createElementBlock("div",{key:ca,class:"portability-item q-mb-md q-pa-md"},[e.createElementVNode("div",_h,[e.createElementVNode("div",gh," Portabilidad "+e.toDisplayString(ca+1),1)]),e.createElementVNode("div",vh,[e.createElementVNode("div",bh,[e.createVNode(e.unref(M.QInput),{modelValue:ee.nip,"onUpdate:modelValue":ze=>ee.nip=ze,label:"NIP",outlined:"",rounded:"",rules:[ze=>!!ze||"NIP es requerido"]},null,8,["modelValue","onUpdate:modelValue","rules"])]),e.createElementVNode("div",hh,[e.createVNode(e.unref(M.QInput),{modelValue:ee.numero,"onUpdate:modelValue":ze=>ee.numero=ze,label:"Número a portar",outlined:"",rounded:"",rules:[ze=>!!ze||"Número es requerido"]},null,8,["modelValue","onUpdate:modelValue","rules"])])])]))),128))])])):(e.openBlock(),e.createElementBlock("div",X0,[Q[21]||(Q[21]=e.createElementVNode("div",{class:"text-h6 text-center q-mb-md"}," ¿Cuántas portabilidades desea realizar? ",-1)),e.createElementVNode("div",J0,[e.createElementVNode("div",eh,[e.createElementVNode("div",ah,[e.createVNode(e.unref(M.QBtn),{outline:C.value!==1,color:s.color,style:e.normalizeStyle(C.value===1?{backgroundColor:s.color}:{}),"text-color":C.value===1?"white":s.color,label:"1",onClick:Q[3]||(Q[3]=ee=>la(1)),class:"quantity-btn",size:"xl"},null,8,["outline","color","style","text-color"])]),N.value>=2?(e.openBlock(),e.createElementBlock("div",ih,[e.createVNode(e.unref(M.QBtn),{outline:C.value!==2,color:s.color,style:e.normalizeStyle(C.value===2?{backgroundColor:s.color}:{}),"text-color":C.value===2?"white":s.color,label:"2",onClick:Q[4]||(Q[4]=ee=>la(2)),class:"quantity-btn",size:"xl"},null,8,["outline","color","style","text-color"])])):e.createCommentVNode("",!0),N.value>2?(e.openBlock(),e.createElementBlock("div",lh,[e.createVNode(e.unref(M.QBtn),{outline:C.value!=="more",color:s.color,style:e.normalizeStyle(C.value==="more"?{backgroundColor:s.color}:{}),"text-color":C.value==="more"?"white":s.color,label:"Más",onClick:Q[5]||(Q[5]=ee=>la("more")),class:"quantity-btn-more",size:"lg","no-caps":""},null,8,["outline","color","style","text-color"])])):e.createCommentVNode("",!0)]),C.value==="more"?(e.openBlock(),e.createElementBlock("div",oh,[e.createElementVNode("div",nh,[e.createElementVNode("div",th,[e.createVNode(e.unref(M.QInput),{modelValue:I.value,"onUpdate:modelValue":Q[6]||(Q[6]=ee=>I.value=ee),modelModifiers:{number:!0},type:"number",label:"Ingresa la cantidad deseada",outlined:"",rounded:"",hint:`Puedes ingresar hasta ${N.value}`},null,8,["modelValue","hint"])])])])):e.createCommentVNode("",!0),e.createElementVNode("div",sh,[e.createElementVNode("div",rh,[e.createVNode(e.unref(M.QBtn),{flat:"",color:s.color,label:"Atrás",onClick:Re,class:"full-width",size:"lg","no-caps":""},null,8,["color"])]),e.createElementVNode("div",ch,[e.createVNode(e.unref(M.QBtn),{color:s.color,style:e.normalizeStyle({backgroundColor:s.color}),"text-color":"white",label:"Confirmar",onClick:Ca,disabled:!ge.value,class:"full-width",size:"lg","no-caps":"",unelevated:""},null,8,["color","style","disabled"])])])])]))])):e.createCommentVNode("",!0),f.value==="internet-recovered"?(e.openBlock(),e.createElementBlock("div",Ch,[e.createVNode(e.unref(M.QSelect),{style:{width:"100%","max-width":"400px"},modelValue:b.value,"onUpdate:modelValue":Q[8]||(Q[8]=ee=>b.value=ee),options:Yi,label:"Compañía actual",outlined:"",rounded:"","emit-value":"","map-options":"",rules:[ee=>!!ee||"La compañía es requerida"]},null,8,["modelValue","rules"])])):e.createCommentVNode("",!0)]}),_:1}),e.createVNode(e.unref(M.QCardSection),{class:"card-footer"},{default:e.withCtx(()=>[re.value>0?(e.openBlock(),e.createBlock(R0,{key:0,totalPrice:re.value,selectedComplementsData:le.value,priceValue:g.value,name:p.value,color:K.color},null,8,["totalPrice","selectedComplementsData","priceValue","name","color"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(f.value!=="complements"?"grid-2":"grid-1")},[f.value!=="complements"?(e.openBlock(),e.createBlock(e.unref(M.QBtn),{key:0,outline:"",color:s.color,label:"Atrás",onClick:Re,class:"full-width",size:"lg","no-caps":""},null,8,["color"])):e.createCommentVNode("",!0),e.createVNode(e.unref(M.QBtn),{color:s.color,style:e.normalizeStyle({backgroundColor:s.color}),label:Le.value,onClick:Je,disabled:!De.value,class:"full-width",size:"lg","no-caps":"",unelevated:""},null,8,["color","style","label","disabled"])],2)]),_:1})]),_:1})]),_:1},8,["modelValue","maximized"]),e.createVNode(O0,e.mergeProps(s,{onClickContractar:Q[10]||(Q[10]=ke=>h.value=!0),onOnEvent:Q[11]||(Q[11]=ke=>c("on-event",ke))}),null,16)],64))}}),[["__scopeId","data-v-cb65fe8d"]]),Eh=Object.freeze([{ID_PRODUCTO:66,COD_ART_MVX:"00000064",NOMBRE:"PAQUETE NEGOCIO 399",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{permite_alta_por_internet_recuperado:!0,promocion_portabilidad:["0_gastos_de_instalacion","3_meses"],permite_portabilidad:!0,cantidad_maxima_portabilidad:3,familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!1,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!1,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!1,seccion_amarilla:!0,tipo_de_servicio:"negocio",google_mi_negocio:!1,lineas_telefonicas:"1",llamadas_ilimitadas:!0,whatsapp_empresarial:!1,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!1,velocidad_de_internet_megas:"80_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"399.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:50:06.778Z",R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]},{ID_PRODUCTO:155,NOMBRE:"INFINITUM NEGOCIO 399 el mejor",DESCRIPCION:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",DESCRIPCION_CORTA:"Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",ID_GAMA:39,TAGS:"RECOMENDADO",PROPS:{cantidad_maxima_portabilidad:0,tipo_de_servicio:"negocio",familia:["internet","streaming","tv"],velocidad_de_internet_megas:500,claro_drive:"500_gb",llamadas_ilimitadas:!0,claro_video_paramounts:!0,correo_negocio:!0,antivirus:!0,facturacion_electronica:!0,seccion_amarilla:!0,respaldo_info:!0,cliente_ideal:["Familias pequeñas","Hogares con varios dispositivos","Familias grandes"],uso_recomendado:["Streaming HD/4K","Videollamadas y reuniones online","Home office / Trabajo remoto"]},PACK:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"399",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[],DETALLE_PACK:[{DETALLE:{ID_PRODUCTO:158,NOMBRE:"INTERNET 80 MEGAS",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["internet"]},ARCHIVOS:[]}},{DETALLE:{ID_PRODUCTO:159,NOMBRE:"VIX PREMIUM",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"}]}},{DETALLE:{ID_PRODUCTO:160,NOMBRE:"SKEELO",DESCRIPCION:"",ID_GAMA:39,TAGS:null,PROPS:{grupo:[],tipo_de_servicio:[],familia:["streaming"]},ARCHIVOS:[{LOCATION:"https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"}]}}],R_PRECIOS:[{ID_PRECIO:1,TAG:"8_gb_x_12_m_3_pm|residencial",VALOR:500},{ID_PRECIO:2,TAG:"8_gb_x_12_m_3_pm|negocio",VALOR:899},{ID_PRECIO:3,TAG:"plan_famil_x_12_m_2_pm|residencial",VALOR:230},{ID_PRECIO:4,TAG:"plan_famil_x_12_m_2_pm|negocio",VALOR:560}]},{ID_PRODUCTO:65,COD_ART_MVX:"00000063",NOMBRE:"ILIMITADO2 1789",DESCRIPCION:"",DESCRIPCION_CORTA:"",ID_CAPTACION:null,TIPO:"1",ESTADO:"1",ID_GAMA:39,ID_TIE_DEF:null,TAGS:null,PROPS:{cantidad_maxima_portabilidad:2,tipo_de_servicio:"residencial",familia:["internet","telefonia","streaming"],antivirus:!0,pagina_web:!0,claro_drive:"300_gb",complementos:[],cliente_ideal:[],respaldo_info:!0,correo_negocio:!0,uso_recomendado:[],facebook_fanpage:!0,seccion_amarilla:!0,google_mi_negocio:!0,lineas_telefonicas:"4",llamadas_ilimitadas:!0,whatsapp_empresarial:!0,claro_video_paramounts:!1,facturacion_electronica:!0,videoconferencia_telmex:!0,velocidad_de_internet_megas:"750_megas"},PUBLICO:!1,PACK:!1,CONFIGURABLE:!1,GRUPO:null,PAQUETE:!1,ID_PRODUCTOS_PAQUETE:null,PRECIO:"1789.00",ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",ID_SEGMENTOS:null,FECHA_ALTA:"2025-09-24",FECHA_CREADO:"2025-09-24T20:43:00.262Z",R_GAMA:{ID_GAMA:39,NOMBRE:"Producto telefonía",PROPS:[{id:"da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",code:"tipo_de_servicio",image:null,label:"Tipo de cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Residencial",value:"residencial",condition:"",exclusive:!1},{image:{src:""},label:"Comercial",value:"negocio",condition:"",exclusive:!1}],pricing:!0,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"8c945fb0-bec4-4505-aa74-578fb51cea90",code:"familia",image:null,label:"Servicios",prefix:"",suffix:"",options:[{image:{src:""},label:"Internet",value:"internet",condition:"",exclusive:!1},{image:{src:""},label:"Telefonía",value:"telefonia",condition:"",exclusive:!1},{image:{src:""},label:"Claro video",value:"tv",condition:"",exclusive:!1},{image:{src:""},label:"Móvil",value:"movil",condition:"",exclusive:!1},{image:{src:""},label:"Streaming",value:"streaming",condition:"",exclusive:!1},{image:{src:""},label:"App",value:"app",condition:"",exclusive:!1}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"110140d3-ca3b-4eca-b6f0-adb03229a380",code:"complementos",image:null,label:"Complementos",prefix:"",suffix:"",options:[{image:{src:"blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",file:{__key:"1758645480963claro video.jpeg27620"},type:"image/jpeg",width:500,height:500},label:"Claro Video",value:"claro_video",condition:"",exclusive:!1,description:"Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."},{image:{src:"blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",file:{__key:"1758645421165netflix.jpeg15097"},type:"image/jpeg",width:500,height:500},label:"Netflix",value:"netflix",condition:"",exclusive:!1,description:"Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."},{image:{src:"blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",file:{__key:"1758645487341prime video.jpeg16345"},type:"image/jpeg",width:265,height:274},label:"Amazon Prime Video",value:"amazon_prime_video",condition:"",exclusive:!1,description:"Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."},{image:{src:"blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",file:{__key:"1758645471412disnay.jpeg22090"},type:"image/jpeg",width:500,height:500},label:"Disney+",value:"disney",condition:"",exclusive:!1,description:"Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."},{image:{src:"blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",file:{__key:"1758645441427start channel.jpeg24693"},type:"image/jpeg",width:500,height:500},label:"Star+",value:"star",condition:"",exclusive:!1,description:"Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."},{image:{src:"blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",file:{__key:"1758645465659hbo.jpeg26373"},type:"image/jpeg",width:500,height:500},label:"HBO Max",value:"hbo_max",condition:"",exclusive:!1,description:"Streaming premium con series originales, películas y estrenos de Warner Bros."},{image:{src:"blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",file:{__key:"1758645449749paramount.jpeg46078"},type:"image/jpeg",width:500,height:500},label:"Paramount+",value:"paramount",condition:"",exclusive:!1,description:"Plataforma con películas, series y contenido exclusivo de Paramount."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"},label:"Startv Stream",value:"startv_stream",condition:"",exclusive:!1,description:"Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."},{image:{src:"blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",file:{__key:"1758645455950fox sport.jpeg20780"},type:"image/jpeg",width:500,height:500},label:"Fox Sports Premium",value:"fox_sports_premium",condition:"",exclusive:!1,description:"Canales premium con eventos y transmisiones deportivas exclusivas."},{image:{src:"blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",file:{__key:"1758645433959vix premium.jpeg25985"},type:"image/jpeg",width:500,height:500},label:"ViX Premium",value:"vix_premium",condition:"",exclusive:!1,description:"Plataforma en español con novelas, películas, series y contenido original."},{image:{src:"https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"},label:"Edye",value:"edye",condition:"",exclusive:!1,description:"Servicio infantil educativo y seguro para niños pequeños, sin anuncios."}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",code:"cliente_ideal",image:null,label:"Cliente ideal",prefix:"",suffix:"",options:[{image:{src:""},label:"Familias pequeñas",value:"familias_pequenas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares con varios dispositivos",value:"hogares_con_varios_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias medianas",value:"familias_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Familias grandes",value:"familias_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios exigentes",value:"usuarios_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares conectados",value:"hogares_conectados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios top",value:"usuarios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios básicos",value:"usuarios_basicos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos",value:"usuarios_domesticos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios domésticos avanzados",value:"usuarios_domesticos_avanzados",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios de alto consumo",value:"usuarios_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Micro negocios",value:"micro_negocios",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios en crecimiento",value:"negocios_en_crecimiento",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas medianas",value:"empresas_medianas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas grandes",value:"empresas_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas de alto consumo",value:"empresas_de_alto_consumo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas top",value:"empresas_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporativos",value:"corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios pequeños",value:"negocios_pequenos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios grandes",value:"negocios_grandes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Negocios top",value:"negocios_top",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Usuarios que quieren más velocidad",value:"usuarios_que_quieren_mas_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Hogares",value:"hogares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Empresas",value:"empresas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y locales",value:"oficinas_y_locales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y negocios con áreas abiertas",value:"oficinas_y_negocios_con_areas_abiertas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Oficinas y hogares exigentes",value:"oficinas_y_hogares_exigentes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Residencial o Comercial",value:"residencial_o_comercial",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f360ef09-c628-4447-8eab-8bfff98c8f96",code:"uso_recomendado",image:null,label:"Uso recomendado",prefix:"",suffix:"",options:[{image:{src:""},label:"Navegación básica y redes sociales",value:"navegacion_basica_y_redes_sociales",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming HD/4K",value:"streaming_hd_4_k",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Home office / trabajo remoto",value:"home_office_trabajo_remoto",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Streaming 8K y gaming competitivo",value:"streaming_8_k_y_gaming_competitivo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Smart home / múltiples dispositivos",value:"smart_home_multiples_dispositivos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Descargas pesadas / alta demanda de datos",value:"descargas_pesadas_alta_demanda_de_datos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales básicas (POS, comunicación)",value:"operaciones_empresariales_basicas_pos_comunicacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Videollamadas y reuniones online",value:"videollamadas_y_reuniones_online",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones empresariales avanzadas (oficinas, corporativos)",value:"operaciones_empresariales_avanzadas_oficinas_corporativos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Incremento de velocidad de un paquete existente",value:"incremento_de_velocidad_de_un_paquete_existente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Operaciones básicas de telefonía",value:"operaciones_basicas_de_telefonia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior",value:"cobertura_wifi_interior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi exterior",value:"cobertura_wifi_exterior",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi interior / máxima velocidad",value:"cobertura_wifi_interior_maxima_velocidad",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Cobertura WiFi empresarial estable",value:"cobertura_wifi_empresarial_estable",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Migración tecnológica / actualización de red",value:"migracion_tecnologica_actualizacion_de_red",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"74f56b2b-f222-4143-91f5-27638329ae8e",code:"velocidad_de_internet_megas",image:null,label:"Velocidad Mbps",prefix:"",suffix:"",options:[{image:{src:""},label:"80 megas",value:"80_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"100 megas",value:"100_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"150 megas",value:"150_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"250 megas",value:"250_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"350 megas",value:"350_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 megas",value:"500_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"750 megas",value:"750_megas",condition:"",exclusive:!1,description:""},{image:{src:""},label:"1 GB",value:"1_gb",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"6043c805-5c25-4321-9c0a-5a696918e571",code:"claro_drive",image:null,label:"Claro Drive",prefix:"",suffix:"",options:[{image:{src:""},label:"100 GB",value:"100_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"200 GB",value:"200_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"300 GB",value:"300_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"400 GB",value:"400_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"500 GB",value:"500_gb",condition:"",exclusive:!1,description:""},{image:{src:""},label:"No aplica",value:"none",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3a075abe-1c5c-413d-bf98-527258f8ba75",code:"lineas_telefonicas",image:null,label:"Líneas telefónicas",prefix:"",suffix:"",options:[{image:{src:""},label:"1",value:"1",condition:"",exclusive:!1,description:""},{image:{src:""},label:"2",value:"2",condition:"",exclusive:!1,description:""},{image:{src:""},label:"3",value:"3",condition:"",exclusive:!1,description:""},{image:{src:""},label:"4",value:"4",condition:"",exclusive:!1,description:""},{image:{src:""},label:"5",value:"5",condition:"",exclusive:!1,description:""},{image:{src:""},label:"6",value:"6",condition:"",exclusive:!1,description:""},{image:{src:""},label:"0",value:"0",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",code:"llamadas_ilimitadas",image:null,label:"Llamadas ilimitadas",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"2383c60b-a03d-47af-93db-e5efaa26d3ce",code:"claro_video_paramounts",image:null,label:"Claro video y Paramounts Plus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"9eb97c9e-6bf8-4d16-af1c-a0696258d79c",code:"correo_negocio",image:null,label:"Correo negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"79cb1986-713e-4a7f-955a-ccac34c980c8",code:"antivirus",image:null,label:"Antivirus",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a22e6c54-f408-4e0b-9b71-e22215a7b4a8",code:"facturacion_electronica",image:null,label:"Facturacion electrónica (Aspel ADM)",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"4e095670-374c-4b12-93be-5265d65bb0a1",code:"seccion_amarilla",image:null,label:"Sección amarilla",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",code:"respaldo_info",image:null,label:"Respaldo de información",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"c0f6fd6c-b0e9-4639-9c55-444d25456678",code:"pagina_web",image:null,label:"Página web",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"bba2023a-2e5f-4d27-a03e-09fe3b1804b8",code:"facebook_fanpage",image:null,label:"Facebook Fanpage",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"18439a0e-71d4-464b-a9d3-2df3b4c6eab1",code:"google_mi_negocio",image:null,label:"Google Mi negocio",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"a0bab807-993e-43f8-bd56-40c34f745281",code:"whatsapp_empresarial",image:null,label:"Whatsapp empresarial",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"},{id:"41e83c56-c80f-4462-81df-2ac19190d174",code:"videoconferencia_telmex",image:null,label:"VIdeoconferencia Telmex",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"checkbox"}]},R_ESTADO:{ID_ESTADO:"924dcf2b-a5b6-44fb-9ba8-53a310d94f82",NAME:"No disponible",COLOR:"#9c9c9c",CODE:"no_disponible"},UBICACION:null,PROVEEDORES:[],DETALLE_PACK:[],R_IMG:[],R_PRECIOS:[]}]),xh={isPublic:!0,data:null,fetching:!1,scale:1,count:0},Ih=$e.extend({view:B.z.enum(["detail","summary"]).optional(),title:B.z.string().optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),showPrice:B.z.function().optional()}),Ah={key:0,class:"row justify-between"},yh={class:"q-pa-md"},Ph={class:"text-h5 text-bold main-color q-mt-md"},Dh={class:"text-bold main-color"},Bs=se(e.defineComponent({__name:"LawyerCallsCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{},gamaProps:{},activeCard:{type:Boolean,default:!1}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s,isPublic:r}=e.toRefs(c),m=e.computed(()=>!r.value),p=e.computed(()=>s.value||null);e.computed(()=>{var b;return(((b=s.value)==null?void 0:b.PAISES)||[]).map(O=>{var C,I,E,P;return{image:(I=Ee.COUNTRIES[(C=O==null?void 0:O.CODIGO)==null?void 0:C.toLowerCase()])==null?void 0:I.flag,name:(P=Ee.COUNTRIES[(E=O==null?void 0:O.CODIGO)==null?void 0:E.toLowerCase()])==null?void 0:P.nativeName}}).filter(O=>O.name&&O.image)});const g=e.computed(()=>{var b;return(((b=p.value)==null?void 0:b.DESCRIPCION_CORTA)||"").trim()}),h=e.computed(()=>{var I;const O=(((I=p.value)==null?void 0:I.NOMBRE)||"").match(/\d+\s*minutos/i);return O?O[0]:null}),f=e.computed(()=>{var b;return Ee.toCurrency(Number(((b=p.value)==null?void 0:b.PRECIO)||0),c.priceSymbol||"EUR")}),x=e.computed(()=>{var b;return(b=p.value)==null?void 0:b.COD_ART_MVX}),T=b=>{const O=b||"",[C,I]=O.split("_"),E=Number(C),P={dias:["día","días"],meses:["mes","meses"],anios:["año","años"]};if(!P[I])return O;const[N,D]=P[I];return`${E} ${E===1?N:D}`};e.computed(()=>{var b;return T((b=p.value)==null?void 0:b.PERIODO_COBRO)}),e.computed(()=>{var b,O;return(O=(b=p.value)==null?void 0:b.PROPS)==null?void 0:O.tipo_plan});const y=e.computed(()=>({textColor:"white",bgColor:"#16458c"}));return(b,O)=>p.value?(e.openBlock(),e.createBlock(va,{key:0,loading:b.fetching,unelevated:b.unelevated,"border-radius":b.borderRadius,hoverable:b.hoverable,"no-padding":"",style:e.normalizeStyle({scale:c.scale??1}),class:e.normalizeClass({"active-card":c.activeCard}),onClick:O[0]||(O[0]=C=>o("on-event",{code:"card_click",payload:{product:p.value}}))},{default:e.withCtx(()=>{var C,I;return[e.createElementVNode("div",{class:"q-pa-sm text-weight-medium text-caption",style:e.normalizeStyle({backgroundColor:y.value.bgColor,color:y.value.textColor})},[m.value?(e.openBlock(),e.createElementBlock("div",Ah,[e.createElementVNode("div",null,e.toDisplayString(x.value),1),p.value.R_ESTADO?(e.openBlock(),e.createBlock(Ra,{key:0,label:(C=p.value.R_ESTADO)==null?void 0:C.NAME,color:(I=p.value.R_ESTADO)==null?void 0:I.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],4),e.createElementVNode("div",yh,[e.createElementVNode("div",Ph,e.toDisplayString(f.value),1),e.createElementVNode("div",Dh,e.toDisplayString(h.value),1),e.createElementVNode("div",{class:"text-caption q-mt-md text-grey-9 description",style:e.normalizeStyle({"line-clamp":b.descriptionLines,"-webkit-line-clamp":b.descriptionLines})},e.toDisplayString(g.value||"Sin descripción..."),5)])]}),_:1},8,["loading","unelevated","border-radius","hoverable","style","class"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-7ad9cb22"]]),Rh=Object.freeze([{ID_PRODUCTO:155,COD_ART_MVX:"0000001",NOMBRE:"Llamada 30 minutos",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"72.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:156,COD_ART_MVX:"0000002",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"500.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]),Th={isPublic:!0,data:{},fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
256
256
  return values.gama && values.gama?.includes('derecho_civil')
257
257
  }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
258
258
  return values.gama && values.gama?.includes('derecho_de_familia')
@@ -292,13 +292,13 @@ Facilidad de instalación, se fija a la pared con tornillos de forma sencilla. M
292
292
  return values.gama && values.gama?.includes('derecho_internacional')
293
293
  }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
294
294
  return values.gama && values.gama?.includes('derecho_internacional')
295
- }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Rh=We.extend({descriptionLines:V.z.number().optional(),hiddenProps:V.z.array(V.z.string()).optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),activeCard:V.z.boolean().optional(),priceSymbol:V.z.string().optional(),isPublic:V.z.boolean().optional()}),Nh={class:"row justify-center"},Sh={key:0,class:"col-md-8"},Lh=se(e.defineComponent({__name:"LawyerCallsCardList",props:e.mergeModels({isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{default:()=>[]},gamaProps:{default:()=>[]},activeCard:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["on-event"],["update:modelValue"]),setup(t,{emit:d}){const o=d,c=t,{data:s}=e.toRefs(c),r=e.ref(null),m=e.useModel(t,"modelValue");e.watch(r,v=>{o("on-event",{code:"filter_change",payload:{byEqualCol:{"producto.PROPS.$tipo_plan":v}}})},{immediate:!0});const f=v=>{const{code:C,payload:p}=v;if(C==="card_click"){const x=(p==null?void 0:p.data)||(p==null?void 0:p.product);m.value=x.ID_PRODUCTO,o("on-event",v)}};return e.onMounted(()=>{r.value="standard"}),(v,C)=>(e.openBlock(),e.createElementBlock("div",Nh,[e.unref(s).length===0?(e.openBlock(),e.createElementBlock("div",Sh," No se han encontrado suscripciones de momento... ")):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s)||[],(p,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"col-md-3 col-12 q-pa-sm",style:{cursor:"pointer"}},[e.createVNode(Bs,{onOnEvent:f,data:p,descriptionLines:v.descriptionLines,priceSymbol:v.priceSymbol,gamaProps:v.gamaProps,activeCard:m.value===p.ID_PRODUCTO},null,8,["data","descriptionLines","priceSymbol","gamaProps","activeCard"])]))),128))]))}}),[["__scopeId","data-v-1282b7ad"]]),Bh=Object.freeze([[{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
295
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Nh=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),activeCard:B.z.boolean().optional(),priceSymbol:B.z.string().optional(),isPublic:B.z.boolean().optional()}),Sh={class:"row justify-center"},Lh={key:0,class:"col-md-8"},Bh=se(e.defineComponent({__name:"LawyerCallsCardList",props:e.mergeModels({isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{default:()=>[]},gamaProps:{default:()=>[]},activeCard:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["on-event"],["update:modelValue"]),setup(n,{emit:d}){const o=d,c=n,{data:s}=e.toRefs(c),r=e.ref(null),m=e.useModel(n,"modelValue");e.watch(r,g=>{o("on-event",{code:"filter_change",payload:{byEqualCol:{"producto.PROPS.$tipo_plan":g}}})},{immediate:!0});const p=g=>{const{code:h,payload:f}=g;if(h==="card_click"){const x=(f==null?void 0:f.data)||(f==null?void 0:f.product);m.value=x.ID_PRODUCTO,o("on-event",g)}};return e.onMounted(()=>{r.value="standard"}),(g,h)=>(e.openBlock(),e.createElementBlock("div",Sh,[e.unref(s).length===0?(e.openBlock(),e.createElementBlock("div",Lh," No se han encontrado suscripciones de momento... ")):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s)||[],(f,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"col-md-3 col-12 q-pa-sm",style:{cursor:"pointer"}},[e.createVNode(Bs,{onOnEvent:p,data:f,descriptionLines:g.descriptionLines,priceSymbol:g.priceSymbol,gamaProps:g.gamaProps,activeCard:m.value===f.ID_PRODUCTO},null,8,["data","descriptionLines","priceSymbol","gamaProps","activeCard"])]))),128))]))}}),[["__scopeId","data-v-1282b7ad"]]),wh=Object.freeze([[{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
296
296
  Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
297
297
  La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
298
298
  Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
299
299
  La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"destacado"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
300
300
  Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
301
- La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]]),wh={isPublic:!0,data:[],fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
301
+ La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]]),kh={isPublic:!0,data:[],fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
302
302
  return values.gama && values.gama?.includes('derecho_civil')
303
303
  }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
304
304
  return values.gama && values.gama?.includes('derecho_de_familia')
@@ -338,4 +338,90 @@ La instalación es sencilla y directa, permite fijarla a una base en la pared c
338
338
  return values.gama && values.gama?.includes('derecho_internacional')
339
339
  }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
340
340
  return values.gama && values.gama?.includes('derecho_internacional')
341
- }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},kh=We.extend({descriptionLines:V.z.number().optional(),gamaProps:V.z.array(V.z.record(V.z.string(),V.z.any())),activeCard:V.z.boolean().optional(),priceSymbol:V.z.string().optional()}),Vh={telmex_product_detail:{description:"Detalle de producto para telmex",component:Ch,group:"faceapp",schema:xh,mock:{props:Eh,data:Oh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},telmex_product_card:{description:"Card de producto para telmex",component:Fb,group:"faceapp",schema:$b,mock:{props:Gb,data:zb,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},telephony_product_card:{description:"Card de producto para telefonia",component:Pb,group:"faceapp",schema:Rb,mock:{props:Tb,data:Db,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},telephony_product_detail:{description:"Detalle de producto para telefonia",component:Pv,group:"faceapp",schema:Rv,mock:{props:Tv,data:Dv,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},linvermedia_product_card:{description:"Card de producto para Linvermedia",component:F_,group:"linvermedia",schema:$_,mock:{props:G_,data:z_,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},linvermedia_product_detail:{description:"Detalle de producto para Linvermedia",component:$g,group:"linvermedia",schema:qg,mock:{props:Hg,data:jg,idKey:"id",labelKey:"nombre"}},linvermedia_solicitud_card:{description:"Card de solicitud para Linvermedia",component:Xg,group:"linvermedia",schema:av,mock:{props:ev,data:Jg,idKey:"ID_CAPTACION",labelKey:"COD_CAPTACION"}},broker_card:{description:"Card de Brokers",component:Zd,group:"myhipoteca",schema:Jd,mock:{props:Xd,data:Yd,idKey:"ID_BROKER",labelKey:"NOMBRE"}},broker_detail:{description:"Detail de Brokers",component:Dm,group:"myhipoteca",schema:Nm,mock:{props:Rm,data:Tm,idKey:"ID_BROKER",labelKey:"NOMBRE"}},lawyer_card:{description:"Card de Lawyers",component:Np,group:"abogados",schema:Bp,mock:{props:Lp,data:Sp,idKey:"ID_LAWYER",labelKey:"NOMBRE"}},lawyer_detail:{description:"Detail de Lawyers",component:_f,group:"abogados",schema:bf,mock:{props:vf,data:gf,idKey:"ID_LAWYER",labelKey:"NOMBRE"}},lawyer_subscription_card:{description:"Card de Lawyers Subscription",component:Ds,group:"abogados",schema:Tf,mock:{props:Df,data:Pf,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},lawyer_subscription_card_list:{description:"Card de Lawyers Subscription List",component:Lf,group:"abogados",schema:kf,mock:{props:wf,data:Bf,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},lawyer_calls_card:{description:"Card de Lawyers Calls",component:Bs,group:"abogados",schema:Rh,mock:{props:Th,data:Dh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},lawyer_calls_card_list:{description:"Card de Lawyers Calls List",component:Lh,group:"abogados",schema:kh,mock:{props:wh,data:Bh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},plato_card:{description:"Card de producto para Plato",component:tb,group:"fabricadecampeones",schema:rb,mock:{props:sb,data:nb,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}}},ws=ce.mapValues(Vh,t=>ce.omit(t,"mock")),Mh={install(t,d){if(d!=null&&d.pinia)t.use(d.pinia);else throw new Error("No se ha encontrado una instancia de pinia");t.component("SectionsContainer",Os),t.component("Card",Da),t.component("DynamicCarousel",Za),t.component("IndicatorColor",Bo),t.component("SectionSpinner",No),t.component("StateIndicator",ka),t.component("IconButton",Fa),t.component("Button",pi),t.component("MenuButton",hs),t.component("ProductPrice",Ul),t.component("ProductProps",Wi),t.component("ProductTag",Ri),t.component("FlagsIcons",wa),Object.entries(ws).forEach(([o,c])=>{t.component(o,c.component)})}};Ce.Button=pi,Ce.Card=Da,Ce.DEFAULT_FETCH_OPTIONS=Mo,Ce.DynamicCarousel=Za,Ce.FlagsIcons=wa,Ce.IconButton=Fa,Ce.IndicatorColor=Bo,Ce.MenuButton=hs,Ce.ProductPrice=Ul,Ce.ProductProps=Wi,Ce.ProductTag=Ri,Ce.SectionSpinner=No,Ce.SectionsContainer=Os,Ce.StateIndicator=ka,Ce.WidgetsIndex=ws,Ce.createFetchUniq=om,Ce.default=Mh,Ce.getFetchUniq=Vo,Ce.getValue=ra,Ce.setFetchUniq=tm,Ce.useDragAndDrop=Ml,Ce.useFetch=ys,Ce.useFetchPages=nm,Object.defineProperties(Ce,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
341
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Vh=$e.extend({descriptionLines:B.z.number().optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),activeCard:B.z.boolean().optional(),priceSymbol:B.z.string().optional()}),Mh={key:0,class:"row justify-between"},Uh={class:"q-pa-md"},Fh={class:"flag-circle flag-md"},zh=["src","alt"],Gh={class:"q-ml-sm"},jh={class:"text-h5 text-bold main-color q-mt-md"},$h={class:"text-bold main-color"},ws=se(e.defineComponent({__name:"SubscriptionCard",props:{isPublic:{type:Boolean,default:!1},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{},gamaProps:{},activeCard:{type:Boolean,default:!1},textColor:{default:"white"},bgColor:{default:"#16458c"}},emits:["on-event"],setup(n,{emit:d}){const o=d,c=n,{data:s,isPublic:r}=e.toRefs(c),m=e.computed(()=>!r.value),p=e.computed(()=>s.value||null),g=e.computed(()=>{var O;return(((O=s.value)==null?void 0:O.PAISES)||[]).map(C=>{var I,E,P,N;return{image:(E=Ee.COUNTRIES[(I=C==null?void 0:C.CODIGO)==null?void 0:I.toLowerCase()])==null?void 0:E.flag,name:(N=Ee.COUNTRIES[(P=C==null?void 0:C.CODIGO)==null?void 0:P.toLowerCase()])==null?void 0:N.nativeName}}).filter(C=>C.name&&C.image)}),h=e.computed(()=>{var O;return(((O=p.value)==null?void 0:O.DESCRIPCION_CORTA)||"").trim()}),f=e.computed(()=>{var O;return Ee.toCurrency(Number(((O=p.value)==null?void 0:O.PRECIO)||0),c.priceSymbol||"EUR")}),x=e.computed(()=>{var O;return(O=p.value)==null?void 0:O.COD_ART_MVX}),T=O=>{const C=O||"",[I,E]=C.split("_"),P=Number(I),N={dias:["día","días"],meses:["mes","meses"],anios:["año","años"]};if(!N[E])return C;const[D,k]=N[E];return`${P} ${P===1?D:k}`},y=e.computed(()=>{var O;return T((O=p.value)==null?void 0:O.PERIODO_COBRO)}),b=e.computed(()=>({textColor:c.textColor||"white",bgColor:c.bgColor||"#16458c"}));return(O,C)=>p.value?(e.openBlock(),e.createBlock(va,{key:0,loading:O.fetching,unelevated:O.unelevated,"border-radius":O.borderRadius,hoverable:O.hoverable,"no-padding":"",style:e.normalizeStyle({scale:c.scale??1}),class:e.normalizeClass({"active-card":c.activeCard}),onClick:C[0]||(C[0]=I=>o("on-event",{code:"card_click",payload:{product:p.value}}))},{default:e.withCtx(()=>{var I,E;return[e.createElementVNode("div",{class:"q-pa-sm text-weight-medium text-caption",style:e.normalizeStyle({backgroundColor:b.value.bgColor,color:b.value.textColor})},[m.value?(e.openBlock(),e.createElementBlock("div",Mh,[e.createElementVNode("div",null,e.toDisplayString(x.value),1),p.value.R_ESTADO?(e.openBlock(),e.createBlock(Ra,{key:0,label:(I=p.value.R_ESTADO)==null?void 0:I.NAME,color:(E=p.value.R_ESTADO)==null?void 0:E.COLOR},null,8,["label","color"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],4),e.createElementVNode("div",Uh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,(P,N)=>(e.openBlock(),e.createElementBlock("div",{key:N,class:"text-caption row main-color"},[e.createElementVNode("div",Fh,[e.createElementVNode("img",{src:P.image,alt:P.name,class:"flag"},null,8,zh)]),e.createElementVNode("div",Gh,e.toDisplayString(P.name),1)]))),128)),e.createElementVNode("div",jh,e.toDisplayString(f.value),1),e.createElementVNode("div",$h,e.toDisplayString(y.value),1),e.createElementVNode("div",{class:"text-caption q-mt-md text-grey-9 description",style:e.normalizeStyle({"line-clamp":O.descriptionLines,"-webkit-line-clamp":O.descriptionLines})},e.toDisplayString(h.value||"Sin descripción..."),5)])]}),_:1},8,["loading","unelevated","border-radius","hoverable","style","class"])):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-45f465fa"]]),Hh=Object.freeze([{ID_PRODUCTO:155,COD_ART_MVX:"0000001",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"72.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:156,COD_ART_MVX:"0000002",NOMBRE:"Plan 1 Mes Standard República Dominicana",DESCRIPCION_CORTA:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva. ",DESCRIPCION:"El plan ideal para abogados que desean aumentar su visibilidad de manera sencilla y efectiva.",ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"500.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_ESTADO:{ID_ESTADO:1,NAME:"Activo",COLOR:"green"},R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]),qh={isPublic:!0,data:{},fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
342
+ return values.gama && values.gama?.includes('derecho_civil')
343
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
344
+ return values.gama && values.gama?.includes('derecho_de_familia')
345
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Custodia y visitas",value:"custodia_y_visitas",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Pensión alimenticia",value:"pension_alimenticia",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Violencia intrafamiliar",value:"violencia_intrafamiliar",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Adopciones",value:"adopciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Liquidación de bienes",value:"liquidacion_de_bienes",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Unión marital / concubinato",value:"union_marital_concubinato",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Filiación y paternidad",value:"filiacion_y_paternidad",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Defensa penal general",value:"defensa_penal_general",condition:`(values) => {
346
+ return values.gama && values.gama?.includes('derecho_penal')
347
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Delitos económicos",value:"delitos_economicos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Delitos informáticos",value:"delitos_informaticos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Violencia de género",value:"violencia_de_genero",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios penales",value:"litigios_penales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Querellas y denuncias",value:"querellas_y_denuncias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Delitos contra la propiedad",value:"delitos_contra_la_propiedad",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Asuntos penitenciarios",value:"asuntos_penitenciarios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Despidos",value:"despidos",condition:`(values) => {
348
+ return values.gama && values.gama?.includes('derecho_laboral')
349
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Prestaciones y liquidaciones",value:"prestaciones_y_liquidaciones",condition:`(values) => {
350
+ return values.gama && values.gama?.includes('derecho_laboral')
351
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Acoso laboral",value:"acoso_laboral",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Accidentes laborales",value:"accidentes_laborales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Asesoría a empleadores",value:"asesoria_a_empleadores",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Asesoría a trabajadores",value:"asesoria_a_trabajadores",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Contratación laboral",value:"contratacion_laboral",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios laborales",value:"litigios_laborales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Constitución de empresas",value:"constitucion_de_empresas",condition:`(values) => {
352
+ return values.gama && values.gama?.includes('derecho_empresarial')
353
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Contratos comerciales",value:"contratos_comerciales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Compliance",value:"compliance",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Reestructuración societaria",value:"reestructuracion_societaria",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios comerciales",value:"litigios_comerciales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Acuerdos societarios",value:"acuerdos_societarios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad intelectual empresarial",value:"propiedad_intelectual_empresarial",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Compraventa inmobiliaria",value:"compraventa_inmobiliaria",condition:`(values) => {
354
+ return values.gama && values.gama?.includes('derecho_inmobiliario')
355
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Promesas de venta",value:"promesas_de_venta",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Saneamiento y títulos",value:"saneamiento_y_titulos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Deslindes",value:"deslindes",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Conflictos inmobiliarios",value:"conflictos_inmobiliarios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos",value:"arrendamientos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Due diligence inmobiliario",value:"due_diligence_inmobiliario",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Residencias",value:"residencias",condition:`(values) => {
356
+ return values.gama && values.gama?.includes('derecho_migratorio')
357
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Visas",value:"visas",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Naturalización",value:"naturalizacion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Permisos laborales",value:"permisos_laborales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Regularización",value:"regularizacion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Migración empresarial",value:"migracion_empresarial",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Licitaciones",value:"licitaciones",condition:`(values) => {
358
+ return values.gama && values.gama?.includes('derecho_administrativo')
359
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Recursos administrativos",value:"recursos_administrativos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Multas y sanciones",value:"multas_y_sanciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Contratos con el Estado",value:"contratos_con_el_estado",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Concesiones y permisos",value:"concesiones_y_permisos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Declaraciones fiscales",value:"declaraciones_fiscales",condition:`(values) => {
360
+ return values.gama && values.gama?.includes('derecho_tributario')
361
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Optimización fiscal",value:"optimizacion_fiscal",condition:`(values) => {
362
+ return values.gama && values.gama?.includes('derecho_tributario')
363
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Impuestos corporativos",value:"impuestos_corporativos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tributario') }",exclusive:!1,description:""},{image:{src:""},label:"Impuestos personales",value:"impuestos_personales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tributario') }",exclusive:!1,description:""},{image:{src:""},label:"Recursos fiscales",value:"recursos_fiscales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tributario') }",exclusive:!1,description:""},{image:{src:""},label:"Poderes notariales",value:"poderes_notariales",condition:`(values) => {
364
+ return values.gama && values.gama?.includes('derecho_notarial')
365
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Actos notariales",value:"actos_notariales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_notarial') }",exclusive:!1,description:""},{image:{src:""},label:"Legalizaciones",value:"legalizaciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_notarial') }",exclusive:!1,description:""},{image:{src:""},label:"Protocolización de documentos",value:"protocolizacion_de_documentos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_notarial') }",exclusive:!1,description:""},{image:{src:""},label:"Registro de marcas",value:"registro_de_marcas",condition:`(values) => {
366
+ return values.gama && values.gama?.includes('derecho_intelectual')
367
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Derechos de autor",value:"derechos_de_autor",condition:"(values) => { return values.gama && values.gama?.includes('derecho_intelectual') }",exclusive:!1,description:""},{image:{src:""},label:"Patentes",value:"patentes",condition:"(values) => { return values.gama && values.gama?.includes('derecho_intelectual') }",exclusive:!1,description:""},{image:{src:""},label:"Licencias y franquicias",value:"licencias_y_franquicias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_intelectual') }",exclusive:!1,description:""},{image:{src:""},label:"Protección de datos",value:"proteccion_de_datos",condition:`(values) => {
368
+ return values.gama && values.gama?.includes('derecho_tecnologico')
369
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Delitos informáticos",value:"delitos_informaticos",condition:`(values) => {
370
+ return values.gama && values.gama?.includes('derecho_tecnologico')
371
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Contratos digitales",value:"contratos_digitales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tecnologico') }",exclusive:!1,description:""},{image:{src:""},label:"Ciberseguridad legal",value:"ciberseguridad_legal",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tecnologico') }",exclusive:!1,description:""},{image:{src:""},label:"Reclamaciones a empresas",value:"reclamaciones_a_empresas",condition:`(values) => {
372
+ return values.gama && values.gama?.includes('derecho_del_consumidor')
373
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Cláusulas abusivas",value:"clausulas_abusivas",condition:"(values) => { return values.gama && values.gama?.includes('derecho_del_consumidor') }",exclusive:!1,description:""},{image:{src:""},label:"Garantías y devoluciones",value:"garantias_y_devoluciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_del_consumidor') }",exclusive:!1,description:""},{image:{src:""},label:"Mediación familiar",value:"mediacion_familiar",condition:`(values) => {
374
+ return values.gama && values.gama?.includes('mediacion_y_arbitraje')
375
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Arbitraje comercial",value:"arbitraje_comercial",condition:"(values) => { return values.gama && values.gama?.includes('mediacion_y_arbitraje') }",exclusive:!1,description:""},{image:{src:""},label:"Conciliación laboral",value:"arbitraje_comercial",condition:"(values) => { return values.gama && values.gama?.includes('mediacion_y_arbitraje') }",exclusive:!1,description:""},{image:{src:""},label:"Comercio internacional",value:"comercio_internacional",condition:`(values) => {
376
+ return values.gama && values.gama?.includes('derecho_internacional')
377
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Contratos internacionales",value:"contratos_internacionales",condition:`(values) => {
378
+ return values.gama && values.gama?.includes('derecho_internacional')
379
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
380
+ return values.gama && values.gama?.includes('derecho_internacional')
381
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Kh=$e.extend({descriptionLines:B.z.number().optional(),hiddenProps:B.z.array(B.z.string()).optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),activeCard:B.z.boolean().optional(),priceSymbol:B.z.string().optional(),isPublic:B.z.boolean().optional(),textColor:B.z.string().optional(),bgColor:B.z.string().optional()}),Qh={class:"row justify-center"},Wh=se(e.defineComponent({__name:"SubscriptionCardList",props:e.mergeModels({isPublic:{type:Boolean},fetching:{type:Boolean},scale:{},count:{},imageHeight:{},borderRadius:{},unelevated:{type:Boolean},hoverable:{type:Boolean},descriptionLines:{default:2},priceSymbol:{default:"EUR"},data:{default:()=>[]},gamaProps:{default:()=>[]},activeCard:{type:Boolean},bgColor:{default:"#16458c"},textColor:{default:"white"}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["on-event"],["update:modelValue"]),setup(n,{emit:d}){const o=d,c=n,{data:s,bgColor:r,textColor:m}=e.toRefs(c),p=e.useModel(n,"modelValue"),g=h=>{const{code:f,payload:x}=h;if(f==="card_click"){const T=(x==null?void 0:x.data)||(x==null?void 0:x.product);p.value=T.ID_PRODUCTO,o("on-event",h)}};return(h,f)=>(e.openBlock(),e.createElementBlock("div",Qh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s)||[],(x,T)=>(e.openBlock(),e.createElementBlock("div",{key:T,class:"col-md-3 col-12 q-pa-sm",style:{cursor:"pointer"}},[e.createVNode(ws,{onOnEvent:g,data:x,descriptionLines:h.descriptionLines,priceSymbol:h.priceSymbol,gamaProps:h.gamaProps,activeCard:p.value===x.ID_PRODUCTO,"bg-color":e.unref(r),",":"","text-color":e.unref(m)},null,8,["data","descriptionLines","priceSymbol","gamaProps","activeCard","bg-color","text-color"])]))),128))]))}}),[["__scopeId","data-v-1c7999f8"]]),Yh=Object.freeze([[{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
382
+ Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
383
+ La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"standard"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
384
+ Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
385
+ La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"destacado"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]},{ID_PRODUCTO:155,NOMBRE:"Banderola LED P2.5 Señalización Digital de Alta Claridad",DESCRIPCION_CORTA:"Banderola LED P2.5 para Señalización Digital de Alta Claridad",DESCRIPCION:`Versatilidad e impacto visual con nuestra Banderola LED P2.5 para Señalización Digital de Alta Claridad. Este formato de 'Blade Sign' es una herramienta excepcional para captar la atención, ofreciendo una resolución fina gracias a su pixel pitch de 2.5mm. Esto asegura que las imágenes y los videos sean nítidos y detallados, ideales para comunicar mensajes complejos o mostrar promociones atractivas desde distancias cercanas a medias.
386
+ Su estructura de aluminio la hace ligera y resistente, facilitando su instalación en diversos entornos. El diseño sin cubierta de vidrio (glassless cover design) realza la calidad visual y reduce los reflejos. Adecuada tanto para uso interior como exterior (con una distancia de visión óptima desde 2 metros para interior y 1 metro para exterior), lo que la convierte en una opción increíblemente flexible para tiendas, vestíbulos, centros comerciales o incluso en áreas semi-cubiertas al aire libre.
387
+ La instalación es sencilla y directa, permite fijarla a una base en la pared con mantenimiento sin complicaciones, asegurando un rendimiento continuo. La gestión de contenido remoto permite actualizar tus mensajes al instante, manteniendo tu comunicación siempre fresca y relevante.`,ID_GAMA:23,TAGS:null,DESCUENTO:"10.00",PROPS:{tipo_plan:"premium"},PERIODO_COBRO:"1_meses",PRECIO:"1.00",PRECIOS:null,FECHA_ALTA:"2025-06-10",R_IMG:[{ID_ARCHIVO:932,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/efc54a4719e9ebc4_Banderola%20670.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:936,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/a9f8ce2a718e4aaf_Pantalla%20LED%20P5.7%20Exterior%20de%20Gran%20Brillo%20y%20Visibilidad%20%2811%29.png",FILETYPE:"image",PRINCIPAL:!1},{ID_ARCHIVO:943,LOCATION:"https://w2w-files.s3.amazonaws.com/linvermedia/c7365d0fafef1188_Banderola%20LED%20Linvermedia.png",FILETYPE:"image",PRINCIPAL:!1}],PAISES:[{CODIGO:"es"}]}]]),Zh={isPublic:!0,data:[],fetching:!1,activeCard:!1,descriptionLines:2,scale:1,unelevated:!1,imageHeight:"200px",borderRadius:"6.5px",hoverable:!0,gamaProps:[{id:"0baf5bb3-ea86-4345-bfce-c61975366b9f",code:"fecha_de_inicio",image:null,label:"Fecha de inicio",prefix:"",suffix:"",options:[],multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"date"},{id:"cfd54388-32c2-4210-bf5d-79d796f589d5",code:"idiomas",image:null,label:"Idiomas",prefix:"",suffix:"",options:[{image:null,label:"Castellano",value:"spanish",condition:"",exclusive:!1},{image:null,label:"Catalán",value:"catalan",condition:"",exclusive:!1},{image:null,label:"Ingles",value:"english",condition:"",exclusive:!1},{image:null,label:"Frances",value:"french",condition:"",exclusive:!1},{image:null,label:"Arabe",value:"arabic",condition:"",exclusive:!1},{image:null,label:"Chino",value:"mandarin",condition:"",exclusive:!1}],multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"cards_select"},{id:"85b7c204-df82-4b97-805d-52f687df7469",code:"ambio_geografico",image:null,label:"Ámbito geográfico",prefix:"",suffix:"",options:[{image:{src:""},label:"Local",value:"local",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Nacional",value:"nacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Unión Europea",value:"union_europea",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Latam",value:"latam",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Global",value:"global",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"cc2fdc75-2f48-4a65-8192-6cd1014f7475",code:"gama",image:null,label:"Gama",prefix:"",suffix:"",options:[{image:{src:""},label:"Derecho civil",value:"derecho_civil",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho de familia",value:"derecho_de_familia",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho penal",value:"derecho_penal",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho laboral",value:"derecho_laboral",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho empresarial",value:"derecho_empresarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho inmobiliario",value:"derecho_inmobiliario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho migratorio",value:"derecho_migratorio",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho administrativo",value:"derecho_administrativo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tributario",value:"derecho_tributario",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho notarial",value:"derecho_notarial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho intelectual",value:"derecho_intelectual",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho tecnológico",value:"derecho_tecnologico",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho del consumidor",value:"derecho_del_consumidor",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Arbitraje y mediación",value:"arbitraje",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Derecho internacional",value:"derecho_internacional",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"528345be-b889-4306-afe6-897a046a7f67",code:"tipo_de_atencion",image:null,label:"Tipo de atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Presencial",value:"remota_videoconsulta",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Remoto / Online",value:"presencial",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Híbrido (Presencial + Remoto)",value:"mixta",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"fb0803e0-0bb3-4379-b77d-1562be67b68f",code:"enfoque_profesional",image:null,label:"Enfoque profesional",prefix:"",suffix:"",options:[{image:{src:""},label:"Mediación",value:"mediacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Alta litigación",value:"alta_litigacion",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Consultoría / Asesoría preventiva",value:"consultoria_asesoria_preventiva",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Defensa jurídica",value:"defensa_juridica",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"b1566bb8-a203-4488-aa90-0a5b9753d88b",code:"tipo_de_cliente",image:null,label:"Tipo de Cliente",prefix:"",suffix:"",options:[{image:{src:""},label:"Particulares",value:"particulares",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Autónomos",value:"autonomos",condition:"",exclusive:!1,description:""},{image:{src:""},label:"PYMEs",value:"pymes",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Corporaciones",value:"corporaciones",condition:"",exclusive:!1,description:""},{image:{src:""},label:"ONG",value:"ong",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Startups",value:"startups",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Extranjeros",value:"extranjeros",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Expatriados / Internacionales",value:"expatriados_internacionales",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"3b2793ad-6e7b-4e28-b99a-0a54334a3da3",code:"credenciales_profesionales",image:null,label:"Credenciales profesionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Colegiado/a",value:"colegiado_a",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Experto/a certificado",value:"experto_a_certificado",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"f9816fd7-8296-41f5-877b-d54ed4f879a8",code:"accesibilidad",image:null,label:"Accesibilidad y atención",prefix:"",suffix:"",options:[{image:{src:""},label:"Primer contacto gratuito",value:"primer_contacto_gratuito",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Disponibilidad rápida",value:"disponibilidad_rapida",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Accesible económicamente",value:"accesible_economicamente",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Trabajo en equipo multidisciplinar",value:"trabajo_en_equipo_multidisciplinar",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"2e7937c0-8857-4bbf-8c3e-34e79abd7423",code:"diferenciales_internacionales",image:null,label:"Diferenciales internacionales",prefix:"",suffix:"",options:[{image:{src:""},label:"Con experiencia internacional",value:"con_experiencia_internacional",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Transfronterizo",value:"transfronterizo",condition:"",exclusive:!1,description:""},{image:{src:""},label:"Multilingüe",value:"multilingue",condition:"",exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"},{id:"5e98a86e-b3bc-48b3-9d3c-7e4d716b6d95",code:"honorarios_orientativos",image:null,label:"Honorarios orientativos",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"4fec75d9-2c75-4bbc-a361-b5c8709672b8",code:"honorarios_por_hora",image:null,label:"Honorarios por hora",prefix:"",suffix:"",options:[],pricing:!1,multiple:!1,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"input_text"},{id:"e8df288b-281c-43cb-b685-fd7f5345271a",code:"subgamas",image:null,label:"Subgamas",prefix:"",suffix:"",options:[{image:{src:""},label:"Contratos civiles",value:"contratos",condition:`(values) => {
388
+ return values.gama && values.gama?.includes('derecho_civil')
389
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad civil y daños",value:"responsabilidad_civil_y_danos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos y desahucios",value:"arrendamientos_y_desahucios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Sucesiones y herencias",value:"sucesiones_y_herencias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad y posesión",value:"propiedad_y_posesion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Cobros y ejecuciones",value:"cobros_y_ejecuciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios civiles",value:"litigios_civiles",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Responsabilidad médica",value:"responsabilidad_medica",condition:"(values) => { return values.gama && values.gama?.includes('derecho_civil') }",exclusive:!1,description:""},{image:{src:""},label:"Divorcios",value:"divorcios",condition:`(values) => {
390
+ return values.gama && values.gama?.includes('derecho_de_familia')
391
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Custodia y visitas",value:"custodia_y_visitas",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Pensión alimenticia",value:"pension_alimenticia",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Violencia intrafamiliar",value:"violencia_intrafamiliar",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Adopciones",value:"adopciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Liquidación de bienes",value:"liquidacion_de_bienes",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Unión marital / concubinato",value:"union_marital_concubinato",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Filiación y paternidad",value:"filiacion_y_paternidad",condition:"(values) => { return values.gama && values.gama?.includes('derecho_de_familia') }",exclusive:!1,description:""},{image:{src:""},label:"Defensa penal general",value:"defensa_penal_general",condition:`(values) => {
392
+ return values.gama && values.gama?.includes('derecho_penal')
393
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Delitos económicos",value:"delitos_economicos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Delitos informáticos",value:"delitos_informaticos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Violencia de género",value:"violencia_de_genero",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios penales",value:"litigios_penales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Querellas y denuncias",value:"querellas_y_denuncias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Delitos contra la propiedad",value:"delitos_contra_la_propiedad",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Asuntos penitenciarios",value:"asuntos_penitenciarios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_penal') }",exclusive:!1,description:""},{image:{src:""},label:"Despidos",value:"despidos",condition:`(values) => {
394
+ return values.gama && values.gama?.includes('derecho_laboral')
395
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Prestaciones y liquidaciones",value:"prestaciones_y_liquidaciones",condition:`(values) => {
396
+ return values.gama && values.gama?.includes('derecho_laboral')
397
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Acoso laboral",value:"acoso_laboral",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Accidentes laborales",value:"accidentes_laborales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Asesoría a empleadores",value:"asesoria_a_empleadores",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Asesoría a trabajadores",value:"asesoria_a_trabajadores",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Contratación laboral",value:"contratacion_laboral",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios laborales",value:"litigios_laborales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_laboral') }",exclusive:!1,description:""},{image:{src:""},label:"Constitución de empresas",value:"constitucion_de_empresas",condition:`(values) => {
398
+ return values.gama && values.gama?.includes('derecho_empresarial')
399
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Contratos comerciales",value:"contratos_comerciales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Compliance",value:"compliance",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Reestructuración societaria",value:"reestructuracion_societaria",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Litigios comerciales",value:"litigios_comerciales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Acuerdos societarios",value:"acuerdos_societarios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Propiedad intelectual empresarial",value:"propiedad_intelectual_empresarial",condition:"(values) => { return values.gama && values.gama?.includes('derecho_empresarial') }",exclusive:!1,description:""},{image:{src:""},label:"Compraventa inmobiliaria",value:"compraventa_inmobiliaria",condition:`(values) => {
400
+ return values.gama && values.gama?.includes('derecho_inmobiliario')
401
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Promesas de venta",value:"promesas_de_venta",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Saneamiento y títulos",value:"saneamiento_y_titulos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Deslindes",value:"deslindes",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Conflictos inmobiliarios",value:"conflictos_inmobiliarios",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Arrendamientos",value:"arrendamientos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Due diligence inmobiliario",value:"due_diligence_inmobiliario",condition:"(values) => { return values.gama && values.gama?.includes('derecho_inmobiliario') }",exclusive:!1,description:""},{image:{src:""},label:"Residencias",value:"residencias",condition:`(values) => {
402
+ return values.gama && values.gama?.includes('derecho_migratorio')
403
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Visas",value:"visas",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Naturalización",value:"naturalizacion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Permisos laborales",value:"permisos_laborales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Regularización",value:"regularizacion",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Migración empresarial",value:"migracion_empresarial",condition:"(values) => { return values.gama && values.gama?.includes('derecho_migratorio') }",exclusive:!1,description:""},{image:{src:""},label:"Licitaciones",value:"licitaciones",condition:`(values) => {
404
+ return values.gama && values.gama?.includes('derecho_administrativo')
405
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Recursos administrativos",value:"recursos_administrativos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Multas y sanciones",value:"multas_y_sanciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Contratos con el Estado",value:"contratos_con_el_estado",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Concesiones y permisos",value:"concesiones_y_permisos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_administrativo') }",exclusive:!1,description:""},{image:{src:""},label:"Declaraciones fiscales",value:"declaraciones_fiscales",condition:`(values) => {
406
+ return values.gama && values.gama?.includes('derecho_tributario')
407
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Optimización fiscal",value:"optimizacion_fiscal",condition:`(values) => {
408
+ return values.gama && values.gama?.includes('derecho_tributario')
409
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Impuestos corporativos",value:"impuestos_corporativos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tributario') }",exclusive:!1,description:""},{image:{src:""},label:"Impuestos personales",value:"impuestos_personales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tributario') }",exclusive:!1,description:""},{image:{src:""},label:"Recursos fiscales",value:"recursos_fiscales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tributario') }",exclusive:!1,description:""},{image:{src:""},label:"Poderes notariales",value:"poderes_notariales",condition:`(values) => {
410
+ return values.gama && values.gama?.includes('derecho_notarial')
411
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Actos notariales",value:"actos_notariales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_notarial') }",exclusive:!1,description:""},{image:{src:""},label:"Legalizaciones",value:"legalizaciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_notarial') }",exclusive:!1,description:""},{image:{src:""},label:"Protocolización de documentos",value:"protocolizacion_de_documentos",condition:"(values) => { return values.gama && values.gama?.includes('derecho_notarial') }",exclusive:!1,description:""},{image:{src:""},label:"Registro de marcas",value:"registro_de_marcas",condition:`(values) => {
412
+ return values.gama && values.gama?.includes('derecho_intelectual')
413
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Derechos de autor",value:"derechos_de_autor",condition:"(values) => { return values.gama && values.gama?.includes('derecho_intelectual') }",exclusive:!1,description:""},{image:{src:""},label:"Patentes",value:"patentes",condition:"(values) => { return values.gama && values.gama?.includes('derecho_intelectual') }",exclusive:!1,description:""},{image:{src:""},label:"Licencias y franquicias",value:"licencias_y_franquicias",condition:"(values) => { return values.gama && values.gama?.includes('derecho_intelectual') }",exclusive:!1,description:""},{image:{src:""},label:"Protección de datos",value:"proteccion_de_datos",condition:`(values) => {
414
+ return values.gama && values.gama?.includes('derecho_tecnologico')
415
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Delitos informáticos",value:"delitos_informaticos",condition:`(values) => {
416
+ return values.gama && values.gama?.includes('derecho_tecnologico')
417
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Contratos digitales",value:"contratos_digitales",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tecnologico') }",exclusive:!1,description:""},{image:{src:""},label:"Ciberseguridad legal",value:"ciberseguridad_legal",condition:"(values) => { return values.gama && values.gama?.includes('derecho_tecnologico') }",exclusive:!1,description:""},{image:{src:""},label:"Reclamaciones a empresas",value:"reclamaciones_a_empresas",condition:`(values) => {
418
+ return values.gama && values.gama?.includes('derecho_del_consumidor')
419
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Cláusulas abusivas",value:"clausulas_abusivas",condition:"(values) => { return values.gama && values.gama?.includes('derecho_del_consumidor') }",exclusive:!1,description:""},{image:{src:""},label:"Garantías y devoluciones",value:"garantias_y_devoluciones",condition:"(values) => { return values.gama && values.gama?.includes('derecho_del_consumidor') }",exclusive:!1,description:""},{image:{src:""},label:"Mediación familiar",value:"mediacion_familiar",condition:`(values) => {
420
+ return values.gama && values.gama?.includes('mediacion_y_arbitraje')
421
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Arbitraje comercial",value:"arbitraje_comercial",condition:"(values) => { return values.gama && values.gama?.includes('mediacion_y_arbitraje') }",exclusive:!1,description:""},{image:{src:""},label:"Conciliación laboral",value:"arbitraje_comercial",condition:"(values) => { return values.gama && values.gama?.includes('mediacion_y_arbitraje') }",exclusive:!1,description:""},{image:{src:""},label:"Comercio internacional",value:"comercio_internacional",condition:`(values) => {
422
+ return values.gama && values.gama?.includes('derecho_internacional')
423
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Contratos internacionales",value:"contratos_internacionales",condition:`(values) => {
424
+ return values.gama && values.gama?.includes('derecho_internacional')
425
+ }`,exclusive:!1,description:""},{image:{src:""},label:"Inversión extranjera",value:"inversion_extranjera",condition:`(values) => {
426
+ return values.gama && values.gama?.includes('derecho_internacional')
427
+ }`,exclusive:!1,description:""}],pricing:!1,multiple:!0,structure:[],validators:[],visibility:{form:!0,roles:[],detail:!0,public:!1,summary:!0},controlType:"select"}]},Xh=$e.extend({descriptionLines:B.z.number().optional(),gamaProps:B.z.array(B.z.record(B.z.string(),B.z.any())),activeCard:B.z.boolean().optional(),priceSymbol:B.z.string().optional(),bgColor:B.z.string().optional(),textColor:B.z.string().optional()}),Jh={telmex_product_detail:{description:"Detalle de producto para telmex",component:Oh,group:"faceapp",schema:Ih,mock:{props:xh,data:Eh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},telmex_product_card:{description:"Card de producto para telmex",component:zb,group:"faceapp",schema:$b,mock:{props:jb,data:Gb,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},telephony_product_card:{description:"Card de producto para telefonia",component:Db,group:"faceapp",schema:Nb,mock:{props:Tb,data:Rb,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},telephony_product_detail:{description:"Detalle de producto para telefonia",component:Dv,group:"faceapp",schema:Nv,mock:{props:Tv,data:Rv,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},linvermedia_product_card:{description:"Card de producto para Linvermedia",component:z_,group:"linvermedia",schema:$_,mock:{props:j_,data:G_,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},linvermedia_product_detail:{description:"Detalle de producto para Linvermedia",component:$g,group:"linvermedia",schema:Kg,mock:{props:qg,data:Hg,idKey:"id",labelKey:"nombre"}},linvermedia_solicitud_card:{description:"Card de solicitud para Linvermedia",component:Jg,group:"linvermedia",schema:iv,mock:{props:av,data:ev,idKey:"ID_CAPTACION",labelKey:"COD_CAPTACION"}},broker_card:{description:"Card de Brokers",component:Zd,group:"myhipoteca",schema:em,mock:{props:Jd,data:Xd,idKey:"ID_BROKER",labelKey:"NOMBRE"}},broker_detail:{description:"Detail de Brokers",component:Rm,group:"myhipoteca",schema:Sm,mock:{props:Nm,data:Tm,idKey:"ID_BROKER",labelKey:"NOMBRE"}},lawyer_card:{description:"Card de Lawyers",component:Sp,group:"abogados",schema:wp,mock:{props:Bp,data:Lp,idKey:"ID_LAWYER",labelKey:"NOMBRE"}},lawyer_detail:{description:"Detail de Lawyers",component:gf,group:"abogados",schema:hf,mock:{props:bf,data:vf,idKey:"ID_LAWYER",labelKey:"NOMBRE"}},lawyer_subscription_card:{description:"Card de Lawyers Subscription",component:Ds,group:"abogados",schema:Tf,mock:{props:Rf,data:Df,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},lawyer_subscription_card_list:{description:"Card de Lawyers Subscription List",component:Bf,group:"abogados",schema:Vf,mock:{props:kf,data:wf,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},lawyer_calls_card:{description:"Card de Lawyers Calls",component:Bs,group:"abogados",schema:Nh,mock:{props:Th,data:Rh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},lawyer_calls_card_list:{description:"Card de Lawyers Calls List",component:Bh,group:"abogados",schema:Vh,mock:{props:kh,data:wh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},plato_card:{description:"Card de producto para Plato",component:tb,group:"fabricadecampeones",schema:cb,mock:{props:rb,data:sb,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},subscription_card:{description:"Card de Subscription",component:ws,group:"abogados",schema:Kh,mock:{props:qh,data:Hh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}},subscription_card_list:{description:"Card de Subscription List",component:Wh,group:"abogados",schema:Xh,mock:{props:Zh,data:Yh,idKey:"ID_PRODUCTO",labelKey:"NOMBRE"}}},ks=ce.mapValues(Jh,n=>ce.omit(n,"mock")),eC={install(n,d){if(d!=null&&d.pinia)n.use(d.pinia);else throw new Error("No se ha encontrado una instancia de pinia");n.component("SectionsContainer",Os),n.component("Card",va),n.component("DynamicCarousel",Ya),n.component("IndicatorColor",Bo),n.component("SectionSpinner",No),n.component("StateIndicator",Ra),n.component("IconButton",Fa),n.component("Button",pi),n.component("MenuButton",hs),n.component("ProductPrice",Ul),n.component("ProductProps",Wi),n.component("ProductTag",Ti),n.component("FlagsIcons",ka),Object.entries(ks).forEach(([o,c])=>{n.component(o,c.component)})}};Ce.Button=pi,Ce.Card=va,Ce.DEFAULT_FETCH_OPTIONS=Mo,Ce.DynamicCarousel=Ya,Ce.FlagsIcons=ka,Ce.IconButton=Fa,Ce.IndicatorColor=Bo,Ce.MenuButton=hs,Ce.ProductPrice=Ul,Ce.ProductProps=Wi,Ce.ProductTag=Ti,Ce.SectionSpinner=No,Ce.SectionsContainer=Os,Ce.StateIndicator=Ra,Ce.WidgetsIndex=ks,Ce.createFetchUniq=nm,Ce.default=eC,Ce.getFetchUniq=Vo,Ce.getValue=ra,Ce.setFetchUniq=tm,Ce.useDragAndDrop=Ml,Ce.useFetch=ys,Ce.useFetchPages=sm,Object.defineProperties(Ce,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});