@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.
- package/dist/_virtual/ProductPrice.js +4 -0
- package/dist/_virtual/_commonjsHelpers.js +4 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/archivo.js +4 -0
- package/dist/_virtual/canal-props.js +4 -0
- package/dist/_virtual/captacion.js +4 -0
- package/dist/_virtual/captacion2.js +4 -0
- package/dist/_virtual/comision.js +4 -0
- package/dist/_virtual/conditions.js +4 -0
- package/dist/_virtual/control-types.js +4 -0
- package/dist/_virtual/countries.js +4 -0
- package/dist/_virtual/estado-effect.js +4 -0
- package/dist/_virtual/estado-rule.js +4 -0
- package/dist/_virtual/estado.js +4 -0
- package/dist/_virtual/flag.js +4 -0
- package/dist/_virtual/formatters.js +4 -0
- package/dist/_virtual/gama.js +4 -0
- package/dist/_virtual/garantia.js +4 -0
- package/dist/_virtual/iban.js +4 -0
- package/dist/_virtual/id.js +4 -0
- package/dist/_virtual/import_schema.js +4 -0
- package/dist/_virtual/importacion.js +4 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/index10.js +4 -0
- package/dist/_virtual/index11.js +4 -0
- package/dist/_virtual/index12.js +4 -0
- package/dist/_virtual/index13.js +4 -0
- package/dist/_virtual/index14.js +4 -0
- package/dist/_virtual/index15.js +4 -0
- package/dist/_virtual/index16.js +4 -0
- package/dist/_virtual/index17.js +4 -0
- package/dist/_virtual/index18.js +4 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/index4.js +4 -0
- package/dist/_virtual/index5.js +4 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index7.js +4 -0
- package/dist/_virtual/index8.js +4 -0
- package/dist/_virtual/index9.js +4 -0
- package/dist/_virtual/item-liquidable.js +4 -0
- package/dist/_virtual/landing.js +4 -0
- package/dist/_virtual/languages.js +4 -0
- package/dist/_virtual/layout.js +4 -0
- package/dist/_virtual/layout2.js +4 -0
- package/dist/_virtual/liquidacion.js +4 -0
- package/dist/_virtual/liquidaciones.js +4 -0
- package/dist/_virtual/llamada.js +4 -0
- package/dist/_virtual/lodash.js +4 -0
- package/dist/_virtual/mappers.js +4 -0
- package/dist/_virtual/notificacion.js +4 -0
- package/dist/_virtual/options.js +4 -0
- package/dist/_virtual/page_sections.js +4 -0
- package/dist/_virtual/partner.js +4 -0
- package/dist/_virtual/pedido.js +4 -0
- package/dist/_virtual/perfiles.js +4 -0
- package/dist/_virtual/permisos.js +4 -0
- package/dist/_virtual/producto.js +4 -0
- package/dist/_virtual/producto2.js +4 -0
- package/dist/_virtual/query-params.js +4 -0
- package/dist/_virtual/regla.js +4 -0
- package/dist/_virtual/resultado.js +4 -0
- package/dist/_virtual/seguimiento.js +4 -0
- package/dist/_virtual/shared-types.js +4 -0
- package/dist/_virtual/shared.js +4 -0
- package/dist/_virtual/timestamp.js +4 -0
- package/dist/_virtual/validators.js +4 -0
- package/dist/_virtual/validators2.js +4 -0
- package/dist/_virtual/visibility.js +4 -0
- package/dist/components/Common/Button.vue.js +52 -0
- package/dist/components/Common/Button.vue2.js +4 -0
- package/dist/components/Common/Card.vue.js +7 -0
- package/dist/components/Common/Card.vue2.js +66 -0
- package/dist/components/Common/DynamicCarousel.vue.js +102 -0
- package/dist/components/Common/DynamicCarousel.vue3.js +5 -0
- package/dist/components/Common/FlagsIcons.vue.js +7 -0
- package/dist/components/Common/FlagsIcons.vue2.js +45 -0
- package/dist/components/Common/GeneratingError.vue.js +25 -0
- package/dist/components/Common/GeneratingError.vue2.js +4 -0
- package/dist/components/Common/GeneratingLoader.vue.js +25 -0
- package/dist/components/Common/GeneratingLoader.vue2.js +4 -0
- package/dist/components/Common/IconButton.vue.js +7 -0
- package/dist/components/Common/IconButton.vue2.js +97 -0
- package/dist/components/Common/IndicatorColor.vue.js +7 -0
- package/dist/components/Common/IndicatorColor.vue2.js +20 -0
- package/dist/components/Common/MenuButton.vue.js +91 -0
- package/dist/components/Common/MenuButton.vue2.js +4 -0
- package/dist/components/Common/SectionSpinner.vue.js +7 -0
- package/dist/components/Common/SectionSpinner.vue2.js +36 -0
- package/dist/components/Common/StateIndicator.vue.js +7 -0
- package/dist/components/Common/StateIndicator.vue2.js +41 -0
- package/dist/components/index.d.ts +16 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/pdf/DomSection.vue.js +19 -0
- package/dist/components/pdf/DomSection.vue2.js +4 -0
- package/dist/components/pdf/PdfContainer.vue.js +7 -0
- package/dist/components/pdf/PdfContainer.vue2.js +102 -0
- package/dist/components/pdf/SectionWrapper.vue.js +33 -0
- package/dist/components/pdf/SectionWrapper.vue2.js +4 -0
- package/dist/components/pdf/SectionsContainer.vue.js +9 -0
- package/dist/components/pdf/SectionsContainer.vue2.js +56 -0
- package/dist/components/pdf/SectionsContainer.vue3.js +6 -0
- package/dist/components/pdf/helpers.js +23 -0
- package/dist/components/pdf/sections/Card.vue.js +9 -0
- package/dist/components/pdf/sections/Card.vue2.js +52 -0
- package/dist/components/pdf/sections/Card.vue3.js +12 -0
- package/dist/components/pdf/sections/CardGridSection.vue.js +9 -0
- package/dist/components/pdf/sections/CardGridSection.vue2.js +30 -0
- package/dist/components/pdf/sections/CardGridSection.vue3.js +6 -0
- package/dist/components/pdf/sections/ImageSection.vue.js +9 -0
- package/dist/components/pdf/sections/ImageSection.vue2.js +26 -0
- package/dist/components/pdf/sections/ImageSection.vue3.js +6 -0
- package/dist/components/pdf/sections/RadioButtonsSection.vue.js +7 -0
- package/dist/components/pdf/sections/RadioButtonsSection.vue2.js +43 -0
- package/dist/components/pdf/sections/SignatureSection.vue.js +7 -0
- package/dist/components/pdf/sections/SignatureSection.vue2.js +115 -0
- package/dist/components/pdf/sections/TableSection.vue.js +9 -0
- package/dist/components/pdf/sections/TableSection.vue2.js +49 -0
- package/dist/components/pdf/sections/TableSection.vue3.js +6 -0
- package/dist/components/pdf/sections/TextSection.vue.js +9 -0
- package/dist/components/pdf/sections/TextSection.vue2.js +135 -0
- package/dist/components/pdf/sections/TextSection.vue3.js +11 -0
- package/dist/components/pdf/sections/useData.js +8 -0
- package/dist/components/widgets/broker-card/BrokerCard.vue.js +7 -0
- package/dist/components/widgets/broker-card/BrokerCard.vue2.js +171 -0
- package/dist/components/widgets/broker-card/components/BrokerProps.vue.js +7 -0
- package/dist/components/widgets/broker-card/components/BrokerProps.vue2.js +117 -0
- package/dist/components/widgets/broker-card/mock-data.js +452 -0
- package/dist/components/widgets/broker-card/mock-props.js +273 -0
- package/dist/components/widgets/broker-card/schema.js +11 -0
- package/dist/components/widgets/broker-detail/BrokerDetail.vue.js +7 -0
- package/dist/components/widgets/broker-detail/BrokerDetail.vue2.js +174 -0
- package/dist/components/widgets/broker-detail/components/BrokertActions.vue.js +7 -0
- package/dist/components/widgets/broker-detail/components/BrokertActions.vue2.js +31 -0
- package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue.js +7 -0
- package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue2.js +90 -0
- package/dist/components/widgets/broker-detail/mock-data.js +227 -0
- package/dist/components/widgets/broker-detail/mock-props.js +12 -0
- package/dist/components/widgets/broker-detail/schema.js +10 -0
- package/dist/components/widgets/broker-detail/useContext.js +32 -0
- package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue2.js +249 -0
- package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue.js +36 -0
- package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-card/mock-data.js +1121 -0
- package/dist/components/widgets/linvermedia-product-card/mock-props.js +20 -0
- package/dist/components/widgets/linvermedia-product-card/schema.js +13 -0
- package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue2.js +151 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue2.js +90 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.js +9 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue2.js +147 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue.js +37 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue2.js +61 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue2.js +56 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue.js +21 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue2.js +91 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue.js +20 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue2.js +4 -0
- package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue.js +7 -0
- package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue2.js +49 -0
- package/dist/components/widgets/linvermedia-product-detail/mock-data.js +1005 -0
- package/dist/components/widgets/linvermedia-product-detail/mock-props.js +12 -0
- package/dist/components/widgets/linvermedia-product-detail/schema.js +11 -0
- package/dist/components/widgets/linvermedia-product-detail/useContext.js +43 -0
- package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue.js +7 -0
- package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue2.js +74 -0
- package/dist/components/widgets/linvermedia-solicitud-card/mock-data.js +580 -0
- package/dist/components/widgets/linvermedia-solicitud-card/mock-props.js +8 -0
- package/dist/components/widgets/linvermedia-solicitud-card/schema.js +5 -0
- package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue.js +7 -0
- package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue2.js +263 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue.js +21 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue2.js +4 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue.js +20 -0
- package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue2.js +4 -0
- package/dist/components/widgets/perdm-telephony-product-detail/mock-data.js +1187 -0
- package/dist/components/widgets/perdm-telephony-product-detail/mock-props.js +12 -0
- package/dist/components/widgets/perdm-telephony-product-detail/schema.js +11 -0
- package/dist/components/widgets/perdm-telephony-product-detail/useContext.js +41 -0
- package/dist/components/widgets/shared/LinvermediaGamaProps.js +1688 -0
- package/dist/components/widgets/shared/PerdmTelephonyGamaProps.js +1688 -0
- package/dist/components/widgets/shared/ProductPrice.vue.js +7 -0
- package/dist/components/widgets/shared/ProductPrice.vue2.js +84 -0
- package/dist/components/widgets/shared/ProductProps.vue.js +294 -0
- package/dist/components/widgets/shared/ProductProps.vue2.js +4 -0
- package/dist/components/widgets/shared/ProductTag.vue.js +7 -0
- package/dist/components/widgets/shared/ProductTag.vue2.js +38 -0
- package/dist/components/widgets/shared/helpers.js +52 -0
- package/dist/components/widgets/shared/schema.js +17 -0
- package/dist/components/widgets/shared/useWidgetEvent.js +13 -0
- package/dist/components/widgets/telephony-card/TelephonyCard.vue.js +7 -0
- package/dist/components/widgets/telephony-card/TelephonyCard.vue2.js +292 -0
- package/dist/components/widgets/telephony-card/mock-data.js +1197 -0
- package/dist/components/widgets/telephony-card/mock-props.js +400 -0
- package/dist/components/widgets/telephony-card/schema.js +22 -0
- package/dist/components/widgets/telmex-card/TelmexCard.vue.js +7 -0
- package/dist/components/widgets/telmex-card/TelmexCard.vue2.js +232 -0
- package/dist/components/widgets/telmex-card/mock-data.js +1545 -0
- package/dist/components/widgets/telmex-card/mock-props.js +1332 -0
- package/dist/components/widgets/telmex-card/schema.js +22 -0
- package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue.js +7 -0
- package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue2.js +648 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue.js +7 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue2.js +316 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue.js +21 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue2.js +4 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue.js +20 -0
- package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue2.js +4 -0
- package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue.js +7 -0
- package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue2.js +52 -0
- package/dist/components/widgets/telmex-product-detail/mock-data.js +1561 -0
- package/dist/components/widgets/telmex-product-detail/mock-props.js +10 -0
- package/dist/components/widgets/telmex-product-detail/schema.js +11 -0
- package/dist/components/widgets/telmex-product-detail/useContext.js +41 -0
- package/dist/components.js +31 -0
- package/dist/composables/fetching/fetchUniqFactory.js +21 -0
- package/dist/composables/fetching/fetchUniqProvider.js +15 -0
- package/dist/composables/fetching/types.js +11 -0
- package/dist/composables/fetching/useFetch.js +40 -0
- package/dist/composables/fetching/useFetchPages.js +101 -0
- package/dist/composables/useDragAndDrop.js +65 -0
- package/dist/composables/utils.js +11 -0
- package/dist/composables.js +17 -0
- package/dist/index.js +58 -0
- package/dist/node_modules/@win2win/shared/dist/consts/countries.js +1082 -0
- package/dist/node_modules/@win2win/shared/dist/consts/index.js +26 -0
- package/dist/node_modules/@win2win/shared/dist/consts/languages.js +173 -0
- package/dist/node_modules/@win2win/shared/dist/consts/perfiles/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/consts/perfiles/perfiles.js +38 -0
- package/dist/node_modules/@win2win/shared/dist/consts/permisos/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/consts/permisos/permisos.js +129 -0
- package/dist/node_modules/@win2win/shared/dist/consts/visitas/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/consts/visitas/resultado.js +40 -0
- package/dist/node_modules/@win2win/shared/dist/enums/captacion.js +14 -0
- package/dist/node_modules/@win2win/shared/dist/enums/garantia.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/importacion.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/index.js +32 -0
- package/dist/node_modules/@win2win/shared/dist/enums/liquidacion.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/enums/notificacion.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/pedido.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/enums/producto.js +22 -0
- package/dist/node_modules/@win2win/shared/dist/enums/shared.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/ProductPrice.js +61 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/formatters.js +76 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/index.js +22 -0
- package/dist/node_modules/@win2win/shared/dist/helpers/validators.js +15 -0
- package/dist/node_modules/@win2win/shared/dist/index.js +24 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/canal-props.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-effect.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-rule.js +23 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/flag.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/index.js +26 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/estados/llamada.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/import_schema.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/index.js +20 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/layout.js +7 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/index.js +34 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/landings/index.js +20 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/landings/landing.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/landings/page_sections.js +270 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/index.js +18 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/layout.js +15 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/comision.js +11 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/index.js +24 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/item-liquidable.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/liquidaciones.js +10 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/regla.js +27 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/conditions.js +7 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/control-types.js +27 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/index.js +28 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/mappers.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/options.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/validators.js +85 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/props/visibility.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/archivo.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/captacion.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/gama.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/index.js +28 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/partner.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/producto.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/seguimiento.js +17 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/id.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/index.js +24 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/query-params.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/shared-types.js +5 -0
- package/dist/node_modules/@win2win/shared/dist/interfaces/shared/timestamp.js +10 -0
- package/dist/node_modules/better-dni/dist/index.js +67 -0
- package/dist/node_modules/iban/iban.js +114 -0
- package/dist/node_modules/lodash/lodash.js +3676 -0
- package/dist/widgets.js +154 -0
- package/package.json +21 -5
- package/dist/w2w-shared-ui.js +0 -26029
- package/dist/w2w-shared-ui.umd.cjs +0 -48
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z as r } from "zod";
|
|
2
|
+
import { WidgetPropsSchema as o } from "../shared/schema.js";
|
|
3
|
+
const e = o.extend({
|
|
4
|
+
descriptionLines: r.number().optional(),
|
|
5
|
+
hiddenProps: r.array(r.string()).optional(),
|
|
6
|
+
gamaProps: r.array(r.record(r.string(), r.any())),
|
|
7
|
+
context: r.enum(["captacion", "partner"]).default("captacion")
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
e as BrokerCardPropsSchema
|
|
11
|
+
};
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { defineComponent as w, provide as O, ref as q, computed as i, toRefs as U, createElementBlock as p, openBlock as n, Fragment as j, createElementVNode as o, createBlock as y, createCommentVNode as v, unref as l, createVNode as c, toDisplayString as m, normalizeStyle as z } from "vue";
|
|
2
|
+
import F from "../../Common/DynamicCarousel.vue.js";
|
|
3
|
+
/* empty css */
|
|
4
|
+
import H from "../../Common/FlagsIcons.vue.js";
|
|
5
|
+
import M from "../../Common/IconButton.vue.js";
|
|
6
|
+
import "../../../node_modules/@win2win/shared/dist/index.js";
|
|
7
|
+
import { mapKeys as G, snakeCase as Q, upperFirst as K } from "lodash-es";
|
|
8
|
+
import { useQuasar as W, QIcon as $ } from "quasar";
|
|
9
|
+
import J from "../broker-card/components/BrokerProps.vue.js";
|
|
10
|
+
import X from "../linvermedia-product-detail/components/PublicImageButton.vue.js";
|
|
11
|
+
import Y from "./components/BrokertActions.vue.js";
|
|
12
|
+
import Z from "./components/ImagesMiniature.vue.js";
|
|
13
|
+
import { __exports as ee } from "../../../_virtual/index.js";
|
|
14
|
+
const te = { class: "row justify-end" }, oe = { class: "grid" }, se = { class: "images-container" }, ae = { class: "carousel-container" }, ie = { class: "flex justify-between no-wrap" }, ne = { class: "text-h5 text-bold text-main" }, le = {
|
|
15
|
+
key: 0,
|
|
16
|
+
class: "row items-center q-mt-xs"
|
|
17
|
+
}, re = { class: "q-ml-xs" }, ce = {
|
|
18
|
+
style: { "font-size": "15px" },
|
|
19
|
+
class: "q-my-md text-black"
|
|
20
|
+
}, me = {
|
|
21
|
+
class: "q-mb-md",
|
|
22
|
+
style: { opacity: "0.85" }
|
|
23
|
+
}, de = { key: 1 }, ue = { class: "q-mb-md text-bold" }, Oe = /* @__PURE__ */ w({
|
|
24
|
+
__name: "BrokerDetail",
|
|
25
|
+
props: {
|
|
26
|
+
isPublic: { type: Boolean },
|
|
27
|
+
fetching: { type: Boolean },
|
|
28
|
+
scale: {},
|
|
29
|
+
count: {},
|
|
30
|
+
imageHeight: {},
|
|
31
|
+
borderRadius: {},
|
|
32
|
+
unelevated: { type: Boolean },
|
|
33
|
+
hoverable: { type: Boolean },
|
|
34
|
+
descriptionLines: { default: 100 },
|
|
35
|
+
hiddenProps: { default: () => [] },
|
|
36
|
+
data: {},
|
|
37
|
+
gamaProps: {},
|
|
38
|
+
goToPartnerLabel: {}
|
|
39
|
+
},
|
|
40
|
+
emits: ["on-event"],
|
|
41
|
+
setup(N, { emit: R }) {
|
|
42
|
+
const { screen: x } = W(), h = R;
|
|
43
|
+
O("emit", h);
|
|
44
|
+
const I = N, _ = q(1), f = i(
|
|
45
|
+
() => {
|
|
46
|
+
var e, t;
|
|
47
|
+
return (((e = a.value) == null ? void 0 : e.R_IMG) || ((t = a.value) == null ? void 0 : t.R_ARCHIVOS) || []).map(
|
|
48
|
+
(s) => G(s, (r, u) => Q(u))
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
), { data: d, isPublic: C, gamaProps: P, count: A } = U(I), a = i(() => d.value), S = i(
|
|
52
|
+
() => {
|
|
53
|
+
var e, t, s;
|
|
54
|
+
return K((s = (t = (e = a.value) == null ? void 0 : e.NOMBRE) == null ? void 0 : t.trim()) == null ? void 0 : s.split(/\s+/)[0]);
|
|
55
|
+
}
|
|
56
|
+
), b = i(
|
|
57
|
+
() => {
|
|
58
|
+
var e, t, s, r, u, B;
|
|
59
|
+
return ee.capitalize(
|
|
60
|
+
[
|
|
61
|
+
(s = (t = (e = a.value) == null ? void 0 : e.CONTACTO) == null ? void 0 : t.UBICACION) == null ? void 0 : s.PROVINCIA,
|
|
62
|
+
(B = (u = (r = a.value) == null ? void 0 : r.CONTACTO) == null ? void 0 : u.UBICACION) == null ? void 0 : B.CIUDAD
|
|
63
|
+
].map((g) => g == null ? void 0 : g.trim()).filter(Boolean).join(", "),
|
|
64
|
+
!0
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
), T = i(
|
|
68
|
+
() => {
|
|
69
|
+
var e;
|
|
70
|
+
return (((e = d.value) == null ? void 0 : e.PAISES) || []).map((t) => t.CODIGO.toLowerCase());
|
|
71
|
+
}
|
|
72
|
+
), k = i(
|
|
73
|
+
() => {
|
|
74
|
+
var e;
|
|
75
|
+
return (((e = a.value) == null ? void 0 : e.DESCRIPCION_CORTA) || "").trim();
|
|
76
|
+
}
|
|
77
|
+
), D = i(() => {
|
|
78
|
+
var e;
|
|
79
|
+
return (e = a.value) == null ? void 0 : e.PRESENTACION;
|
|
80
|
+
}), E = i(() => {
|
|
81
|
+
var e;
|
|
82
|
+
return ((e = a.value) == null ? void 0 : e.DESCRIPCION) || "";
|
|
83
|
+
}), L = {
|
|
84
|
+
broker: a,
|
|
85
|
+
slide: _,
|
|
86
|
+
isPublic: C,
|
|
87
|
+
images: f,
|
|
88
|
+
count: A,
|
|
89
|
+
gamaProps: P,
|
|
90
|
+
goToPartnerLabel: I.goToPartnerLabel
|
|
91
|
+
};
|
|
92
|
+
O("context", L);
|
|
93
|
+
const V = () => {
|
|
94
|
+
var e;
|
|
95
|
+
return h("on-event", {
|
|
96
|
+
code: "edit",
|
|
97
|
+
payload: { id: (e = d.value) == null ? void 0 : e.id }
|
|
98
|
+
});
|
|
99
|
+
};
|
|
100
|
+
return (e, t) => {
|
|
101
|
+
var s;
|
|
102
|
+
return n(), p(j, null, [
|
|
103
|
+
o("div", te, [
|
|
104
|
+
l(C) ? v("", !0) : (n(), y(M, {
|
|
105
|
+
key: 0,
|
|
106
|
+
icon: "edit",
|
|
107
|
+
sm: "",
|
|
108
|
+
onClick: V
|
|
109
|
+
}))
|
|
110
|
+
]),
|
|
111
|
+
o("div", oe, [
|
|
112
|
+
o("div", se, [
|
|
113
|
+
f.value.length > 1 ? (n(), y(Z, {
|
|
114
|
+
key: 0,
|
|
115
|
+
class: "gt-sm"
|
|
116
|
+
})) : v("", !0),
|
|
117
|
+
o("div", ae, [
|
|
118
|
+
c(F, {
|
|
119
|
+
modelValue: _.value,
|
|
120
|
+
"onUpdate:modelValue": t[0] || (t[0] = (r) => _.value = r),
|
|
121
|
+
items: f.value,
|
|
122
|
+
height: e.imageHeight,
|
|
123
|
+
autoplay: !1,
|
|
124
|
+
showControls: l(x).lt.md,
|
|
125
|
+
cover: !0
|
|
126
|
+
}, null, 8, ["modelValue", "items", "height", "showControls"]),
|
|
127
|
+
c(X)
|
|
128
|
+
])
|
|
129
|
+
]),
|
|
130
|
+
o("div", null, [
|
|
131
|
+
o("div", ie, [
|
|
132
|
+
o("div", null, [
|
|
133
|
+
o("div", ne, m(S.value), 1),
|
|
134
|
+
b.value ? (n(), p("div", le, [
|
|
135
|
+
c(l($), { name: "sym_o_location_on" }),
|
|
136
|
+
o("div", re, m(b.value), 1)
|
|
137
|
+
])) : v("", !0)
|
|
138
|
+
]),
|
|
139
|
+
c(H, {
|
|
140
|
+
items: T.value,
|
|
141
|
+
type: "countries"
|
|
142
|
+
}, null, 8, ["items"])
|
|
143
|
+
]),
|
|
144
|
+
o("div", ce, [
|
|
145
|
+
o("div", me, [
|
|
146
|
+
k.value ? (n(), p("span", {
|
|
147
|
+
key: 0,
|
|
148
|
+
class: "description",
|
|
149
|
+
style: z({
|
|
150
|
+
lineClamp: e.descriptionLines,
|
|
151
|
+
WebkitLineClamp: e.descriptionLines
|
|
152
|
+
})
|
|
153
|
+
}, m(k.value || "~"), 5)) : (n(), p("span", de, [...t[1] || (t[1] = [
|
|
154
|
+
o("i", null, "Sin descripción", -1)
|
|
155
|
+
])]))
|
|
156
|
+
]),
|
|
157
|
+
c(J, {
|
|
158
|
+
gamaProps: l(P),
|
|
159
|
+
data: (s = l(d)) == null ? void 0 : s.PROPS,
|
|
160
|
+
table: ""
|
|
161
|
+
}, null, 8, ["gamaProps", "data"]),
|
|
162
|
+
l(C) ? (n(), y(Y, { key: 0 })) : v("", !0)
|
|
163
|
+
])
|
|
164
|
+
])
|
|
165
|
+
]),
|
|
166
|
+
o("h6", ue, m(D.value), 1),
|
|
167
|
+
o("p", null, m(E.value), 1)
|
|
168
|
+
], 64);
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
});
|
|
172
|
+
export {
|
|
173
|
+
Oe as default
|
|
174
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { defineComponent as _, createElementBlock as d, openBlock as f, createVNode as m, unref as o } from "vue";
|
|
2
|
+
import b from "../../../Common/Button.vue.js";
|
|
3
|
+
import { useWidgetEvent as v } from "../../shared/useWidgetEvent.js";
|
|
4
|
+
import { useContext as k } from "../useContext.js";
|
|
5
|
+
const g = { class: "actions-container" }, R = /* @__PURE__ */ _({
|
|
6
|
+
__name: "BrokertActions",
|
|
7
|
+
setup(C) {
|
|
8
|
+
const { goToPartnerLabel: n, broker: t } = k(), { emitEvent: p } = v(), a = (r) => {
|
|
9
|
+
var e;
|
|
10
|
+
(e = t.value) != null && e.URL && p("go_to_partner", { service: r });
|
|
11
|
+
};
|
|
12
|
+
return (r, e) => {
|
|
13
|
+
var i, l, s, c;
|
|
14
|
+
return f(), d("div", g, [
|
|
15
|
+
m(b, {
|
|
16
|
+
onClick: e[0] || (e[0] = (u) => a("nueva_hipoteca")),
|
|
17
|
+
disable: !((i = o(t)) != null && i.URL),
|
|
18
|
+
label: ((l = o(n)) == null ? void 0 : l[0]) || "Solicitar nueva hipoteca"
|
|
19
|
+
}, null, 8, ["disable", "label"]),
|
|
20
|
+
m(b, {
|
|
21
|
+
onClick: e[1] || (e[1] = (u) => a("cambio_banco")),
|
|
22
|
+
disable: !((s = o(t)) != null && s.URL),
|
|
23
|
+
label: ((c = o(n)) == null ? void 0 : c[1]) || "Solicitar cambio de banco"
|
|
24
|
+
}, null, 8, ["disable", "label"])
|
|
25
|
+
]);
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
export {
|
|
30
|
+
R as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { defineComponent as x, resolveDirective as C, withDirectives as w, createCommentVNode as a, unref as e, createElementBlock as o, openBlock as i, Fragment as E, renderList as q, normalizeStyle as z, createBlock as B, createVNode as v, createElementVNode as _ } from "vue";
|
|
2
|
+
import "axios";
|
|
3
|
+
import "lodash-es";
|
|
4
|
+
import "@tanstack/vue-query";
|
|
5
|
+
import { useDragAndDrop as N } from "../../../../composables/useDragAndDrop.js";
|
|
6
|
+
import { QIcon as y, QImg as S } from "quasar";
|
|
7
|
+
import { useWidgetEvent as V } from "../../shared/useWidgetEvent.js";
|
|
8
|
+
import { useContext as L } from "../useContext.js";
|
|
9
|
+
const Q = ["id", "draggable"], W = ["onClick"], j = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "row items-center justify-center bg-grey-2 media-card",
|
|
12
|
+
style: { "border-radius": "8px", border: "1px dashed #c9c9c9" }
|
|
13
|
+
}, A = {
|
|
14
|
+
key: 2,
|
|
15
|
+
class: "media-card"
|
|
16
|
+
}, F = ["src"], I = { class: "video-icon" }, T = /* @__PURE__ */ x({
|
|
17
|
+
__name: "ImagesMiniature",
|
|
18
|
+
setup(K) {
|
|
19
|
+
const { images: s, slide: l, isPrivate: f } = L(), { emitEvent: b } = V(), { handler: k, onDragLeave: m, onDragOver: d, onDragStart: c, onDrop: p, idKey: D } = N(
|
|
20
|
+
s,
|
|
21
|
+
".image-miniature",
|
|
22
|
+
(u) => b("update_images_position", { images: u })
|
|
23
|
+
);
|
|
24
|
+
return (u, t) => {
|
|
25
|
+
const h = C("mutation");
|
|
26
|
+
return e(s).length ? w((i(), o("div", {
|
|
27
|
+
key: 0,
|
|
28
|
+
class: "images-miniature",
|
|
29
|
+
onDragleave: t[1] || (t[1] = //@ts-ignore
|
|
30
|
+
(...r) => e(m) && e(m)(...r)),
|
|
31
|
+
onDragover: t[2] || (t[2] = //@ts-ignore
|
|
32
|
+
(...r) => e(d) && e(d)(...r)),
|
|
33
|
+
onDrop: t[3] || (t[3] = //@ts-ignore
|
|
34
|
+
(...r) => e(p) && e(p)(...r))
|
|
35
|
+
}, [
|
|
36
|
+
(i(!0), o(E, null, q(e(s), (r, n) => (i(), o("div", {
|
|
37
|
+
class: "q-mb-md image-miniature q-px-sm",
|
|
38
|
+
key: n,
|
|
39
|
+
id: r[e(D)],
|
|
40
|
+
onDragstart: t[0] || (t[0] = //@ts-ignore
|
|
41
|
+
(...g) => e(c) && e(c)(...g)),
|
|
42
|
+
draggable: e(f)
|
|
43
|
+
}, [
|
|
44
|
+
r ? (i(), o("div", {
|
|
45
|
+
key: 0,
|
|
46
|
+
onClick: (g) => l.value = n + 1,
|
|
47
|
+
style: z({
|
|
48
|
+
cursor: "pointer",
|
|
49
|
+
borderWidth: "0.7px",
|
|
50
|
+
borderStyle: "solid",
|
|
51
|
+
borderRadius: "0.5rem",
|
|
52
|
+
borderColor: n === e(l) - 1 ? "#015979 " : "transparent"
|
|
53
|
+
}),
|
|
54
|
+
class: "q-pb-sm win-card"
|
|
55
|
+
}, [
|
|
56
|
+
r != null && r.location ? r.filetype === "image" ? (i(), B(e(S), {
|
|
57
|
+
key: 1,
|
|
58
|
+
src: r.location,
|
|
59
|
+
fit: "cover",
|
|
60
|
+
class: "media-card"
|
|
61
|
+
}, null, 8, ["src"])) : r.filetype === "video" ? (i(), o("div", A, [
|
|
62
|
+
_("video", {
|
|
63
|
+
src: r.location,
|
|
64
|
+
style: { width: "100%", height: "100%", background: "black" }
|
|
65
|
+
}, null, 8, F),
|
|
66
|
+
_("div", I, [
|
|
67
|
+
v(e(y), {
|
|
68
|
+
size: "lg",
|
|
69
|
+
name: "o_play_circle",
|
|
70
|
+
color: "white"
|
|
71
|
+
})
|
|
72
|
+
])
|
|
73
|
+
])) : a("", !0) : (i(), o("div", j, [
|
|
74
|
+
v(e(y), {
|
|
75
|
+
name: "upload_file",
|
|
76
|
+
color: "grey-5",
|
|
77
|
+
size: "33px"
|
|
78
|
+
})
|
|
79
|
+
]))
|
|
80
|
+
], 12, W)) : a("", !0)
|
|
81
|
+
], 40, Q))), 128))
|
|
82
|
+
], 32)), [
|
|
83
|
+
[h, e(k)]
|
|
84
|
+
]) : a("", !0);
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
export {
|
|
89
|
+
T as default
|
|
90
|
+
};
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
const I = Object.freeze([
|
|
2
|
+
{
|
|
3
|
+
ID_PARTNER: 25,
|
|
4
|
+
NOMBRE: "Alfonso",
|
|
5
|
+
CODIGO: null,
|
|
6
|
+
APROBADO: !0,
|
|
7
|
+
PRESENTACION: "Negociamos tu mejor financiación",
|
|
8
|
+
DESCRIPCION: "Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión. Ya no basta con obtener simplemente “buenas” condiciones financieras; nuestro objetivo es asegurar las mejores condiciones posibles, minimizar las garantías y reducir al mínimo los compromisos de vinculación. Cada cliente es único, y cada solución financiera debe serlo también.",
|
|
9
|
+
DESCRIPCION_CORTA: "Nuestra misión está clara: cambiar la dinámica de las negociaciones bancarias para que tú, nuestro cliente, seas el centro de cada decisión.",
|
|
10
|
+
URL: "www.dartmolins.com",
|
|
11
|
+
AVATAR: null,
|
|
12
|
+
ID_EMPRESA: 1,
|
|
13
|
+
PROPS: {
|
|
14
|
+
value: {},
|
|
15
|
+
idiomas: ["catalan", "spanish"],
|
|
16
|
+
especializacion: ["empleados_publico", "mayores_de_55"],
|
|
17
|
+
fecha_de_inicio: "09/08/2025",
|
|
18
|
+
numero_de_broker: "124122141",
|
|
19
|
+
especializacion_de_residencia: ["segunda_residencia_casa_vacacional"]
|
|
20
|
+
},
|
|
21
|
+
ID_GAMA: 16,
|
|
22
|
+
ID_CONTACTO: 13,
|
|
23
|
+
FECHA_UPD: "2025-08-07T02:30:06.000Z",
|
|
24
|
+
FECHA_CREADO: "2025-08-06T04:50:55.000Z",
|
|
25
|
+
R_ARCHIVOS: [
|
|
26
|
+
{
|
|
27
|
+
ID_ARCHIVO: 13,
|
|
28
|
+
LOCATION: "https://w2w-files.s3.amazonaws.com/myhipoteca/6b83b75533f878bd_abogado-junior-despacho.jpg",
|
|
29
|
+
ID_ARCHIVO_FIRMADO: null,
|
|
30
|
+
ID_ARCHIVO_FUENTE: null,
|
|
31
|
+
FIRMABLE: !1,
|
|
32
|
+
DETALLE_FIRMA: null,
|
|
33
|
+
FILENAME: "abogado-junior-despacho.jpg",
|
|
34
|
+
FILETYPE: "image",
|
|
35
|
+
ID_TIPO_DOCUMENTO: null,
|
|
36
|
+
DESCRIPCION: null,
|
|
37
|
+
OBSERVACION: null,
|
|
38
|
+
TAGS: null,
|
|
39
|
+
TAG_TEMPORAL: null,
|
|
40
|
+
APROBADA: "-1",
|
|
41
|
+
ESTADO: 1,
|
|
42
|
+
SUBIDO_POR: null,
|
|
43
|
+
APROBADO_POR: null,
|
|
44
|
+
FECHA_SUBIDA: "2025-08-06T22:30:48.000Z",
|
|
45
|
+
FECHA_APROBADO: null,
|
|
46
|
+
ID_CONTACTO: null,
|
|
47
|
+
ID_PRODUCTO: null,
|
|
48
|
+
ID_PRODUCTO_PEDIDO: null,
|
|
49
|
+
ID_INGRESO: null,
|
|
50
|
+
ID_DEUDA: null,
|
|
51
|
+
ID_GARANTIA: null,
|
|
52
|
+
ID_CAPTACION: null,
|
|
53
|
+
ID_PARTNER: 25,
|
|
54
|
+
PUBLICO: !1,
|
|
55
|
+
PRINCIPAL: !1,
|
|
56
|
+
POSICION: 1
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
CONTACTO: {
|
|
60
|
+
ID_CONTACTO: 13,
|
|
61
|
+
COD_EMP_MVX: 1,
|
|
62
|
+
ID_LANDING: 5,
|
|
63
|
+
ID_DIRECCION_FACTURACION: null,
|
|
64
|
+
TIPO_DE_PERSONA: "1",
|
|
65
|
+
TIPOS: null,
|
|
66
|
+
RAZON_SOCIAL: "TEST",
|
|
67
|
+
PROPS: null,
|
|
68
|
+
ROLES: null,
|
|
69
|
+
ID_GAMA: null,
|
|
70
|
+
ID_CAPTACION: 19,
|
|
71
|
+
NOMBRE: "simon",
|
|
72
|
+
APELLIDO: null,
|
|
73
|
+
APELLIDO2: null,
|
|
74
|
+
PUBLIC_TOKEN: "2b8931eceb287b896eea963a376fc4f5",
|
|
75
|
+
SITUACION_LABORAL: null,
|
|
76
|
+
PERSONA_CONTACTO: null,
|
|
77
|
+
ID_CLIENTE: null,
|
|
78
|
+
COD_POSTAL: null,
|
|
79
|
+
PAGINA_WEB: "www.simo.com",
|
|
80
|
+
FOTO: null,
|
|
81
|
+
POBLACION: null,
|
|
82
|
+
EXTRANJERO: null,
|
|
83
|
+
TIPO_DOC: null,
|
|
84
|
+
NUMERO_DOC: null,
|
|
85
|
+
NIF: null,
|
|
86
|
+
PASAPORTE: null,
|
|
87
|
+
CURP: null,
|
|
88
|
+
RFC: null,
|
|
89
|
+
IBAN: null,
|
|
90
|
+
PERMISO: null,
|
|
91
|
+
FM: null,
|
|
92
|
+
EMAIL: "simonlopezs@gmail.com",
|
|
93
|
+
ESTADO: "1",
|
|
94
|
+
ESTADO_DOCUMENTOS: 0,
|
|
95
|
+
ESTADO_DIRECCION: 0,
|
|
96
|
+
COMENTARIO: null,
|
|
97
|
+
FECHA_NACIMIENTO: null,
|
|
98
|
+
NACIONALIDAD: null,
|
|
99
|
+
SEXO_BIOLOGICO: "",
|
|
100
|
+
SEGURIDAD_SOCIAL: null,
|
|
101
|
+
ESTADO_CIVIL: null,
|
|
102
|
+
HIJOS: null,
|
|
103
|
+
NOTIFICACIONES_WSP: !1,
|
|
104
|
+
FECHA_UPD: "2025-08-06T04:50:57.000Z",
|
|
105
|
+
FECHA_CREADO: "2025-08-05T23:33:06.273Z",
|
|
106
|
+
UBICACION: {
|
|
107
|
+
ID_UBICACION: 7,
|
|
108
|
+
ID_CONTACTO: 13,
|
|
109
|
+
ID_PRODUCTO: null,
|
|
110
|
+
ID_PRODUCTO_PEDIDO: null,
|
|
111
|
+
ID_PEDIDO: null,
|
|
112
|
+
ID_ENTIDAD_BANCARIA: null,
|
|
113
|
+
CODIGO: null,
|
|
114
|
+
DESCRIPCION: null,
|
|
115
|
+
NOMBRE: null,
|
|
116
|
+
ID_PAIS: 28,
|
|
117
|
+
PROVINCIA: "Cataluña",
|
|
118
|
+
PAIS: "España",
|
|
119
|
+
ID_ZONA: null,
|
|
120
|
+
CIUDAD: "Barcelona",
|
|
121
|
+
MUNICIPIO: "",
|
|
122
|
+
LOCALIDAD: null,
|
|
123
|
+
COLONIA: "",
|
|
124
|
+
COD_POSTAL: "",
|
|
125
|
+
POBLACION: null,
|
|
126
|
+
CALLE: "",
|
|
127
|
+
NUMERO: 0,
|
|
128
|
+
NUMERO_INTERIOR: 0,
|
|
129
|
+
ENTRE_CALLE: "",
|
|
130
|
+
ENTRE_CALLE2: "",
|
|
131
|
+
MANZANA: null,
|
|
132
|
+
LOTE: null,
|
|
133
|
+
EDIFICIO: "",
|
|
134
|
+
DEPARTAMENTO: "",
|
|
135
|
+
LONGITUDE: 2.168568,
|
|
136
|
+
LATITUDE: 41.3873974,
|
|
137
|
+
CATASTRO: null,
|
|
138
|
+
FECHA_VALIDACION: "2025-08-06T00:50:56.000Z",
|
|
139
|
+
ESTADO: 1,
|
|
140
|
+
FECHA_UPD: "2025-08-06T04:50:55.364Z"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
SERVICIOS: [
|
|
144
|
+
{
|
|
145
|
+
ID_LINK: "0deadd63-4b04-413b-8b01-4e52b9658d42",
|
|
146
|
+
URL: "http://51.178.37.201:9001/formulario?id=13,6&productId=2",
|
|
147
|
+
CODE: "cambio_banco",
|
|
148
|
+
NAME: "Cambio de banco",
|
|
149
|
+
DESCRIPTION: "",
|
|
150
|
+
ID_PARTNER: 25
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
ID_LINK: "8a707477-86a3-458a-9c1f-0b45ad47be0b",
|
|
154
|
+
URL: "http://51.178.37.201:9001/formulario?id=1,6&productId=1",
|
|
155
|
+
CODE: "nueva_hipoteca",
|
|
156
|
+
NAME: "Nueva hipoteca",
|
|
157
|
+
DESCRIPTION: "",
|
|
158
|
+
ID_PARTNER: 25
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
PAISES: [
|
|
162
|
+
{
|
|
163
|
+
ID_PAIS: 18,
|
|
164
|
+
CODIGO: "DE",
|
|
165
|
+
NOMBRE: "Alemania",
|
|
166
|
+
ID_DIVISA: 1,
|
|
167
|
+
NUM_USU: 0,
|
|
168
|
+
ESTADO: 1,
|
|
169
|
+
TITULO_ZONA: "Provincia",
|
|
170
|
+
COD_TEL: "+49",
|
|
171
|
+
FECHA_UPD: "2025-08-02T02:36:54.188Z",
|
|
172
|
+
FECHA_CREATED: "2024-05-10T18:25:20.137Z"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
ID_PAIS: 64,
|
|
176
|
+
CODIGO: "FR",
|
|
177
|
+
NOMBRE: "Francia",
|
|
178
|
+
ID_DIVISA: 1,
|
|
179
|
+
NUM_USU: 0,
|
|
180
|
+
ESTADO: 1,
|
|
181
|
+
TITULO_ZONA: "Provincia",
|
|
182
|
+
COD_TEL: "+33",
|
|
183
|
+
FECHA_UPD: "2025-08-02T02:37:13.281Z",
|
|
184
|
+
FECHA_CREATED: "2024-05-10T18:25:20.137Z"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
ID_PAIS: 29,
|
|
188
|
+
CODIGO: "IT",
|
|
189
|
+
NOMBRE: "Italia",
|
|
190
|
+
ID_DIVISA: 1,
|
|
191
|
+
NUM_USU: 0,
|
|
192
|
+
ESTADO: 1,
|
|
193
|
+
TITULO_ZONA: "Provincia",
|
|
194
|
+
COD_TEL: "+39",
|
|
195
|
+
FECHA_UPD: "2025-08-02T02:36:58.754Z",
|
|
196
|
+
FECHA_CREATED: "2024-05-10T18:25:20.137Z"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
ID_PAIS: 48,
|
|
200
|
+
CODIGO: "PT",
|
|
201
|
+
NOMBRE: "Portugal",
|
|
202
|
+
ID_DIVISA: 1,
|
|
203
|
+
NUM_USU: 0,
|
|
204
|
+
ESTADO: 1,
|
|
205
|
+
TITULO_ZONA: "Provincia",
|
|
206
|
+
COD_TEL: "+351",
|
|
207
|
+
FECHA_UPD: "2025-08-02T02:37:06.634Z",
|
|
208
|
+
FECHA_CREATED: "2024-05-10T18:25:20.137Z"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
ID_PAIS: 55,
|
|
212
|
+
CODIGO: "US",
|
|
213
|
+
NOMBRE: "Estados Unidos",
|
|
214
|
+
ID_DIVISA: 1,
|
|
215
|
+
NUM_USU: 0,
|
|
216
|
+
ESTADO: 1,
|
|
217
|
+
TITULO_ZONA: "Provincia",
|
|
218
|
+
COD_TEL: "+1",
|
|
219
|
+
FECHA_UPD: "2025-08-02T02:37:09.542Z",
|
|
220
|
+
FECHA_CREATED: "2024-05-10T18:25:20.137Z"
|
|
221
|
+
}
|
|
222
|
+
]
|
|
223
|
+
}
|
|
224
|
+
]);
|
|
225
|
+
export {
|
|
226
|
+
I as default
|
|
227
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z as r } from "zod";
|
|
2
|
+
import { WidgetPropsSchema as o } from "../shared/schema.js";
|
|
3
|
+
const i = o.extend({
|
|
4
|
+
descriptionLines: r.number().optional(),
|
|
5
|
+
hiddenProps: r.array(r.string()).optional(),
|
|
6
|
+
gamaProps: r.array(r.record(r.string(), r.any()))
|
|
7
|
+
});
|
|
8
|
+
export {
|
|
9
|
+
i as BrokerDetailPropsSchema
|
|
10
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { inject as n, computed as r, watch as c } from "vue";
|
|
2
|
+
function p() {
|
|
3
|
+
const e = n("context"), o = r(() => {
|
|
4
|
+
var s;
|
|
5
|
+
return (s = e == null ? void 0 : e.broker) == null ? void 0 : s.value;
|
|
6
|
+
}), t = e == null ? void 0 : e.slide, a = e == null ? void 0 : e.isPublic, i = e == null ? void 0 : e.images, l = r(() => !a.value), m = r(() => {
|
|
7
|
+
var s;
|
|
8
|
+
return ((s = o.value) == null ? void 0 : s.props) || {};
|
|
9
|
+
});
|
|
10
|
+
return c(
|
|
11
|
+
o,
|
|
12
|
+
() => {
|
|
13
|
+
var u;
|
|
14
|
+
const s = ((u = o.value) == null ? void 0 : u.images) || [];
|
|
15
|
+
i.value = s;
|
|
16
|
+
},
|
|
17
|
+
{ immediate: !0 }
|
|
18
|
+
), {
|
|
19
|
+
broker: o,
|
|
20
|
+
isPublic: a,
|
|
21
|
+
isPrivate: l,
|
|
22
|
+
images: i,
|
|
23
|
+
brokerProps: m,
|
|
24
|
+
slide: t,
|
|
25
|
+
gamaProps: e.gamaProps,
|
|
26
|
+
count: e.count,
|
|
27
|
+
goToPartnerLabel: e.goToPartnerLabel
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export {
|
|
31
|
+
p as useContext
|
|
32
|
+
};
|