@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,1187 @@
1
+ const e = Object.freeze([
2
+ {
3
+ ID_PRODUCTO: 32,
4
+ COD_ART_MVX: "1_gig26",
5
+ NOMBRE: "PAQUETE $1,399",
6
+ DESCRIPCION: "1 Giga de velocidad para todo: descargas, streaming y teletrabajo sin límites. Actívalo hoy.",
7
+ DESCRIPCION_CORTA: "Para descargas y streaming intensivo",
8
+ ID_CAPTACION: null,
9
+ TIPO: "1",
10
+ ESTADO: "2",
11
+ ID_GAMA: 39,
12
+ ID_TIE_DEF: null,
13
+ TAGS: null,
14
+ PROPS: {
15
+ wifi: ["wifi_mesh_interior"],
16
+ familia: ["tv", "telefonia"],
17
+ complementos: ["amazon_prime_video", "disney", "star", "hbo_max"],
18
+ cliente_ideal: "Usuarios top",
19
+ uso_recomendado: "Descargas pesadas / alta demanda de datos",
20
+ tipo_de_servicio: "residencial",
21
+ velocidad_de_internet_megas: 1e3
22
+ },
23
+ PUBLICO: !0,
24
+ PACK: !1,
25
+ CONFIGURABLE: !1,
26
+ GRUPO: null,
27
+ PAQUETE: !1,
28
+ ID_PRODUCTOS_PAQUETE: null,
29
+ PRECIO: "1399.00",
30
+ ID_ESTADO: "a3e0baa4-374b-47a0-8496-14434133c253",
31
+ ID_SEGMENTOS: null,
32
+ FECHA_CREADO: "2025-09-17T02:12:53.050Z",
33
+ R_GAMA: {
34
+ ID_GAMA: 39,
35
+ NOMBRE: "Productos telefonia",
36
+ PROPS: [
37
+ {
38
+ id: "2a52b542-8173-4e17-97c3-ea1127376138",
39
+ code: "grupo",
40
+ image: null,
41
+ label: "Grupo",
42
+ prefix: "",
43
+ suffix: "",
44
+ options: [
45
+ {
46
+ image: null,
47
+ label: "2 PLAY",
48
+ value: "2_play",
49
+ condition: "",
50
+ exclusive: !1
51
+ },
52
+ {
53
+ image: null,
54
+ label: "5GB X 12M 2PM",
55
+ value: "5_gb_x_12_m_2_pm",
56
+ condition: "",
57
+ exclusive: !1
58
+ },
59
+ {
60
+ image: null,
61
+ label: "8GB X 12M 2PM",
62
+ value: "8_gb_x_12_m_2_pm",
63
+ condition: "",
64
+ exclusive: !1
65
+ },
66
+ {
67
+ image: null,
68
+ label: "COMP. TUS DATOS X 12M 2PM",
69
+ value: "comp_tus_datos_x_12_m_2_pm",
70
+ condition: "",
71
+ exclusive: !1
72
+ },
73
+ {
74
+ image: null,
75
+ label: "PLAN FAMIL X 12M 2PM",
76
+ value: "plan_famil_x_12_m_2_pm",
77
+ condition: "",
78
+ exclusive: !1
79
+ },
80
+ {
81
+ image: null,
82
+ label: "3 PLAY",
83
+ value: "3_play",
84
+ condition: "",
85
+ exclusive: !1
86
+ },
87
+ {
88
+ image: null,
89
+ label: "5GB X 12M 3PM",
90
+ value: "5_gb_x_12_m_3_pm",
91
+ condition: "",
92
+ exclusive: !1
93
+ },
94
+ {
95
+ image: null,
96
+ label: "8GB X 12M 3PM",
97
+ value: "8_gb_x_12_m_3_pm",
98
+ condition: "",
99
+ exclusive: !1
100
+ },
101
+ {
102
+ image: null,
103
+ label: "COMP. TUS DATOS X 12M 3PM",
104
+ value: "comp_tus_datos_x_12_m_3_pm",
105
+ condition: "",
106
+ exclusive: !1
107
+ },
108
+ {
109
+ image: null,
110
+ label: "PLAN FAMIL X 12M 3PM",
111
+ value: "plan_famil_x_12_m_3_pm",
112
+ condition: "",
113
+ exclusive: !1
114
+ },
115
+ {
116
+ image: null,
117
+ label: "IZZI MÓVIL CLIENTE",
118
+ value: "izzi_movil_cliente",
119
+ condition: "",
120
+ exclusive: !1
121
+ },
122
+ {
123
+ image: null,
124
+ label: "IZZI MÓVIL NO CLIENTE",
125
+ value: "izzi_movil_no_cliente",
126
+ condition: "",
127
+ exclusive: !1
128
+ }
129
+ ],
130
+ pricing: !0,
131
+ multiple: !0,
132
+ structure: [],
133
+ validators: [],
134
+ visibility: {
135
+ form: !0,
136
+ roles: [],
137
+ detail: !0,
138
+ public: !1,
139
+ summary: !0
140
+ },
141
+ controlType: "select"
142
+ },
143
+ {
144
+ id: "da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",
145
+ code: "tipo_de_servicio",
146
+ image: null,
147
+ label: "Tipo de cliente",
148
+ prefix: "",
149
+ suffix: "",
150
+ options: [
151
+ {
152
+ image: {
153
+ src: ""
154
+ },
155
+ label: "Residencial",
156
+ value: "residencial",
157
+ condition: "",
158
+ exclusive: !1
159
+ },
160
+ {
161
+ image: {
162
+ src: ""
163
+ },
164
+ label: "Comercial",
165
+ value: "negocio",
166
+ condition: "",
167
+ exclusive: !1
168
+ }
169
+ ],
170
+ pricing: !0,
171
+ multiple: !0,
172
+ structure: [],
173
+ validators: [],
174
+ visibility: {
175
+ form: !0,
176
+ roles: [],
177
+ detail: !0,
178
+ public: !1,
179
+ summary: !0
180
+ },
181
+ controlType: "select"
182
+ },
183
+ {
184
+ id: "8c945fb0-bec4-4505-aa74-578fb51cea90",
185
+ code: "familia",
186
+ image: null,
187
+ label: "Familia",
188
+ prefix: "",
189
+ suffix: "",
190
+ options: [
191
+ {
192
+ image: {
193
+ src: ""
194
+ },
195
+ label: "Internet",
196
+ value: "internet",
197
+ condition: "",
198
+ exclusive: !1
199
+ },
200
+ {
201
+ image: {
202
+ src: ""
203
+ },
204
+ label: "Telefonía",
205
+ value: "telefonia",
206
+ condition: "",
207
+ exclusive: !1
208
+ },
209
+ {
210
+ image: {
211
+ src: ""
212
+ },
213
+ label: "Claro video",
214
+ value: "tv",
215
+ condition: "",
216
+ exclusive: !1
217
+ },
218
+ {
219
+ image: {
220
+ src: ""
221
+ },
222
+ label: "Móvil",
223
+ value: "movil",
224
+ condition: "",
225
+ exclusive: !1
226
+ },
227
+ {
228
+ image: {
229
+ src: ""
230
+ },
231
+ label: "Streaming",
232
+ value: "streaming",
233
+ condition: "",
234
+ exclusive: !1
235
+ },
236
+ {
237
+ image: {
238
+ src: ""
239
+ },
240
+ label: "App",
241
+ value: "app",
242
+ condition: "",
243
+ exclusive: !1
244
+ }
245
+ ],
246
+ pricing: !1,
247
+ multiple: !0,
248
+ structure: [],
249
+ validators: [],
250
+ visibility: {
251
+ form: !0,
252
+ roles: [],
253
+ detail: !0,
254
+ public: !1,
255
+ summary: !0
256
+ },
257
+ controlType: "select"
258
+ },
259
+ {
260
+ id: "d652e042-3d24-4279-8ee2-b1e578e01b6c",
261
+ code: "tecnologias_de_acceso",
262
+ image: null,
263
+ label: "Tecnologías de acceso",
264
+ prefix: "",
265
+ suffix: "",
266
+ options: [
267
+ {
268
+ image: null,
269
+ label: "Fibra óptica",
270
+ value: "fibra_optica",
271
+ condition: "",
272
+ exclusive: !1
273
+ },
274
+ {
275
+ image: null,
276
+ label: "Satelital",
277
+ value: "satelital",
278
+ condition: "",
279
+ exclusive: !1
280
+ },
281
+ {
282
+ image: null,
283
+ label: "Datos móviles",
284
+ value: "datos_moviles",
285
+ condition: "",
286
+ exclusive: !1
287
+ },
288
+ {
289
+ image: null,
290
+ label: "4G",
291
+ value: "4_g",
292
+ condition: "",
293
+ exclusive: !1
294
+ },
295
+ {
296
+ image: null,
297
+ label: "5G",
298
+ value: "5_g",
299
+ condition: "",
300
+ exclusive: !1
301
+ },
302
+ {
303
+ image: null,
304
+ label: "Cable coaxial",
305
+ value: "cable_coaxial",
306
+ condition: "",
307
+ exclusive: !1
308
+ }
309
+ ],
310
+ multiple: !1,
311
+ structure: [],
312
+ validators: [],
313
+ visibility: {
314
+ form: !0,
315
+ roles: [],
316
+ detail: !0,
317
+ public: !1,
318
+ summary: !0
319
+ },
320
+ controlType: "select"
321
+ },
322
+ {
323
+ id: "ad4a2391-73a5-4c71-a947-738170f61ad5",
324
+ code: "permanencia",
325
+ image: null,
326
+ label: "Permanencia",
327
+ prefix: "",
328
+ suffix: "",
329
+ options: [
330
+ {
331
+ image: null,
332
+ label: "8 meses",
333
+ value: "8_meses",
334
+ condition: "",
335
+ exclusive: !1
336
+ },
337
+ {
338
+ image: null,
339
+ label: "12 meses",
340
+ value: "12_meses",
341
+ condition: "",
342
+ exclusive: !1
343
+ }
344
+ ],
345
+ pricing: !1,
346
+ multiple: !1,
347
+ structure: [],
348
+ validators: [],
349
+ visibility: {
350
+ form: !0,
351
+ roles: [],
352
+ detail: !0,
353
+ public: !1,
354
+ summary: !0
355
+ },
356
+ controlType: "select"
357
+ },
358
+ {
359
+ id: "110140d3-ca3b-4eca-b6f0-adb03229a380",
360
+ code: "complementos",
361
+ image: null,
362
+ label: "Complementos",
363
+ prefix: "",
364
+ suffix: "",
365
+ options: [
366
+ {
367
+ image: {
368
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/ClaroVideo.png"
369
+ },
370
+ label: "Claro Video",
371
+ value: "claro_video",
372
+ condition: "",
373
+ exclusive: !1,
374
+ description: "Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."
375
+ },
376
+ {
377
+ image: {
378
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/netflix-vector-flat-logo-735811696261671nhzlvgcmyf.png"
379
+ },
380
+ label: "Netflix",
381
+ value: "netflix",
382
+ condition: "",
383
+ exclusive: !1,
384
+ description: "Servicio de streaming líder con películas, series y documentales en HD, 4K y contenido original exclusivo."
385
+ },
386
+ {
387
+ image: {
388
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Amazon-Prime-Video-Emblem.png"
389
+ },
390
+ label: "Amazon Prime Video",
391
+ value: "amazon_prime_video",
392
+ condition: "",
393
+ exclusive: !1,
394
+ description: "Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."
395
+ },
396
+ {
397
+ image: {
398
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Disney%2B_2024_(Print).svg"
399
+ },
400
+ label: "Disney+",
401
+ value: "disney",
402
+ condition: "",
403
+ exclusive: !1,
404
+ description: "Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."
405
+ },
406
+ {
407
+ image: {
408
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Star%2B_logo.svg"
409
+ },
410
+ label: "Star+",
411
+ value: "star",
412
+ condition: "",
413
+ exclusive: !1,
414
+ description: "Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."
415
+ },
416
+ {
417
+ image: {
418
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/HBO_Max_2024_(NOT_US).svg"
419
+ },
420
+ label: "HBO Max",
421
+ value: "hbo_max",
422
+ condition: "",
423
+ exclusive: !1,
424
+ description: "Streaming premium con series originales, películas y estrenos de Warner Bros."
425
+ },
426
+ {
427
+ image: {
428
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/Paramount_Plus.svg"
429
+ },
430
+ label: "Paramount+",
431
+ value: "paramount",
432
+ condition: "",
433
+ exclusive: !1,
434
+ description: "Plataforma con películas, series y contenido exclusivo de Paramount."
435
+ },
436
+ {
437
+ image: {
438
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"
439
+ },
440
+ label: "Startv Stream",
441
+ value: "startv_stream",
442
+ condition: "",
443
+ exclusive: !1,
444
+ description: "Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."
445
+ },
446
+ {
447
+ image: {
448
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/FOXSportsPremium2019.png"
449
+ },
450
+ label: "Fox Sports Premium",
451
+ value: "fox_sports_premium",
452
+ condition: "",
453
+ exclusive: !1,
454
+ description: "Canales premium con eventos y transmisiones deportivas exclusivas."
455
+ },
456
+ {
457
+ image: {
458
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/logo_Vixpremium.png"
459
+ },
460
+ label: "ViX Premium",
461
+ value: "vix_premium",
462
+ condition: "",
463
+ exclusive: !1,
464
+ description: "Plataforma en español con novelas, películas, series y contenido original."
465
+ },
466
+ {
467
+ image: {
468
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"
469
+ },
470
+ label: "Edye",
471
+ value: "edye",
472
+ condition: "",
473
+ exclusive: !1,
474
+ description: "Servicio infantil educativo y seguro para niños pequeños, sin anuncios."
475
+ }
476
+ ],
477
+ pricing: !1,
478
+ multiple: !1,
479
+ structure: [],
480
+ validators: [],
481
+ visibility: {
482
+ form: !0,
483
+ roles: [],
484
+ detail: !0,
485
+ public: !1,
486
+ summary: !0
487
+ },
488
+ controlType: "select"
489
+ },
490
+ {
491
+ id: "9d797d57-d3d2-4744-ad86-45d82e709e7b",
492
+ code: "wifi",
493
+ image: null,
494
+ label: "Wifi",
495
+ prefix: "",
496
+ suffix: "",
497
+ options: [
498
+ {
499
+ image: {
500
+ src: ""
501
+ },
502
+ label: "Wifi mesh interior",
503
+ value: "wifi_mesh_interior",
504
+ condition: "",
505
+ exclusive: !1,
506
+ description: ""
507
+ },
508
+ {
509
+ image: {
510
+ src: ""
511
+ },
512
+ label: "Wifi mesh exterior",
513
+ value: "wifi_mesh_exterior",
514
+ condition: "",
515
+ exclusive: !1,
516
+ description: ""
517
+ },
518
+ {
519
+ image: {
520
+ src: ""
521
+ },
522
+ label: "Wifi empresarial",
523
+ value: "wifi_empresarial",
524
+ condition: "",
525
+ exclusive: !1,
526
+ description: ""
527
+ }
528
+ ],
529
+ pricing: !1,
530
+ multiple: !0,
531
+ structure: [],
532
+ validators: [],
533
+ visibility: {
534
+ form: !0,
535
+ roles: [],
536
+ detail: !0,
537
+ public: !1,
538
+ summary: !0
539
+ },
540
+ controlType: "select"
541
+ },
542
+ {
543
+ id: "f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",
544
+ code: "cliente_ideal",
545
+ image: null,
546
+ label: "Cliente ideal",
547
+ prefix: "",
548
+ suffix: "",
549
+ options: [
550
+ {
551
+ image: {
552
+ src: ""
553
+ },
554
+ label: "Familias pequeñas",
555
+ value: "familias_pequenas",
556
+ condition: "",
557
+ exclusive: !1,
558
+ description: ""
559
+ },
560
+ {
561
+ image: {
562
+ src: ""
563
+ },
564
+ label: "Hogares con varios dispositivos",
565
+ value: "hogares_con_varios_dispositivos",
566
+ condition: "",
567
+ exclusive: !1,
568
+ description: ""
569
+ },
570
+ {
571
+ image: {
572
+ src: ""
573
+ },
574
+ label: "Familias medianas",
575
+ value: "familias_medianas",
576
+ condition: "",
577
+ exclusive: !1,
578
+ description: ""
579
+ },
580
+ {
581
+ image: {
582
+ src: ""
583
+ },
584
+ label: "Familias grandes",
585
+ value: "familias_grandes",
586
+ condition: "",
587
+ exclusive: !1,
588
+ description: ""
589
+ },
590
+ {
591
+ image: {
592
+ src: ""
593
+ },
594
+ label: "Usuarios exigentes",
595
+ value: "usuarios_exigentes",
596
+ condition: "",
597
+ exclusive: !1,
598
+ description: ""
599
+ },
600
+ {
601
+ image: {
602
+ src: ""
603
+ },
604
+ label: "Hogares conectados",
605
+ value: "hogares_conectados",
606
+ condition: "",
607
+ exclusive: !1,
608
+ description: ""
609
+ },
610
+ {
611
+ image: {
612
+ src: ""
613
+ },
614
+ label: "Usuarios top",
615
+ value: "usuarios_top",
616
+ condition: "",
617
+ exclusive: !1,
618
+ description: ""
619
+ },
620
+ {
621
+ image: {
622
+ src: ""
623
+ },
624
+ label: "Usuarios básicos",
625
+ value: "usuarios_basicos",
626
+ condition: "",
627
+ exclusive: !1,
628
+ description: ""
629
+ },
630
+ {
631
+ image: {
632
+ src: ""
633
+ },
634
+ label: "Usuarios domésticos",
635
+ value: "usuarios_domesticos",
636
+ condition: "",
637
+ exclusive: !1,
638
+ description: ""
639
+ },
640
+ {
641
+ image: {
642
+ src: ""
643
+ },
644
+ label: "Usuarios domésticos avanzados",
645
+ value: "usuarios_domesticos_avanzados",
646
+ condition: "",
647
+ exclusive: !1,
648
+ description: ""
649
+ },
650
+ {
651
+ image: {
652
+ src: ""
653
+ },
654
+ label: "Usuarios de alto consumo",
655
+ value: "usuarios_de_alto_consumo",
656
+ condition: "",
657
+ exclusive: !1,
658
+ description: ""
659
+ },
660
+ {
661
+ image: {
662
+ src: ""
663
+ },
664
+ label: "Micro negocios",
665
+ value: "micro_negocios",
666
+ condition: "",
667
+ exclusive: !1,
668
+ description: ""
669
+ },
670
+ {
671
+ image: {
672
+ src: ""
673
+ },
674
+ label: "Negocios en crecimiento",
675
+ value: "negocios_en_crecimiento",
676
+ condition: "",
677
+ exclusive: !1,
678
+ description: ""
679
+ },
680
+ {
681
+ image: {
682
+ src: ""
683
+ },
684
+ label: "Empresas medianas",
685
+ value: "empresas_medianas",
686
+ condition: "",
687
+ exclusive: !1,
688
+ description: ""
689
+ },
690
+ {
691
+ image: {
692
+ src: ""
693
+ },
694
+ label: "Empresas grandes",
695
+ value: "empresas_grandes",
696
+ condition: "",
697
+ exclusive: !1,
698
+ description: ""
699
+ },
700
+ {
701
+ image: {
702
+ src: ""
703
+ },
704
+ label: "Empresas de alto consumo",
705
+ value: "empresas_de_alto_consumo",
706
+ condition: "",
707
+ exclusive: !1,
708
+ description: ""
709
+ },
710
+ {
711
+ image: {
712
+ src: ""
713
+ },
714
+ label: "Empresas top",
715
+ value: "empresas_top",
716
+ condition: "",
717
+ exclusive: !1,
718
+ description: ""
719
+ },
720
+ {
721
+ image: {
722
+ src: ""
723
+ },
724
+ label: "Corporativos",
725
+ value: "corporativos",
726
+ condition: "",
727
+ exclusive: !1,
728
+ description: ""
729
+ },
730
+ {
731
+ image: {
732
+ src: ""
733
+ },
734
+ label: "Negocios pequeños",
735
+ value: "negocios_pequenos",
736
+ condition: "",
737
+ exclusive: !1,
738
+ description: ""
739
+ },
740
+ {
741
+ image: {
742
+ src: ""
743
+ },
744
+ label: "Negocios grandes",
745
+ value: "negocios_grandes",
746
+ condition: "",
747
+ exclusive: !1,
748
+ description: ""
749
+ },
750
+ {
751
+ image: {
752
+ src: ""
753
+ },
754
+ label: "Negocios top",
755
+ value: "negocios_top",
756
+ condition: "",
757
+ exclusive: !1,
758
+ description: ""
759
+ },
760
+ {
761
+ image: {
762
+ src: ""
763
+ },
764
+ label: "Usuarios que quieren más velocidad",
765
+ value: "usuarios_que_quieren_mas_velocidad",
766
+ condition: "",
767
+ exclusive: !1,
768
+ description: ""
769
+ },
770
+ {
771
+ image: {
772
+ src: ""
773
+ },
774
+ label: "Hogares",
775
+ value: "hogares",
776
+ condition: "",
777
+ exclusive: !1,
778
+ description: ""
779
+ },
780
+ {
781
+ image: {
782
+ src: ""
783
+ },
784
+ label: "Empresas",
785
+ value: "empresas",
786
+ condition: "",
787
+ exclusive: !1,
788
+ description: ""
789
+ },
790
+ {
791
+ image: {
792
+ src: ""
793
+ },
794
+ label: "Oficinas y locales",
795
+ value: "oficinas_y_locales",
796
+ condition: "",
797
+ exclusive: !1,
798
+ description: ""
799
+ },
800
+ {
801
+ image: {
802
+ src: ""
803
+ },
804
+ label: "Oficinas y negocios con áreas abiertas",
805
+ value: "oficinas_y_negocios_con_areas_abiertas",
806
+ condition: "",
807
+ exclusive: !1,
808
+ description: ""
809
+ },
810
+ {
811
+ image: {
812
+ src: ""
813
+ },
814
+ label: "Oficinas y hogares exigentes",
815
+ value: "oficinas_y_hogares_exigentes",
816
+ condition: "",
817
+ exclusive: !1,
818
+ description: ""
819
+ },
820
+ {
821
+ image: {
822
+ src: ""
823
+ },
824
+ label: "Residencial o Comercial",
825
+ value: "residencial_o_comercial",
826
+ condition: "",
827
+ exclusive: !1,
828
+ description: ""
829
+ }
830
+ ],
831
+ pricing: !1,
832
+ multiple: !1,
833
+ structure: [],
834
+ validators: [],
835
+ visibility: {
836
+ form: !0,
837
+ roles: [],
838
+ detail: !0,
839
+ public: !1,
840
+ summary: !0
841
+ },
842
+ controlType: "select"
843
+ },
844
+ {
845
+ id: "f360ef09-c628-4447-8eab-8bfff98c8f96",
846
+ code: "uso_recomendado",
847
+ image: null,
848
+ label: "Uso recomendado",
849
+ prefix: "",
850
+ suffix: "",
851
+ options: [
852
+ {
853
+ image: {
854
+ src: ""
855
+ },
856
+ label: "Navegación básica y redes sociales",
857
+ value: "navegacion_basica_y_redes_sociales",
858
+ condition: "",
859
+ exclusive: !1,
860
+ description: ""
861
+ },
862
+ {
863
+ image: {
864
+ src: ""
865
+ },
866
+ label: "Streaming HD/4K",
867
+ value: "streaming_hd_4_k",
868
+ condition: "",
869
+ exclusive: !1,
870
+ description: ""
871
+ },
872
+ {
873
+ image: {
874
+ src: ""
875
+ },
876
+ label: "Home office / trabajo remoto",
877
+ value: "home_office_trabajo_remoto",
878
+ condition: "",
879
+ exclusive: !1,
880
+ description: ""
881
+ },
882
+ {
883
+ image: {
884
+ src: ""
885
+ },
886
+ label: "Streaming 8K y gaming competitivo",
887
+ value: "streaming_8_k_y_gaming_competitivo",
888
+ condition: "",
889
+ exclusive: !1,
890
+ description: ""
891
+ },
892
+ {
893
+ image: {
894
+ src: ""
895
+ },
896
+ label: "Smart home / múltiples dispositivos",
897
+ value: "smart_home_multiples_dispositivos",
898
+ condition: "",
899
+ exclusive: !1,
900
+ description: ""
901
+ },
902
+ {
903
+ image: {
904
+ src: ""
905
+ },
906
+ label: "Descargas pesadas / alta demanda de datos",
907
+ value: "descargas_pesadas_alta_demanda_de_datos",
908
+ condition: "",
909
+ exclusive: !1,
910
+ description: ""
911
+ },
912
+ {
913
+ image: {
914
+ src: ""
915
+ },
916
+ label: "Operaciones empresariales básicas (POS, comunicación)",
917
+ value: "operaciones_empresariales_basicas_pos_comunicacion",
918
+ condition: "",
919
+ exclusive: !1,
920
+ description: ""
921
+ },
922
+ {
923
+ image: {
924
+ src: ""
925
+ },
926
+ label: "Videollamadas y reuniones online",
927
+ value: "videollamadas_y_reuniones_online",
928
+ condition: "",
929
+ exclusive: !1,
930
+ description: ""
931
+ },
932
+ {
933
+ image: {
934
+ src: ""
935
+ },
936
+ label: "Operaciones empresariales avanzadas (oficinas, corporativos)",
937
+ value: "operaciones_empresariales_avanzadas_oficinas_corporativos",
938
+ condition: "",
939
+ exclusive: !1,
940
+ description: ""
941
+ },
942
+ {
943
+ image: {
944
+ src: ""
945
+ },
946
+ label: "Incremento de velocidad de un paquete existente",
947
+ value: "incremento_de_velocidad_de_un_paquete_existente",
948
+ condition: "",
949
+ exclusive: !1,
950
+ description: ""
951
+ },
952
+ {
953
+ image: {
954
+ src: ""
955
+ },
956
+ label: "Operaciones básicas de telefonía",
957
+ value: "operaciones_basicas_de_telefonia",
958
+ condition: "",
959
+ exclusive: !1,
960
+ description: ""
961
+ },
962
+ {
963
+ image: {
964
+ src: ""
965
+ },
966
+ label: "Cobertura WiFi interior",
967
+ value: "cobertura_wifi_interior",
968
+ condition: "",
969
+ exclusive: !1,
970
+ description: ""
971
+ },
972
+ {
973
+ image: {
974
+ src: ""
975
+ },
976
+ label: "Cobertura WiFi exterior",
977
+ value: "cobertura_wifi_exterior",
978
+ condition: "",
979
+ exclusive: !1,
980
+ description: ""
981
+ },
982
+ {
983
+ image: {
984
+ src: ""
985
+ },
986
+ label: "Cobertura WiFi interior / máxima velocidad",
987
+ value: "cobertura_wifi_interior_maxima_velocidad",
988
+ condition: "",
989
+ exclusive: !1,
990
+ description: ""
991
+ },
992
+ {
993
+ image: {
994
+ src: ""
995
+ },
996
+ label: "Cobertura WiFi empresarial estable",
997
+ value: "cobertura_wifi_empresarial_estable",
998
+ condition: "",
999
+ exclusive: !1,
1000
+ description: ""
1001
+ },
1002
+ {
1003
+ image: {
1004
+ src: ""
1005
+ },
1006
+ label: "Migración tecnológica / actualización de red",
1007
+ value: "migracion_tecnologica_actualizacion_de_red",
1008
+ condition: "",
1009
+ exclusive: !1,
1010
+ description: ""
1011
+ }
1012
+ ],
1013
+ pricing: !1,
1014
+ multiple: !1,
1015
+ structure: [],
1016
+ validators: [],
1017
+ visibility: {
1018
+ form: !0,
1019
+ roles: [],
1020
+ detail: !0,
1021
+ public: !1,
1022
+ summary: !0
1023
+ },
1024
+ controlType: "select"
1025
+ },
1026
+ {
1027
+ id: "74f56b2b-f222-4143-91f5-27638329ae8e",
1028
+ code: "velocidad_de_internet_megas",
1029
+ image: null,
1030
+ label: "Velocidad Mbps",
1031
+ prefix: "",
1032
+ suffix: "",
1033
+ options: [],
1034
+ pricing: !1,
1035
+ multiple: !1,
1036
+ structure: [],
1037
+ validators: [],
1038
+ visibility: {
1039
+ form: !0,
1040
+ roles: [],
1041
+ detail: !0,
1042
+ public: !1,
1043
+ summary: !0
1044
+ },
1045
+ controlType: "input_number"
1046
+ },
1047
+ {
1048
+ id: "6043c805-5c25-4321-9c0a-5a696918e571",
1049
+ code: "datos_moviles_gb",
1050
+ image: null,
1051
+ label: "Datos moviles GB",
1052
+ prefix: "",
1053
+ suffix: "",
1054
+ options: [],
1055
+ pricing: !1,
1056
+ multiple: !1,
1057
+ structure: [],
1058
+ validators: [],
1059
+ visibility: {
1060
+ form: !0,
1061
+ roles: [],
1062
+ detail: !0,
1063
+ public: !1,
1064
+ summary: !0
1065
+ },
1066
+ controlType: "input_text"
1067
+ }
1068
+ ]
1069
+ },
1070
+ R_ESTADO: {
1071
+ ID_ESTADO: "a3e0baa4-374b-47a0-8496-14434133c253",
1072
+ NAME: "Disponible",
1073
+ COLOR: "#10c94b",
1074
+ CODE: "disponible"
1075
+ },
1076
+ UBICACION: null,
1077
+ PROVEEDORES: [],
1078
+ DETALLE_PACK: [],
1079
+ R_IMG: [],
1080
+ R_PRECIOS: []
1081
+ },
1082
+ {
1083
+ ID_PRODUCTO: 155,
1084
+ NOMBRE: "izzi movil 5gb",
1085
+ DESCRIPCION: "Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",
1086
+ DESCRIPCION_CORTA: "Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",
1087
+ ID_GAMA: 39,
1088
+ TAGS: "RECOMENDADO",
1089
+ PROPS: {
1090
+ permanencia: "12_meses",
1091
+ segmento: "2_play_10_gb",
1092
+ tipo_de_servicio: "residencial",
1093
+ familia: ["internet", "streaming", "tv"],
1094
+ velocidad_de_internet_megas: 5,
1095
+ datos_moviles_gb: 0,
1096
+ complementos: ["skeelo", "vix_premium"]
1097
+ },
1098
+ PACK: !1,
1099
+ GRUPO: null,
1100
+ PAQUETE: !1,
1101
+ ID_PRODUCTOS_PAQUETE: null,
1102
+ PRECIO: "299",
1103
+ PRECIOS: null,
1104
+ FECHA_ALTA: "2025-06-10",
1105
+ R_IMG: [],
1106
+ DETALLE_PACK: [
1107
+ {
1108
+ DETALLE: {
1109
+ ID_PRODUCTO: 158,
1110
+ NOMBRE: "INTERNET 80 MEGAS",
1111
+ DESCRIPCION: "",
1112
+ ID_GAMA: 39,
1113
+ TAGS: null,
1114
+ PROPS: {
1115
+ grupo: [],
1116
+ tipo_de_servicio: [],
1117
+ familia: ["internet"]
1118
+ },
1119
+ ARCHIVOS: []
1120
+ }
1121
+ },
1122
+ {
1123
+ DETALLE: {
1124
+ ID_PRODUCTO: 159,
1125
+ NOMBRE: "VIX PREMIUM",
1126
+ DESCRIPCION: "",
1127
+ ID_GAMA: 39,
1128
+ TAGS: null,
1129
+ PROPS: {
1130
+ grupo: [],
1131
+ tipo_de_servicio: [],
1132
+ familia: ["streaming"]
1133
+ },
1134
+ ARCHIVOS: [
1135
+ {
1136
+ LOCATION: "https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"
1137
+ }
1138
+ ]
1139
+ }
1140
+ },
1141
+ {
1142
+ DETALLE: {
1143
+ ID_PRODUCTO: 160,
1144
+ NOMBRE: "SKEELO",
1145
+ DESCRIPCION: "",
1146
+ ID_GAMA: 39,
1147
+ TAGS: null,
1148
+ PROPS: {
1149
+ grupo: [],
1150
+ tipo_de_servicio: [],
1151
+ familia: ["streaming"]
1152
+ },
1153
+ ARCHIVOS: [
1154
+ {
1155
+ LOCATION: "https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"
1156
+ }
1157
+ ]
1158
+ }
1159
+ }
1160
+ ],
1161
+ R_PRECIOS: [
1162
+ {
1163
+ ID_PRECIO: 1,
1164
+ TAG: "8_gb_x_12_m_3_pm|residencial",
1165
+ VALOR: 500
1166
+ },
1167
+ {
1168
+ ID_PRECIO: 2,
1169
+ TAG: "8_gb_x_12_m_3_pm|negocio",
1170
+ VALOR: 899
1171
+ },
1172
+ {
1173
+ ID_PRECIO: 3,
1174
+ TAG: "plan_famil_x_12_m_2_pm|residencial",
1175
+ VALOR: 230
1176
+ },
1177
+ {
1178
+ ID_PRECIO: 4,
1179
+ TAG: "plan_famil_x_12_m_2_pm|negocio",
1180
+ VALOR: 560
1181
+ }
1182
+ ]
1183
+ }
1184
+ ]);
1185
+ export {
1186
+ e as default
1187
+ };