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