@win2win/shared-ui 0.3.238 → 0.3.239

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 (302) hide show
  1. package/dist/_virtual/ProductPrice.js +4 -0
  2. package/dist/_virtual/_commonjsHelpers.js +4 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  4. package/dist/_virtual/archivo.js +4 -0
  5. package/dist/_virtual/canal-props.js +4 -0
  6. package/dist/_virtual/captacion.js +4 -0
  7. package/dist/_virtual/captacion2.js +4 -0
  8. package/dist/_virtual/comision.js +4 -0
  9. package/dist/_virtual/conditions.js +4 -0
  10. package/dist/_virtual/control-types.js +4 -0
  11. package/dist/_virtual/countries.js +4 -0
  12. package/dist/_virtual/estado-effect.js +4 -0
  13. package/dist/_virtual/estado-rule.js +4 -0
  14. package/dist/_virtual/estado.js +4 -0
  15. package/dist/_virtual/flag.js +4 -0
  16. package/dist/_virtual/formatters.js +4 -0
  17. package/dist/_virtual/gama.js +4 -0
  18. package/dist/_virtual/garantia.js +4 -0
  19. package/dist/_virtual/iban.js +4 -0
  20. package/dist/_virtual/id.js +4 -0
  21. package/dist/_virtual/import_schema.js +4 -0
  22. package/dist/_virtual/importacion.js +4 -0
  23. package/dist/_virtual/index.js +4 -0
  24. package/dist/_virtual/index10.js +4 -0
  25. package/dist/_virtual/index11.js +4 -0
  26. package/dist/_virtual/index12.js +4 -0
  27. package/dist/_virtual/index13.js +4 -0
  28. package/dist/_virtual/index14.js +4 -0
  29. package/dist/_virtual/index15.js +4 -0
  30. package/dist/_virtual/index16.js +4 -0
  31. package/dist/_virtual/index17.js +4 -0
  32. package/dist/_virtual/index18.js +4 -0
  33. package/dist/_virtual/index2.js +4 -0
  34. package/dist/_virtual/index3.js +4 -0
  35. package/dist/_virtual/index4.js +4 -0
  36. package/dist/_virtual/index5.js +4 -0
  37. package/dist/_virtual/index6.js +4 -0
  38. package/dist/_virtual/index7.js +4 -0
  39. package/dist/_virtual/index8.js +4 -0
  40. package/dist/_virtual/index9.js +4 -0
  41. package/dist/_virtual/item-liquidable.js +4 -0
  42. package/dist/_virtual/landing.js +4 -0
  43. package/dist/_virtual/languages.js +4 -0
  44. package/dist/_virtual/layout.js +4 -0
  45. package/dist/_virtual/layout2.js +4 -0
  46. package/dist/_virtual/liquidacion.js +4 -0
  47. package/dist/_virtual/liquidaciones.js +4 -0
  48. package/dist/_virtual/llamada.js +4 -0
  49. package/dist/_virtual/lodash.js +4 -0
  50. package/dist/_virtual/mappers.js +4 -0
  51. package/dist/_virtual/notificacion.js +4 -0
  52. package/dist/_virtual/options.js +4 -0
  53. package/dist/_virtual/page_sections.js +4 -0
  54. package/dist/_virtual/partner.js +4 -0
  55. package/dist/_virtual/pedido.js +4 -0
  56. package/dist/_virtual/perfiles.js +4 -0
  57. package/dist/_virtual/permisos.js +4 -0
  58. package/dist/_virtual/producto.js +4 -0
  59. package/dist/_virtual/producto2.js +4 -0
  60. package/dist/_virtual/query-params.js +4 -0
  61. package/dist/_virtual/regla.js +4 -0
  62. package/dist/_virtual/resultado.js +4 -0
  63. package/dist/_virtual/seguimiento.js +4 -0
  64. package/dist/_virtual/shared-types.js +4 -0
  65. package/dist/_virtual/shared.js +4 -0
  66. package/dist/_virtual/timestamp.js +4 -0
  67. package/dist/_virtual/validators.js +4 -0
  68. package/dist/_virtual/validators2.js +4 -0
  69. package/dist/_virtual/visibility.js +4 -0
  70. package/dist/components/Common/Button.vue.js +52 -0
  71. package/dist/components/Common/Button.vue2.js +4 -0
  72. package/dist/components/Common/Card.vue.js +7 -0
  73. package/dist/components/Common/Card.vue2.js +66 -0
  74. package/dist/components/Common/DynamicCarousel.vue.js +102 -0
  75. package/dist/components/Common/DynamicCarousel.vue3.js +5 -0
  76. package/dist/components/Common/FlagsIcons.vue.js +7 -0
  77. package/dist/components/Common/FlagsIcons.vue2.js +45 -0
  78. package/dist/components/Common/GeneratingError.vue.js +25 -0
  79. package/dist/components/Common/GeneratingError.vue2.js +4 -0
  80. package/dist/components/Common/GeneratingLoader.vue.js +25 -0
  81. package/dist/components/Common/GeneratingLoader.vue2.js +4 -0
  82. package/dist/components/Common/IconButton.vue.js +7 -0
  83. package/dist/components/Common/IconButton.vue2.js +97 -0
  84. package/dist/components/Common/IndicatorColor.vue.js +7 -0
  85. package/dist/components/Common/IndicatorColor.vue2.js +20 -0
  86. package/dist/components/Common/MenuButton.vue.js +91 -0
  87. package/dist/components/Common/MenuButton.vue2.js +4 -0
  88. package/dist/components/Common/SectionSpinner.vue.js +7 -0
  89. package/dist/components/Common/SectionSpinner.vue2.js +36 -0
  90. package/dist/components/Common/StateIndicator.vue.js +7 -0
  91. package/dist/components/Common/StateIndicator.vue2.js +41 -0
  92. package/dist/components/index.d.ts +16 -0
  93. package/dist/components/index.d.ts.map +1 -0
  94. package/dist/components/pdf/DomSection.vue.js +19 -0
  95. package/dist/components/pdf/DomSection.vue2.js +4 -0
  96. package/dist/components/pdf/PdfContainer.vue.js +7 -0
  97. package/dist/components/pdf/PdfContainer.vue2.js +102 -0
  98. package/dist/components/pdf/SectionWrapper.vue.js +33 -0
  99. package/dist/components/pdf/SectionWrapper.vue2.js +4 -0
  100. package/dist/components/pdf/SectionsContainer.vue.js +9 -0
  101. package/dist/components/pdf/SectionsContainer.vue2.js +56 -0
  102. package/dist/components/pdf/SectionsContainer.vue3.js +6 -0
  103. package/dist/components/pdf/helpers.js +23 -0
  104. package/dist/components/pdf/sections/Card.vue.js +9 -0
  105. package/dist/components/pdf/sections/Card.vue2.js +52 -0
  106. package/dist/components/pdf/sections/Card.vue3.js +12 -0
  107. package/dist/components/pdf/sections/CardGridSection.vue.js +9 -0
  108. package/dist/components/pdf/sections/CardGridSection.vue2.js +30 -0
  109. package/dist/components/pdf/sections/CardGridSection.vue3.js +6 -0
  110. package/dist/components/pdf/sections/ImageSection.vue.js +9 -0
  111. package/dist/components/pdf/sections/ImageSection.vue2.js +26 -0
  112. package/dist/components/pdf/sections/ImageSection.vue3.js +6 -0
  113. package/dist/components/pdf/sections/RadioButtonsSection.vue.js +7 -0
  114. package/dist/components/pdf/sections/RadioButtonsSection.vue2.js +43 -0
  115. package/dist/components/pdf/sections/SignatureSection.vue.js +7 -0
  116. package/dist/components/pdf/sections/SignatureSection.vue2.js +115 -0
  117. package/dist/components/pdf/sections/TableSection.vue.js +9 -0
  118. package/dist/components/pdf/sections/TableSection.vue2.js +49 -0
  119. package/dist/components/pdf/sections/TableSection.vue3.js +6 -0
  120. package/dist/components/pdf/sections/TextSection.vue.js +9 -0
  121. package/dist/components/pdf/sections/TextSection.vue2.js +135 -0
  122. package/dist/components/pdf/sections/TextSection.vue3.js +11 -0
  123. package/dist/components/pdf/sections/useData.js +8 -0
  124. package/dist/components/widgets/broker-card/BrokerCard.vue.js +7 -0
  125. package/dist/components/widgets/broker-card/BrokerCard.vue2.js +171 -0
  126. package/dist/components/widgets/broker-card/components/BrokerProps.vue.js +7 -0
  127. package/dist/components/widgets/broker-card/components/BrokerProps.vue2.js +117 -0
  128. package/dist/components/widgets/broker-card/mock-data.js +452 -0
  129. package/dist/components/widgets/broker-card/mock-props.js +273 -0
  130. package/dist/components/widgets/broker-card/schema.js +11 -0
  131. package/dist/components/widgets/broker-detail/BrokerDetail.vue.js +7 -0
  132. package/dist/components/widgets/broker-detail/BrokerDetail.vue2.js +174 -0
  133. package/dist/components/widgets/broker-detail/components/BrokertActions.vue.js +7 -0
  134. package/dist/components/widgets/broker-detail/components/BrokertActions.vue2.js +31 -0
  135. package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue.js +7 -0
  136. package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue2.js +90 -0
  137. package/dist/components/widgets/broker-detail/mock-data.js +227 -0
  138. package/dist/components/widgets/broker-detail/mock-props.js +12 -0
  139. package/dist/components/widgets/broker-detail/schema.js +10 -0
  140. package/dist/components/widgets/broker-detail/useContext.js +32 -0
  141. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.js +7 -0
  142. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue2.js +249 -0
  143. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue.js +36 -0
  144. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue2.js +4 -0
  145. package/dist/components/widgets/linvermedia-product-card/mock-data.js +1121 -0
  146. package/dist/components/widgets/linvermedia-product-card/mock-props.js +20 -0
  147. package/dist/components/widgets/linvermedia-product-card/schema.js +13 -0
  148. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.js +7 -0
  149. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue2.js +151 -0
  150. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue.js +7 -0
  151. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue2.js +90 -0
  152. package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.js +9 -0
  153. package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue2.js +147 -0
  154. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue.js +37 -0
  155. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue2.js +4 -0
  156. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue.js +7 -0
  157. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue2.js +61 -0
  158. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue.js +7 -0
  159. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue2.js +56 -0
  160. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue.js +21 -0
  161. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue2.js +4 -0
  162. package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue.js +7 -0
  163. package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue2.js +91 -0
  164. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue.js +20 -0
  165. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue2.js +4 -0
  166. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue.js +7 -0
  167. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue2.js +49 -0
  168. package/dist/components/widgets/linvermedia-product-detail/mock-data.js +1005 -0
  169. package/dist/components/widgets/linvermedia-product-detail/mock-props.js +12 -0
  170. package/dist/components/widgets/linvermedia-product-detail/schema.js +11 -0
  171. package/dist/components/widgets/linvermedia-product-detail/useContext.js +43 -0
  172. package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue.js +7 -0
  173. package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue2.js +74 -0
  174. package/dist/components/widgets/linvermedia-solicitud-card/mock-data.js +580 -0
  175. package/dist/components/widgets/linvermedia-solicitud-card/mock-props.js +8 -0
  176. package/dist/components/widgets/linvermedia-solicitud-card/schema.js +5 -0
  177. package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue.js +7 -0
  178. package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue2.js +263 -0
  179. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue.js +21 -0
  180. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue2.js +4 -0
  181. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue.js +20 -0
  182. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue2.js +4 -0
  183. package/dist/components/widgets/perdm-telephony-product-detail/mock-data.js +1187 -0
  184. package/dist/components/widgets/perdm-telephony-product-detail/mock-props.js +12 -0
  185. package/dist/components/widgets/perdm-telephony-product-detail/schema.js +11 -0
  186. package/dist/components/widgets/perdm-telephony-product-detail/useContext.js +41 -0
  187. package/dist/components/widgets/shared/LinvermediaGamaProps.js +1688 -0
  188. package/dist/components/widgets/shared/PerdmTelephonyGamaProps.js +1688 -0
  189. package/dist/components/widgets/shared/ProductPrice.vue.js +7 -0
  190. package/dist/components/widgets/shared/ProductPrice.vue2.js +84 -0
  191. package/dist/components/widgets/shared/ProductProps.vue.js +294 -0
  192. package/dist/components/widgets/shared/ProductProps.vue2.js +4 -0
  193. package/dist/components/widgets/shared/ProductTag.vue.js +7 -0
  194. package/dist/components/widgets/shared/ProductTag.vue2.js +38 -0
  195. package/dist/components/widgets/shared/helpers.js +52 -0
  196. package/dist/components/widgets/shared/schema.js +17 -0
  197. package/dist/components/widgets/shared/useWidgetEvent.js +13 -0
  198. package/dist/components/widgets/telephony-card/TelephonyCard.vue.js +7 -0
  199. package/dist/components/widgets/telephony-card/TelephonyCard.vue2.js +292 -0
  200. package/dist/components/widgets/telephony-card/mock-data.js +1197 -0
  201. package/dist/components/widgets/telephony-card/mock-props.js +400 -0
  202. package/dist/components/widgets/telephony-card/schema.js +22 -0
  203. package/dist/components/widgets/telmex-card/TelmexCard.vue.js +7 -0
  204. package/dist/components/widgets/telmex-card/TelmexCard.vue2.js +232 -0
  205. package/dist/components/widgets/telmex-card/mock-data.js +1545 -0
  206. package/dist/components/widgets/telmex-card/mock-props.js +1332 -0
  207. package/dist/components/widgets/telmex-card/schema.js +22 -0
  208. package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue.js +7 -0
  209. package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue2.js +648 -0
  210. package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue.js +7 -0
  211. package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue2.js +316 -0
  212. package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue.js +21 -0
  213. package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue2.js +4 -0
  214. package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue.js +20 -0
  215. package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue2.js +4 -0
  216. package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue.js +7 -0
  217. package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue2.js +52 -0
  218. package/dist/components/widgets/telmex-product-detail/mock-data.js +1561 -0
  219. package/dist/components/widgets/telmex-product-detail/mock-props.js +10 -0
  220. package/dist/components/widgets/telmex-product-detail/schema.js +11 -0
  221. package/dist/components/widgets/telmex-product-detail/useContext.js +41 -0
  222. package/dist/components.js +31 -0
  223. package/dist/composables/fetching/fetchUniqFactory.js +21 -0
  224. package/dist/composables/fetching/fetchUniqProvider.js +15 -0
  225. package/dist/composables/fetching/types.js +11 -0
  226. package/dist/composables/fetching/useFetch.js +40 -0
  227. package/dist/composables/fetching/useFetchPages.js +101 -0
  228. package/dist/composables/useDragAndDrop.js +65 -0
  229. package/dist/composables/utils.js +11 -0
  230. package/dist/composables.js +17 -0
  231. package/dist/index.js +58 -0
  232. package/dist/node_modules/@win2win/shared/dist/consts/countries.js +1082 -0
  233. package/dist/node_modules/@win2win/shared/dist/consts/index.js +26 -0
  234. package/dist/node_modules/@win2win/shared/dist/consts/languages.js +173 -0
  235. package/dist/node_modules/@win2win/shared/dist/consts/perfiles/index.js +18 -0
  236. package/dist/node_modules/@win2win/shared/dist/consts/perfiles/perfiles.js +38 -0
  237. package/dist/node_modules/@win2win/shared/dist/consts/permisos/index.js +18 -0
  238. package/dist/node_modules/@win2win/shared/dist/consts/permisos/permisos.js +129 -0
  239. package/dist/node_modules/@win2win/shared/dist/consts/visitas/index.js +18 -0
  240. package/dist/node_modules/@win2win/shared/dist/consts/visitas/resultado.js +40 -0
  241. package/dist/node_modules/@win2win/shared/dist/enums/captacion.js +14 -0
  242. package/dist/node_modules/@win2win/shared/dist/enums/garantia.js +10 -0
  243. package/dist/node_modules/@win2win/shared/dist/enums/importacion.js +10 -0
  244. package/dist/node_modules/@win2win/shared/dist/enums/index.js +32 -0
  245. package/dist/node_modules/@win2win/shared/dist/enums/liquidacion.js +18 -0
  246. package/dist/node_modules/@win2win/shared/dist/enums/notificacion.js +10 -0
  247. package/dist/node_modules/@win2win/shared/dist/enums/pedido.js +10 -0
  248. package/dist/node_modules/@win2win/shared/dist/enums/producto.js +22 -0
  249. package/dist/node_modules/@win2win/shared/dist/enums/shared.js +10 -0
  250. package/dist/node_modules/@win2win/shared/dist/helpers/ProductPrice.js +61 -0
  251. package/dist/node_modules/@win2win/shared/dist/helpers/formatters.js +76 -0
  252. package/dist/node_modules/@win2win/shared/dist/helpers/index.js +22 -0
  253. package/dist/node_modules/@win2win/shared/dist/helpers/validators.js +15 -0
  254. package/dist/node_modules/@win2win/shared/dist/index.js +24 -0
  255. package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/canal-props.js +5 -0
  256. package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/index.js +18 -0
  257. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-effect.js +10 -0
  258. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-rule.js +23 -0
  259. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado.js +5 -0
  260. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/flag.js +10 -0
  261. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/index.js +26 -0
  262. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/llamada.js +18 -0
  263. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/import_schema.js +5 -0
  264. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/index.js +20 -0
  265. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/layout.js +7 -0
  266. package/dist/node_modules/@win2win/shared/dist/interfaces/index.js +34 -0
  267. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/index.js +20 -0
  268. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/landing.js +5 -0
  269. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/page_sections.js +270 -0
  270. package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/index.js +18 -0
  271. package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/layout.js +15 -0
  272. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/comision.js +11 -0
  273. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/index.js +24 -0
  274. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/item-liquidable.js +5 -0
  275. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/liquidaciones.js +10 -0
  276. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/regla.js +27 -0
  277. package/dist/node_modules/@win2win/shared/dist/interfaces/props/conditions.js +7 -0
  278. package/dist/node_modules/@win2win/shared/dist/interfaces/props/control-types.js +27 -0
  279. package/dist/node_modules/@win2win/shared/dist/interfaces/props/index.js +28 -0
  280. package/dist/node_modules/@win2win/shared/dist/interfaces/props/mappers.js +5 -0
  281. package/dist/node_modules/@win2win/shared/dist/interfaces/props/options.js +5 -0
  282. package/dist/node_modules/@win2win/shared/dist/interfaces/props/validators.js +85 -0
  283. package/dist/node_modules/@win2win/shared/dist/interfaces/props/visibility.js +5 -0
  284. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/archivo.js +5 -0
  285. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/captacion.js +5 -0
  286. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/gama.js +5 -0
  287. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/index.js +28 -0
  288. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/partner.js +5 -0
  289. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/producto.js +5 -0
  290. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/seguimiento.js +17 -0
  291. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/id.js +5 -0
  292. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/index.js +24 -0
  293. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/query-params.js +5 -0
  294. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/shared-types.js +5 -0
  295. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/timestamp.js +10 -0
  296. package/dist/node_modules/better-dni/dist/index.js +67 -0
  297. package/dist/node_modules/iban/iban.js +114 -0
  298. package/dist/node_modules/lodash/lodash.js +3676 -0
  299. package/dist/widgets.js +154 -0
  300. package/package.json +21 -5
  301. package/dist/w2w-shared-ui.js +0 -26029
  302. package/dist/w2w-shared-ui.umd.cjs +0 -48
@@ -0,0 +1,400 @@
1
+ const e = {
2
+ isPublic: !0,
3
+ data: {},
4
+ fetching: !1,
5
+ descriptionLines: 4,
6
+ scale: 1,
7
+ unelevated: !0,
8
+ imageHeight: "200px",
9
+ borderRadius: "6.5px",
10
+ hoverable: !0,
11
+ grupo: "",
12
+ tipo_de_servicio: "",
13
+ gamaProps: [
14
+ {
15
+ id: "9d797d57-d3d2-4744-ad86-45d82e709e7b",
16
+ code: "wifi",
17
+ image: null,
18
+ label: "Wifi",
19
+ prefix: "",
20
+ suffix: "",
21
+ options: [
22
+ {
23
+ image: {
24
+ src: ""
25
+ },
26
+ label: "Wifi mesh interior",
27
+ value: "wifi_mesh_interior",
28
+ condition: "",
29
+ exclusive: !1,
30
+ description: ""
31
+ },
32
+ {
33
+ image: {
34
+ src: ""
35
+ },
36
+ label: "Wifi mesh exterior",
37
+ value: "wifi_mesh_exterior",
38
+ condition: "",
39
+ exclusive: !1,
40
+ description: ""
41
+ },
42
+ {
43
+ image: {
44
+ src: ""
45
+ },
46
+ label: "Wifi empresarial",
47
+ value: "wifi_empresarial",
48
+ condition: "",
49
+ exclusive: !1,
50
+ description: ""
51
+ }
52
+ ],
53
+ pricing: !1,
54
+ multiple: !0,
55
+ structure: [],
56
+ validators: [],
57
+ visibility: {
58
+ form: !0,
59
+ roles: [],
60
+ detail: !0,
61
+ public: !1,
62
+ summary: !0
63
+ },
64
+ controlType: "select"
65
+ },
66
+ {
67
+ code: "complementos",
68
+ options: [
69
+ {
70
+ image: {
71
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"
72
+ },
73
+ label: "Claro Video",
74
+ value: "claro_video",
75
+ condition: "",
76
+ exclusive: !1,
77
+ description: "Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."
78
+ },
79
+ {
80
+ image: {
81
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"
82
+ },
83
+ label: "Netflix",
84
+ value: "netflix",
85
+ condition: "",
86
+ exclusive: !1,
87
+ description: "Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."
88
+ },
89
+ {
90
+ image: {
91
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"
92
+ },
93
+ label: "Amazon Prime Video",
94
+ value: "amazon_prime_video",
95
+ condition: "",
96
+ exclusive: !1,
97
+ description: "Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."
98
+ },
99
+ {
100
+ image: {
101
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"
102
+ },
103
+ label: "Disney+",
104
+ value: "disney",
105
+ condition: "",
106
+ exclusive: !1,
107
+ description: "Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."
108
+ },
109
+ {
110
+ image: {
111
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"
112
+ },
113
+ label: "Star+",
114
+ value: "star",
115
+ condition: "",
116
+ exclusive: !1,
117
+ description: "Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."
118
+ },
119
+ {
120
+ image: {
121
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"
122
+ },
123
+ label: "HBO Max",
124
+ value: "hbo_max",
125
+ condition: "",
126
+ exclusive: !1,
127
+ description: "Streaming premium con series originales, películas y estrenos de Warner Bros."
128
+ },
129
+ {
130
+ image: {
131
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"
132
+ },
133
+ label: "Paramount+",
134
+ value: "paramount",
135
+ condition: "",
136
+ exclusive: !1,
137
+ description: "Plataforma con películas, series y contenido exclusivo de Paramount."
138
+ },
139
+ {
140
+ image: {
141
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"
142
+ },
143
+ label: "Startv Stream",
144
+ value: "startv_stream",
145
+ condition: "",
146
+ exclusive: !1,
147
+ description: "Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."
148
+ },
149
+ {
150
+ image: {
151
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"
152
+ },
153
+ label: "Fox Sports Premium",
154
+ value: "fox_sports_premium",
155
+ condition: "",
156
+ exclusive: !1,
157
+ description: "Canales premium con eventos y transmisiones deportivas exclusivas."
158
+ },
159
+ {
160
+ image: {
161
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"
162
+ },
163
+ label: "ViX Premium",
164
+ value: "vix_premium",
165
+ condition: "",
166
+ exclusive: !1,
167
+ description: "Plataforma en español con novelas, películas, series y contenido original."
168
+ },
169
+ {
170
+ image: {
171
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"
172
+ },
173
+ label: "Edye",
174
+ value: "edye",
175
+ condition: "",
176
+ exclusive: !1,
177
+ description: "Servicio infantil educativo y seguro para niños pequeños, sin anuncios."
178
+ }
179
+ ]
180
+ },
181
+ {
182
+ id: "cfd54388-32c2-4210-bf5d-79d796f589d5",
183
+ code: "idiomas",
184
+ image: null,
185
+ label: "Idiomas",
186
+ prefix: "",
187
+ suffix: "",
188
+ options: [
189
+ {
190
+ image: null,
191
+ label: "Castellano",
192
+ value: "castellano",
193
+ condition: "",
194
+ exclusive: !1
195
+ },
196
+ {
197
+ image: null,
198
+ label: "Catalán",
199
+ value: "catalan",
200
+ condition: "",
201
+ exclusive: !1
202
+ },
203
+ {
204
+ image: null,
205
+ label: "Ingles",
206
+ value: "ingles",
207
+ condition: "",
208
+ exclusive: !1
209
+ },
210
+ {
211
+ image: null,
212
+ label: "Frances",
213
+ value: "frances",
214
+ condition: "",
215
+ exclusive: !1
216
+ },
217
+ {
218
+ image: null,
219
+ label: "Arabe",
220
+ value: "arabe",
221
+ condition: "",
222
+ exclusive: !1
223
+ },
224
+ {
225
+ image: null,
226
+ label: "Chino",
227
+ value: "chino",
228
+ condition: "",
229
+ exclusive: !1
230
+ }
231
+ ],
232
+ multiple: !1,
233
+ structure: [],
234
+ validators: [],
235
+ visibility: {
236
+ form: !0,
237
+ roles: [],
238
+ detail: !0,
239
+ public: !1,
240
+ summary: !0
241
+ },
242
+ controlType: "cards_select"
243
+ },
244
+ {
245
+ id: "d1bc7acf-0d4c-408a-9964-f44a4ea2793c",
246
+ code: "numero_de_broker",
247
+ image: null,
248
+ label: "Número de Broker",
249
+ prefix: "",
250
+ suffix: "",
251
+ options: [],
252
+ multiple: !1,
253
+ structure: [],
254
+ validators: [],
255
+ visibility: {
256
+ form: !0,
257
+ roles: [],
258
+ detail: !0,
259
+ public: !1,
260
+ summary: !0
261
+ },
262
+ controlType: "input_text"
263
+ },
264
+ {
265
+ id: "8aa0194d-eb5b-4366-8836-75dd53a2ecc3",
266
+ code: "especializacion",
267
+ image: null,
268
+ label: "Especialización",
269
+ prefix: "",
270
+ suffix: "",
271
+ options: [
272
+ {
273
+ image: null,
274
+ label: "Jóvenes profesionales",
275
+ value: "jovenes_profesionales",
276
+ condition: "",
277
+ exclusive: !1
278
+ },
279
+ {
280
+ image: null,
281
+ label: "Mayores de 55",
282
+ value: "mayores_de_55",
283
+ condition: "",
284
+ exclusive: !1
285
+ },
286
+ {
287
+ image: null,
288
+ label: "Empleados público",
289
+ value: "empleados_publico",
290
+ condition: "",
291
+ exclusive: !1
292
+ },
293
+ {
294
+ image: null,
295
+ label: "Trabajadores temporales",
296
+ value: "trabajadores_temporales",
297
+ condition: "",
298
+ exclusive: !1
299
+ },
300
+ {
301
+ image: null,
302
+ label: "Parejas",
303
+ value: "parejas",
304
+ condition: "",
305
+ exclusive: !1
306
+ },
307
+ {
308
+ image: null,
309
+ label: "Familias numerosas",
310
+ value: "familias_numerosas",
311
+ condition: "",
312
+ exclusive: !1
313
+ },
314
+ {
315
+ image: null,
316
+ label: "Personas con discapacidad",
317
+ value: "personas_con_discapacidad",
318
+ condition: "",
319
+ exclusive: !1
320
+ }
321
+ ],
322
+ multiple: !1,
323
+ structure: [],
324
+ validators: [],
325
+ visibility: {
326
+ form: !0,
327
+ roles: [],
328
+ detail: !0,
329
+ public: !1,
330
+ summary: !0
331
+ },
332
+ controlType: "cards_select"
333
+ },
334
+ {
335
+ id: "e11f27fb-3943-47d7-a270-a01358a81f3f",
336
+ code: "especializacion_de_residencia",
337
+ image: null,
338
+ label: "Especialización de residencia",
339
+ prefix: "",
340
+ suffix: "",
341
+ options: [
342
+ {
343
+ image: null,
344
+ label: "Zonas rurales",
345
+ value: "zonas_rurales",
346
+ condition: "",
347
+ exclusive: !1
348
+ },
349
+ {
350
+ image: null,
351
+ label: "Áreas metropolitanas ",
352
+ value: "areas_metropolitanas",
353
+ condition: "",
354
+ exclusive: !1
355
+ },
356
+ {
357
+ image: null,
358
+ label: "Segunda residencia (casa vacacional)",
359
+ value: "segunda_residencia_casa_vacacional",
360
+ condition: "",
361
+ exclusive: !1
362
+ }
363
+ ],
364
+ multiple: !1,
365
+ structure: [],
366
+ validators: [],
367
+ visibility: {
368
+ form: !0,
369
+ roles: [],
370
+ detail: !0,
371
+ public: !1,
372
+ summary: !0
373
+ },
374
+ controlType: "cards_select"
375
+ },
376
+ {
377
+ id: "0baf5bb3-ea86-4345-bfce-c61975366b9f",
378
+ code: "fecha_de_inicio",
379
+ image: null,
380
+ label: "Fecha de inicio",
381
+ prefix: "",
382
+ suffix: "",
383
+ options: [],
384
+ multiple: !1,
385
+ structure: [],
386
+ validators: [],
387
+ visibility: {
388
+ form: !0,
389
+ roles: [],
390
+ detail: !0,
391
+ public: !1,
392
+ summary: !0
393
+ },
394
+ controlType: "input_text"
395
+ }
396
+ ]
397
+ };
398
+ export {
399
+ e as default
400
+ };
@@ -0,0 +1,22 @@
1
+ import { z as o } from "zod";
2
+ import { WidgetPropsSchema as r } from "../shared/schema.js";
3
+ const i = r.extend({
4
+ descriptionLines: o.number().optional(),
5
+ hiddenProps: o.array(o.string()).optional(),
6
+ gamaProps: o.array(o.record(o.string(), o.any())),
7
+ context: o.enum(["captacion", "partner"]).default("captacion"),
8
+ isPublic: o.boolean().optional(),
9
+ filters: o.object({
10
+ grupo: o.string().optional(),
11
+ tipoDeServicio: o.string().optional()
12
+ }).optional(),
13
+ queryParams: o.record(o.any()).optional(),
14
+ cardColor: o.string().optional(),
15
+ headerColor: o.string().optional(),
16
+ nameColor: o.string().optional(),
17
+ titleHeight: o.string().optional(),
18
+ showHeader: o.boolean().optional()
19
+ });
20
+ export {
21
+ i as TelephonyCardPropsSchema
22
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./TelmexCard.vue2.js";
2
+ /* empty css */
3
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-3ebd5bf7"]]);
5
+ export {
6
+ a as default
7
+ };
@@ -0,0 +1,232 @@
1
+ import { defineComponent as M, toRefs as Q, computed as y, createBlock as q, openBlock as i, normalizeStyle as r, withCtx as h, createElementBlock as n, createCommentVNode as b, createVNode as P, unref as s, toDisplayString as _, createElementVNode as o, Fragment as O, renderList as B, createTextVNode as N, withModifiers as $ } from "vue";
2
+ import { l as C } from "../../../node_modules/lodash/lodash.js";
3
+ import { QCardSection as A, QChip as j, QBtn as G } from "quasar";
4
+ import W from "../../Common/Card.vue.js";
5
+ const U = {
6
+ class: "row justify-center q-mb-sm",
7
+ style: { height: "45px" }
8
+ }, J = { class: "features-list text-black" }, K = { class: "promo-section text-caption" }, X = {
9
+ key: 0,
10
+ class: "row items-center no-wrap text-black"
11
+ }, Y = {
12
+ key: 1,
13
+ class: "row items-center no-wrap text-black",
14
+ style: { "white-space": "nowrap", overflow: "hidden", "text-overflow": "ellipsis" }
15
+ }, Z = {
16
+ key: 2,
17
+ class: "row items-center no-wrap text-black",
18
+ style: { "white-space": "nowrap", overflow: "hidden", "text-overflow": "ellipsis" }
19
+ }, ee = { class: "row text-black items-center justify-center q-mb-md" }, te = { class: "text-h2 text-bold text-black" }, ae = {
20
+ key: 0,
21
+ class: "q-pa-sm"
22
+ }, se = /* @__PURE__ */ M({
23
+ __name: "TelmexCard",
24
+ props: {
25
+ isPublic: { type: Boolean, default: !1 },
26
+ fetching: { type: Boolean },
27
+ scale: {},
28
+ count: {},
29
+ imageHeight: {},
30
+ borderRadius: {},
31
+ unelevated: { type: Boolean },
32
+ hoverable: { type: Boolean },
33
+ descriptionLines: { default: 2 },
34
+ hiddenProps: {},
35
+ titleHeight: { default: "3.75rem" },
36
+ showHeader: { type: Boolean },
37
+ data: {},
38
+ gamaProps: {},
39
+ context: {},
40
+ grupo: {},
41
+ tipoDeServicio: {},
42
+ headerColor: { default: "#0167ED" },
43
+ nameColor: {},
44
+ filters: {},
45
+ queryParams: {},
46
+ color: { default: "#d83121" }
47
+ },
48
+ emits: ["on-event"],
49
+ setup(E, { emit: L }) {
50
+ const w = L, a = E, { data: l } = Q(a), V = y(() => {
51
+ var t, e;
52
+ return (e = (t = l.value) == null ? void 0 : t.NOMBRE) == null ? void 0 : e.toLowerCase();
53
+ }), x = y(() => {
54
+ var t;
55
+ return (t = l.value) == null ? void 0 : t.DESCRIPCION_CORTA;
56
+ }), T = y(
57
+ () => {
58
+ var t, e;
59
+ return C.compact(((e = (t = l.value) == null ? void 0 : t.TAGS) == null ? void 0 : e.split(",")) || []);
60
+ }
61
+ ), D = y(() => {
62
+ var t;
63
+ return Number(((t = l.value) == null ? void 0 : t.PRECIO) || 0);
64
+ }), F = y(() => {
65
+ var c, d, u, p;
66
+ const t = Number(((d = (c = l.value) == null ? void 0 : c.PROPS) == null ? void 0 : d.lineas_telefonicas) || 0), e = (p = (u = l.value) == null ? void 0 : u.PROPS) == null ? void 0 : p.claro_drive;
67
+ return C.compact([
68
+ t ? {
69
+ key: "lineas_telefonicas",
70
+ label: `${t} líneas telefónicas`
71
+ } : null,
72
+ e && e !== "none" ? {
73
+ key: "claro_drive",
74
+ label: `Claro Drive ${(e == null ? void 0 : e.replace(/_/g, " ")) || ""}`
75
+ } : null,
76
+ { key: "llamadas_ilimitadas", label: "Llamadas ilimitadas" },
77
+ { key: "claro_video_paramounts", label: "Claro Video Paramount+" },
78
+ { key: "correo_negocio", label: "Correo Negocio" },
79
+ { key: "antivirus", label: "Antivirus" },
80
+ {
81
+ key: "facturacion_electronica",
82
+ label: "Facturación electrónica (Aspel ADM)"
83
+ },
84
+ { key: "seccion_amarilla", label: "Sección Amarilla" },
85
+ { key: "respaldo_info", label: "Respaldo de información" },
86
+ { key: "pagina_web", label: "Página web" },
87
+ { key: "facebook_fanpage", label: "Facebook Fanpage" },
88
+ { key: "google_mi_negocio", label: "Google Mi Negocio" },
89
+ { key: "whatsapp_empresarial", label: "WhatsApp Empresarial" },
90
+ { key: "videoconferencia_telmex", label: "Videoconferencia Telmex" }
91
+ ]).filter((m) => {
92
+ var k, f;
93
+ return (f = (k = l.value) == null ? void 0 : k.PROPS) == null ? void 0 : f[m.key];
94
+ }).slice(0, 5);
95
+ }), z = () => {
96
+ w("on-event", {
97
+ code: "contratar_click",
98
+ payload: { data: l.value }
99
+ });
100
+ }, H = () => {
101
+ a.isPublic || w("on-event", {
102
+ code: "card_click",
103
+ payload: { data: l.value }
104
+ });
105
+ }, I = y(() => {
106
+ var c, d, u, p;
107
+ const t = ((d = (c = l.value) == null ? void 0 : c.PROPS) == null ? void 0 : d.velocidad_de_internet_megas) || 0, e = (u = a.gamaProps) == null ? void 0 : u.find(
108
+ (m) => m.code === "velocidad_de_internet_megas"
109
+ ), v = (p = e == null ? void 0 : e.options) == null ? void 0 : p.find((m) => m.value === t);
110
+ return ((v == null ? void 0 : v.label) || String(t)).toUpperCase();
111
+ });
112
+ return (t, e) => (i(), q(W, {
113
+ class: "card-custom",
114
+ loading: t.fetching,
115
+ "no-padding": "",
116
+ unelevated: t.unelevated,
117
+ "border-radius": t.borderRadius,
118
+ hoverable: t.hoverable,
119
+ style: r({ scale: a.scale ?? 1 }),
120
+ onClick: H,
121
+ contentStyle: "height: 100%"
122
+ }, {
123
+ default: h(() => {
124
+ var v, c;
125
+ return [
126
+ (c = (v = s(l)) == null ? void 0 : v.PROPS) != null && c.velocidad_de_internet_megas ? (i(), n("div", {
127
+ key: 0,
128
+ class: "header text-h5 text-center text-white q-pa-md text-bold",
129
+ style: r({ backgroundColor: a.headerColor || a.color })
130
+ }, _(I.value), 5)) : b("", !0),
131
+ P(s(A), { class: "q-pa-lg" }, {
132
+ default: h(() => {
133
+ var d, u, p, m, k, f, S, R;
134
+ return [
135
+ o("div", U, [
136
+ (i(!0), n(O, null, B(T.value, (g) => (i(), q(s(j), {
137
+ key: g,
138
+ outline: "",
139
+ size: "md",
140
+ style: r({ borderColor: a.color })
141
+ }, {
142
+ default: h(() => [
143
+ N(_(s(C.capitalize)(g)), 1)
144
+ ]),
145
+ _: 2
146
+ }, 1032, ["style"]))), 128))
147
+ ]),
148
+ o("div", {
149
+ class: "name-container",
150
+ style: r({ height: a.titleHeight })
151
+ }, [
152
+ o("div", {
153
+ class: "name q-my-sm text-black",
154
+ style: r({ color: a.nameColor })
155
+ }, _(s(C.capitalize)(V.value)), 5)
156
+ ], 4),
157
+ x.value ? (i(), n("div", {
158
+ key: 0,
159
+ class: "description text-black q-my-md",
160
+ style: r({
161
+ lineClamp: a.descriptionLines,
162
+ WebkitLineClamp: a.descriptionLines
163
+ })
164
+ }, _(x.value), 5)) : b("", !0),
165
+ o("ul", J, [
166
+ (i(!0), n(O, null, B(F.value, (g) => (i(), n("li", {
167
+ key: g.key
168
+ }, _(g.label), 1))), 128))
169
+ ]),
170
+ o("div", K, [
171
+ (p = (u = (d = s(l)) == null ? void 0 : d.PROPS) == null ? void 0 : u.promocion_portabilidad) != null && p.length ? (i(), n("div", X, [
172
+ o("div", {
173
+ style: r({ backgroundColor: a.color }),
174
+ class: "promo-indicator q-mr-sm"
175
+ }, null, 4),
176
+ e[0] || (e[0] = o("div", null, "Promoción de Portabilidad", -1))
177
+ ])) : b("", !0),
178
+ (f = (k = (m = s(l)) == null ? void 0 : m.PROPS) == null ? void 0 : k.promocion_altas) != null && f.length ? (i(), n("div", Y, [
179
+ o("div", {
180
+ style: r({ backgroundColor: a.color }),
181
+ class: "promo-indicator q-mr-sm"
182
+ }, null, 4),
183
+ e[1] || (e[1] = o("div", null, "Promoción Alta Internet, Recuperado, Sólo clientes", -1))
184
+ ])) : b("", !0),
185
+ (R = (S = s(l)) == null ? void 0 : S.PROPS) != null && R.permite_alta_por_internet_recuperado ? (i(), n("div", Z, [
186
+ o("div", {
187
+ style: r({ backgroundColor: a.color }),
188
+ class: "promo-indicator q-mr-sm"
189
+ }, null, 4),
190
+ e[2] || (e[2] = o("div", null, "Permite alta por internet recuperado", -1))
191
+ ])) : b("", !0)
192
+ ])
193
+ ];
194
+ }),
195
+ _: 1
196
+ }),
197
+ P(s(A), {
198
+ class: "q-pa-lg q-mt-auto",
199
+ style: { "padding-top": "0" }
200
+ }, {
201
+ default: h(() => [
202
+ o("div", ee, [
203
+ o("span", te, "$" + _(D.value), 1),
204
+ e[3] || (e[3] = o("span", { class: "text-caption q-pl-sm q-pt-sm" }, "al mes", -1))
205
+ ]),
206
+ t.isPublic ? (i(), n("div", ae, [
207
+ P(s(G), {
208
+ class: "full-width text-bold",
209
+ style: r({ backgroundColor: a.color }),
210
+ "text-color": "white",
211
+ "no-caps": "",
212
+ unelevated: "",
213
+ onClick: $(z, ["stop"])
214
+ }, {
215
+ default: h(() => [...e[4] || (e[4] = [
216
+ N(" Contratar ahora ", -1)
217
+ ])]),
218
+ _: 1
219
+ }, 8, ["style"])
220
+ ])) : b("", !0)
221
+ ]),
222
+ _: 1
223
+ })
224
+ ];
225
+ }),
226
+ _: 1
227
+ }, 8, ["loading", "unelevated", "border-radius", "hoverable", "style"]));
228
+ }
229
+ });
230
+ export {
231
+ se as default
232
+ };