@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,26 @@
1
+ import { commonjsGlobal as f } from "../../../../../_virtual/_commonjsHelpers.js";
2
+ import { __exports as p } from "../../../../../_virtual/index2.js";
3
+ import "./countries.js";
4
+ import "./languages.js";
5
+ import "./perfiles/index.js";
6
+ import "./permisos/index.js";
7
+ import "./visitas/index.js";
8
+ import { __exports as s } from "../../../../../_virtual/countries.js";
9
+ import { __exports as c } from "../../../../../_virtual/languages.js";
10
+ import { __exports as m } from "../../../../../_virtual/index6.js";
11
+ import { __exports as u } from "../../../../../_virtual/index7.js";
12
+ import { __exports as l } from "../../../../../_virtual/index8.js";
13
+ (function(o) {
14
+ var _ = f && f.__createBinding || (Object.create ? function(i, e, r, t) {
15
+ t === void 0 && (t = r);
16
+ var n = Object.getOwnPropertyDescriptor(e, r);
17
+ (!n || ("get" in n ? !e.__esModule : n.writable || n.configurable)) && (n = { enumerable: !0, get: function() {
18
+ return e[r];
19
+ } }), Object.defineProperty(i, t, n);
20
+ } : function(i, e, r, t) {
21
+ t === void 0 && (t = r), i[t] = e[r];
22
+ }), a = f && f.__exportStar || function(i, e) {
23
+ for (var r in i) r !== "default" && !Object.prototype.hasOwnProperty.call(e, r) && _(e, i, r);
24
+ };
25
+ Object.defineProperty(o, "__esModule", { value: !0 }), a(s, o), a(c, o), a(m, o), a(u, o), a(l, o);
26
+ })(p);
@@ -0,0 +1,173 @@
1
+ import { __exports as a } from "../../../../../_virtual/languages.js";
2
+ Object.defineProperty(a, "__esModule", { value: !0 });
3
+ a.LANGUAGES = void 0;
4
+ a.LANGUAGES = {
5
+ catalan: {
6
+ name: "Catalán",
7
+ nativeName: "Català",
8
+ flag: "https://w2w-files.s3.us-east-1.amazonaws.com/custom-flags/catalunia.png"
9
+ },
10
+ mandarin: {
11
+ name: "Chino",
12
+ nativeName: "普通话",
13
+ flag: "https://flagsapi.com/CN/flat/32.png"
14
+ },
15
+ spanish: {
16
+ name: "Español",
17
+ nativeName: "Español",
18
+ flag: "https://flagsapi.com/ES/flat/32.png"
19
+ },
20
+ english: {
21
+ name: "Inglés",
22
+ nativeName: "English",
23
+ flag: "https://flagsapi.com/GB/flat/32.png"
24
+ },
25
+ hindi: {
26
+ name: "Hindi",
27
+ nativeName: "हिन्दी",
28
+ flag: "https://flagsapi.com/IN/flat/32.png"
29
+ },
30
+ arabic: {
31
+ name: "Árabe",
32
+ nativeName: "العربية",
33
+ flag: "https://flagsapi.com/SA/flat/32.png"
34
+ },
35
+ bengali: {
36
+ name: "Bengalí",
37
+ nativeName: "বাংলা",
38
+ flag: "https://flagsapi.com/BD/flat/32.png"
39
+ },
40
+ portuguese: {
41
+ name: "Portugués",
42
+ nativeName: "Português",
43
+ flag: "https://flagsapi.com/PT/flat/32.png"
44
+ },
45
+ russian: {
46
+ name: "Ruso",
47
+ nativeName: "Русский",
48
+ flag: "https://flagsapi.com/RU/flat/32.png"
49
+ },
50
+ japanese: {
51
+ name: "Japonés",
52
+ nativeName: "日本語",
53
+ flag: "https://flagsapi.com/JP/flat/32.png"
54
+ },
55
+ french: {
56
+ name: "Francés",
57
+ nativeName: "Français",
58
+ flag: "https://flagsapi.com/FR/flat/32.png"
59
+ },
60
+ german: {
61
+ name: "Alemán",
62
+ nativeName: "Deutsch",
63
+ flag: "https://flagsapi.com/DE/flat/32.png"
64
+ },
65
+ korean: {
66
+ name: "Coreano",
67
+ nativeName: "한국어",
68
+ flag: "https://flagsapi.com/KR/flat/32.png"
69
+ },
70
+ italian: {
71
+ name: "Italiano",
72
+ nativeName: "Italiano",
73
+ flag: "https://flagsapi.com/IT/flat/32.png"
74
+ },
75
+ turkish: {
76
+ name: "Turco",
77
+ nativeName: "Türkçe",
78
+ flag: "https://flagsapi.com/TR/flat/32.png"
79
+ },
80
+ vietnamese: {
81
+ name: "Vietnamita",
82
+ nativeName: "Tiếng Việt",
83
+ flag: "https://flagsapi.com/VN/flat/32.png"
84
+ },
85
+ thai: {
86
+ name: "Tailandés",
87
+ nativeName: "ไทย",
88
+ flag: "https://flagsapi.com/TH/flat/32.png"
89
+ },
90
+ urdu: {
91
+ name: "Urdu",
92
+ nativeName: "اردو",
93
+ flag: "https://flagsapi.com/PK/flat/32.png"
94
+ },
95
+ persian: {
96
+ name: "Persa",
97
+ nativeName: "فارسی",
98
+ flag: "https://flagsapi.com/IR/flat/32.png"
99
+ },
100
+ swahili: {
101
+ name: "Swahili",
102
+ nativeName: "Kiswahili",
103
+ flag: "https://flagsapi.com/KE/flat/32.png"
104
+ },
105
+ dutch: {
106
+ name: "Holandés",
107
+ nativeName: "Nederlands",
108
+ flag: "https://flagsapi.com/NL/flat/32.png"
109
+ },
110
+ polish: {
111
+ name: "Polaco",
112
+ nativeName: "Polski",
113
+ flag: "https://flagsapi.com/PL/flat/32.png"
114
+ },
115
+ romanian: {
116
+ name: "Rumano",
117
+ nativeName: "Română",
118
+ flag: "https://flagsapi.com/RO/flat/32.png"
119
+ },
120
+ greek: {
121
+ name: "Griego",
122
+ nativeName: "Ελληνικά",
123
+ flag: "https://flagsapi.com/GR/flat/32.png"
124
+ },
125
+ czech: {
126
+ name: "Checo",
127
+ nativeName: "Čeština",
128
+ flag: "https://flagsapi.com/CZ/flat/32.png"
129
+ },
130
+ hungarian: {
131
+ name: "Húngaro",
132
+ nativeName: "Magyar",
133
+ flag: "https://flagsapi.com/HU/flat/32.png"
134
+ },
135
+ ukrainian: {
136
+ name: "Ucraniano",
137
+ nativeName: "Українська",
138
+ flag: "https://flagsapi.com/UA/flat/32.png"
139
+ },
140
+ filipino: {
141
+ name: "Filipino",
142
+ nativeName: "Filipino",
143
+ flag: "https://flagsapi.com/PH/flat/32.png"
144
+ },
145
+ malay: {
146
+ name: "Malayo",
147
+ nativeName: "Bahasa Melayu",
148
+ flag: "https://flagsapi.com/MY/flat/32.png"
149
+ },
150
+ tamil: {
151
+ name: "Tamil",
152
+ nativeName: "தமிழ்",
153
+ flag: "https://flagsapi.com/IN/flat/32.png"
154
+ },
155
+ telugu: {
156
+ name: "Telugu",
157
+ nativeName: "తెలుగు",
158
+ flag: "https://flagsapi.com/IN/flat/32.png"
159
+ },
160
+ marathi: {
161
+ name: "Maratí",
162
+ nativeName: "मराठी",
163
+ flag: "https://flagsapi.com/IN/flat/32.png"
164
+ },
165
+ indonesian: {
166
+ name: "Indonesio",
167
+ nativeName: "Bahasa Indonesia",
168
+ flag: "https://flagsapi.com/ID/flat/32.png"
169
+ }
170
+ };
171
+ export {
172
+ a as default
173
+ };
@@ -0,0 +1,18 @@
1
+ import { commonjsGlobal as o } from "../../../../../../_virtual/_commonjsHelpers.js";
2
+ import { __exports as u } from "../../../../../../_virtual/index6.js";
3
+ import "./perfiles.js";
4
+ import { __exports as _ } from "../../../../../../_virtual/perfiles.js";
5
+ (function(f) {
6
+ var a = o && o.__createBinding || (Object.create ? function(i, r, e, t) {
7
+ t === void 0 && (t = e);
8
+ var n = Object.getOwnPropertyDescriptor(r, e);
9
+ (!n || ("get" in n ? !r.__esModule : n.writable || n.configurable)) && (n = { enumerable: !0, get: function() {
10
+ return r[e];
11
+ } }), Object.defineProperty(i, t, n);
12
+ } : function(i, r, e, t) {
13
+ t === void 0 && (t = e), i[t] = r[e];
14
+ }), c = o && o.__exportStar || function(i, r) {
15
+ for (var e in i) e !== "default" && !Object.prototype.hasOwnProperty.call(r, e) && a(r, i, e);
16
+ };
17
+ Object.defineProperty(f, "__esModule", { value: !0 }), c(_, f);
18
+ })(u);
@@ -0,0 +1,38 @@
1
+ import { __exports as o } from "../../../../../../_virtual/perfiles.js";
2
+ import { l as i } from "../../../../../lodash/lodash.js";
3
+ (function(e) {
4
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.PerfilesUsuario = e.PERFILES = void 0;
5
+ const l = i;
6
+ e.PERFILES = [
7
+ { value: 1, label: "Administrador", code: "administrador" },
8
+ { value: 2, label: "Vendedor Preventa", code: "vendedor_preventa" },
9
+ { value: 3, label: "Vendedor Autoventa", code: "vendedor_autoventa" },
10
+ { value: 4, label: "Repartidor", code: "repartidor" },
11
+ { value: 5, label: "Organización", code: "organizacion" },
12
+ { value: 6, label: "Jefe Regional", code: "jefe_regional" },
13
+ { value: 7, label: "Administrativos", code: "administrativos" },
14
+ {
15
+ value: 8,
16
+ label: "Administrativos Delegacion",
17
+ code: "administrativos_delegacion"
18
+ },
19
+ { value: 9, label: "Televenta", code: "televenta" },
20
+ { value: 10, label: "Captador", code: "captador" },
21
+ { value: 11, label: "Dirección comercial", code: "direccion_comercial" },
22
+ { value: 12, label: "Key Account", code: "key_account" },
23
+ { value: 13, label: "Comerciales", code: "comerciales" },
24
+ { value: 14, label: "Ejecutivo telefónico", code: "ejecutivo_telefonico" },
25
+ {
26
+ value: 15,
27
+ label: "Analista de validación",
28
+ code: "analista_de_validacion"
29
+ },
30
+ { value: 16, label: "Gerente", code: "gerente" },
31
+ { value: 17, label: "Promotor", code: "promotor" },
32
+ { value: 18, label: "Supervisor", code: "supervisor" },
33
+ { value: 19, label: "Proveedor", code: "proveedor" },
34
+ { value: 20, label: "Cliente", code: "cliente" },
35
+ { value: 21, label: "Candidato", code: "candidato" },
36
+ { value: 22, label: "Analista", code: "analista" }
37
+ ], e.PerfilesUsuario = (0, l.fromPairs)(e.PERFILES.map((a) => [a.code, a.value]));
38
+ })(o);
@@ -0,0 +1,18 @@
1
+ import { commonjsGlobal as n } from "../../../../../../_virtual/_commonjsHelpers.js";
2
+ import { __exports as u } from "../../../../../../_virtual/index7.js";
3
+ import "./permisos.js";
4
+ import { __exports as _ } from "../../../../../../_virtual/permisos.js";
5
+ (function(a) {
6
+ var f = n && n.__createBinding || (Object.create ? function(o, r, e, t) {
7
+ t === void 0 && (t = e);
8
+ var i = Object.getOwnPropertyDescriptor(r, e);
9
+ (!i || ("get" in i ? !r.__esModule : i.writable || i.configurable)) && (i = { enumerable: !0, get: function() {
10
+ return r[e];
11
+ } }), Object.defineProperty(o, t, i);
12
+ } : function(o, r, e, t) {
13
+ t === void 0 && (t = e), o[t] = r[e];
14
+ }), c = n && n.__exportStar || function(o, r) {
15
+ for (var e in o) e !== "default" && !Object.prototype.hasOwnProperty.call(r, e) && f(r, o, e);
16
+ };
17
+ Object.defineProperty(a, "__esModule", { value: !0 }), c(_, a);
18
+ })(u);
@@ -0,0 +1,129 @@
1
+ import { __exports as e } from "../../../../../../_virtual/permisos.js";
2
+ Object.defineProperty(e, "__esModule", { value: !0 });
3
+ e.PERMISOS = void 0;
4
+ e.PERMISOS = [
5
+ { value: 1, label: "ADMIN" },
6
+ { value: 2, label: "Roles y Permisos" },
7
+ { value: 3, label: "Agregar Rol" },
8
+ { value: 5, label: "CRM" },
9
+ { value: 6, label: "CONTRACT" },
10
+ { value: 7, label: "B2B" },
11
+ { value: 8, label: "TRANSPORT" },
12
+ { value: 10, label: "Clientes" },
13
+ { value: 11, label: "Promociones" },
14
+ { value: 12, label: "Pedidos" },
15
+ { value: 13, label: "Visitas" },
16
+ { value: 14, label: "Captaciones" },
17
+ { value: 15, label: "Cobros de Efectos Pendientes" },
18
+ { value: 16, label: "Artículos" },
19
+ { value: 33, label: "Alternar estado de implementación" },
20
+ { value: 34, label: "Eliminar Rol" },
21
+ { value: 35, label: "Clientes" },
22
+ { value: 37, label: "Descargar XLS" },
23
+ { value: 41, label: "Mi Perfil" },
24
+ { value: 42, label: "Recursos Humanos" },
25
+ { value: 43, label: "Rutas Clientes" },
26
+ { value: 44, label: "Rutas Captaciones" },
27
+ { value: 45, label: "Artículos Foco" },
28
+ { value: 46, label: "Delegaciones" },
29
+ { value: 47, label: "Líneas de Mercado" },
30
+ { value: 48, label: "Parámetros" },
31
+ { value: 49, label: "Competencias" },
32
+ { value: 50, label: "Tipos de Distribución" },
33
+ { value: 51, label: "Neveras" },
34
+ { value: 52, label: "Agregar usuario" },
35
+ { value: 53, label: "Descargar XLS" },
36
+ { value: 54, label: "Detalle de Usuario" },
37
+ { value: 55, label: "Datos de Acceso" },
38
+ { value: 56, label: "Datos de usuario" },
39
+ { value: 57, label: "Organizaciónes" },
40
+ { value: 58, label: "Tipos de Distribución" },
41
+ { value: 59, label: "Captaciones" },
42
+ { value: 60, label: "Agregar captación" },
43
+ { value: 61, label: "Asignaciones" },
44
+ { value: 62, label: "Agregar Tipo de Distribución" },
45
+ { value: 63, label: "Eliminar Tipo de Distribución" },
46
+ { value: 64, label: "Quitar organizaciónes" },
47
+ { value: 65, label: "Vincular organización" },
48
+ { value: 66, label: "Editar datos" },
49
+ { value: 67, label: "Descargar XLS" },
50
+ { value: 68, label: "Datos Generales" },
51
+ { value: 69, label: "Editar datos" },
52
+ { value: 71, label: "Cache Cli" },
53
+ { value: 72, label: "Tipos de Distribución" },
54
+ { value: 73, label: "Pedidos" },
55
+ { value: 74, label: "Promociones" },
56
+ { value: 75, label: "Visitas" },
57
+ { value: 76, label: "Frecuencias" },
58
+ { value: 77, label: "Neveras" },
59
+ { value: 78, label: "Contactos" },
60
+ { value: 79, label: "Efectos Pendientes" },
61
+ { value: 80, label: "Distribuidor" },
62
+ { value: 81, label: "Agregar contacto" },
63
+ { value: 82, label: "Agregar solicitud" },
64
+ { value: 83, label: "Agregar promoción" },
65
+ { value: 84, label: "Ampliar y editar promoción" },
66
+ { value: 85, label: "Aprobar pedidos" },
67
+ { value: 86, label: "Forzar envío a M3" },
68
+ { value: 87, label: "Descargar XLS" },
69
+ { value: 88, label: "Fecha del pedido" },
70
+ { value: 89, label: "Editar pedido" },
71
+ { value: 90, label: "Aprobar pedido" },
72
+ { value: 91, label: "Modificar artículos" },
73
+ { value: 92, label: "Agregar captación" },
74
+ { value: 93, label: "Asignaciones de captaciones" },
75
+ { value: 94, label: "Detalle de captación" },
76
+ { value: 95, label: "Editar captación" },
77
+ { value: 96, label: "Agregar visita" },
78
+ { value: 97, label: "Publicar cobros en M3" },
79
+ { value: 98, label: "Cambio de estado Manual" },
80
+ { value: 99, label: "Sincronizar" },
81
+ { value: 100, label: "Detalle de cobro" },
82
+ { value: 101, label: "Agregar Ruta" },
83
+ { value: 102, label: "Agregar Zona" },
84
+ { value: 103, label: "Reasignación atemporal" },
85
+ { value: 104, label: "Rutas" },
86
+ { value: 105, label: "Zonas" },
87
+ { value: 106, label: "Cambiar vendedor" },
88
+ { value: 107, label: "Editar ruta" },
89
+ { value: 108, label: "Cambiar zona de ruta" },
90
+ { value: 109, label: "Cambiar zona de ruta" },
91
+ { value: 110, label: "Editar zona" },
92
+ { value: 111, label: "Cambiar cliente de zona" },
93
+ { value: 112, label: "Agregar Artículo Foco" },
94
+ { value: 113, label: "Agregar delegación" },
95
+ { value: 114, label: "Detalle de delegación" },
96
+ { value: 115, label: "Editar delegación" },
97
+ { value: 116, label: "Agregar relacion almacén con tipo de distribución" },
98
+ { value: 117, label: "Eliminar relacion almacén con tipo de distribución" },
99
+ { value: 118, label: "Agregar competencia" },
100
+ { value: 119, label: "Detalle competencia" },
101
+ { value: 120, label: "Editar competencia" },
102
+ { value: 121, label: "Descargar XLS" },
103
+ { value: 122, label: "Detalle Tipo de Distribución" },
104
+ { value: 123, label: "Cierre Diario Comercial" },
105
+ { value: 124, label: "Cierre Diario Jefe Equipo" },
106
+ { value: 125, label: "Visitas" },
107
+ { value: 126, label: "Captación" },
108
+ { value: 127, label: "Pedidos" },
109
+ { value: 129, label: "PERMISO ROL" },
110
+ { value: 130, label: "Jefe de equipo/Organizador", meta: { profile: !0 } },
111
+ { value: 131, label: "Preventa", meta: { profile: !0 } },
112
+ { value: 133, label: "Administrador", meta: { profile: !0 } },
113
+ { value: 134, label: "Repartidor", meta: { profile: !0 } },
114
+ { value: 135, label: "Jefe Regional", meta: { profile: !0 } },
115
+ { value: 162, label: "Captador", meta: { profile: !0 } },
116
+ { value: 172, label: "Key Account", meta: { profile: !0 } },
117
+ { value: 202, label: "Gerente", meta: { profile: !0 } },
118
+ { value: 203, label: "Promotor", meta: { profile: !0 } },
119
+ { value: 204, label: "Supervisor", meta: { profile: !0 } },
120
+ { value: 234, label: "Comercial_Contract", meta: { profile: !0 } },
121
+ { value: 237, label: "Organizador", meta: { profile: !0 } },
122
+ { value: 266, label: "Proveedor", meta: { profile: !0 } },
123
+ { value: 269, label: "Cliente", meta: { profile: !0 } },
124
+ { value: 278, label: "Candidato", meta: { profile: !0 } },
125
+ { value: 999, label: "Superadmin", meta: { profile: !0 } }
126
+ ];
127
+ export {
128
+ e as default
129
+ };
@@ -0,0 +1,18 @@
1
+ import { commonjsGlobal as n } from "../../../../../../_virtual/_commonjsHelpers.js";
2
+ import { __exports as u } from "../../../../../../_virtual/index8.js";
3
+ import "./resultado.js";
4
+ import { __exports as _ } from "../../../../../../_virtual/resultado.js";
5
+ (function(a) {
6
+ var f = n && n.__createBinding || (Object.create ? function(o, r, e, t) {
7
+ t === void 0 && (t = e);
8
+ var i = Object.getOwnPropertyDescriptor(r, e);
9
+ (!i || ("get" in i ? !r.__esModule : i.writable || i.configurable)) && (i = { enumerable: !0, get: function() {
10
+ return r[e];
11
+ } }), Object.defineProperty(o, t, i);
12
+ } : function(o, r, e, t) {
13
+ t === void 0 && (t = e), o[t] = r[e];
14
+ }), c = n && n.__exportStar || function(o, r) {
15
+ for (var e in o) e !== "default" && !Object.prototype.hasOwnProperty.call(r, e) && f(r, o, e);
16
+ };
17
+ Object.defineProperty(a, "__esModule", { value: !0 }), c(_, a);
18
+ })(u);
@@ -0,0 +1,40 @@
1
+ import { __exports as a } from "../../../../../../_virtual/resultado.js";
2
+ Object.defineProperty(a, "__esModule", { value: !0 });
3
+ a.RESULTADOS_VISITA = void 0;
4
+ a.RESULTADOS_VISITA = [
5
+ {
6
+ label: "Sí contrata",
7
+ value: "si_contrata"
8
+ },
9
+ {
10
+ label: "No contrata",
11
+ value: "no_contrata"
12
+ },
13
+ {
14
+ label: "Contrata más tarde",
15
+ value: "contrata_mas_tarde"
16
+ },
17
+ {
18
+ label: "No abrieron la puerta",
19
+ value: "no_abrieron_la_puerta"
20
+ },
21
+ {
22
+ label: "Seguridad",
23
+ value: "seguridad"
24
+ },
25
+ {
26
+ label: "Opositor",
27
+ value: "opositor"
28
+ },
29
+ {
30
+ label: "Consultar a familiar",
31
+ value: "consultar_a_familiar"
32
+ },
33
+ {
34
+ label: "Mala referencia",
35
+ value: "mala_referencia"
36
+ }
37
+ ];
38
+ export {
39
+ a as default
40
+ };
@@ -0,0 +1,14 @@
1
+ import { __exports as I } from "../../../../../_virtual/captacion.js";
2
+ Object.defineProperty(I, "__esModule", { value: !0 });
3
+ I.EstadoCaptacion = I.TipoCaptacion = void 0;
4
+ var N;
5
+ (function(A) {
6
+ A.CLIENTES = "1", A.PROVEEDORES = "2", A.USUARIOS = "3", A.PRODUCTOS = "4", A.PEDIDOS = "5", A.SOLICITUDES = "6", A.PARTNERS = "partners";
7
+ })(N || (I.TipoCaptacion = N = {}));
8
+ var O;
9
+ (function(A) {
10
+ A.ELIMINADA = "-1", A.CANCELADA = "0", A.EN_ESTUDIO = "1", A.PRE_APROBADA = "2", A.APROBADA = "3", A.EN_NEGOCIACION = "4", A.NEGOCIACION_FINALIZADA = "5", A.CONFIRMADA = "6", A.FINALIZADA = "7", A.INCIDENCIA = "8", A.LLAMADA_PENDIENTE = "9", A.IMPAGO = "10";
11
+ })(O || (I.EstadoCaptacion = O = {}));
12
+ export {
13
+ I as default
14
+ };
@@ -0,0 +1,10 @@
1
+ import { __exports as a } from "../../../../../_virtual/garantia.js";
2
+ Object.defineProperty(a, "__esModule", { value: !0 });
3
+ a.TipoGarantia = void 0;
4
+ var r;
5
+ (function(e) {
6
+ e.INMUEBLE = "Propiedad inmobiliaria", e.VEHICULO = "Vehículo", e.AVAL_PERSONAL = "Aval personal", e.BANCARIA = "Bancaria", e.OTROS = "Otros";
7
+ })(r || (a.TipoGarantia = r = {}));
8
+ export {
9
+ a as default
10
+ };
@@ -0,0 +1,10 @@
1
+ import { __exports as o } from "../../../../../_virtual/importacion.js";
2
+ Object.defineProperty(o, "__esModule", { value: !0 });
3
+ o.TipoImportacion = void 0;
4
+ var t;
5
+ (function(e) {
6
+ e.CAPTACION = "captacion", e.PEDIDO = "pedido", e.PRODUCTO = "producto", e.CLIENTE = "cliente";
7
+ })(t || (o.TipoImportacion = t = {}));
8
+ export {
9
+ o as default
10
+ };
@@ -0,0 +1,32 @@
1
+ import { commonjsGlobal as m } from "../../../../../_virtual/_commonjsHelpers.js";
2
+ import { __exports as p } from "../../../../../_virtual/index3.js";
3
+ import "./captacion.js";
4
+ import "./garantia.js";
5
+ import "./importacion.js";
6
+ import "./liquidacion.js";
7
+ import "./notificacion.js";
8
+ import "./pedido.js";
9
+ import "./producto.js";
10
+ import "./shared.js";
11
+ import { __exports as f } from "../../../../../_virtual/captacion.js";
12
+ import { __exports as c } from "../../../../../_virtual/garantia.js";
13
+ import { __exports as u } from "../../../../../_virtual/importacion.js";
14
+ import { __exports as d } from "../../../../../_virtual/liquidacion.js";
15
+ import { __exports as s } from "../../../../../_virtual/notificacion.js";
16
+ import { __exports as l } from "../../../../../_virtual/pedido.js";
17
+ import { __exports as b } from "../../../../../_virtual/producto.js";
18
+ import { __exports as g } from "../../../../../_virtual/shared.js";
19
+ (function(o) {
20
+ var _ = m && m.__createBinding || (Object.create ? function(a, i, r, e) {
21
+ e === void 0 && (e = r);
22
+ var n = Object.getOwnPropertyDescriptor(i, r);
23
+ (!n || ("get" in n ? !i.__esModule : n.writable || n.configurable)) && (n = { enumerable: !0, get: function() {
24
+ return i[r];
25
+ } }), Object.defineProperty(a, e, n);
26
+ } : function(a, i, r, e) {
27
+ e === void 0 && (e = r), a[e] = i[r];
28
+ }), t = m && m.__exportStar || function(a, i) {
29
+ for (var r in a) r !== "default" && !Object.prototype.hasOwnProperty.call(i, r) && _(i, a, r);
30
+ };
31
+ Object.defineProperty(o, "__esModule", { value: !0 }), t(f, o), t(c, o), t(u, o), t(d, o), t(s, o), t(l, o), t(b, o), t(g, o);
32
+ })(p);
@@ -0,0 +1,18 @@
1
+ import { __exports as A } from "../../../../../_virtual/liquidacion.js";
2
+ Object.defineProperty(A, "__esModule", { value: !0 });
3
+ A.TipoLiquidacionReclamo = A.EstadoLiquidacionReclamo = A.EstadoLiquidacion = void 0;
4
+ var N;
5
+ (function(O) {
6
+ O[O.EN_PREVISION = 1] = "EN_PREVISION", O[O.CONFIRMACION_PENDIENTE = 2] = "CONFIRMACION_PENDIENTE", O[O.CONFIRMADA = 3] = "CONFIRMADA", O[O.PAGADA = 4] = "PAGADA", O[O.CON_RECLAMOS = 5] = "CON_RECLAMOS";
7
+ })(N || (A.EstadoLiquidacion = N = {}));
8
+ var I;
9
+ (function(O) {
10
+ O[O.ACTIVO = 1] = "ACTIVO", O[O.APROBADO = 2] = "APROBADO", O[O.NEGADO = 3] = "NEGADO";
11
+ })(I || (A.EstadoLiquidacionReclamo = I = {}));
12
+ var C;
13
+ (function(O) {
14
+ O[O.ITEM = 1] = "ITEM", O[O.COBRO = 2] = "COBRO";
15
+ })(C || (A.TipoLiquidacionReclamo = C = {}));
16
+ export {
17
+ A as default
18
+ };
@@ -0,0 +1,10 @@
1
+ import { __exports as r } from "../../../../../_virtual/notificacion.js";
2
+ Object.defineProperty(r, "__esModule", { value: !0 });
3
+ r.TipoNotificacion = void 0;
4
+ var t;
5
+ (function(e) {
6
+ e.NUEVO = "1", e.DOCUMENTOS = "2", e.REALIZADO = "3", e.INCIDENTES = "4", e.CANCELACION = "5";
7
+ })(t || (r.TipoNotificacion = t = {}));
8
+ export {
9
+ r as default
10
+ };
@@ -0,0 +1,10 @@
1
+ import { __exports as I } from "../../../../../_virtual/pedido.js";
2
+ Object.defineProperty(I, "__esModule", { value: !0 });
3
+ I.EstadoPedido = void 0;
4
+ var D;
5
+ (function(A) {
6
+ A[A.PENDIENTE = 1] = "PENDIENTE", A[A.REVISAR_DOC = 2] = "REVISAR_DOC", A[A.LLAMAR = 3] = "LLAMAR", A[A.FINALIZADO = 4] = "FINALIZADO", A[A.CANCELADO = 5] = "CANCELADO", A[A.LIQUIDADO = 6] = "LIQUIDADO", A[A.INCIDENCIA = 7] = "INCIDENCIA", A[A.TRAMITADO = 8] = "TRAMITADO", A[A.PENDIENTE_ASIGNAR = 9] = "PENDIENTE_ASIGNAR";
7
+ })(D || (I.EstadoPedido = D = {}));
8
+ export {
9
+ I as default
10
+ };
@@ -0,0 +1,22 @@
1
+ import { __exports as E } from "../../../../../_virtual/producto.js";
2
+ Object.defineProperty(E, "__esModule", { value: !0 });
3
+ E.TipoRE = E.TipoIVA = E.TipoProducto = E.EstadoProducto = void 0;
4
+ var r;
5
+ (function(e) {
6
+ e.DESHABILITADO = "0", e.INACTIVO = "1", e.ACTIVADO = "2", e.PUBLICO = "3";
7
+ })(r || (E.EstadoProducto = r = {}));
8
+ var o;
9
+ (function(e) {
10
+ e.ARTICULO = "1", e.SERVICIO_CONTRATO = "2", e.MEMBRESIA = "3", e.OFERTA_EMPLEO = "4";
11
+ })(o || (E.TipoProducto = o = {}));
12
+ var O;
13
+ (function(e) {
14
+ e.GENERAL = "general", e.REDUCIDO = "reducido", e.SUPERREDUCIDO = "superreducido", e.EXENTO = "exento";
15
+ })(O || (E.TipoIVA = O = {}));
16
+ var u;
17
+ (function(e) {
18
+ e.GENERAL = "general", e.REDUCIDO = "reducido", e.SUPERREDUCIDO = "superreducido", e.EXENTO = "exento";
19
+ })(u || (E.TipoRE = u = {}));
20
+ export {
21
+ E as default
22
+ };
@@ -0,0 +1,10 @@
1
+ import { __exports as r } from "../../../../../_virtual/shared.js";
2
+ Object.defineProperty(r, "__esModule", { value: !0 });
3
+ r.EstadoBase = void 0;
4
+ var o;
5
+ (function(e) {
6
+ e[e.INACTIVO = 0] = "INACTIVO", e[e.ACTIVO = 1] = "ACTIVO";
7
+ })(o || (r.EstadoBase = o = {}));
8
+ export {
9
+ r as default
10
+ };