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