@win2win/shared-ui 0.3.238 → 0.3.239

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (302) hide show
  1. package/dist/_virtual/ProductPrice.js +4 -0
  2. package/dist/_virtual/_commonjsHelpers.js +4 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  4. package/dist/_virtual/archivo.js +4 -0
  5. package/dist/_virtual/canal-props.js +4 -0
  6. package/dist/_virtual/captacion.js +4 -0
  7. package/dist/_virtual/captacion2.js +4 -0
  8. package/dist/_virtual/comision.js +4 -0
  9. package/dist/_virtual/conditions.js +4 -0
  10. package/dist/_virtual/control-types.js +4 -0
  11. package/dist/_virtual/countries.js +4 -0
  12. package/dist/_virtual/estado-effect.js +4 -0
  13. package/dist/_virtual/estado-rule.js +4 -0
  14. package/dist/_virtual/estado.js +4 -0
  15. package/dist/_virtual/flag.js +4 -0
  16. package/dist/_virtual/formatters.js +4 -0
  17. package/dist/_virtual/gama.js +4 -0
  18. package/dist/_virtual/garantia.js +4 -0
  19. package/dist/_virtual/iban.js +4 -0
  20. package/dist/_virtual/id.js +4 -0
  21. package/dist/_virtual/import_schema.js +4 -0
  22. package/dist/_virtual/importacion.js +4 -0
  23. package/dist/_virtual/index.js +4 -0
  24. package/dist/_virtual/index10.js +4 -0
  25. package/dist/_virtual/index11.js +4 -0
  26. package/dist/_virtual/index12.js +4 -0
  27. package/dist/_virtual/index13.js +4 -0
  28. package/dist/_virtual/index14.js +4 -0
  29. package/dist/_virtual/index15.js +4 -0
  30. package/dist/_virtual/index16.js +4 -0
  31. package/dist/_virtual/index17.js +4 -0
  32. package/dist/_virtual/index18.js +4 -0
  33. package/dist/_virtual/index2.js +4 -0
  34. package/dist/_virtual/index3.js +4 -0
  35. package/dist/_virtual/index4.js +4 -0
  36. package/dist/_virtual/index5.js +4 -0
  37. package/dist/_virtual/index6.js +4 -0
  38. package/dist/_virtual/index7.js +4 -0
  39. package/dist/_virtual/index8.js +4 -0
  40. package/dist/_virtual/index9.js +4 -0
  41. package/dist/_virtual/item-liquidable.js +4 -0
  42. package/dist/_virtual/landing.js +4 -0
  43. package/dist/_virtual/languages.js +4 -0
  44. package/dist/_virtual/layout.js +4 -0
  45. package/dist/_virtual/layout2.js +4 -0
  46. package/dist/_virtual/liquidacion.js +4 -0
  47. package/dist/_virtual/liquidaciones.js +4 -0
  48. package/dist/_virtual/llamada.js +4 -0
  49. package/dist/_virtual/lodash.js +4 -0
  50. package/dist/_virtual/mappers.js +4 -0
  51. package/dist/_virtual/notificacion.js +4 -0
  52. package/dist/_virtual/options.js +4 -0
  53. package/dist/_virtual/page_sections.js +4 -0
  54. package/dist/_virtual/partner.js +4 -0
  55. package/dist/_virtual/pedido.js +4 -0
  56. package/dist/_virtual/perfiles.js +4 -0
  57. package/dist/_virtual/permisos.js +4 -0
  58. package/dist/_virtual/producto.js +4 -0
  59. package/dist/_virtual/producto2.js +4 -0
  60. package/dist/_virtual/query-params.js +4 -0
  61. package/dist/_virtual/regla.js +4 -0
  62. package/dist/_virtual/resultado.js +4 -0
  63. package/dist/_virtual/seguimiento.js +4 -0
  64. package/dist/_virtual/shared-types.js +4 -0
  65. package/dist/_virtual/shared.js +4 -0
  66. package/dist/_virtual/timestamp.js +4 -0
  67. package/dist/_virtual/validators.js +4 -0
  68. package/dist/_virtual/validators2.js +4 -0
  69. package/dist/_virtual/visibility.js +4 -0
  70. package/dist/components/Common/Button.vue.js +52 -0
  71. package/dist/components/Common/Button.vue2.js +4 -0
  72. package/dist/components/Common/Card.vue.js +7 -0
  73. package/dist/components/Common/Card.vue2.js +66 -0
  74. package/dist/components/Common/DynamicCarousel.vue.js +102 -0
  75. package/dist/components/Common/DynamicCarousel.vue3.js +5 -0
  76. package/dist/components/Common/FlagsIcons.vue.js +7 -0
  77. package/dist/components/Common/FlagsIcons.vue2.js +45 -0
  78. package/dist/components/Common/GeneratingError.vue.js +25 -0
  79. package/dist/components/Common/GeneratingError.vue2.js +4 -0
  80. package/dist/components/Common/GeneratingLoader.vue.js +25 -0
  81. package/dist/components/Common/GeneratingLoader.vue2.js +4 -0
  82. package/dist/components/Common/IconButton.vue.js +7 -0
  83. package/dist/components/Common/IconButton.vue2.js +97 -0
  84. package/dist/components/Common/IndicatorColor.vue.js +7 -0
  85. package/dist/components/Common/IndicatorColor.vue2.js +20 -0
  86. package/dist/components/Common/MenuButton.vue.js +91 -0
  87. package/dist/components/Common/MenuButton.vue2.js +4 -0
  88. package/dist/components/Common/SectionSpinner.vue.js +7 -0
  89. package/dist/components/Common/SectionSpinner.vue2.js +36 -0
  90. package/dist/components/Common/StateIndicator.vue.js +7 -0
  91. package/dist/components/Common/StateIndicator.vue2.js +41 -0
  92. package/dist/components/index.d.ts +16 -0
  93. package/dist/components/index.d.ts.map +1 -0
  94. package/dist/components/pdf/DomSection.vue.js +19 -0
  95. package/dist/components/pdf/DomSection.vue2.js +4 -0
  96. package/dist/components/pdf/PdfContainer.vue.js +7 -0
  97. package/dist/components/pdf/PdfContainer.vue2.js +102 -0
  98. package/dist/components/pdf/SectionWrapper.vue.js +33 -0
  99. package/dist/components/pdf/SectionWrapper.vue2.js +4 -0
  100. package/dist/components/pdf/SectionsContainer.vue.js +9 -0
  101. package/dist/components/pdf/SectionsContainer.vue2.js +56 -0
  102. package/dist/components/pdf/SectionsContainer.vue3.js +6 -0
  103. package/dist/components/pdf/helpers.js +23 -0
  104. package/dist/components/pdf/sections/Card.vue.js +9 -0
  105. package/dist/components/pdf/sections/Card.vue2.js +52 -0
  106. package/dist/components/pdf/sections/Card.vue3.js +12 -0
  107. package/dist/components/pdf/sections/CardGridSection.vue.js +9 -0
  108. package/dist/components/pdf/sections/CardGridSection.vue2.js +30 -0
  109. package/dist/components/pdf/sections/CardGridSection.vue3.js +6 -0
  110. package/dist/components/pdf/sections/ImageSection.vue.js +9 -0
  111. package/dist/components/pdf/sections/ImageSection.vue2.js +26 -0
  112. package/dist/components/pdf/sections/ImageSection.vue3.js +6 -0
  113. package/dist/components/pdf/sections/RadioButtonsSection.vue.js +7 -0
  114. package/dist/components/pdf/sections/RadioButtonsSection.vue2.js +43 -0
  115. package/dist/components/pdf/sections/SignatureSection.vue.js +7 -0
  116. package/dist/components/pdf/sections/SignatureSection.vue2.js +115 -0
  117. package/dist/components/pdf/sections/TableSection.vue.js +9 -0
  118. package/dist/components/pdf/sections/TableSection.vue2.js +49 -0
  119. package/dist/components/pdf/sections/TableSection.vue3.js +6 -0
  120. package/dist/components/pdf/sections/TextSection.vue.js +9 -0
  121. package/dist/components/pdf/sections/TextSection.vue2.js +135 -0
  122. package/dist/components/pdf/sections/TextSection.vue3.js +11 -0
  123. package/dist/components/pdf/sections/useData.js +8 -0
  124. package/dist/components/widgets/broker-card/BrokerCard.vue.js +7 -0
  125. package/dist/components/widgets/broker-card/BrokerCard.vue2.js +171 -0
  126. package/dist/components/widgets/broker-card/components/BrokerProps.vue.js +7 -0
  127. package/dist/components/widgets/broker-card/components/BrokerProps.vue2.js +117 -0
  128. package/dist/components/widgets/broker-card/mock-data.js +452 -0
  129. package/dist/components/widgets/broker-card/mock-props.js +273 -0
  130. package/dist/components/widgets/broker-card/schema.js +11 -0
  131. package/dist/components/widgets/broker-detail/BrokerDetail.vue.js +7 -0
  132. package/dist/components/widgets/broker-detail/BrokerDetail.vue2.js +174 -0
  133. package/dist/components/widgets/broker-detail/components/BrokertActions.vue.js +7 -0
  134. package/dist/components/widgets/broker-detail/components/BrokertActions.vue2.js +31 -0
  135. package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue.js +7 -0
  136. package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue2.js +90 -0
  137. package/dist/components/widgets/broker-detail/mock-data.js +227 -0
  138. package/dist/components/widgets/broker-detail/mock-props.js +12 -0
  139. package/dist/components/widgets/broker-detail/schema.js +10 -0
  140. package/dist/components/widgets/broker-detail/useContext.js +32 -0
  141. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.js +7 -0
  142. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue2.js +249 -0
  143. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue.js +36 -0
  144. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue2.js +4 -0
  145. package/dist/components/widgets/linvermedia-product-card/mock-data.js +1121 -0
  146. package/dist/components/widgets/linvermedia-product-card/mock-props.js +20 -0
  147. package/dist/components/widgets/linvermedia-product-card/schema.js +13 -0
  148. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.js +7 -0
  149. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue2.js +151 -0
  150. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue.js +7 -0
  151. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue2.js +90 -0
  152. package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.js +9 -0
  153. package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue2.js +147 -0
  154. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue.js +37 -0
  155. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue2.js +4 -0
  156. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue.js +7 -0
  157. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue2.js +61 -0
  158. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue.js +7 -0
  159. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue2.js +56 -0
  160. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue.js +21 -0
  161. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue2.js +4 -0
  162. package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue.js +7 -0
  163. package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue2.js +91 -0
  164. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue.js +20 -0
  165. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue2.js +4 -0
  166. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue.js +7 -0
  167. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue2.js +49 -0
  168. package/dist/components/widgets/linvermedia-product-detail/mock-data.js +1005 -0
  169. package/dist/components/widgets/linvermedia-product-detail/mock-props.js +12 -0
  170. package/dist/components/widgets/linvermedia-product-detail/schema.js +11 -0
  171. package/dist/components/widgets/linvermedia-product-detail/useContext.js +43 -0
  172. package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue.js +7 -0
  173. package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue2.js +74 -0
  174. package/dist/components/widgets/linvermedia-solicitud-card/mock-data.js +580 -0
  175. package/dist/components/widgets/linvermedia-solicitud-card/mock-props.js +8 -0
  176. package/dist/components/widgets/linvermedia-solicitud-card/schema.js +5 -0
  177. package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue.js +7 -0
  178. package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue2.js +263 -0
  179. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue.js +21 -0
  180. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue2.js +4 -0
  181. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue.js +20 -0
  182. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue2.js +4 -0
  183. package/dist/components/widgets/perdm-telephony-product-detail/mock-data.js +1187 -0
  184. package/dist/components/widgets/perdm-telephony-product-detail/mock-props.js +12 -0
  185. package/dist/components/widgets/perdm-telephony-product-detail/schema.js +11 -0
  186. package/dist/components/widgets/perdm-telephony-product-detail/useContext.js +41 -0
  187. package/dist/components/widgets/shared/LinvermediaGamaProps.js +1688 -0
  188. package/dist/components/widgets/shared/PerdmTelephonyGamaProps.js +1688 -0
  189. package/dist/components/widgets/shared/ProductPrice.vue.js +7 -0
  190. package/dist/components/widgets/shared/ProductPrice.vue2.js +84 -0
  191. package/dist/components/widgets/shared/ProductProps.vue.js +294 -0
  192. package/dist/components/widgets/shared/ProductProps.vue2.js +4 -0
  193. package/dist/components/widgets/shared/ProductTag.vue.js +7 -0
  194. package/dist/components/widgets/shared/ProductTag.vue2.js +38 -0
  195. package/dist/components/widgets/shared/helpers.js +52 -0
  196. package/dist/components/widgets/shared/schema.js +17 -0
  197. package/dist/components/widgets/shared/useWidgetEvent.js +13 -0
  198. package/dist/components/widgets/telephony-card/TelephonyCard.vue.js +7 -0
  199. package/dist/components/widgets/telephony-card/TelephonyCard.vue2.js +292 -0
  200. package/dist/components/widgets/telephony-card/mock-data.js +1197 -0
  201. package/dist/components/widgets/telephony-card/mock-props.js +400 -0
  202. package/dist/components/widgets/telephony-card/schema.js +22 -0
  203. package/dist/components/widgets/telmex-card/TelmexCard.vue.js +7 -0
  204. package/dist/components/widgets/telmex-card/TelmexCard.vue2.js +232 -0
  205. package/dist/components/widgets/telmex-card/mock-data.js +1545 -0
  206. package/dist/components/widgets/telmex-card/mock-props.js +1332 -0
  207. package/dist/components/widgets/telmex-card/schema.js +22 -0
  208. package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue.js +7 -0
  209. package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue2.js +648 -0
  210. package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue.js +7 -0
  211. package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue2.js +316 -0
  212. package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue.js +21 -0
  213. package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue2.js +4 -0
  214. package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue.js +20 -0
  215. package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue2.js +4 -0
  216. package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue.js +7 -0
  217. package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue2.js +52 -0
  218. package/dist/components/widgets/telmex-product-detail/mock-data.js +1561 -0
  219. package/dist/components/widgets/telmex-product-detail/mock-props.js +10 -0
  220. package/dist/components/widgets/telmex-product-detail/schema.js +11 -0
  221. package/dist/components/widgets/telmex-product-detail/useContext.js +41 -0
  222. package/dist/components.js +31 -0
  223. package/dist/composables/fetching/fetchUniqFactory.js +21 -0
  224. package/dist/composables/fetching/fetchUniqProvider.js +15 -0
  225. package/dist/composables/fetching/types.js +11 -0
  226. package/dist/composables/fetching/useFetch.js +40 -0
  227. package/dist/composables/fetching/useFetchPages.js +101 -0
  228. package/dist/composables/useDragAndDrop.js +65 -0
  229. package/dist/composables/utils.js +11 -0
  230. package/dist/composables.js +17 -0
  231. package/dist/index.js +58 -0
  232. package/dist/node_modules/@win2win/shared/dist/consts/countries.js +1082 -0
  233. package/dist/node_modules/@win2win/shared/dist/consts/index.js +26 -0
  234. package/dist/node_modules/@win2win/shared/dist/consts/languages.js +173 -0
  235. package/dist/node_modules/@win2win/shared/dist/consts/perfiles/index.js +18 -0
  236. package/dist/node_modules/@win2win/shared/dist/consts/perfiles/perfiles.js +38 -0
  237. package/dist/node_modules/@win2win/shared/dist/consts/permisos/index.js +18 -0
  238. package/dist/node_modules/@win2win/shared/dist/consts/permisos/permisos.js +129 -0
  239. package/dist/node_modules/@win2win/shared/dist/consts/visitas/index.js +18 -0
  240. package/dist/node_modules/@win2win/shared/dist/consts/visitas/resultado.js +40 -0
  241. package/dist/node_modules/@win2win/shared/dist/enums/captacion.js +14 -0
  242. package/dist/node_modules/@win2win/shared/dist/enums/garantia.js +10 -0
  243. package/dist/node_modules/@win2win/shared/dist/enums/importacion.js +10 -0
  244. package/dist/node_modules/@win2win/shared/dist/enums/index.js +32 -0
  245. package/dist/node_modules/@win2win/shared/dist/enums/liquidacion.js +18 -0
  246. package/dist/node_modules/@win2win/shared/dist/enums/notificacion.js +10 -0
  247. package/dist/node_modules/@win2win/shared/dist/enums/pedido.js +10 -0
  248. package/dist/node_modules/@win2win/shared/dist/enums/producto.js +22 -0
  249. package/dist/node_modules/@win2win/shared/dist/enums/shared.js +10 -0
  250. package/dist/node_modules/@win2win/shared/dist/helpers/ProductPrice.js +61 -0
  251. package/dist/node_modules/@win2win/shared/dist/helpers/formatters.js +76 -0
  252. package/dist/node_modules/@win2win/shared/dist/helpers/index.js +22 -0
  253. package/dist/node_modules/@win2win/shared/dist/helpers/validators.js +15 -0
  254. package/dist/node_modules/@win2win/shared/dist/index.js +24 -0
  255. package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/canal-props.js +5 -0
  256. package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/index.js +18 -0
  257. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-effect.js +10 -0
  258. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-rule.js +23 -0
  259. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado.js +5 -0
  260. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/flag.js +10 -0
  261. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/index.js +26 -0
  262. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/llamada.js +18 -0
  263. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/import_schema.js +5 -0
  264. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/index.js +20 -0
  265. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/layout.js +7 -0
  266. package/dist/node_modules/@win2win/shared/dist/interfaces/index.js +34 -0
  267. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/index.js +20 -0
  268. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/landing.js +5 -0
  269. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/page_sections.js +270 -0
  270. package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/index.js +18 -0
  271. package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/layout.js +15 -0
  272. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/comision.js +11 -0
  273. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/index.js +24 -0
  274. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/item-liquidable.js +5 -0
  275. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/liquidaciones.js +10 -0
  276. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/regla.js +27 -0
  277. package/dist/node_modules/@win2win/shared/dist/interfaces/props/conditions.js +7 -0
  278. package/dist/node_modules/@win2win/shared/dist/interfaces/props/control-types.js +27 -0
  279. package/dist/node_modules/@win2win/shared/dist/interfaces/props/index.js +28 -0
  280. package/dist/node_modules/@win2win/shared/dist/interfaces/props/mappers.js +5 -0
  281. package/dist/node_modules/@win2win/shared/dist/interfaces/props/options.js +5 -0
  282. package/dist/node_modules/@win2win/shared/dist/interfaces/props/validators.js +85 -0
  283. package/dist/node_modules/@win2win/shared/dist/interfaces/props/visibility.js +5 -0
  284. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/archivo.js +5 -0
  285. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/captacion.js +5 -0
  286. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/gama.js +5 -0
  287. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/index.js +28 -0
  288. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/partner.js +5 -0
  289. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/producto.js +5 -0
  290. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/seguimiento.js +17 -0
  291. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/id.js +5 -0
  292. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/index.js +24 -0
  293. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/query-params.js +5 -0
  294. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/shared-types.js +5 -0
  295. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/timestamp.js +10 -0
  296. package/dist/node_modules/better-dni/dist/index.js +67 -0
  297. package/dist/node_modules/iban/iban.js +114 -0
  298. package/dist/node_modules/lodash/lodash.js +3676 -0
  299. package/dist/widgets.js +154 -0
  300. package/package.json +21 -5
  301. package/dist/w2w-shared-ui.js +0 -26029
  302. package/dist/w2w-shared-ui.umd.cjs +0 -48
@@ -0,0 +1,102 @@
1
+ import { defineComponent as b, ref as a, createBlock as s, createElementBlock as d, openBlock as l, unref as r, normalizeStyle as g, createSlots as w, withCtx as u, Fragment as B, renderList as $, createCommentVNode as Q, createVNode as i, withModifiers as h } from "vue";
2
+ import { QCarousel as R, QCarouselSlide as V, QCarouselControl as S, QBtn as k, QImg as M } from "quasar";
3
+ import N from "./GeneratingError.vue.js";
4
+ import U from "./GeneratingLoader.vue.js";
5
+ const _ = ["src"], x = { key: 1 }, L = /* @__PURE__ */ b({
6
+ __name: "DynamicCarousel",
7
+ props: {
8
+ items: {},
9
+ height: { default: "375px" },
10
+ editableTags: { type: Boolean, default: !1 },
11
+ borderRadius: { default: "6.5px" },
12
+ showControls: { type: Boolean, default: !0 },
13
+ autoplay: { type: Boolean, default: !0 },
14
+ cover: { type: Boolean, default: !0 }
15
+ },
16
+ setup(z) {
17
+ const C = (t) => t.location ? t.location : "", n = a(null), f = a(1), p = a(!1), m = a(!1);
18
+ return (t, o) => {
19
+ var v, c;
20
+ return (v = t.items) != null && v.length ? (l(), s(r(R), {
21
+ key: 0,
22
+ onMouseover: o[2] || (o[2] = (e) => m.value = !0),
23
+ onMouseleave: o[3] || (o[3] = (e) => m.value = !1),
24
+ autoplay: t.autoplay,
25
+ animated: "",
26
+ "control-text-color": "grey",
27
+ swipeable: "",
28
+ infinite: "",
29
+ ratio: 3 / 3,
30
+ height: t.height,
31
+ modelValue: f.value,
32
+ "onUpdate:modelValue": o[4] || (o[4] = (e) => f.value = e),
33
+ fullscreen: p.value,
34
+ "onUpdate:fullscreen": o[5] || (o[5] = (e) => p.value = e),
35
+ ref_key: "carouselRef",
36
+ ref: n,
37
+ style: g({ borderRadius: t.borderRadius })
38
+ }, w({
39
+ default: u(() => [
40
+ (l(!0), d(B, null, $(t.items, (e, y) => (l(), s(r(V), {
41
+ key: y,
42
+ name: y + 1,
43
+ style: { overflow: "hidden", "background-color": "white", padding: "0" },
44
+ "img-src": C(e)
45
+ }, {
46
+ default: u(() => [
47
+ e.estado === 0 ? (l(), s(N, { key: 0 })) : e.estado === 2 ? (l(), s(U, { key: 1 })) : e.tipo === "video" ? (l(), d("video", {
48
+ key: 2,
49
+ src: e.location,
50
+ autoplay: "",
51
+ loop: "",
52
+ style: { width: "100%", height: "100%" }
53
+ }, " Your browser does not support the video tag. ", 8, _)) : Q("", !0)
54
+ ]),
55
+ _: 2
56
+ }, 1032, ["name", "img-src"]))), 128))
57
+ ]),
58
+ _: 2
59
+ }, [
60
+ t.showControls && n.value && (((c = t.items) == null ? void 0 : c.length) || 0) > 1 ? {
61
+ name: "control",
62
+ fn: u(() => [
63
+ i(r(S), {
64
+ offset: [18, 18],
65
+ position: "right",
66
+ class: "carousel-controls"
67
+ }, {
68
+ default: u(() => [
69
+ i(r(k), {
70
+ unelevated: "",
71
+ round: "",
72
+ dense: "",
73
+ "text-color": "black",
74
+ icon: "chevron_left",
75
+ onClick: o[0] || (o[0] = h((e) => n.value.previous(), ["stop"]))
76
+ }),
77
+ i(r(k), {
78
+ unelevated: "",
79
+ round: "",
80
+ dense: "",
81
+ "text-color": "black",
82
+ icon: "chevron_right",
83
+ onClick: o[1] || (o[1] = h((e) => n.value.next(), ["stop"]))
84
+ })
85
+ ]),
86
+ _: 1
87
+ })
88
+ ]),
89
+ key: "0"
90
+ } : void 0
91
+ ]), 1032, ["autoplay", "height", "modelValue", "fullscreen", "style"])) : (l(), d("div", x, [
92
+ i(r(M), {
93
+ style: g(`height: ${t.height || "400px"}`),
94
+ src: "placeholder.webp"
95
+ }, null, 8, ["style"])
96
+ ]));
97
+ };
98
+ }
99
+ });
100
+ export {
101
+ L as default
102
+ };
@@ -0,0 +1,5 @@
1
+ import o from "./DynamicCarousel.vue.js";
2
+ /* empty css */
3
+ export {
4
+ o as default
5
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./FlagsIcons.vue2.js";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5dec39a6"]]);
5
+ export {
6
+ c as default
7
+ };
@@ -0,0 +1,45 @@
1
+ import { defineComponent as p, computed as u, createElementBlock as l, openBlock as r, Fragment as d, renderList as f, createElementVNode as s, createVNode as g, normalizeClass as _, unref as N, withCtx as y, createTextVNode as x, toDisplayString as h } from "vue";
2
+ import "../../node_modules/@win2win/shared/dist/index.js";
3
+ import { QTooltip as C } from "quasar";
4
+ import { __exports as o } from "../../_virtual/index.js";
5
+ const E = ["src", "alt"], V = /* @__PURE__ */ p({
6
+ __name: "FlagsIcons",
7
+ props: {
8
+ items: { default: () => [] },
9
+ type: { default: "languages" },
10
+ size: { default: "md" }
11
+ },
12
+ setup(i) {
13
+ const a = i, t = a.type === "countries" ? o.COUNTRIES : o.LANGUAGES, m = u(
14
+ () => (a.items || []).filter((e) => t[e]).map((e) => ({
15
+ image: t[e].flag,
16
+ name: (a.type === "countries", t[e].nativeName)
17
+ })) || []
18
+ );
19
+ return (e, k) => (r(), l("div", null, [
20
+ (r(!0), l(d, null, f(m.value, (n, c) => (r(), l("span", {
21
+ key: c,
22
+ style: { "margin-right": "6px" }
23
+ }, [
24
+ s("div", {
25
+ class: _(["flag-circle", `flag-${e.size}`])
26
+ }, [
27
+ s("img", {
28
+ src: n.image,
29
+ alt: n.name,
30
+ class: "flag"
31
+ }, null, 8, E)
32
+ ], 2),
33
+ g(N(C), null, {
34
+ default: y(() => [
35
+ x(h(n.name), 1)
36
+ ]),
37
+ _: 2
38
+ }, 1024)
39
+ ]))), 128))
40
+ ]));
41
+ }
42
+ });
43
+ export {
44
+ V as default
45
+ };
@@ -0,0 +1,25 @@
1
+ import { defineComponent as r, createElementBlock as n, openBlock as o, createElementVNode as e, createVNode as s, unref as a, toDisplayString as c } from "vue";
2
+ import { QIcon as i } from "quasar";
3
+ const l = {
4
+ class: "q-pa-lg flex-center items-center",
5
+ style: { width: "100%", height: "100%" }
6
+ }, _ = { class: "stack flex-center" }, d = { class: "text-grey-8" }, x = /* @__PURE__ */ r({
7
+ __name: "GeneratingError",
8
+ props: {
9
+ text: { default: "Generación de imagen fallida" }
10
+ },
11
+ setup(m) {
12
+ return (t, p) => (o(), n("div", l, [
13
+ e("div", _, [
14
+ s(a(i), {
15
+ size: "xl",
16
+ name: "sym_o_error"
17
+ }),
18
+ e("div", d, c(t.text), 1)
19
+ ])
20
+ ]));
21
+ }
22
+ });
23
+ export {
24
+ x as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./GeneratingError.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,25 @@
1
+ import { defineComponent as o, createElementBlock as r, openBlock as n, createElementVNode as e, createVNode as s, unref as c, toDisplayString as a } from "vue";
2
+ import { QSpinnerHourglass as i } from "quasar";
3
+ const l = {
4
+ class: "q-pa-lg flex-center items-center",
5
+ style: { width: "100%", height: "100%" }
6
+ }, d = { class: "stack flex-center" }, p = { class: "text-grey-8" }, u = /* @__PURE__ */ o({
7
+ __name: "GeneratingLoader",
8
+ props: {
9
+ text: { default: "Generando contenido..." }
10
+ },
11
+ setup(_) {
12
+ return (t, m) => (n(), r("div", l, [
13
+ e("div", d, [
14
+ s(c(i), {
15
+ color: "primary",
16
+ size: "xl"
17
+ }),
18
+ e("div", p, a(t.text), 1)
19
+ ])
20
+ ]));
21
+ }
22
+ });
23
+ export {
24
+ u as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./GeneratingLoader.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./IconButton.vue2.js";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-69db396c"]]);
5
+ export {
6
+ p as default
7
+ };
@@ -0,0 +1,97 @@
1
+ import { defineComponent as m, toRefs as w, computed as s, createBlock as a, openBlock as n, unref as o, normalizeStyle as y, withCtx as l, createCommentVNode as i, renderSlot as b, createTextVNode as u, toDisplayString as c } from "vue";
2
+ import { QBtn as v, QTooltip as g, QBadge as B } from "quasar";
3
+ const S = /* @__PURE__ */ m({
4
+ __name: "IconButton",
5
+ props: {
6
+ icon: {},
7
+ label: {},
8
+ badge: {},
9
+ sm: { type: Boolean },
10
+ md: { type: Boolean },
11
+ color: {},
12
+ flat: { type: Boolean, default: !0 },
13
+ disable: { type: Boolean },
14
+ outline: { type: Boolean },
15
+ bg: {},
16
+ custom: { type: Boolean, default: !1 }
17
+ },
18
+ setup(p) {
19
+ const r = p, { icon: t, label: d } = w(r), _ = s(
20
+ () => r.custom ? t.value : {
21
+ edit: "sym_o_edit_square",
22
+ add: "o_add_box",
23
+ save: "save",
24
+ delete: "o_delete",
25
+ view: "o_visibility",
26
+ cancel: "close",
27
+ confirm: "done",
28
+ tune: "tune",
29
+ refresh: "refresh",
30
+ close: "close",
31
+ expand: "keyboard_arrow_down",
32
+ collapse: "keyboard_arrow_up",
33
+ code: "code",
34
+ search: "search",
35
+ import: "o_upload_file",
36
+ download: "o_download",
37
+ clone: "content_copy",
38
+ publish: "send",
39
+ support: "support",
40
+ up: "arrow_upward",
41
+ down: "arrow_downward",
42
+ upload: "o_upload",
43
+ reset_tv: "sym_o_reset_tv",
44
+ card_view: "view_module",
45
+ table_view: "view_list",
46
+ drag: "drag_indicator",
47
+ send: "send",
48
+ sync: "sync",
49
+ back: "arrow_back",
50
+ reorder: "reorder",
51
+ preview: "o_description",
52
+ copy_id: "content_copy",
53
+ prev: "arrow_back_ios_new",
54
+ next: "arrow_forward_ios",
55
+ menu: "more_vert",
56
+ assign: "o_assignment_ind",
57
+ clipboard: "content_paste_go"
58
+ }[t.value || ""] ?? t.value
59
+ ), f = s(() => r.sm ? "12px" : r.md ? "14px" : "16px");
60
+ return (e, k) => (n(), a(o(v), {
61
+ unelevated: "",
62
+ size: f.value,
63
+ flat: e.flat && !e.outline,
64
+ outline: e.outline,
65
+ round: "",
66
+ icon: _.value,
67
+ color: e.color,
68
+ disable: e.disable,
69
+ style: y({ background: e.bg || "none" })
70
+ }, {
71
+ default: l(() => [
72
+ o(d) ? (n(), a(o(g), { key: 0 }, {
73
+ default: l(() => [
74
+ u(c(o(d)), 1)
75
+ ]),
76
+ _: 1
77
+ })) : i("", !0),
78
+ e.badge ? (n(), a(o(B), {
79
+ key: 1,
80
+ rounded: "",
81
+ color: "secondary-3",
82
+ floating: ""
83
+ }, {
84
+ default: l(() => [
85
+ u(c(e.badge), 1)
86
+ ]),
87
+ _: 1
88
+ })) : i("", !0),
89
+ b(e.$slots, "default", {}, void 0, !0)
90
+ ]),
91
+ _: 3
92
+ }, 8, ["size", "flat", "outline", "icon", "color", "disable", "style"]));
93
+ }
94
+ });
95
+ export {
96
+ S as default
97
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./IndicatorColor.vue2.js";
2
+ /* empty css */
3
+ import r from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-f7a2cee7"]]);
5
+ export {
6
+ e as default
7
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as n, computed as c, createElementBlock as l, openBlock as a, normalizeStyle as s, normalizeClass as i } from "vue";
2
+ const m = /* @__PURE__ */ n({
3
+ __name: "IndicatorColor",
4
+ props: {
5
+ color: {}
6
+ },
7
+ setup(e) {
8
+ const r = e, t = c(() => {
9
+ var o;
10
+ return (o = r.color) != null && o.startsWith("#") ? { background: r.color } : {};
11
+ });
12
+ return (o, p) => (a(), l("div", {
13
+ class: i([o.color, "indicator-icon"]),
14
+ style: s(t.value)
15
+ }, null, 6));
16
+ }
17
+ });
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,91 @@
1
+ import { defineComponent as b, computed as c, resolveComponent as y, resolveDirective as B, createBlock as r, openBlock as t, resolveDynamicComponent as h, withCtx as l, createVNode as a, unref as n, createElementBlock as s, Fragment as w, renderList as I, withDirectives as g, createCommentVNode as u, createTextVNode as x, toDisplayString as z } from "vue";
2
+ import { QMenu as Q, QList as D, QItem as N, QItemSection as d, QIcon as V } from "quasar";
3
+ import L from "./Button.vue.js";
4
+ import M from "./IconButton.vue.js";
5
+ const S = {
6
+ key: 1,
7
+ class: "center full-width"
8
+ }, A = /* @__PURE__ */ b({
9
+ __name: "MenuButton",
10
+ props: {
11
+ icon: { default: "menu" },
12
+ color: {},
13
+ textColor: {},
14
+ flat: { type: Boolean },
15
+ label: {},
16
+ size: { default: "md" },
17
+ items: {},
18
+ normalButton: { type: Boolean, default: !1 },
19
+ loading: { type: Boolean, default: !1 }
20
+ },
21
+ emits: ["onItemClick"],
22
+ setup(p, { emit: m }) {
23
+ const f = m, i = p, C = c(() => i.items.filter((o) => o.show !== !1)), k = c(() => i.normalButton ? L : M);
24
+ return (o, $) => {
25
+ const v = y("IndicatorColor"), _ = B("close-popup");
26
+ return t(), r(h(k.value), {
27
+ action: o.icon ? "" : "menu",
28
+ icon: o.icon,
29
+ label: o.label,
30
+ "text-color": o.textColor,
31
+ color: o.color,
32
+ flat: o.flat,
33
+ size: o.size,
34
+ unelevated: "",
35
+ loading: o.loading
36
+ }, {
37
+ default: l(() => [
38
+ a(n(Q), null, {
39
+ default: l(() => [
40
+ a(n(D), { style: { "min-width": "150px" } }, {
41
+ default: l(() => [
42
+ (t(!0), s(w, null, I(C.value, (e) => g((t(), r(n(N), {
43
+ clickable: "",
44
+ onClick: (E) => e.onClick ? e.onClick() : f("onItemClick", e),
45
+ disable: e.disabled
46
+ }, {
47
+ default: l(() => [
48
+ e.icon || e.color ? (t(), r(n(d), {
49
+ key: 0,
50
+ avatar: "",
51
+ style: { width: "40px !important", "min-width": "40px !important" }
52
+ }, {
53
+ default: l(() => [
54
+ e.icon ? (t(), r(n(V), {
55
+ key: 0,
56
+ name: e.icon,
57
+ size: "xs"
58
+ }, null, 8, ["name"])) : e.color ? (t(), s("div", S, [
59
+ a(v, {
60
+ color: e.color
61
+ }, null, 8, ["color"])
62
+ ])) : u("", !0)
63
+ ]),
64
+ _: 2
65
+ }, 1024)) : u("", !0),
66
+ a(n(d), { style: { "text-wrap": "nowrap" } }, {
67
+ default: l(() => [
68
+ x(z(e.label), 1)
69
+ ]),
70
+ _: 2
71
+ }, 1024)
72
+ ]),
73
+ _: 2
74
+ }, 1032, ["onClick", "disable"])), [
75
+ [_]
76
+ ])), 256))
77
+ ]),
78
+ _: 1
79
+ })
80
+ ]),
81
+ _: 1
82
+ })
83
+ ]),
84
+ _: 1
85
+ }, 8, ["action", "icon", "label", "text-color", "color", "flat", "size", "loading"]);
86
+ };
87
+ }
88
+ });
89
+ export {
90
+ A as default
91
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./MenuButton.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./SectionSpinner.vue2.js";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d6dc0ffd"]]);
5
+ export {
6
+ c as default
7
+ };
@@ -0,0 +1,36 @@
1
+ import { defineComponent as n, createBlock as a, openBlock as t, Transition as i, withCtx as r, withDirectives as s, createElementVNode as o, normalizeClass as l, createVNode as c, createElementBlock as d, createCommentVNode as p, unref as f, toDisplayString as m, vShow as u } from "vue";
2
+ import { QSpinner as _ } from "quasar";
3
+ const x = { class: "text-center" }, h = {
4
+ key: 0,
5
+ class: "q-mt-md"
6
+ }, y = /* @__PURE__ */ n({
7
+ __name: "SectionSpinner",
8
+ props: {
9
+ fixed: { type: Boolean, default: !1 },
10
+ loading: { type: Boolean, default: !1 },
11
+ text: {}
12
+ },
13
+ setup(k) {
14
+ return (e, v) => (t(), a(i, { name: "fade" }, {
15
+ default: r(() => [
16
+ s(o("div", {
17
+ class: l(["spinner-container", { fixed: e.fixed }])
18
+ }, [
19
+ o("div", x, [
20
+ c(f(_), {
21
+ size: "40px",
22
+ color: "black"
23
+ }),
24
+ e.text ? (t(), d("div", h, m(e.text), 1)) : p("", !0)
25
+ ])
26
+ ], 2), [
27
+ [u, e.loading]
28
+ ])
29
+ ]),
30
+ _: 1
31
+ }));
32
+ }
33
+ });
34
+ export {
35
+ y as default
36
+ };
@@ -0,0 +1,7 @@
1
+ import t from "./StateIndicator.vue2.js";
2
+ /* empty css */
3
+ import o from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-5217c805"]]);
5
+ export {
6
+ m as default
7
+ };
@@ -0,0 +1,41 @@
1
+ import { defineComponent as d, toRefs as v, computed as o, createElementBlock as f, openBlock as b, createVNode as y, createElementVNode as C, normalizeClass as N, normalizeStyle as _, toDisplayString as x } from "vue";
2
+ import S from "./IndicatorColor.vue.js";
3
+ const g = { class: "flex no-wrap text-no-wrap items-center justify-start" }, h = /* @__PURE__ */ d({
4
+ __name: "StateIndicator",
5
+ props: {
6
+ state: { default: 0 },
7
+ labels: { default: () => ["Inactivo", "Activo"] },
8
+ textClassName: {},
9
+ colors: { default: () => ["grey", "green"] },
10
+ states: {},
11
+ sm: { type: Boolean },
12
+ color: {},
13
+ label: {}
14
+ },
15
+ setup(r) {
16
+ const s = r, { state: l, labels: n, colors: c, states: t, color: u, label: m } = v(s), a = o(() => {
17
+ var e;
18
+ return ((e = t == null ? void 0 : t.value) == null ? void 0 : e[l.value]) || null;
19
+ }), i = o(
20
+ () => {
21
+ var e;
22
+ return m.value ?? (((e = a.value) == null ? void 0 : e.label) || n.value[Number(l.value)]);
23
+ }
24
+ ), p = o(
25
+ () => {
26
+ var e;
27
+ return u.value ?? (((e = a.value) == null ? void 0 : e.color) || c.value[Number(l.value)]);
28
+ }
29
+ );
30
+ return (e, z) => (b(), f("div", g, [
31
+ y(S, { color: p.value }, null, 8, ["color"]),
32
+ C("span", {
33
+ style: _(e.sm ? "font-size: 12px" : ""),
34
+ class: N(`indicator-label ${e.textClassName}`)
35
+ }, x(i.value), 7)
36
+ ]));
37
+ }
38
+ });
39
+ export {
40
+ h as default
41
+ };
@@ -0,0 +1,16 @@
1
+ export { default as Button } from "./Common/Button.vue";
2
+ export { default as Card } from "./Common/Card.vue";
3
+ export { default as DynamicCarousel } from "./Common/DynamicCarousel.vue";
4
+ export { default as FlagsIcons } from "./Common/FlagsIcons.vue";
5
+ export { default as IconButton } from "./Common/IconButton.vue";
6
+ export { default as IndicatorColor } from "./Common/IndicatorColor.vue";
7
+ export { default as MenuButton } from "./Common/MenuButton.vue";
8
+ export { default as SectionSpinner } from "./Common/SectionSpinner.vue";
9
+ export { default as StateIndicator } from "./Common/StateIndicator.vue";
10
+ export { default as SectionsContainer } from "./pdf/SectionsContainer.vue";
11
+ export { default as ProductPrice } from "./widgets/shared/ProductPrice.vue";
12
+ export { default as ProductProps } from "./widgets/shared/ProductProps.vue";
13
+ export { default as ProductTag } from "./widgets/shared/ProductTag.vue";
14
+ export { WidgetsIndex } from "./widgets";
15
+ export * from "./widgets/interfaces";
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAG3E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAGxE,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { defineComponent as r, ref as p, watch as i, createElementBlock as s, openBlock as a } from "vue";
2
+ const l = /* @__PURE__ */ r({
3
+ __name: "DomSection",
4
+ props: {
5
+ section: {}
6
+ },
7
+ setup(t) {
8
+ const o = p(null), c = t;
9
+ return i([() => c.section, o], ([e, n]) => {
10
+ e && n && n.appendChild(e);
11
+ }), (e, n) => (a(), s("div", {
12
+ ref_key: "container",
13
+ ref: o
14
+ }, null, 512));
15
+ }
16
+ });
17
+ export {
18
+ l as default
19
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./DomSection.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./PdfContainer.vue2.js";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-cdaacfcf"]]);
5
+ export {
6
+ c as default
7
+ };