@win2win/shared-ui 0.3.238 → 0.3.240

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,1561 @@
1
+ const e = Object.freeze([
2
+ {
3
+ ID_PRODUCTO: 66,
4
+ COD_ART_MVX: "00000064",
5
+ NOMBRE: "PAQUETE NEGOCIO 399",
6
+ DESCRIPCION: "",
7
+ DESCRIPCION_CORTA: "",
8
+ ID_CAPTACION: null,
9
+ TIPO: "1",
10
+ ESTADO: "1",
11
+ ID_GAMA: 39,
12
+ ID_TIE_DEF: null,
13
+ TAGS: null,
14
+ PROPS: {
15
+ permite_alta_por_internet_recuperado: !0,
16
+ promocion_portabilidad: ["0_gastos_de_instalacion", "3_meses"],
17
+ permite_portabilidad: !0,
18
+ cantidad_maxima_portabilidad: 3,
19
+ familia: ["internet", "telefonia", "streaming"],
20
+ antivirus: !0,
21
+ pagina_web: !1,
22
+ claro_drive: "300_gb",
23
+ complementos: [],
24
+ cliente_ideal: [],
25
+ respaldo_info: !1,
26
+ correo_negocio: !0,
27
+ uso_recomendado: [],
28
+ facebook_fanpage: !1,
29
+ seccion_amarilla: !0,
30
+ tipo_de_servicio: "negocio",
31
+ google_mi_negocio: !1,
32
+ lineas_telefonicas: "1",
33
+ llamadas_ilimitadas: !0,
34
+ whatsapp_empresarial: !1,
35
+ claro_video_paramounts: !1,
36
+ facturacion_electronica: !0,
37
+ videoconferencia_telmex: !1,
38
+ velocidad_de_internet_megas: "80_megas"
39
+ },
40
+ PUBLICO: !1,
41
+ PACK: !1,
42
+ CONFIGURABLE: !1,
43
+ GRUPO: null,
44
+ PAQUETE: !1,
45
+ ID_PRODUCTOS_PAQUETE: null,
46
+ PRECIO: "399.00",
47
+ ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
48
+ ID_SEGMENTOS: null,
49
+ FECHA_ALTA: "2025-09-24",
50
+ FECHA_CREADO: "2025-09-24T20:50:06.778Z",
51
+ R_ESTADO: {
52
+ ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
53
+ NAME: "No disponible",
54
+ COLOR: "#9c9c9c",
55
+ CODE: "no_disponible"
56
+ },
57
+ UBICACION: null,
58
+ PROVEEDORES: [],
59
+ DETALLE_PACK: [],
60
+ R_IMG: [],
61
+ R_PRECIOS: []
62
+ },
63
+ {
64
+ ID_PRODUCTO: 155,
65
+ NOMBRE: "INFINITUM NEGOCIO 399 el mejor",
66
+ DESCRIPCION: "Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo. Disfruta de la mejor experiencia",
67
+ DESCRIPCION_CORTA: "Disfruta de la mejor experiencia en entretenimiento y conectividad con este paquete completo.",
68
+ ID_GAMA: 39,
69
+ TAGS: "RECOMENDADO",
70
+ PROPS: {
71
+ cantidad_maxima_portabilidad: 0,
72
+ tipo_de_servicio: "negocio",
73
+ familia: ["internet", "streaming", "tv"],
74
+ velocidad_de_internet_megas: 500,
75
+ claro_drive: "500_gb",
76
+ llamadas_ilimitadas: !0,
77
+ claro_video_paramounts: !0,
78
+ correo_negocio: !0,
79
+ antivirus: !0,
80
+ facturacion_electronica: !0,
81
+ seccion_amarilla: !0,
82
+ respaldo_info: !0,
83
+ cliente_ideal: [
84
+ "Familias pequeñas",
85
+ "Hogares con varios dispositivos",
86
+ "Familias grandes"
87
+ ],
88
+ uso_recomendado: [
89
+ "Streaming HD/4K",
90
+ "Videollamadas y reuniones online",
91
+ "Home office / Trabajo remoto"
92
+ ]
93
+ },
94
+ PACK: !1,
95
+ GRUPO: null,
96
+ PAQUETE: !1,
97
+ ID_PRODUCTOS_PAQUETE: null,
98
+ PRECIO: "399",
99
+ PRECIOS: null,
100
+ FECHA_ALTA: "2025-06-10",
101
+ R_IMG: [],
102
+ DETALLE_PACK: [
103
+ {
104
+ DETALLE: {
105
+ ID_PRODUCTO: 158,
106
+ NOMBRE: "INTERNET 80 MEGAS",
107
+ DESCRIPCION: "",
108
+ ID_GAMA: 39,
109
+ TAGS: null,
110
+ PROPS: {
111
+ grupo: [],
112
+ tipo_de_servicio: [],
113
+ familia: ["internet"]
114
+ },
115
+ ARCHIVOS: []
116
+ }
117
+ },
118
+ {
119
+ DETALLE: {
120
+ ID_PRODUCTO: 159,
121
+ NOMBRE: "VIX PREMIUM",
122
+ DESCRIPCION: "",
123
+ ID_GAMA: 39,
124
+ TAGS: null,
125
+ PROPS: {
126
+ grupo: [],
127
+ tipo_de_servicio: [],
128
+ familia: ["streaming"]
129
+ },
130
+ ARCHIVOS: [
131
+ {
132
+ LOCATION: "https://http2.mlstatic.com/resources/frontend/statics/loyal/partners/vix/logo/vix_white_square_18_10_23@3x.png"
133
+ }
134
+ ]
135
+ }
136
+ },
137
+ {
138
+ DETALLE: {
139
+ ID_PRODUCTO: 160,
140
+ NOMBRE: "SKEELO",
141
+ DESCRIPCION: "",
142
+ ID_GAMA: 39,
143
+ TAGS: null,
144
+ PROPS: {
145
+ grupo: [],
146
+ tipo_de_servicio: [],
147
+ familia: ["streaming"]
148
+ },
149
+ ARCHIVOS: [
150
+ {
151
+ LOCATION: "https://media.giphy.com/avatars/skeelobr/RQHhAUTv4EPF.png"
152
+ }
153
+ ]
154
+ }
155
+ }
156
+ ],
157
+ R_PRECIOS: [
158
+ {
159
+ ID_PRECIO: 1,
160
+ TAG: "8_gb_x_12_m_3_pm|residencial",
161
+ VALOR: 500
162
+ },
163
+ {
164
+ ID_PRECIO: 2,
165
+ TAG: "8_gb_x_12_m_3_pm|negocio",
166
+ VALOR: 899
167
+ },
168
+ {
169
+ ID_PRECIO: 3,
170
+ TAG: "plan_famil_x_12_m_2_pm|residencial",
171
+ VALOR: 230
172
+ },
173
+ {
174
+ ID_PRECIO: 4,
175
+ TAG: "plan_famil_x_12_m_2_pm|negocio",
176
+ VALOR: 560
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ ID_PRODUCTO: 65,
182
+ COD_ART_MVX: "00000063",
183
+ NOMBRE: "ILIMITADO2 1789",
184
+ DESCRIPCION: "",
185
+ DESCRIPCION_CORTA: "",
186
+ ID_CAPTACION: null,
187
+ TIPO: "1",
188
+ ESTADO: "1",
189
+ ID_GAMA: 39,
190
+ ID_TIE_DEF: null,
191
+ TAGS: null,
192
+ PROPS: {
193
+ cantidad_maxima_portabilidad: 2,
194
+ tipo_de_servicio: "residencial",
195
+ familia: ["internet", "telefonia", "streaming"],
196
+ antivirus: !0,
197
+ pagina_web: !0,
198
+ claro_drive: "300_gb",
199
+ complementos: [],
200
+ cliente_ideal: [],
201
+ respaldo_info: !0,
202
+ correo_negocio: !0,
203
+ uso_recomendado: [],
204
+ facebook_fanpage: !0,
205
+ seccion_amarilla: !0,
206
+ google_mi_negocio: !0,
207
+ lineas_telefonicas: "4",
208
+ llamadas_ilimitadas: !0,
209
+ whatsapp_empresarial: !0,
210
+ claro_video_paramounts: !1,
211
+ facturacion_electronica: !0,
212
+ videoconferencia_telmex: !0,
213
+ velocidad_de_internet_megas: "750_megas"
214
+ },
215
+ PUBLICO: !1,
216
+ PACK: !1,
217
+ CONFIGURABLE: !1,
218
+ GRUPO: null,
219
+ PAQUETE: !1,
220
+ ID_PRODUCTOS_PAQUETE: null,
221
+ PRECIO: "1789.00",
222
+ ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
223
+ ID_SEGMENTOS: null,
224
+ FECHA_ALTA: "2025-09-24",
225
+ FECHA_CREADO: "2025-09-24T20:43:00.262Z",
226
+ R_GAMA: {
227
+ ID_GAMA: 39,
228
+ NOMBRE: "Producto telefonía",
229
+ PROPS: [
230
+ {
231
+ id: "da7a9c96-b0b2-4309-97c7-b596e8aa2ce4",
232
+ code: "tipo_de_servicio",
233
+ image: null,
234
+ label: "Tipo de cliente",
235
+ prefix: "",
236
+ suffix: "",
237
+ options: [
238
+ {
239
+ image: {
240
+ src: ""
241
+ },
242
+ label: "Residencial",
243
+ value: "residencial",
244
+ condition: "",
245
+ exclusive: !1
246
+ },
247
+ {
248
+ image: {
249
+ src: ""
250
+ },
251
+ label: "Comercial",
252
+ value: "negocio",
253
+ condition: "",
254
+ exclusive: !1
255
+ }
256
+ ],
257
+ pricing: !0,
258
+ multiple: !1,
259
+ structure: [],
260
+ validators: [],
261
+ visibility: {
262
+ form: !0,
263
+ roles: [],
264
+ detail: !0,
265
+ public: !1,
266
+ summary: !0
267
+ },
268
+ controlType: "select"
269
+ },
270
+ {
271
+ id: "8c945fb0-bec4-4505-aa74-578fb51cea90",
272
+ code: "familia",
273
+ image: null,
274
+ label: "Servicios",
275
+ prefix: "",
276
+ suffix: "",
277
+ options: [
278
+ {
279
+ image: {
280
+ src: ""
281
+ },
282
+ label: "Internet",
283
+ value: "internet",
284
+ condition: "",
285
+ exclusive: !1
286
+ },
287
+ {
288
+ image: {
289
+ src: ""
290
+ },
291
+ label: "Telefonía",
292
+ value: "telefonia",
293
+ condition: "",
294
+ exclusive: !1
295
+ },
296
+ {
297
+ image: {
298
+ src: ""
299
+ },
300
+ label: "Claro video",
301
+ value: "tv",
302
+ condition: "",
303
+ exclusive: !1
304
+ },
305
+ {
306
+ image: {
307
+ src: ""
308
+ },
309
+ label: "Móvil",
310
+ value: "movil",
311
+ condition: "",
312
+ exclusive: !1
313
+ },
314
+ {
315
+ image: {
316
+ src: ""
317
+ },
318
+ label: "Streaming",
319
+ value: "streaming",
320
+ condition: "",
321
+ exclusive: !1
322
+ },
323
+ {
324
+ image: {
325
+ src: ""
326
+ },
327
+ label: "App",
328
+ value: "app",
329
+ condition: "",
330
+ exclusive: !1
331
+ }
332
+ ],
333
+ pricing: !1,
334
+ multiple: !0,
335
+ structure: [],
336
+ validators: [],
337
+ visibility: {
338
+ form: !0,
339
+ roles: [],
340
+ detail: !0,
341
+ public: !1,
342
+ summary: !0
343
+ },
344
+ controlType: "select"
345
+ },
346
+ {
347
+ id: "110140d3-ca3b-4eca-b6f0-adb03229a380",
348
+ code: "complementos",
349
+ image: null,
350
+ label: "Complementos",
351
+ prefix: "",
352
+ suffix: "",
353
+ options: [
354
+ {
355
+ image: {
356
+ src: "blob:http://localhost:8081/86ea4d9d-f4f7-49a2-a6ae-0ba258224195",
357
+ file: {
358
+ __key: "1758645480963claro video.jpeg27620"
359
+ },
360
+ type: "image/jpeg",
361
+ width: 500,
362
+ height: 500
363
+ },
364
+ label: "Claro Video",
365
+ value: "claro_video",
366
+ condition: "",
367
+ exclusive: !1,
368
+ description: "Plataforma propia de Telmex para ver series, películas y canales en vivo, incluida gratis en la mayoría de paquetes Infinitum."
369
+ },
370
+ {
371
+ image: {
372
+ src: "blob:http://localhost:8081/af556329-728c-4e3d-8800-042d6d427541",
373
+ file: {
374
+ __key: "1758645421165netflix.jpeg15097"
375
+ },
376
+ type: "image/jpeg",
377
+ width: 500,
378
+ height: 500
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: "blob:http://localhost:8081/95557e9a-3ffe-4e63-abb2-320b972269c1",
389
+ file: {
390
+ __key: "1758645487341prime video.jpeg16345"
391
+ },
392
+ type: "image/jpeg",
393
+ width: 265,
394
+ height: 274
395
+ },
396
+ label: "Amazon Prime Video",
397
+ value: "amazon_prime_video",
398
+ condition: "",
399
+ exclusive: !1,
400
+ description: "Plataforma con contenido original, películas y series, además de beneficios adicionales de Amazon Prime."
401
+ },
402
+ {
403
+ image: {
404
+ src: "blob:http://localhost:8081/000f2e62-6165-4fcd-b2a8-de0b2cab94ae",
405
+ file: {
406
+ __key: "1758645471412disnay.jpeg22090"
407
+ },
408
+ type: "image/jpeg",
409
+ width: 500,
410
+ height: 500
411
+ },
412
+ label: "Disney+",
413
+ value: "disney",
414
+ condition: "",
415
+ exclusive: !1,
416
+ description: "Servicio de streaming con contenido familiar de Disney, Pixar, Marvel, Star Wars y National Geographic."
417
+ },
418
+ {
419
+ image: {
420
+ src: "blob:http://localhost:8081/f0de6738-d29c-4894-909b-c4f2b72fe1ee",
421
+ file: {
422
+ __key: "1758645441427start channel.jpeg24693"
423
+ },
424
+ type: "image/jpeg",
425
+ width: 500,
426
+ height: 500
427
+ },
428
+ label: "Star+",
429
+ value: "star",
430
+ condition: "",
431
+ exclusive: !1,
432
+ description: "Plataforma con series, películas y deportes en vivo, incluyendo contenido exclusivo de ESPN."
433
+ },
434
+ {
435
+ image: {
436
+ src: "blob:http://localhost:8081/6ef93487-d4cc-4069-ba3e-1610eccb65a5",
437
+ file: {
438
+ __key: "1758645465659hbo.jpeg26373"
439
+ },
440
+ type: "image/jpeg",
441
+ width: 500,
442
+ height: 500
443
+ },
444
+ label: "HBO Max",
445
+ value: "hbo_max",
446
+ condition: "",
447
+ exclusive: !1,
448
+ description: "Streaming premium con series originales, películas y estrenos de Warner Bros."
449
+ },
450
+ {
451
+ image: {
452
+ src: "blob:http://localhost:8081/3397d613-5028-4eca-985a-3f87309eeef7",
453
+ file: {
454
+ __key: "1758645449749paramount.jpeg46078"
455
+ },
456
+ type: "image/jpeg",
457
+ width: 500,
458
+ height: 500
459
+ },
460
+ label: "Paramount+",
461
+ value: "paramount",
462
+ condition: "",
463
+ exclusive: !1,
464
+ description: "Plataforma con películas, series y contenido exclusivo de Paramount."
465
+ },
466
+ {
467
+ image: {
468
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/unnamed.png"
469
+ },
470
+ label: "Startv Stream",
471
+ value: "startv_stream",
472
+ condition: "",
473
+ exclusive: !1,
474
+ description: "Servicio de TV en vivo por streaming con canales de entretenimiento, deportes y noticias."
475
+ },
476
+ {
477
+ image: {
478
+ src: "blob:http://localhost:8081/cdba4418-b825-4a57-a627-ddc95b907351",
479
+ file: {
480
+ __key: "1758645455950fox sport.jpeg20780"
481
+ },
482
+ type: "image/jpeg",
483
+ width: 500,
484
+ height: 500
485
+ },
486
+ label: "Fox Sports Premium",
487
+ value: "fox_sports_premium",
488
+ condition: "",
489
+ exclusive: !1,
490
+ description: "Canales premium con eventos y transmisiones deportivas exclusivas."
491
+ },
492
+ {
493
+ image: {
494
+ src: "blob:http://localhost:8081/279fc46a-6b99-4528-ae2a-d15cd81232e2",
495
+ file: {
496
+ __key: "1758645433959vix premium.jpeg25985"
497
+ },
498
+ type: "image/jpeg",
499
+ width: 500,
500
+ height: 500
501
+ },
502
+ label: "ViX Premium",
503
+ value: "vix_premium",
504
+ condition: "",
505
+ exclusive: !1,
506
+ description: "Plataforma en español con novelas, películas, series y contenido original."
507
+ },
508
+ {
509
+ image: {
510
+ src: "https://w2w-files.s3.us-east-1.amazonaws.com/telmex/EDYE-MascotLogotype-rgb.jpg"
511
+ },
512
+ label: "Edye",
513
+ value: "edye",
514
+ condition: "",
515
+ exclusive: !1,
516
+ description: "Servicio infantil educativo y seguro para niños pequeños, sin anuncios."
517
+ }
518
+ ],
519
+ pricing: !1,
520
+ multiple: !0,
521
+ structure: [],
522
+ validators: [],
523
+ visibility: {
524
+ form: !0,
525
+ roles: [],
526
+ detail: !0,
527
+ public: !1,
528
+ summary: !0
529
+ },
530
+ controlType: "select"
531
+ },
532
+ {
533
+ id: "f7bc2acc-85ff-4dae-8453-6d8b6d01c6d1",
534
+ code: "cliente_ideal",
535
+ image: null,
536
+ label: "Cliente ideal",
537
+ prefix: "",
538
+ suffix: "",
539
+ options: [
540
+ {
541
+ image: {
542
+ src: ""
543
+ },
544
+ label: "Familias pequeñas",
545
+ value: "familias_pequenas",
546
+ condition: "",
547
+ exclusive: !1,
548
+ description: ""
549
+ },
550
+ {
551
+ image: {
552
+ src: ""
553
+ },
554
+ label: "Hogares con varios dispositivos",
555
+ value: "hogares_con_varios_dispositivos",
556
+ condition: "",
557
+ exclusive: !1,
558
+ description: ""
559
+ },
560
+ {
561
+ image: {
562
+ src: ""
563
+ },
564
+ label: "Familias medianas",
565
+ value: "familias_medianas",
566
+ condition: "",
567
+ exclusive: !1,
568
+ description: ""
569
+ },
570
+ {
571
+ image: {
572
+ src: ""
573
+ },
574
+ label: "Familias grandes",
575
+ value: "familias_grandes",
576
+ condition: "",
577
+ exclusive: !1,
578
+ description: ""
579
+ },
580
+ {
581
+ image: {
582
+ src: ""
583
+ },
584
+ label: "Usuarios exigentes",
585
+ value: "usuarios_exigentes",
586
+ condition: "",
587
+ exclusive: !1,
588
+ description: ""
589
+ },
590
+ {
591
+ image: {
592
+ src: ""
593
+ },
594
+ label: "Hogares conectados",
595
+ value: "hogares_conectados",
596
+ condition: "",
597
+ exclusive: !1,
598
+ description: ""
599
+ },
600
+ {
601
+ image: {
602
+ src: ""
603
+ },
604
+ label: "Usuarios top",
605
+ value: "usuarios_top",
606
+ condition: "",
607
+ exclusive: !1,
608
+ description: ""
609
+ },
610
+ {
611
+ image: {
612
+ src: ""
613
+ },
614
+ label: "Usuarios básicos",
615
+ value: "usuarios_basicos",
616
+ condition: "",
617
+ exclusive: !1,
618
+ description: ""
619
+ },
620
+ {
621
+ image: {
622
+ src: ""
623
+ },
624
+ label: "Usuarios domésticos",
625
+ value: "usuarios_domesticos",
626
+ condition: "",
627
+ exclusive: !1,
628
+ description: ""
629
+ },
630
+ {
631
+ image: {
632
+ src: ""
633
+ },
634
+ label: "Usuarios domésticos avanzados",
635
+ value: "usuarios_domesticos_avanzados",
636
+ condition: "",
637
+ exclusive: !1,
638
+ description: ""
639
+ },
640
+ {
641
+ image: {
642
+ src: ""
643
+ },
644
+ label: "Usuarios de alto consumo",
645
+ value: "usuarios_de_alto_consumo",
646
+ condition: "",
647
+ exclusive: !1,
648
+ description: ""
649
+ },
650
+ {
651
+ image: {
652
+ src: ""
653
+ },
654
+ label: "Micro negocios",
655
+ value: "micro_negocios",
656
+ condition: "",
657
+ exclusive: !1,
658
+ description: ""
659
+ },
660
+ {
661
+ image: {
662
+ src: ""
663
+ },
664
+ label: "Negocios en crecimiento",
665
+ value: "negocios_en_crecimiento",
666
+ condition: "",
667
+ exclusive: !1,
668
+ description: ""
669
+ },
670
+ {
671
+ image: {
672
+ src: ""
673
+ },
674
+ label: "Empresas medianas",
675
+ value: "empresas_medianas",
676
+ condition: "",
677
+ exclusive: !1,
678
+ description: ""
679
+ },
680
+ {
681
+ image: {
682
+ src: ""
683
+ },
684
+ label: "Empresas grandes",
685
+ value: "empresas_grandes",
686
+ condition: "",
687
+ exclusive: !1,
688
+ description: ""
689
+ },
690
+ {
691
+ image: {
692
+ src: ""
693
+ },
694
+ label: "Empresas de alto consumo",
695
+ value: "empresas_de_alto_consumo",
696
+ condition: "",
697
+ exclusive: !1,
698
+ description: ""
699
+ },
700
+ {
701
+ image: {
702
+ src: ""
703
+ },
704
+ label: "Empresas top",
705
+ value: "empresas_top",
706
+ condition: "",
707
+ exclusive: !1,
708
+ description: ""
709
+ },
710
+ {
711
+ image: {
712
+ src: ""
713
+ },
714
+ label: "Corporativos",
715
+ value: "corporativos",
716
+ condition: "",
717
+ exclusive: !1,
718
+ description: ""
719
+ },
720
+ {
721
+ image: {
722
+ src: ""
723
+ },
724
+ label: "Negocios pequeños",
725
+ value: "negocios_pequenos",
726
+ condition: "",
727
+ exclusive: !1,
728
+ description: ""
729
+ },
730
+ {
731
+ image: {
732
+ src: ""
733
+ },
734
+ label: "Negocios grandes",
735
+ value: "negocios_grandes",
736
+ condition: "",
737
+ exclusive: !1,
738
+ description: ""
739
+ },
740
+ {
741
+ image: {
742
+ src: ""
743
+ },
744
+ label: "Negocios top",
745
+ value: "negocios_top",
746
+ condition: "",
747
+ exclusive: !1,
748
+ description: ""
749
+ },
750
+ {
751
+ image: {
752
+ src: ""
753
+ },
754
+ label: "Usuarios que quieren más velocidad",
755
+ value: "usuarios_que_quieren_mas_velocidad",
756
+ condition: "",
757
+ exclusive: !1,
758
+ description: ""
759
+ },
760
+ {
761
+ image: {
762
+ src: ""
763
+ },
764
+ label: "Hogares",
765
+ value: "hogares",
766
+ condition: "",
767
+ exclusive: !1,
768
+ description: ""
769
+ },
770
+ {
771
+ image: {
772
+ src: ""
773
+ },
774
+ label: "Empresas",
775
+ value: "empresas",
776
+ condition: "",
777
+ exclusive: !1,
778
+ description: ""
779
+ },
780
+ {
781
+ image: {
782
+ src: ""
783
+ },
784
+ label: "Oficinas y locales",
785
+ value: "oficinas_y_locales",
786
+ condition: "",
787
+ exclusive: !1,
788
+ description: ""
789
+ },
790
+ {
791
+ image: {
792
+ src: ""
793
+ },
794
+ label: "Oficinas y negocios con áreas abiertas",
795
+ value: "oficinas_y_negocios_con_areas_abiertas",
796
+ condition: "",
797
+ exclusive: !1,
798
+ description: ""
799
+ },
800
+ {
801
+ image: {
802
+ src: ""
803
+ },
804
+ label: "Oficinas y hogares exigentes",
805
+ value: "oficinas_y_hogares_exigentes",
806
+ condition: "",
807
+ exclusive: !1,
808
+ description: ""
809
+ },
810
+ {
811
+ image: {
812
+ src: ""
813
+ },
814
+ label: "Residencial o Comercial",
815
+ value: "residencial_o_comercial",
816
+ condition: "",
817
+ exclusive: !1,
818
+ description: ""
819
+ }
820
+ ],
821
+ pricing: !1,
822
+ multiple: !0,
823
+ structure: [],
824
+ validators: [],
825
+ visibility: {
826
+ form: !0,
827
+ roles: [],
828
+ detail: !0,
829
+ public: !1,
830
+ summary: !0
831
+ },
832
+ controlType: "select"
833
+ },
834
+ {
835
+ id: "f360ef09-c628-4447-8eab-8bfff98c8f96",
836
+ code: "uso_recomendado",
837
+ image: null,
838
+ label: "Uso recomendado",
839
+ prefix: "",
840
+ suffix: "",
841
+ options: [
842
+ {
843
+ image: {
844
+ src: ""
845
+ },
846
+ label: "Navegación básica y redes sociales",
847
+ value: "navegacion_basica_y_redes_sociales",
848
+ condition: "",
849
+ exclusive: !1,
850
+ description: ""
851
+ },
852
+ {
853
+ image: {
854
+ src: ""
855
+ },
856
+ label: "Streaming HD/4K",
857
+ value: "streaming_hd_4_k",
858
+ condition: "",
859
+ exclusive: !1,
860
+ description: ""
861
+ },
862
+ {
863
+ image: {
864
+ src: ""
865
+ },
866
+ label: "Home office / trabajo remoto",
867
+ value: "home_office_trabajo_remoto",
868
+ condition: "",
869
+ exclusive: !1,
870
+ description: ""
871
+ },
872
+ {
873
+ image: {
874
+ src: ""
875
+ },
876
+ label: "Streaming 8K y gaming competitivo",
877
+ value: "streaming_8_k_y_gaming_competitivo",
878
+ condition: "",
879
+ exclusive: !1,
880
+ description: ""
881
+ },
882
+ {
883
+ image: {
884
+ src: ""
885
+ },
886
+ label: "Smart home / múltiples dispositivos",
887
+ value: "smart_home_multiples_dispositivos",
888
+ condition: "",
889
+ exclusive: !1,
890
+ description: ""
891
+ },
892
+ {
893
+ image: {
894
+ src: ""
895
+ },
896
+ label: "Descargas pesadas / alta demanda de datos",
897
+ value: "descargas_pesadas_alta_demanda_de_datos",
898
+ condition: "",
899
+ exclusive: !1,
900
+ description: ""
901
+ },
902
+ {
903
+ image: {
904
+ src: ""
905
+ },
906
+ label: "Operaciones empresariales básicas (POS, comunicación)",
907
+ value: "operaciones_empresariales_basicas_pos_comunicacion",
908
+ condition: "",
909
+ exclusive: !1,
910
+ description: ""
911
+ },
912
+ {
913
+ image: {
914
+ src: ""
915
+ },
916
+ label: "Videollamadas y reuniones online",
917
+ value: "videollamadas_y_reuniones_online",
918
+ condition: "",
919
+ exclusive: !1,
920
+ description: ""
921
+ },
922
+ {
923
+ image: {
924
+ src: ""
925
+ },
926
+ label: "Operaciones empresariales avanzadas (oficinas, corporativos)",
927
+ value: "operaciones_empresariales_avanzadas_oficinas_corporativos",
928
+ condition: "",
929
+ exclusive: !1,
930
+ description: ""
931
+ },
932
+ {
933
+ image: {
934
+ src: ""
935
+ },
936
+ label: "Incremento de velocidad de un paquete existente",
937
+ value: "incremento_de_velocidad_de_un_paquete_existente",
938
+ condition: "",
939
+ exclusive: !1,
940
+ description: ""
941
+ },
942
+ {
943
+ image: {
944
+ src: ""
945
+ },
946
+ label: "Operaciones básicas de telefonía",
947
+ value: "operaciones_basicas_de_telefonia",
948
+ condition: "",
949
+ exclusive: !1,
950
+ description: ""
951
+ },
952
+ {
953
+ image: {
954
+ src: ""
955
+ },
956
+ label: "Cobertura WiFi interior",
957
+ value: "cobertura_wifi_interior",
958
+ condition: "",
959
+ exclusive: !1,
960
+ description: ""
961
+ },
962
+ {
963
+ image: {
964
+ src: ""
965
+ },
966
+ label: "Cobertura WiFi exterior",
967
+ value: "cobertura_wifi_exterior",
968
+ condition: "",
969
+ exclusive: !1,
970
+ description: ""
971
+ },
972
+ {
973
+ image: {
974
+ src: ""
975
+ },
976
+ label: "Cobertura WiFi interior / máxima velocidad",
977
+ value: "cobertura_wifi_interior_maxima_velocidad",
978
+ condition: "",
979
+ exclusive: !1,
980
+ description: ""
981
+ },
982
+ {
983
+ image: {
984
+ src: ""
985
+ },
986
+ label: "Cobertura WiFi empresarial estable",
987
+ value: "cobertura_wifi_empresarial_estable",
988
+ condition: "",
989
+ exclusive: !1,
990
+ description: ""
991
+ },
992
+ {
993
+ image: {
994
+ src: ""
995
+ },
996
+ label: "Migración tecnológica / actualización de red",
997
+ value: "migracion_tecnologica_actualizacion_de_red",
998
+ condition: "",
999
+ exclusive: !1,
1000
+ description: ""
1001
+ }
1002
+ ],
1003
+ pricing: !1,
1004
+ multiple: !0,
1005
+ structure: [],
1006
+ validators: [],
1007
+ visibility: {
1008
+ form: !0,
1009
+ roles: [],
1010
+ detail: !0,
1011
+ public: !1,
1012
+ summary: !0
1013
+ },
1014
+ controlType: "select"
1015
+ },
1016
+ {
1017
+ id: "74f56b2b-f222-4143-91f5-27638329ae8e",
1018
+ code: "velocidad_de_internet_megas",
1019
+ image: null,
1020
+ label: "Velocidad Mbps",
1021
+ prefix: "",
1022
+ suffix: "",
1023
+ options: [
1024
+ {
1025
+ image: {
1026
+ src: ""
1027
+ },
1028
+ label: "80 megas",
1029
+ value: "80_megas",
1030
+ condition: "",
1031
+ exclusive: !1,
1032
+ description: ""
1033
+ },
1034
+ {
1035
+ image: {
1036
+ src: ""
1037
+ },
1038
+ label: "100 megas",
1039
+ value: "100_megas",
1040
+ condition: "",
1041
+ exclusive: !1,
1042
+ description: ""
1043
+ },
1044
+ {
1045
+ image: {
1046
+ src: ""
1047
+ },
1048
+ label: "150 megas",
1049
+ value: "150_megas",
1050
+ condition: "",
1051
+ exclusive: !1,
1052
+ description: ""
1053
+ },
1054
+ {
1055
+ image: {
1056
+ src: ""
1057
+ },
1058
+ label: "250 megas",
1059
+ value: "250_megas",
1060
+ condition: "",
1061
+ exclusive: !1,
1062
+ description: ""
1063
+ },
1064
+ {
1065
+ image: {
1066
+ src: ""
1067
+ },
1068
+ label: "350 megas",
1069
+ value: "350_megas",
1070
+ condition: "",
1071
+ exclusive: !1,
1072
+ description: ""
1073
+ },
1074
+ {
1075
+ image: {
1076
+ src: ""
1077
+ },
1078
+ label: "500 megas",
1079
+ value: "500_megas",
1080
+ condition: "",
1081
+ exclusive: !1,
1082
+ description: ""
1083
+ },
1084
+ {
1085
+ image: {
1086
+ src: ""
1087
+ },
1088
+ label: "750 megas",
1089
+ value: "750_megas",
1090
+ condition: "",
1091
+ exclusive: !1,
1092
+ description: ""
1093
+ },
1094
+ {
1095
+ image: {
1096
+ src: ""
1097
+ },
1098
+ label: "1 GB",
1099
+ value: "1_gb",
1100
+ condition: "",
1101
+ exclusive: !1,
1102
+ description: ""
1103
+ }
1104
+ ],
1105
+ pricing: !1,
1106
+ multiple: !1,
1107
+ structure: [],
1108
+ validators: [],
1109
+ visibility: {
1110
+ form: !0,
1111
+ roles: [],
1112
+ detail: !0,
1113
+ public: !1,
1114
+ summary: !0
1115
+ },
1116
+ controlType: "select"
1117
+ },
1118
+ {
1119
+ id: "6043c805-5c25-4321-9c0a-5a696918e571",
1120
+ code: "claro_drive",
1121
+ image: null,
1122
+ label: "Claro Drive",
1123
+ prefix: "",
1124
+ suffix: "",
1125
+ options: [
1126
+ {
1127
+ image: {
1128
+ src: ""
1129
+ },
1130
+ label: "100 GB",
1131
+ value: "100_gb",
1132
+ condition: "",
1133
+ exclusive: !1,
1134
+ description: ""
1135
+ },
1136
+ {
1137
+ image: {
1138
+ src: ""
1139
+ },
1140
+ label: "200 GB",
1141
+ value: "200_gb",
1142
+ condition: "",
1143
+ exclusive: !1,
1144
+ description: ""
1145
+ },
1146
+ {
1147
+ image: {
1148
+ src: ""
1149
+ },
1150
+ label: "300 GB",
1151
+ value: "300_gb",
1152
+ condition: "",
1153
+ exclusive: !1,
1154
+ description: ""
1155
+ },
1156
+ {
1157
+ image: {
1158
+ src: ""
1159
+ },
1160
+ label: "400 GB",
1161
+ value: "400_gb",
1162
+ condition: "",
1163
+ exclusive: !1,
1164
+ description: ""
1165
+ },
1166
+ {
1167
+ image: {
1168
+ src: ""
1169
+ },
1170
+ label: "500 GB",
1171
+ value: "500_gb",
1172
+ condition: "",
1173
+ exclusive: !1,
1174
+ description: ""
1175
+ },
1176
+ {
1177
+ image: {
1178
+ src: ""
1179
+ },
1180
+ label: "No aplica",
1181
+ value: "none",
1182
+ condition: "",
1183
+ exclusive: !1,
1184
+ description: ""
1185
+ }
1186
+ ],
1187
+ pricing: !1,
1188
+ multiple: !1,
1189
+ structure: [],
1190
+ validators: [],
1191
+ visibility: {
1192
+ form: !0,
1193
+ roles: [],
1194
+ detail: !0,
1195
+ public: !1,
1196
+ summary: !0
1197
+ },
1198
+ controlType: "select"
1199
+ },
1200
+ {
1201
+ id: "3a075abe-1c5c-413d-bf98-527258f8ba75",
1202
+ code: "lineas_telefonicas",
1203
+ image: null,
1204
+ label: "Líneas telefónicas",
1205
+ prefix: "",
1206
+ suffix: "",
1207
+ options: [
1208
+ {
1209
+ image: {
1210
+ src: ""
1211
+ },
1212
+ label: "1",
1213
+ value: "1",
1214
+ condition: "",
1215
+ exclusive: !1,
1216
+ description: ""
1217
+ },
1218
+ {
1219
+ image: {
1220
+ src: ""
1221
+ },
1222
+ label: "2",
1223
+ value: "2",
1224
+ condition: "",
1225
+ exclusive: !1,
1226
+ description: ""
1227
+ },
1228
+ {
1229
+ image: {
1230
+ src: ""
1231
+ },
1232
+ label: "3",
1233
+ value: "3",
1234
+ condition: "",
1235
+ exclusive: !1,
1236
+ description: ""
1237
+ },
1238
+ {
1239
+ image: {
1240
+ src: ""
1241
+ },
1242
+ label: "4",
1243
+ value: "4",
1244
+ condition: "",
1245
+ exclusive: !1,
1246
+ description: ""
1247
+ },
1248
+ {
1249
+ image: {
1250
+ src: ""
1251
+ },
1252
+ label: "5",
1253
+ value: "5",
1254
+ condition: "",
1255
+ exclusive: !1,
1256
+ description: ""
1257
+ },
1258
+ {
1259
+ image: {
1260
+ src: ""
1261
+ },
1262
+ label: "6",
1263
+ value: "6",
1264
+ condition: "",
1265
+ exclusive: !1,
1266
+ description: ""
1267
+ },
1268
+ {
1269
+ image: {
1270
+ src: ""
1271
+ },
1272
+ label: "0",
1273
+ value: "0",
1274
+ condition: "",
1275
+ exclusive: !1,
1276
+ description: ""
1277
+ }
1278
+ ],
1279
+ pricing: !1,
1280
+ multiple: !1,
1281
+ structure: [],
1282
+ validators: [],
1283
+ visibility: {
1284
+ form: !0,
1285
+ roles: [],
1286
+ detail: !0,
1287
+ public: !1,
1288
+ summary: !0
1289
+ },
1290
+ controlType: "select"
1291
+ },
1292
+ {
1293
+ id: "e6aa58e6-8c57-4ea0-a7bd-6b4f599a3d4d",
1294
+ code: "llamadas_ilimitadas",
1295
+ image: null,
1296
+ label: "Llamadas ilimitadas",
1297
+ prefix: "",
1298
+ suffix: "",
1299
+ options: [],
1300
+ pricing: !1,
1301
+ multiple: !1,
1302
+ structure: [],
1303
+ validators: [],
1304
+ visibility: {
1305
+ form: !0,
1306
+ roles: [],
1307
+ detail: !0,
1308
+ public: !1,
1309
+ summary: !0
1310
+ },
1311
+ controlType: "checkbox"
1312
+ },
1313
+ {
1314
+ id: "2383c60b-a03d-47af-93db-e5efaa26d3ce",
1315
+ code: "claro_video_paramounts",
1316
+ image: null,
1317
+ label: "Claro video y Paramounts Plus",
1318
+ prefix: "",
1319
+ suffix: "",
1320
+ options: [],
1321
+ pricing: !1,
1322
+ multiple: !1,
1323
+ structure: [],
1324
+ validators: [],
1325
+ visibility: {
1326
+ form: !0,
1327
+ roles: [],
1328
+ detail: !0,
1329
+ public: !1,
1330
+ summary: !0
1331
+ },
1332
+ controlType: "checkbox"
1333
+ },
1334
+ {
1335
+ id: "9eb97c9e-6bf8-4d16-af1c-a0696258d79c",
1336
+ code: "correo_negocio",
1337
+ image: null,
1338
+ label: "Correo negocio",
1339
+ prefix: "",
1340
+ suffix: "",
1341
+ options: [],
1342
+ pricing: !1,
1343
+ multiple: !1,
1344
+ structure: [],
1345
+ validators: [],
1346
+ visibility: {
1347
+ form: !0,
1348
+ roles: [],
1349
+ detail: !0,
1350
+ public: !1,
1351
+ summary: !0
1352
+ },
1353
+ controlType: "checkbox"
1354
+ },
1355
+ {
1356
+ id: "79cb1986-713e-4a7f-955a-ccac34c980c8",
1357
+ code: "antivirus",
1358
+ image: null,
1359
+ label: "Antivirus",
1360
+ prefix: "",
1361
+ suffix: "",
1362
+ options: [],
1363
+ pricing: !1,
1364
+ multiple: !1,
1365
+ structure: [],
1366
+ validators: [],
1367
+ visibility: {
1368
+ form: !0,
1369
+ roles: [],
1370
+ detail: !0,
1371
+ public: !1,
1372
+ summary: !0
1373
+ },
1374
+ controlType: "checkbox"
1375
+ },
1376
+ {
1377
+ id: "a22e6c54-f408-4e0b-9b71-e22215a7b4a8",
1378
+ code: "facturacion_electronica",
1379
+ image: null,
1380
+ label: "Facturacion electrónica (Aspel ADM)",
1381
+ prefix: "",
1382
+ suffix: "",
1383
+ options: [],
1384
+ pricing: !1,
1385
+ multiple: !1,
1386
+ structure: [],
1387
+ validators: [],
1388
+ visibility: {
1389
+ form: !0,
1390
+ roles: [],
1391
+ detail: !0,
1392
+ public: !1,
1393
+ summary: !0
1394
+ },
1395
+ controlType: "checkbox"
1396
+ },
1397
+ {
1398
+ id: "4e095670-374c-4b12-93be-5265d65bb0a1",
1399
+ code: "seccion_amarilla",
1400
+ image: null,
1401
+ label: "Sección amarilla",
1402
+ prefix: "",
1403
+ suffix: "",
1404
+ options: [],
1405
+ pricing: !1,
1406
+ multiple: !1,
1407
+ structure: [],
1408
+ validators: [],
1409
+ visibility: {
1410
+ form: !0,
1411
+ roles: [],
1412
+ detail: !0,
1413
+ public: !1,
1414
+ summary: !0
1415
+ },
1416
+ controlType: "checkbox"
1417
+ },
1418
+ {
1419
+ id: "d3dfd195-c636-43d6-b7e0-8a5b9d88eb67",
1420
+ code: "respaldo_info",
1421
+ image: null,
1422
+ label: "Respaldo de información",
1423
+ prefix: "",
1424
+ suffix: "",
1425
+ options: [],
1426
+ pricing: !1,
1427
+ multiple: !1,
1428
+ structure: [],
1429
+ validators: [],
1430
+ visibility: {
1431
+ form: !0,
1432
+ roles: [],
1433
+ detail: !0,
1434
+ public: !1,
1435
+ summary: !0
1436
+ },
1437
+ controlType: "checkbox"
1438
+ },
1439
+ {
1440
+ id: "c0f6fd6c-b0e9-4639-9c55-444d25456678",
1441
+ code: "pagina_web",
1442
+ image: null,
1443
+ label: "Página web",
1444
+ prefix: "",
1445
+ suffix: "",
1446
+ options: [],
1447
+ pricing: !1,
1448
+ multiple: !1,
1449
+ structure: [],
1450
+ validators: [],
1451
+ visibility: {
1452
+ form: !0,
1453
+ roles: [],
1454
+ detail: !0,
1455
+ public: !1,
1456
+ summary: !0
1457
+ },
1458
+ controlType: "checkbox"
1459
+ },
1460
+ {
1461
+ id: "bba2023a-2e5f-4d27-a03e-09fe3b1804b8",
1462
+ code: "facebook_fanpage",
1463
+ image: null,
1464
+ label: "Facebook Fanpage",
1465
+ prefix: "",
1466
+ suffix: "",
1467
+ options: [],
1468
+ pricing: !1,
1469
+ multiple: !1,
1470
+ structure: [],
1471
+ validators: [],
1472
+ visibility: {
1473
+ form: !0,
1474
+ roles: [],
1475
+ detail: !0,
1476
+ public: !1,
1477
+ summary: !0
1478
+ },
1479
+ controlType: "checkbox"
1480
+ },
1481
+ {
1482
+ id: "18439a0e-71d4-464b-a9d3-2df3b4c6eab1",
1483
+ code: "google_mi_negocio",
1484
+ image: null,
1485
+ label: "Google Mi negocio",
1486
+ prefix: "",
1487
+ suffix: "",
1488
+ options: [],
1489
+ pricing: !1,
1490
+ multiple: !1,
1491
+ structure: [],
1492
+ validators: [],
1493
+ visibility: {
1494
+ form: !0,
1495
+ roles: [],
1496
+ detail: !0,
1497
+ public: !1,
1498
+ summary: !0
1499
+ },
1500
+ controlType: "checkbox"
1501
+ },
1502
+ {
1503
+ id: "a0bab807-993e-43f8-bd56-40c34f745281",
1504
+ code: "whatsapp_empresarial",
1505
+ image: null,
1506
+ label: "Whatsapp empresarial",
1507
+ prefix: "",
1508
+ suffix: "",
1509
+ options: [],
1510
+ pricing: !1,
1511
+ multiple: !1,
1512
+ structure: [],
1513
+ validators: [],
1514
+ visibility: {
1515
+ form: !0,
1516
+ roles: [],
1517
+ detail: !0,
1518
+ public: !1,
1519
+ summary: !0
1520
+ },
1521
+ controlType: "checkbox"
1522
+ },
1523
+ {
1524
+ id: "41e83c56-c80f-4462-81df-2ac19190d174",
1525
+ code: "videoconferencia_telmex",
1526
+ image: null,
1527
+ label: "VIdeoconferencia Telmex",
1528
+ prefix: "",
1529
+ suffix: "",
1530
+ options: [],
1531
+ pricing: !1,
1532
+ multiple: !1,
1533
+ structure: [],
1534
+ validators: [],
1535
+ visibility: {
1536
+ form: !0,
1537
+ roles: [],
1538
+ detail: !0,
1539
+ public: !1,
1540
+ summary: !0
1541
+ },
1542
+ controlType: "checkbox"
1543
+ }
1544
+ ]
1545
+ },
1546
+ R_ESTADO: {
1547
+ ID_ESTADO: "924dcf2b-a5b6-44fb-9ba8-53a310d94f82",
1548
+ NAME: "No disponible",
1549
+ COLOR: "#9c9c9c",
1550
+ CODE: "no_disponible"
1551
+ },
1552
+ UBICACION: null,
1553
+ PROVEEDORES: [],
1554
+ DETALLE_PACK: [],
1555
+ R_IMG: [],
1556
+ R_PRECIOS: []
1557
+ }
1558
+ ]);
1559
+ export {
1560
+ e as default
1561
+ };