@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,270 @@
|
|
|
1
|
+
import { __exports as t } from "../../../../../../_virtual/page_sections.js";
|
|
2
|
+
(function(e) {
|
|
3
|
+
Object.defineProperty(e, "__esModule", { value: !0 }), e.ITEMS_DIRECTIONS = e.CHECKOUT_TEMPLATES_LABELS = e.ECOMMERCE_TEMPLATES_LABELS = e.PRODUCT_TEMPLATES_LABELS = e.TEMPLATES = void 0, e.TEMPLATES = Object.freeze({
|
|
4
|
+
"single-feature": {
|
|
5
|
+
label: "Funcionalidad",
|
|
6
|
+
params: [
|
|
7
|
+
"title",
|
|
8
|
+
"text",
|
|
9
|
+
"image",
|
|
10
|
+
"button",
|
|
11
|
+
"direction",
|
|
12
|
+
"background",
|
|
13
|
+
"text-lines"
|
|
14
|
+
],
|
|
15
|
+
variants: ["default", "colored"]
|
|
16
|
+
},
|
|
17
|
+
"feature-highlights": {
|
|
18
|
+
label: "Caracteristicas destacadas",
|
|
19
|
+
params: ["items", "image", "background", "direction", "text-lines"]
|
|
20
|
+
},
|
|
21
|
+
"telephone-contracting": {
|
|
22
|
+
label: "Contratación de telefonía",
|
|
23
|
+
params: []
|
|
24
|
+
},
|
|
25
|
+
features: {
|
|
26
|
+
label: "Tarjetas de funcionalidades",
|
|
27
|
+
params: ["title", "text", "button", "items", "text-lines"]
|
|
28
|
+
},
|
|
29
|
+
"features-presentation": {
|
|
30
|
+
label: "Presentación de funcionalidades",
|
|
31
|
+
params: [
|
|
32
|
+
"title",
|
|
33
|
+
"subtitle",
|
|
34
|
+
"text",
|
|
35
|
+
"background",
|
|
36
|
+
"items",
|
|
37
|
+
"image",
|
|
38
|
+
"button",
|
|
39
|
+
"text-lines"
|
|
40
|
+
],
|
|
41
|
+
variants: [
|
|
42
|
+
"default",
|
|
43
|
+
"images",
|
|
44
|
+
"hero",
|
|
45
|
+
"parallel-images",
|
|
46
|
+
"texts",
|
|
47
|
+
"texts-2",
|
|
48
|
+
"simple",
|
|
49
|
+
"highlight-image",
|
|
50
|
+
"highlight-image-2",
|
|
51
|
+
"phone-contact",
|
|
52
|
+
"dark-cards",
|
|
53
|
+
"secondary-highlight-image",
|
|
54
|
+
"highlight-title",
|
|
55
|
+
"texts-columns",
|
|
56
|
+
"images-columns",
|
|
57
|
+
"secondary-images-columns",
|
|
58
|
+
"secondary-hero"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"product-hero-searcher": {
|
|
62
|
+
label: "Buscador de productos hero",
|
|
63
|
+
params: ["title", "subtitle", "text", "background", "image", "items"]
|
|
64
|
+
},
|
|
65
|
+
"product-package-picker": {
|
|
66
|
+
label: "Selector de paquetes de productos",
|
|
67
|
+
params: [
|
|
68
|
+
"title",
|
|
69
|
+
"subtitle",
|
|
70
|
+
"text",
|
|
71
|
+
"background",
|
|
72
|
+
"image",
|
|
73
|
+
"items",
|
|
74
|
+
"filters"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"redirect-router": {
|
|
78
|
+
label: "Redirección",
|
|
79
|
+
params: ["text", "custom"]
|
|
80
|
+
},
|
|
81
|
+
"perdm-contracting": {
|
|
82
|
+
label: "Perdm contratar telefonía",
|
|
83
|
+
params: ["title"]
|
|
84
|
+
},
|
|
85
|
+
"screen-products": {
|
|
86
|
+
label: "Linvermedia productos de pantallas",
|
|
87
|
+
params: ["title"]
|
|
88
|
+
},
|
|
89
|
+
"triple-text": {
|
|
90
|
+
label: "Texto triple",
|
|
91
|
+
params: ["title", "subtitle", "text", "background", "image"]
|
|
92
|
+
},
|
|
93
|
+
banner: {
|
|
94
|
+
label: "Banner",
|
|
95
|
+
params: [
|
|
96
|
+
"title",
|
|
97
|
+
"text",
|
|
98
|
+
"background",
|
|
99
|
+
"image",
|
|
100
|
+
"height",
|
|
101
|
+
"text-lines",
|
|
102
|
+
"items"
|
|
103
|
+
],
|
|
104
|
+
variants: ["default", "image", "colored"]
|
|
105
|
+
},
|
|
106
|
+
hero: {
|
|
107
|
+
label: "Hero",
|
|
108
|
+
params: [
|
|
109
|
+
"text",
|
|
110
|
+
"title",
|
|
111
|
+
"background",
|
|
112
|
+
"items",
|
|
113
|
+
"image",
|
|
114
|
+
"custom",
|
|
115
|
+
"text-lines"
|
|
116
|
+
],
|
|
117
|
+
variants: ["default", "dense", "banner", "contact"]
|
|
118
|
+
},
|
|
119
|
+
image: {
|
|
120
|
+
label: "Imagen",
|
|
121
|
+
params: ["background", "image"]
|
|
122
|
+
},
|
|
123
|
+
text: {
|
|
124
|
+
label: "Textos",
|
|
125
|
+
params: ["background", "items", "text", "title", "text-lines"],
|
|
126
|
+
variants: ["default", "simple"]
|
|
127
|
+
},
|
|
128
|
+
product: {
|
|
129
|
+
label: "Producto",
|
|
130
|
+
params: [
|
|
131
|
+
"title",
|
|
132
|
+
"subtitle",
|
|
133
|
+
"background",
|
|
134
|
+
"button",
|
|
135
|
+
"items_props",
|
|
136
|
+
"filters",
|
|
137
|
+
"sorting",
|
|
138
|
+
"limit"
|
|
139
|
+
],
|
|
140
|
+
variants: ["default", "hero-grid", "hero-one"]
|
|
141
|
+
},
|
|
142
|
+
container: {
|
|
143
|
+
label: "Contenedor",
|
|
144
|
+
params: ["background", "children"]
|
|
145
|
+
},
|
|
146
|
+
footer: {
|
|
147
|
+
label: "Footer",
|
|
148
|
+
params: ["background", "subtitle", "text", "image"]
|
|
149
|
+
},
|
|
150
|
+
"product-carousel": {
|
|
151
|
+
label: "Carrusel de imágenes",
|
|
152
|
+
params: ["title", "items_props"]
|
|
153
|
+
},
|
|
154
|
+
"product-simple-info": {
|
|
155
|
+
label: "Atributos simples",
|
|
156
|
+
params: ["title", "items_props"]
|
|
157
|
+
},
|
|
158
|
+
"product-card-info": {
|
|
159
|
+
label: "Tarjetas de atributos",
|
|
160
|
+
params: ["title", "items_props"]
|
|
161
|
+
},
|
|
162
|
+
"product-location": {
|
|
163
|
+
label: "Localización",
|
|
164
|
+
params: ["title", "params"]
|
|
165
|
+
},
|
|
166
|
+
"product-description": {
|
|
167
|
+
label: "Descripción del producto",
|
|
168
|
+
params: ["title"]
|
|
169
|
+
},
|
|
170
|
+
"simple-button": {
|
|
171
|
+
label: "Texto con botón",
|
|
172
|
+
params: [
|
|
173
|
+
"title",
|
|
174
|
+
"text",
|
|
175
|
+
"subtitle",
|
|
176
|
+
"items",
|
|
177
|
+
"background",
|
|
178
|
+
"image",
|
|
179
|
+
"button"
|
|
180
|
+
],
|
|
181
|
+
variants: ["default", "centered", "middle-image"]
|
|
182
|
+
},
|
|
183
|
+
"selectable-cards": {
|
|
184
|
+
label: "Tarjetas seleccionables",
|
|
185
|
+
params: ["title", "text", "items"],
|
|
186
|
+
variants: ["default", "product"]
|
|
187
|
+
},
|
|
188
|
+
"steps-cards": {
|
|
189
|
+
label: "Tarjetas de pasos",
|
|
190
|
+
params: ["title", "text", "items", "image"]
|
|
191
|
+
},
|
|
192
|
+
"ecommerce-finder": {
|
|
193
|
+
label: "Buscador de productos",
|
|
194
|
+
params: ["custom"]
|
|
195
|
+
},
|
|
196
|
+
"ecommerce-shopcart": {
|
|
197
|
+
label: "Shopcart de Ecommerce",
|
|
198
|
+
params: ["title", "text", "custom"]
|
|
199
|
+
},
|
|
200
|
+
"ecommerce-catalog": {
|
|
201
|
+
label: "Catálogo de productos",
|
|
202
|
+
params: ["title", "text", "background", "custom"]
|
|
203
|
+
},
|
|
204
|
+
"ecommerce-catalog-lite": {
|
|
205
|
+
label: "Catálogo de productos lite",
|
|
206
|
+
params: ["title", "text", "background", "custom", "button"]
|
|
207
|
+
},
|
|
208
|
+
"ecommerce-banner": {
|
|
209
|
+
label: "Banner para Ecommerce",
|
|
210
|
+
params: [
|
|
211
|
+
"title",
|
|
212
|
+
"text",
|
|
213
|
+
"background",
|
|
214
|
+
"image",
|
|
215
|
+
"height",
|
|
216
|
+
"custom",
|
|
217
|
+
"button"
|
|
218
|
+
],
|
|
219
|
+
variants: [
|
|
220
|
+
"default",
|
|
221
|
+
"text-image",
|
|
222
|
+
"text-centered",
|
|
223
|
+
"text-image-background",
|
|
224
|
+
"button-image-background",
|
|
225
|
+
"contact"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
"ecommerce-filters": {
|
|
229
|
+
label: "Filtros para Ecommerce",
|
|
230
|
+
params: ["custom"]
|
|
231
|
+
},
|
|
232
|
+
"ecommerce-categories": {
|
|
233
|
+
label: "Botones de categorías",
|
|
234
|
+
params: ["items", "custom"]
|
|
235
|
+
},
|
|
236
|
+
"shopcart-products": {
|
|
237
|
+
label: "Checkout de shopcart",
|
|
238
|
+
params: ["custom"]
|
|
239
|
+
},
|
|
240
|
+
"ecommerce-checkout": {
|
|
241
|
+
label: "Checkout de Ecommerce"
|
|
242
|
+
},
|
|
243
|
+
"ecommerce-highlights": {
|
|
244
|
+
label: "Catálogo productos destacados",
|
|
245
|
+
params: ["title", "text", "background", "custom"]
|
|
246
|
+
},
|
|
247
|
+
widget: {
|
|
248
|
+
label: "Widget custom",
|
|
249
|
+
params: ["code", "custom"]
|
|
250
|
+
}
|
|
251
|
+
}), e.PRODUCT_TEMPLATES_LABELS = [
|
|
252
|
+
"product-carousel",
|
|
253
|
+
"product-card-info",
|
|
254
|
+
"product-simple-info",
|
|
255
|
+
"product-location",
|
|
256
|
+
"product-description",
|
|
257
|
+
"widget"
|
|
258
|
+
], Object.freeze(e.PRODUCT_TEMPLATES_LABELS), e.ECOMMERCE_TEMPLATES_LABELS = [
|
|
259
|
+
"ecommerce-finder",
|
|
260
|
+
"ecommerce-catalog",
|
|
261
|
+
"ecommerce-catalog-lite",
|
|
262
|
+
"ecommerce-banner",
|
|
263
|
+
"ecommerce-filters",
|
|
264
|
+
"ecommerce-checkout",
|
|
265
|
+
"ecommerce-categories",
|
|
266
|
+
"ecommerce-highlights",
|
|
267
|
+
"ecommerce-shopcart",
|
|
268
|
+
"widget"
|
|
269
|
+
], Object.freeze(e.ECOMMERCE_TEMPLATES_LABELS), e.CHECKOUT_TEMPLATES_LABELS = ["shopcart-products"], Object.freeze(e.CHECKOUT_TEMPLATES_LABELS), e.ITEMS_DIRECTIONS = ["normal", "invertido"], Object.freeze(e.ITEMS_DIRECTIONS);
|
|
270
|
+
})(t);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { commonjsGlobal as i } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __exports as u } from "../../../../../../_virtual/index13.js";
|
|
3
|
+
import "./layout.js";
|
|
4
|
+
import { __exports as _ } from "../../../../../../_virtual/layout2.js";
|
|
5
|
+
(function(a) {
|
|
6
|
+
var c = i && i.__createBinding || (Object.create ? function(o, t, e, r) {
|
|
7
|
+
r === void 0 && (r = e);
|
|
8
|
+
var n = Object.getOwnPropertyDescriptor(t, e);
|
|
9
|
+
(!n || ("get" in n ? !t.__esModule : n.writable || n.configurable)) && (n = { enumerable: !0, get: function() {
|
|
10
|
+
return t[e];
|
|
11
|
+
} }), Object.defineProperty(o, r, n);
|
|
12
|
+
} : function(o, t, e, r) {
|
|
13
|
+
r === void 0 && (r = e), o[r] = t[e];
|
|
14
|
+
}), f = i && i.__exportStar || function(o, t) {
|
|
15
|
+
for (var e in o) e !== "default" && !Object.prototype.hasOwnProperty.call(t, e) && c(t, o, e);
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(a, "__esModule", { value: !0 }), f(_, a);
|
|
18
|
+
})(u);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __exports as e } from "../../../../../../_virtual/layout2.js";
|
|
2
|
+
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
3
|
+
e.LAYOUT_SECTION_TYPES = e.LayoutSectionType = e.TextLineType = void 0;
|
|
4
|
+
var r;
|
|
5
|
+
(function(T) {
|
|
6
|
+
T.TITLE = "title", T.SUBTITLE = "subtitle", T.PARAGRAPH = "paragraph";
|
|
7
|
+
})(r || (e.TextLineType = r = {}));
|
|
8
|
+
var t;
|
|
9
|
+
(function(T) {
|
|
10
|
+
T.TEXT = "text", T.TABLE = "table", T.CARDS_GRID = "cards-grid", T.IMAGE = "image", T.SIGNATURE = "signature", T.RADIO_BUTTONS = "radio_buttons";
|
|
11
|
+
})(t || (e.LayoutSectionType = t = {}));
|
|
12
|
+
e.LAYOUT_SECTION_TYPES = [t.TEXT, t.CARDS_GRID, t.TABLE, t.IMAGE, t.SIGNATURE, t.RADIO_BUTTONS];
|
|
13
|
+
export {
|
|
14
|
+
e as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { __exports as o } from "../../../../../../_virtual/comision.js";
|
|
2
|
+
Object.defineProperty(o, "__esModule", { value: !0 });
|
|
3
|
+
o.COMISION_SOURCE_ENTITIES = o.TipoComision = void 0;
|
|
4
|
+
var e;
|
|
5
|
+
(function(i) {
|
|
6
|
+
i.PORCENTAJE = "porcentaje", i.MONTO_FIJO = "monto_fijo";
|
|
7
|
+
})(e || (o.TipoComision = e = {}));
|
|
8
|
+
o.COMISION_SOURCE_ENTITIES = ["captacion", "pedido", "producto", "propuesta", "importacion"];
|
|
9
|
+
export {
|
|
10
|
+
o as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { commonjsGlobal as f } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __exports as c } from "../../../../../../_virtual/index14.js";
|
|
3
|
+
import "./comision.js";
|
|
4
|
+
import "./item-liquidable.js";
|
|
5
|
+
import "./liquidaciones.js";
|
|
6
|
+
import "./regla.js";
|
|
7
|
+
import { __exports as u } from "../../../../../../_virtual/comision.js";
|
|
8
|
+
import { __exports as m } from "../../../../../../_virtual/item-liquidable.js";
|
|
9
|
+
import { __exports as p } from "../../../../../../_virtual/liquidaciones.js";
|
|
10
|
+
import { __exports as d } from "../../../../../../_virtual/regla.js";
|
|
11
|
+
(function(n) {
|
|
12
|
+
var _ = f && f.__createBinding || (Object.create ? function(t, r, e, i) {
|
|
13
|
+
i === void 0 && (i = e);
|
|
14
|
+
var o = Object.getOwnPropertyDescriptor(r, e);
|
|
15
|
+
(!o || ("get" in o ? !r.__esModule : o.writable || o.configurable)) && (o = { enumerable: !0, get: function() {
|
|
16
|
+
return r[e];
|
|
17
|
+
} }), Object.defineProperty(t, i, o);
|
|
18
|
+
} : function(t, r, e, i) {
|
|
19
|
+
i === void 0 && (i = e), t[i] = r[e];
|
|
20
|
+
}), a = f && f.__exportStar || function(t, r) {
|
|
21
|
+
for (var e in t) e !== "default" && !Object.prototype.hasOwnProperty.call(r, e) && _(r, t, e);
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(n, "__esModule", { value: !0 }), a(u, n), a(m, n), a(p, n), a(d, n);
|
|
24
|
+
})(c);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as i } from "../../../../../../_virtual/liquidaciones.js";
|
|
2
|
+
Object.defineProperty(i, "__esModule", { value: !0 });
|
|
3
|
+
i.TipoLiquidacion = void 0;
|
|
4
|
+
var o;
|
|
5
|
+
(function(e) {
|
|
6
|
+
e.SOLICITUD_CLIENTE = "solicitud_cliente", e.RED_COMERCIAL = "red_comercial";
|
|
7
|
+
})(o || (i.TipoLiquidacion = o = {}));
|
|
8
|
+
export {
|
|
9
|
+
i as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { __exports as O } from "../../../../../../_virtual/regla.js";
|
|
2
|
+
Object.defineProperty(O, "__esModule", { value: !0 });
|
|
3
|
+
O.TABLES = O.TABLES_FIELDS = O.SOURCES = O.LOGIC_OPERATORS = O.RULE_OPERATORS = void 0;
|
|
4
|
+
O.RULE_OPERATORS = ["==", "!=", "<", ">", "IN"];
|
|
5
|
+
O.LOGIC_OPERATORS = ["AND", "OR"];
|
|
6
|
+
O.SOURCES = [
|
|
7
|
+
"IMPORTACION",
|
|
8
|
+
"TABLA",
|
|
9
|
+
"CONTENEDOR"
|
|
10
|
+
];
|
|
11
|
+
O.TABLES_FIELDS = {
|
|
12
|
+
PRODUCTOS: ["TIPO", "NOMBRE", "DESCRIPCION", "ID_GAMA", "ESTADO", "TAGS", "ID_PRODUCTO", "PROPS", "CODIGO_EXTERNO"],
|
|
13
|
+
CAPTACION: ["ESTADO", "TIPO", "CAPTADO", "ID_CAPTACION", "FECHA_CAPTADO", "COD_CLIENTE", "COD_PROVEEDOR"]
|
|
14
|
+
};
|
|
15
|
+
O.TABLES = [
|
|
16
|
+
{
|
|
17
|
+
label: "PRODUCTOS",
|
|
18
|
+
value: "PRODUCTOS"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
label: "CAPTACIONES",
|
|
22
|
+
value: "CAPTACION"
|
|
23
|
+
}
|
|
24
|
+
];
|
|
25
|
+
export {
|
|
26
|
+
O as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { __exports as o } from "../../../../../../_virtual/conditions.js";
|
|
2
|
+
Object.defineProperty(o, "__esModule", { value: !0 });
|
|
3
|
+
o.OPERATORS = void 0;
|
|
4
|
+
o.OPERATORS = ["==", "!=", ">", "<", ">=", "<=", "contains", "not_contains", "in", "not_in"];
|
|
5
|
+
export {
|
|
6
|
+
o as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { __exports as c } from "../../../../../../_virtual/control-types.js";
|
|
2
|
+
Object.defineProperty(c, "__esModule", { value: !0 });
|
|
3
|
+
c.ControlType = c.GAMA_PROP_CONTROL_TYPES = void 0;
|
|
4
|
+
c.GAMA_PROP_CONTROL_TYPES = [
|
|
5
|
+
{ code: "input_text", icon: "title", label: "Texto" },
|
|
6
|
+
{ code: "input_number", icon: "o_looks_one", label: "Número" },
|
|
7
|
+
{ code: "datetime", icon: "event", label: "Fecha y hora" },
|
|
8
|
+
{ code: "date", icon: "calendar_today", label: "Fecha" },
|
|
9
|
+
{ code: "time", icon: "schedule", label: "Hora" },
|
|
10
|
+
{ code: "switch", icon: "toggle_on", label: "Switch" },
|
|
11
|
+
{ code: "checkbox", icon: "o_check_box", label: "Checkbox" },
|
|
12
|
+
{ code: "select", icon: "list", label: "Selector simple" },
|
|
13
|
+
{ code: "cards_select", icon: "grid_view", label: "Selector de tarjetas" },
|
|
14
|
+
{ code: "location", icon: "o_location_on", label: "Ubicación" },
|
|
15
|
+
{ code: "dynamic_array", icon: "data_array", label: "Colección dinámica" },
|
|
16
|
+
{ code: "object", icon: "data_object", label: "Objeto" },
|
|
17
|
+
{ code: "keys_counter", icon: "plus_one", label: "Contador de entradas" },
|
|
18
|
+
{ code: "collection", icon: "o_description", label: "Colección" },
|
|
19
|
+
{ code: "images", icon: "o_image", label: "Imágenes" }
|
|
20
|
+
];
|
|
21
|
+
var o;
|
|
22
|
+
(function(e) {
|
|
23
|
+
e.TEXT = "input_text", e.NUMBER = "input_number", e.DATETIME = "datetime", e.DATE = "date", e.TIME = "time", e.SWITCH = "switch", e.CHECKBOX = "checkbox", e.SELECT = "select", e.CARDS_SELECT = "cards_select", e.LOCATION = "location", e.DYNAMIC_ARRAY = "dynamic_array", e.OBJECT = "object", e.KEYS_COUNTER = "keys_counter", e.COLLECTION = "collection", e.IMAGES = "images";
|
|
24
|
+
})(o || (c.ControlType = o = {}));
|
|
25
|
+
export {
|
|
26
|
+
c as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { commonjsGlobal as p } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __exports as f } from "../../../../../../_virtual/index15.js";
|
|
3
|
+
import "./conditions.js";
|
|
4
|
+
import "./control-types.js";
|
|
5
|
+
import "./mappers.js";
|
|
6
|
+
import "./options.js";
|
|
7
|
+
import "./validators.js";
|
|
8
|
+
import "./visibility.js";
|
|
9
|
+
import { __exports as m } from "../../../../../../_virtual/conditions.js";
|
|
10
|
+
import { __exports as c } from "../../../../../../_virtual/control-types.js";
|
|
11
|
+
import { __exports as s } from "../../../../../../_virtual/mappers.js";
|
|
12
|
+
import { __exports as u } from "../../../../../../_virtual/options.js";
|
|
13
|
+
import { __exports as d } from "../../../../../../_virtual/validators2.js";
|
|
14
|
+
import { __exports as l } from "../../../../../../_virtual/visibility.js";
|
|
15
|
+
(function(t) {
|
|
16
|
+
var _ = p && p.__createBinding || (Object.create ? function(n, o, r, e) {
|
|
17
|
+
e === void 0 && (e = r);
|
|
18
|
+
var a = Object.getOwnPropertyDescriptor(o, r);
|
|
19
|
+
(!a || ("get" in a ? !o.__esModule : a.writable || a.configurable)) && (a = { enumerable: !0, get: function() {
|
|
20
|
+
return o[r];
|
|
21
|
+
} }), Object.defineProperty(n, e, a);
|
|
22
|
+
} : function(n, o, r, e) {
|
|
23
|
+
e === void 0 && (e = r), n[e] = o[r];
|
|
24
|
+
}), i = p && p.__exportStar || function(n, o) {
|
|
25
|
+
for (var r in n) r !== "default" && !Object.prototype.hasOwnProperty.call(o, r) && _(o, n, r);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(t, "__esModule", { value: !0 }), i(m, t), i(c, t), i(s, t), i(u, t), i(d, t), i(l, t);
|
|
28
|
+
})(f);
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { __exports as s } from "../../../../../../_virtual/validators2.js";
|
|
2
|
+
import { d as m } from "../../../../../better-dni/dist/index.js";
|
|
3
|
+
import "../../../../../iban/iban.js";
|
|
4
|
+
import { __exports as f } from "../../../../../../_virtual/iban.js";
|
|
5
|
+
(function(r) {
|
|
6
|
+
Object.defineProperty(r, "__esModule", { value: !0 }), r.VALIDATORS = r.PropValidatorKeys = r.GamaPropValidatorsMap = void 0;
|
|
7
|
+
const l = m, t = f;
|
|
8
|
+
r.GamaPropValidatorsMap = {
|
|
9
|
+
required: {
|
|
10
|
+
fn: () => (e) => e.value !== null && e.value !== void 0 && e.value !== "",
|
|
11
|
+
message: "Este campo es requerido",
|
|
12
|
+
label: "Requerido"
|
|
13
|
+
},
|
|
14
|
+
min: {
|
|
15
|
+
fn: (e) => (a) => {
|
|
16
|
+
if (typeof a.value == "number")
|
|
17
|
+
return (a.value || 0) >= e;
|
|
18
|
+
if (typeof a.value == "string") {
|
|
19
|
+
const n = a.value || "";
|
|
20
|
+
return a.multiple ? n.split(",").length >= e : n.length >= e;
|
|
21
|
+
}
|
|
22
|
+
return !1;
|
|
23
|
+
},
|
|
24
|
+
message: "El valor es menor al mínimo permitido",
|
|
25
|
+
label: "Mínimo"
|
|
26
|
+
},
|
|
27
|
+
max: {
|
|
28
|
+
fn: (e) => (a) => {
|
|
29
|
+
if (typeof a.value == "number")
|
|
30
|
+
return (a.value || 0) <= e;
|
|
31
|
+
if (typeof a.value == "string") {
|
|
32
|
+
const n = a.value || "";
|
|
33
|
+
return a.multiple ? n.split(",").length <= e : (n || "").length <= e;
|
|
34
|
+
}
|
|
35
|
+
return !1;
|
|
36
|
+
},
|
|
37
|
+
message: "El valor es mayor al máximo permitido",
|
|
38
|
+
label: "Máximo"
|
|
39
|
+
},
|
|
40
|
+
onlyNumbers: {
|
|
41
|
+
fn: () => (e) => /^[0-9]*$/.test(String(e.value) || ""),
|
|
42
|
+
message: "Este campo solo acepta números",
|
|
43
|
+
label: "Solo números"
|
|
44
|
+
},
|
|
45
|
+
email: {
|
|
46
|
+
fn: () => (e) => e.value ? /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/.test(String(e.value) || "") : !0,
|
|
47
|
+
message: "El correo electrónico no es válido",
|
|
48
|
+
label: "Correo electrónico"
|
|
49
|
+
},
|
|
50
|
+
url: {
|
|
51
|
+
fn: () => (e) => e.value ? /^(ftp|http|https):\/\/[^ "]+$/.test(String(e.value) || "") || /^www\.[^ "]+$/.test(String(e.value) || "") : !0,
|
|
52
|
+
message: "La URL no es válida",
|
|
53
|
+
label: "URL"
|
|
54
|
+
},
|
|
55
|
+
iban: {
|
|
56
|
+
fn: () => (e) => e.value ? t.isValid(String(e.value) || "") : !0,
|
|
57
|
+
message: "El IBAN no es válido",
|
|
58
|
+
label: "Cuenta Bancaria (IBAN)"
|
|
59
|
+
},
|
|
60
|
+
dni: {
|
|
61
|
+
fn: () => (e) => e.value ? (0, l.isValid)(String(e.value) || "") : !0,
|
|
62
|
+
message: "El dni no es válido",
|
|
63
|
+
label: "Identificación España (DNI, NIF, NIE)"
|
|
64
|
+
},
|
|
65
|
+
ine: {
|
|
66
|
+
fn: () => (e) => !0,
|
|
67
|
+
message: "El INE no es válido",
|
|
68
|
+
label: "Identificación México (INE)"
|
|
69
|
+
},
|
|
70
|
+
curp: {
|
|
71
|
+
fn: () => (e) => !0,
|
|
72
|
+
message: "El CURP no es válido",
|
|
73
|
+
label: "Identificación México (CURP)"
|
|
74
|
+
},
|
|
75
|
+
rfc: {
|
|
76
|
+
fn: () => (e) => !0,
|
|
77
|
+
message: "El RFC no es válido",
|
|
78
|
+
label: "Identificador México (RFC)"
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
var i;
|
|
82
|
+
(function(e) {
|
|
83
|
+
e.REQUERIDO = "required", e.MINIMO = "min", e.MAXIMO = "max", e.SOLO_NUMEROS = "onlyNumbers", e.EMAIL = "email", e.URL = "url", e.DNI = "dni", e.IBAN = "iban", e.INE = "ine", e.RFC = "rfc", e.CURP = "curp";
|
|
84
|
+
})(i || (r.PropValidatorKeys = i = {})), r.VALIDATORS = Object.entries(r.GamaPropValidatorsMap).map(([e, a]) => ({ value: e, ...a }));
|
|
85
|
+
})(s);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { commonjsGlobal as _ } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __exports as m } from "../../../../../../_virtual/index16.js";
|
|
3
|
+
import "./archivo.js";
|
|
4
|
+
import "./captacion.js";
|
|
5
|
+
import "./gama.js";
|
|
6
|
+
import "./partner.js";
|
|
7
|
+
import "./producto.js";
|
|
8
|
+
import "./seguimiento.js";
|
|
9
|
+
import { __exports as p } from "../../../../../../_virtual/archivo.js";
|
|
10
|
+
import { __exports as c } from "../../../../../../_virtual/captacion2.js";
|
|
11
|
+
import { __exports as u } from "../../../../../../_virtual/gama.js";
|
|
12
|
+
import { __exports as s } from "../../../../../../_virtual/partner.js";
|
|
13
|
+
import { __exports as d } from "../../../../../../_virtual/producto2.js";
|
|
14
|
+
import { __exports as l } from "../../../../../../_virtual/seguimiento.js";
|
|
15
|
+
(function(e) {
|
|
16
|
+
var f = _ && _.__createBinding || (Object.create ? function(n, t, r, o) {
|
|
17
|
+
o === void 0 && (o = r);
|
|
18
|
+
var a = Object.getOwnPropertyDescriptor(t, r);
|
|
19
|
+
(!a || ("get" in a ? !t.__esModule : a.writable || a.configurable)) && (a = { enumerable: !0, get: function() {
|
|
20
|
+
return t[r];
|
|
21
|
+
} }), Object.defineProperty(n, o, a);
|
|
22
|
+
} : function(n, t, r, o) {
|
|
23
|
+
o === void 0 && (o = r), n[o] = t[r];
|
|
24
|
+
}), i = _ && _.__exportStar || function(n, t) {
|
|
25
|
+
for (var r in n) r !== "default" && !Object.prototype.hasOwnProperty.call(t, r) && f(t, n, r);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(e, "__esModule", { value: !0 }), i(p, e), i(c, e), i(u, e), i(s, e), i(d, e), i(l, e);
|
|
28
|
+
})(m);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { __exports as e } from "../../../../../../_virtual/seguimiento.js";
|
|
2
|
+
Object.defineProperty(e, "__esModule", { value: !0 });
|
|
3
|
+
e.SeguimientoEvent = e.ENTITIES_TO_OBSERVE = void 0;
|
|
4
|
+
e.ENTITIES_TO_OBSERVE = [
|
|
5
|
+
"Captacion",
|
|
6
|
+
"Contacto",
|
|
7
|
+
"ContactoTels",
|
|
8
|
+
"ProductosPedido",
|
|
9
|
+
"Visitas"
|
|
10
|
+
];
|
|
11
|
+
var o;
|
|
12
|
+
(function(t) {
|
|
13
|
+
t.INSERT = "insert", t.UPDATE = "update", t.DELETE = "delete";
|
|
14
|
+
})(o || (e.SeguimientoEvent = o = {}));
|
|
15
|
+
export {
|
|
16
|
+
e as default
|
|
17
|
+
};
|