@designcrowd/fe-shared-lib 1.2.16 → 1.2.17-ast-upsell-2
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/index.js +4 -0
- package/package.json +2 -2
- package/public/css/tailwind-brandCrowd.css +30 -0
- package/public/css/tailwind-brandPage.css +30 -0
- package/public/css/tailwind-crazyDomains.css +30 -0
- package/public/css/tailwind-designCom.css +30 -0
- package/public/css/tailwind-designCrowd.css +30 -0
- package/src/atoms/components/Modal/Modal.vue +6 -1
- package/src/atoms/components/Upsell/DigitalBusinessCard.vue +63 -0
- package/src/atoms/components/Upsell/LinkInBio.vue +62 -0
- package/src/atoms/components/Upsell/UpgradeWebsite.vue +60 -0
- package/src/atoms/components/Upsell/WebDesignSupport.vue +60 -0
- package/src/atoms/components/Upsell/i18n/upsell-modal-components.de-DE.json +17 -0
- package/src/atoms/components/Upsell/i18n/upsell-modal-components.es-ES.json +17 -0
- package/src/atoms/components/Upsell/i18n/upsell-modal-components.fr-FR.json +17 -0
- package/src/atoms/components/Upsell/i18n/upsell-modal-components.json +17 -0
- package/src/atoms/components/Upsell/i18n/upsell-modal-components.pt-PT.json +17 -0
- package/src/bundles/bundled-translations.de-DE.json +47 -0
- package/src/bundles/bundled-translations.es-ES.json +47 -0
- package/src/bundles/bundled-translations.fr-FR.json +47 -0
- package/src/bundles/bundled-translations.json +47 -0
- package/src/bundles/bundled-translations.pt-PT.json +47 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +41 -0
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +47 -25
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +24 -0
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +18 -8
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +22 -12
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +11 -5
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +10 -4
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +11 -5
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +10 -4
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +11 -5
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +7 -1
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +13 -7
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +34 -0
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +34 -0
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +34 -0
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +35 -0
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +34 -0
- package/src/useSharedLibTranslate.js +6 -0
- package/dist/css/tailwind-brandCrowd.css +0 -2493
- package/dist/css/tailwind-brandPage.css +0 -2177
- package/dist/css/tailwind-crazyDomains.css +0 -2493
- package/dist/css/tailwind-designCom.css +0 -2493
- package/dist/css/tailwind-designCrowd.css +0 -2493
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"upsellModalComponents" : {
|
|
3
|
+
"getStartedLabel" : "Los geht’s",
|
|
4
|
+
"upgradeNowLabel" : "Jetzt upgraden",
|
|
5
|
+
"linkInBioTitle" : "BIO-LINK-SEITE ERSTELLEN",
|
|
6
|
+
"linkInBioSubtitle" : "Erstellen Sie einen Bio-Link, mit dem Sie neue Kontakte knüpfen und Ihre Marke stärken",
|
|
7
|
+
"webSupportTitle" : "Professionelle Unterstützung für Webdesign anfordern",
|
|
8
|
+
"webSupportSubtitle" : "Unser professionelles Webdesign-Team unterstützt Sie beim Aufbau und der Optimierung Ihrer Website",
|
|
9
|
+
"webDesignButtonLabel" : "Webdesign-Unterstützung anfordern",
|
|
10
|
+
"digitalBusinessCardTitle" : "Erstellen Sie Ihre digitale Visitenkarte",
|
|
11
|
+
"digitalBusinessCardSubtitle" : "Erstellen Sie eine digitale Visitenkarte, mit der Sie neue Kontakte knüpfen und Ihre Marke stärken",
|
|
12
|
+
"upgradeWebsiteTitle" : "Auf Premium-Website upgraden",
|
|
13
|
+
"upgradeWebsiteSubtitle" : "Schalten Sie alle erweiterten Funktionen für mehr Flexibilität frei",
|
|
14
|
+
"legalZoomTitle" : "Launchen Sie kostenlos Ihre eigene LLC",
|
|
15
|
+
"legalZoomSubtitle" : "In Zusammenarbeit mit LegalZoom können Sie jetzt kostenlos eine eigene LLC gründen."
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"upsellModalComponents" : {
|
|
3
|
+
"getStartedLabel" : "Comienza",
|
|
4
|
+
"upgradeNowLabel" : "Hazte prémium ya",
|
|
5
|
+
"linkInBioTitle" : "CREA TU ENLACE A LA BIO",
|
|
6
|
+
"linkInBioSubtitle" : "Lanza un enlace en tu biografía que impulse las conexiones y eleve tu presencia",
|
|
7
|
+
"webSupportTitle" : "Obtén soporte profesional en diseño web",
|
|
8
|
+
"webSupportSubtitle" : "Nuestro equipo profesional de diseño web te ayudará a crear y sacar el máximo partido a tu sitio web",
|
|
9
|
+
"webDesignButtonLabel" : "Obtén soporte de diseño web",
|
|
10
|
+
"digitalBusinessCardTitle" : "Crea tu tarjeta de visita digital",
|
|
11
|
+
"digitalBusinessCardSubtitle" : "Lanza una tarjeta de visita digital que impulse las conexiones y eleve tu marca",
|
|
12
|
+
"upgradeWebsiteTitle" : "Pásate a un sitio web prémium",
|
|
13
|
+
"upgradeWebsiteSubtitle" : "Accede a todas las funciones avanzadas para disfrutar de mayor flexibilidad",
|
|
14
|
+
"legalZoomTitle" : "Inicia tu LLC gratis",
|
|
15
|
+
"legalZoomSubtitle" : "En colaboración con LegalZoom, inicia tu LLC gratis"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"upsellModalComponents" : {
|
|
3
|
+
"getStartedLabel" : "Commencez",
|
|
4
|
+
"upgradeNowLabel" : "Mettre à niveau maintenant",
|
|
5
|
+
"linkInBioTitle" : "CRÉEZ VOTRE LIEN DANS LA BIO",
|
|
6
|
+
"linkInBioSubtitle" : "Lancez un lien dans la bio qui favorise les connexions et booste",
|
|
7
|
+
"webSupportTitle" : "Profitez d'une assistance professionnelle à la conception de sites Web",
|
|
8
|
+
"webSupportSubtitle" : "Notre équipe professionnelle de conception de sites Web vous aidera à créer votre site Web et à en tirer le meilleur parti.",
|
|
9
|
+
"webDesignButtonLabel" : "Assistance Web",
|
|
10
|
+
"digitalBusinessCardTitle" : "Créez votre carte de visite numérique",
|
|
11
|
+
"digitalBusinessCardSubtitle" : "Profitez d'une carte de visite numérique qui favorise les connexions et booste votre marque",
|
|
12
|
+
"upgradeWebsiteTitle" : "Passez à un site Web premium",
|
|
13
|
+
"upgradeWebsiteSubtitle" : "Débloquez toutes les fonctionnalités avancées pour plus de flexibilité",
|
|
14
|
+
"legalZoomTitle" : "Créez votre entreprise gratuitement",
|
|
15
|
+
"legalZoomSubtitle" : "En partenariat avec LegalZoom, créez votre entreprise gratuitement"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"upsellModalComponents": {
|
|
3
|
+
"getStartedLabel": "Get Started",
|
|
4
|
+
"upgradeNowLabel": "Upgrade Now",
|
|
5
|
+
"linkInBioTitle": "Create your Link in Bio",
|
|
6
|
+
"linkInBioSubtitle": "Launch a link in bio that drives connections and elevates",
|
|
7
|
+
"webSupportTitle": "Get Professional Web Design Support",
|
|
8
|
+
"webSupportSubtitle": "Our professional web design team will help you build and get the most out of your website",
|
|
9
|
+
"webDesignButtonLabel": "Get Web Design Support",
|
|
10
|
+
"digitalBusinessCardTitle": "Create your digital business card",
|
|
11
|
+
"digitalBusinessCardSubtitle": "Launch a digital business card that drives connections and elevates your brand",
|
|
12
|
+
"upgradeWebsiteTitle": "Upgrade to premium website",
|
|
13
|
+
"upgradeWebsiteSubtitle": "Unlock all advanced features for more flexibility",
|
|
14
|
+
"legalZoomTitle": "Start your LLC for free",
|
|
15
|
+
"legalZoomSubtitle": "In partnership with LegalZoom, kickstart your LLC for free"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"upsellModalComponents" : {
|
|
3
|
+
"getStartedLabel" : "Comece",
|
|
4
|
+
"upgradeNowLabel" : "Faça upgrade agora",
|
|
5
|
+
"linkInBioTitle" : "CRIAR LINK NA BIOGRAFIA",
|
|
6
|
+
"linkInBioSubtitle" : "Lance um link na bio que promova ligações e eleve",
|
|
7
|
+
"webSupportTitle" : "Obter apoio profissional ao web design",
|
|
8
|
+
"webSupportSubtitle" : "A nossa equipa profissional de design Web design vai ajudar a construir e a tirar o máximo partido do seu website.",
|
|
9
|
+
"webDesignButtonLabel" : "Obter apoio ao web design",
|
|
10
|
+
"digitalBusinessCardTitle" : "Crie o seu Cartão de Visita Digital",
|
|
11
|
+
"digitalBusinessCardSubtitle" : "Lance um cartão de visita digital que promove ligações e eleva a sua marca",
|
|
12
|
+
"upgradeWebsiteTitle" : "Upgrade para Website premium",
|
|
13
|
+
"upgradeWebsiteSubtitle" : "Desbloqueie todas as funcionalidades avançadas para maior flexibilidade",
|
|
14
|
+
"legalZoomTitle" : "Crie a sua sociedade gratuitamente",
|
|
15
|
+
"legalZoomSubtitle" : "Em parceria com a LegalZoom, crie a sua sociedade gratuitamente"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
"domainCreditUsed": "Verwendetes Domain-Guthaben",
|
|
4
4
|
"free": "Kostenlos"
|
|
5
5
|
},
|
|
6
|
+
"upsellModalComponents": {
|
|
7
|
+
"getStartedLabel": "Los geht’s",
|
|
8
|
+
"upgradeNowLabel": "Jetzt upgraden",
|
|
9
|
+
"linkInBioTitle": "BIO-LINK-SEITE ERSTELLEN",
|
|
10
|
+
"linkInBioSubtitle": "Erstellen Sie einen Bio-Link, mit dem Sie neue Kontakte knüpfen und Ihre Marke stärken",
|
|
11
|
+
"webSupportTitle": "Professionelle Unterstützung für Webdesign anfordern",
|
|
12
|
+
"webSupportSubtitle": "Unser professionelles Webdesign-Team unterstützt Sie beim Aufbau und der Optimierung Ihrer Website",
|
|
13
|
+
"webDesignButtonLabel": "Webdesign-Unterstützung anfordern",
|
|
14
|
+
"digitalBusinessCardTitle": "Erstellen Sie Ihre digitale Visitenkarte",
|
|
15
|
+
"digitalBusinessCardSubtitle": "Erstellen Sie eine digitale Visitenkarte, mit der Sie neue Kontakte knüpfen und Ihre Marke stärken",
|
|
16
|
+
"upgradeWebsiteTitle": "Auf Premium-Website upgraden",
|
|
17
|
+
"upgradeWebsiteSubtitle": "Schalten Sie alle erweiterten Funktionen für mehr Flexibilität frei",
|
|
18
|
+
"legalZoomTitle": "Launchen Sie kostenlos Ihre eigene LLC",
|
|
19
|
+
"legalZoomSubtitle": "In Zusammenarbeit mit LegalZoom können Sie jetzt kostenlos eine eigene LLC gründen."
|
|
20
|
+
},
|
|
6
21
|
"sharedPaymentConfig": {
|
|
7
22
|
"onboardingIncomplete": "Das Onboarding wurde noch nicht abgeschlossen.",
|
|
8
23
|
"pendingVerification": "Ausstehende Verifizierung",
|
|
@@ -60,5 +75,37 @@
|
|
|
60
75
|
"searchBarLabel": "Suche",
|
|
61
76
|
"searchBarPlaceholder": "Domainnamen suchen",
|
|
62
77
|
"domainSearchOrConnectHeaderSubtitle": "Kaufen Sie passende Domains für Ihre Marke oder verknüpfen Sie Ihre bestehende Domain"
|
|
78
|
+
},
|
|
79
|
+
"uploadYourLogo": {
|
|
80
|
+
"uploadYourLogoText": "Laden Sie Ihr Logo hoch",
|
|
81
|
+
"disclaimerText": "Bitte stellen Sie sicher, dass Sie über die Nutzungsrechte für alle hochgeladenen Bilder verfügen.",
|
|
82
|
+
"generatingDesigns": "Designs werden erstellt ...",
|
|
83
|
+
"uploadingAndConverting": "Ihr Logo wird hochgeladen und konvertiert ...",
|
|
84
|
+
"stepOf": "Schritt {{CURRENT}} von {{TOTAL}}",
|
|
85
|
+
"uploadError": "Fehler beim Hochladen",
|
|
86
|
+
"cancel": "Abbrechen",
|
|
87
|
+
"continue": "Weiter",
|
|
88
|
+
"back": "Zurück",
|
|
89
|
+
"no": "Nein",
|
|
90
|
+
"yes": "Ja",
|
|
91
|
+
"businessName": "Name des Unternehmens",
|
|
92
|
+
"businessNameDescription": "Geben Sie Ihren Logotext oder Unternehmensnamen ein",
|
|
93
|
+
"cropYourLogo": "Schneiden Sie Ihr Logo zu",
|
|
94
|
+
"cropDescription": "Schneiden Sie Ihr Logo-Design so zu, dass es auf die Arbeitsfläche unseres Logo-Erstellers passt",
|
|
95
|
+
"logoPreview": "Logo-Vorschau",
|
|
96
|
+
"logoPreviewDescription": "Ihr Logo sieht großartig aus! Helfen Sie uns bei der Einrichtung Ihres Logos, indem Sie die nächsten Schritte ausführen.",
|
|
97
|
+
"primaryTextColor": "Primäre Textfarbe",
|
|
98
|
+
"primaryTextColorDescription": "Helfen Sie uns bei der Einrichtung Ihres Logos, indem Sie die primäre Textfarbe bestätigen. Wählen Sie aus den verfügbaren Farben oder klicken Sie auf das Plus-Symbol, um eine weitere Farbe hinzuzufügen.",
|
|
99
|
+
"backgroundColor": "Hintergrundfarbe",
|
|
100
|
+
"backgroundColorDescription": "Helfen Sie uns bei der Einrichtung Ihres Logos, indem Sie die Hintergrundfarbe bestätigen. Wählen Sie aus den verfügbaren Farben oder klicken Sie auf das Plus-Symbol, um eine weitere Farbe hinzuzufügen.",
|
|
101
|
+
"colorsWarning": "Ihre Text- und Hintergrundfarben sind zu ähnlich. Bitte wählen Sie eine deutlichere Paarung, um sicherzustellen, dass sie hochwertige Designs erstellen.",
|
|
102
|
+
"exitConfirmationTitle": "Möchten Sie die Anwendung wirklich verlassen?",
|
|
103
|
+
"exitConfirmationDescription": "Der Fortschritt Ihres Logo-Uploads in dieser Sitzung geht verloren",
|
|
104
|
+
"maxByoFileErrorMessage": "Ihre Datei überschreitet die maximale Größe von 25 MB. Bitte wählen Sie eine kleinere Datei.",
|
|
105
|
+
"genericByoErrorMessage": "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuchen Sie es erneut.",
|
|
106
|
+
"dropYourFileHere": "Legen Sie Ihre Datei hier ab oder",
|
|
107
|
+
"clickToUpload": "klicken Sie hier, um eine Datei hochzuladen.",
|
|
108
|
+
"acceptedFiles": "Wir akzeptieren PNG-, JPG-, SVG- und EPS-Dateien bis zu 25 MB.",
|
|
109
|
+
"wrongUploadType": "Sie können Dateien dieses Typs nicht hochladen."
|
|
63
110
|
}
|
|
64
111
|
}
|
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
"domainCreditUsed": "Crédito del dominio usado",
|
|
4
4
|
"free": "Gratis"
|
|
5
5
|
},
|
|
6
|
+
"upsellModalComponents": {
|
|
7
|
+
"getStartedLabel": "Comienza",
|
|
8
|
+
"upgradeNowLabel": "Hazte prémium ya",
|
|
9
|
+
"linkInBioTitle": "CREA TU ENLACE A LA BIO",
|
|
10
|
+
"linkInBioSubtitle": "Lanza un enlace en tu biografía que impulse las conexiones y eleve tu presencia",
|
|
11
|
+
"webSupportTitle": "Obtén soporte profesional en diseño web",
|
|
12
|
+
"webSupportSubtitle": "Nuestro equipo profesional de diseño web te ayudará a crear y sacar el máximo partido a tu sitio web",
|
|
13
|
+
"webDesignButtonLabel": "Obtén soporte de diseño web",
|
|
14
|
+
"digitalBusinessCardTitle": "Crea tu tarjeta de visita digital",
|
|
15
|
+
"digitalBusinessCardSubtitle": "Lanza una tarjeta de visita digital que impulse las conexiones y eleve tu marca",
|
|
16
|
+
"upgradeWebsiteTitle": "Pásate a un sitio web prémium",
|
|
17
|
+
"upgradeWebsiteSubtitle": "Accede a todas las funciones avanzadas para disfrutar de mayor flexibilidad",
|
|
18
|
+
"legalZoomTitle": "Inicia tu LLC gratis",
|
|
19
|
+
"legalZoomSubtitle": "En colaboración con LegalZoom, inicia tu LLC gratis"
|
|
20
|
+
},
|
|
6
21
|
"sharedPaymentConfig": {
|
|
7
22
|
"onboardingIncomplete": "Incorporación incompleta",
|
|
8
23
|
"pendingVerification": "Pendiente de verificación",
|
|
@@ -60,5 +75,37 @@
|
|
|
60
75
|
"searchBarLabel": "Buscar",
|
|
61
76
|
"searchBarPlaceholder": "Busca nombres de dominio",
|
|
62
77
|
"domainSearchOrConnectHeaderSubtitle": "Compra un nombre de dominio que coincida con tu marca o conecta tu dominio existente"
|
|
78
|
+
},
|
|
79
|
+
"uploadYourLogo": {
|
|
80
|
+
"uploadYourLogoText": "Sube tu logo",
|
|
81
|
+
"disclaimerText": "Asegúrate de que tienes derecho a usar cualquier imagen que subas.",
|
|
82
|
+
"generatingDesigns": "Generando diseños...",
|
|
83
|
+
"uploadingAndConverting": "Subiendo y convirtiendo tu logo...",
|
|
84
|
+
"stepOf": "Paso {{CURRENT}} de {{TOTAL}}",
|
|
85
|
+
"uploadError": "Error de carga",
|
|
86
|
+
"cancel": "Cancelar",
|
|
87
|
+
"continue": "Continuar",
|
|
88
|
+
"back": "Volver",
|
|
89
|
+
"no": "No",
|
|
90
|
+
"yes": "Sí",
|
|
91
|
+
"businessName": "Nombre del negocio",
|
|
92
|
+
"businessNameDescription": "Introduce el texto de tu logo o el nombre de tu negocio",
|
|
93
|
+
"cropYourLogo": "Recorta tu logo",
|
|
94
|
+
"cropDescription": "Recorta tu diseño de logo para que encaje en nuestro lienzo del creador de logos",
|
|
95
|
+
"logoPreview": "Vista previa del logo",
|
|
96
|
+
"logoPreviewDescription": "¡Tu logo tiene un aspecto genial! Ayúdanos a configurar tu logo completando los siguientes pasos.",
|
|
97
|
+
"primaryTextColor": "Color principal del texto",
|
|
98
|
+
"primaryTextColorDescription": "Ayúdanos a configurar tu logo confirmando el color principal del texto. Elige entre los colores disponibles o haz clic en el icono de más (+) para añadir otro.",
|
|
99
|
+
"backgroundColor": "Color de fondo",
|
|
100
|
+
"backgroundColorDescription": "Ayúdanos a configurar tu logo confirmando el color de fondo. Elige entre los colores disponibles o haz clic en el icono de más (+) para añadir otro.",
|
|
101
|
+
"colorsWarning": "Los colores del texto y del fondo son demasiado similares. Elige una combinación más diferente para conseguir crear diseños de calidad.",
|
|
102
|
+
"exitConfirmationTitle": "¿Estás seguro de que quieres salir?",
|
|
103
|
+
"exitConfirmationDescription": "El progreso de carga de tu logo en esta sesión se perderá.",
|
|
104
|
+
"maxByoFileErrorMessage": "Tu archivo supera el tamaño máximo de 25 MB. Elige un archivo más pequeño.",
|
|
105
|
+
"genericByoErrorMessage": "Se ha producido un error inesperado. Inténtalo de nuevo.",
|
|
106
|
+
"dropYourFileHere": "Suelta el archivo aquí o",
|
|
107
|
+
"clickToUpload": "haz clic para subirlo",
|
|
108
|
+
"acceptedFiles": "Aceptamos archivos PNG, JPG, SVG o EPS de hasta 25 MB",
|
|
109
|
+
"wrongUploadType": "No puedes subir archivos de este tipo."
|
|
63
110
|
}
|
|
64
111
|
}
|
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
"domainCreditUsed": "Crédit de domaine utilisé",
|
|
4
4
|
"free": "Gratuit"
|
|
5
5
|
},
|
|
6
|
+
"upsellModalComponents": {
|
|
7
|
+
"getStartedLabel": "Commencez",
|
|
8
|
+
"upgradeNowLabel": "Mettre à niveau maintenant",
|
|
9
|
+
"linkInBioTitle": "CRÉEZ VOTRE LIEN DANS LA BIO",
|
|
10
|
+
"linkInBioSubtitle": "Lancez un lien dans la bio qui favorise les connexions et booste",
|
|
11
|
+
"webSupportTitle": "Profitez d'une assistance professionnelle à la conception de sites Web",
|
|
12
|
+
"webSupportSubtitle": "Notre équipe professionnelle de conception de sites Web vous aidera à créer votre site Web et à en tirer le meilleur parti.",
|
|
13
|
+
"webDesignButtonLabel": "Assistance Web",
|
|
14
|
+
"digitalBusinessCardTitle": "Créez votre carte de visite numérique",
|
|
15
|
+
"digitalBusinessCardSubtitle": "Profitez d'une carte de visite numérique qui favorise les connexions et booste votre marque",
|
|
16
|
+
"upgradeWebsiteTitle": "Passez à un site Web premium",
|
|
17
|
+
"upgradeWebsiteSubtitle": "Débloquez toutes les fonctionnalités avancées pour plus de flexibilité",
|
|
18
|
+
"legalZoomTitle": "Créez votre entreprise gratuitement",
|
|
19
|
+
"legalZoomSubtitle": "En partenariat avec LegalZoom, créez votre entreprise gratuitement"
|
|
20
|
+
},
|
|
6
21
|
"sharedPaymentConfig": {
|
|
7
22
|
"onboardingIncomplete": "Inscription incomplète",
|
|
8
23
|
"pendingVerification": "Vérification en attente",
|
|
@@ -60,5 +75,37 @@
|
|
|
60
75
|
"searchBarLabel": "Rechercher",
|
|
61
76
|
"searchBarPlaceholder": "Rechercher des noms de domaine",
|
|
62
77
|
"domainSearchOrConnectHeaderSubtitle": "Achetez un nom de domaine correspondant à votre marque ou connectez votre domaine existant"
|
|
78
|
+
},
|
|
79
|
+
"uploadYourLogo": {
|
|
80
|
+
"uploadYourLogoText": "Téléchargez votre logo",
|
|
81
|
+
"disclaimerText": "Veuillez vous assurer que vous avez le droit d'utiliser toute image que vous téléchargez.",
|
|
82
|
+
"generatingDesigns": "Génération de designs...",
|
|
83
|
+
"uploadingAndConverting": "Téléchargement et conversion de votre logo...",
|
|
84
|
+
"stepOf": "Étape {{CURRENT}} sur {{TOTAL}}",
|
|
85
|
+
"uploadError": "Erreur de téléchargement",
|
|
86
|
+
"cancel": "Annuler",
|
|
87
|
+
"continue": "Continuer",
|
|
88
|
+
"back": "Retour",
|
|
89
|
+
"no": "Non",
|
|
90
|
+
"yes": "Oui",
|
|
91
|
+
"businessName": "Nom de l’entreprise",
|
|
92
|
+
"businessNameDescription": "Saisissez le texte de votre logo ou le nom de votre entreprise",
|
|
93
|
+
"cropYourLogo": "Recadrez votre logo",
|
|
94
|
+
"cropDescription": "Recadrez votre logo pour qu'il s'adapte au canevas de notre outil de création de logos",
|
|
95
|
+
"logoPreview": "Aperçu du logo",
|
|
96
|
+
"logoPreviewDescription": "Votre logo est magnifique ! Aidez-nous à configurer votre logo en suivant les étapes suivantes.",
|
|
97
|
+
"primaryTextColor": "Couleur principale du texte",
|
|
98
|
+
"primaryTextColorDescription": "Aidez-nous à configurer votre logo en confirmant la couleur principale du texte. Choisissez parmi les couleurs disponibles ou cliquez sur l'icône plus pour en ajouter une autre.",
|
|
99
|
+
"backgroundColor": "Couleur d’arrière-plan",
|
|
100
|
+
"backgroundColorDescription": "Aidez-nous à configurer votre logo en confirmant la couleur d'arrière-plan. Choisissez parmi les couleurs disponibles ou cliquez sur l'icône plus pour en ajouter une autre.",
|
|
101
|
+
"colorsWarning": "Les couleurs de votre texte et de votre arrière-plan sont trop semblables. Veuillez choisir une combinaison plus distincte pour garantir un design de qualité.",
|
|
102
|
+
"exitConfirmationTitle": "Voulez-vous vraiment quitter ?",
|
|
103
|
+
"exitConfirmationDescription": "La progression du téléchargement de votre logo au cours de cette session sera perdue",
|
|
104
|
+
"maxByoFileErrorMessage": "Votre fichier dépasse la taille maximale de 25 Mo. Veuillez choisir un fichier plus petit.",
|
|
105
|
+
"genericByoErrorMessage": "Une erreur inattendue s'est produite. Veuillez réessayer.",
|
|
106
|
+
"dropYourFileHere": "Déposez votre fichier ici ou",
|
|
107
|
+
"clickToUpload": "cliquez pour télécharger",
|
|
108
|
+
"acceptedFiles": "Nous acceptons les fichiers PNG, JPG, SVG ou EPS jusqu'à 25 Mo",
|
|
109
|
+
"wrongUploadType": "Vous ne pouvez pas télécharger des fichiers de ce type."
|
|
63
110
|
}
|
|
64
111
|
}
|
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
"domainCreditUsed": "Domain credit used",
|
|
4
4
|
"free": "Free"
|
|
5
5
|
},
|
|
6
|
+
"upsellModalComponents": {
|
|
7
|
+
"getStartedLabel": "Get Started",
|
|
8
|
+
"upgradeNowLabel": "Upgrade Now",
|
|
9
|
+
"linkInBioTitle": "Create your Link in Bio",
|
|
10
|
+
"linkInBioSubtitle": "Launch a link in bio that drives connections and elevates",
|
|
11
|
+
"webSupportTitle": "Get Professional Web Design Support",
|
|
12
|
+
"webSupportSubtitle": "Our professional web design team will help you build and get the most out of your website",
|
|
13
|
+
"webDesignButtonLabel": "Get Web Design Support",
|
|
14
|
+
"digitalBusinessCardTitle": "Create your digital business card",
|
|
15
|
+
"digitalBusinessCardSubtitle": "Launch a digital business card that drives connections and elevates your brand",
|
|
16
|
+
"upgradeWebsiteTitle": "Upgrade to premium website",
|
|
17
|
+
"upgradeWebsiteSubtitle": "Unlock all advanced features for more flexibility",
|
|
18
|
+
"legalZoomTitle": "Start your LLC for free",
|
|
19
|
+
"legalZoomSubtitle": "In partnership with LegalZoom, kickstart your LLC for free"
|
|
20
|
+
},
|
|
6
21
|
"sharedPaymentConfig": {
|
|
7
22
|
"onboardingIncomplete": "Onboarding Incomplete",
|
|
8
23
|
"pendingVerification": "Pending Verification",
|
|
@@ -60,5 +75,37 @@
|
|
|
60
75
|
"searchBarLabel": "Search",
|
|
61
76
|
"searchBarPlaceholder": "Search domain names",
|
|
62
77
|
"domainSearchOrConnectHeaderSubtitle": "Buy matching domain name for your brand or connect your existing domain"
|
|
78
|
+
},
|
|
79
|
+
"uploadYourLogo": {
|
|
80
|
+
"uploadYourLogoText": "Upload your logo",
|
|
81
|
+
"disclaimerText": "Please ensure you have the right to use any image you upload.",
|
|
82
|
+
"generatingDesigns": "Generating Designs...",
|
|
83
|
+
"uploadingAndConverting": "Uploading and converting your logo...",
|
|
84
|
+
"stepOf": "Step {{CURRENT}} of {{TOTAL}}",
|
|
85
|
+
"uploadError": "Upload Error",
|
|
86
|
+
"cancel": "Cancel",
|
|
87
|
+
"continue": "Continue",
|
|
88
|
+
"back": "Back",
|
|
89
|
+
"no": "No",
|
|
90
|
+
"yes": "Yes",
|
|
91
|
+
"businessName": "Business Name",
|
|
92
|
+
"businessNameDescription": "Enter your logo text or business name",
|
|
93
|
+
"cropYourLogo": "Crop your logo",
|
|
94
|
+
"cropDescription": "Crop your logo design to fit our logo maker canvas",
|
|
95
|
+
"logoPreview": "Logo preview",
|
|
96
|
+
"logoPreviewDescription": "Your logo looks great! Help us setup your logo by completing the next steps.",
|
|
97
|
+
"primaryTextColor": "Primary text color",
|
|
98
|
+
"primaryTextColorDescription": "Help us setup your logo by confirming the primary text color. Choose from the available colors or click the plus icon to add another.",
|
|
99
|
+
"backgroundColor": "Background color",
|
|
100
|
+
"backgroundColorDescription": "Help us setup your logo by confirming the background color. Choose from the available colors or click the plus icon to add another.",
|
|
101
|
+
"colorsWarning": "Your text and background colors are too similar. Please choose a more distinct pairing to ensure they create quality designs.",
|
|
102
|
+
"exitConfirmationTitle": "Are you sure you want to exit?",
|
|
103
|
+
"exitConfirmationDescription": "Your logo upload progress in this session will be lost",
|
|
104
|
+
"maxByoFileErrorMessage": "Your file exceeds the maximum size of 25MB. Please choose a smaller file.",
|
|
105
|
+
"genericByoErrorMessage": "An unexpected error occured. Please try again.",
|
|
106
|
+
"dropYourFileHere": "Drop your file here or",
|
|
107
|
+
"clickToUpload": "click to upload",
|
|
108
|
+
"acceptedFiles": "We accept PNG, JPG, SVG or EPS files up to 25MB",
|
|
109
|
+
"wrongUploadType": "You can't upload files of this type."
|
|
63
110
|
}
|
|
64
111
|
}
|
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
"domainCreditUsed": "Crédito de domínio utilizado",
|
|
4
4
|
"free": "Grátis"
|
|
5
5
|
},
|
|
6
|
+
"upsellModalComponents": {
|
|
7
|
+
"getStartedLabel": "Comece",
|
|
8
|
+
"upgradeNowLabel": "Faça upgrade agora",
|
|
9
|
+
"linkInBioTitle": "CRIAR LINK NA BIOGRAFIA",
|
|
10
|
+
"linkInBioSubtitle": "Lance um link na bio que promova ligações e eleve",
|
|
11
|
+
"webSupportTitle": "Obter apoio profissional ao web design",
|
|
12
|
+
"webSupportSubtitle": "A nossa equipa profissional de design Web design vai ajudar a construir e a tirar o máximo partido do seu website.",
|
|
13
|
+
"webDesignButtonLabel": "Obter apoio ao web design",
|
|
14
|
+
"digitalBusinessCardTitle": "Crie o seu Cartão de Visita Digital",
|
|
15
|
+
"digitalBusinessCardSubtitle": "Lance um cartão de visita digital que promove ligações e eleva a sua marca",
|
|
16
|
+
"upgradeWebsiteTitle": "Upgrade para Website premium",
|
|
17
|
+
"upgradeWebsiteSubtitle": "Desbloqueie todas as funcionalidades avançadas para maior flexibilidade",
|
|
18
|
+
"legalZoomTitle": "Crie a sua sociedade gratuitamente",
|
|
19
|
+
"legalZoomSubtitle": "Em parceria com a LegalZoom, crie a sua sociedade gratuitamente"
|
|
20
|
+
},
|
|
6
21
|
"sharedPaymentConfig": {
|
|
7
22
|
"onboardingIncomplete": "Integração incompleta",
|
|
8
23
|
"pendingVerification": "Verificação Pendente",
|
|
@@ -60,5 +75,37 @@
|
|
|
60
75
|
"searchBarLabel": "Pesquisar",
|
|
61
76
|
"searchBarPlaceholder": "Pesquisar nomes de domínio",
|
|
62
77
|
"domainSearchOrConnectHeaderSubtitle": "Compre um nome de domínio que corresponda à sua marca ou associe ao domínio que já tem"
|
|
78
|
+
},
|
|
79
|
+
"uploadYourLogo": {
|
|
80
|
+
"uploadYourLogoText": "Carregue o seu logótipo",
|
|
81
|
+
"disclaimerText": "Certifique-se de que tem os direitos de utilização de todas as imagens que carregar.",
|
|
82
|
+
"generatingDesigns": "A gerar designs…",
|
|
83
|
+
"uploadingAndConverting": "A carregar e a converter o seu logótipo…",
|
|
84
|
+
"stepOf": "Passo {{CURRENT}} de {{TOTAL}}",
|
|
85
|
+
"uploadError": "Erro ao carregar",
|
|
86
|
+
"cancel": "Cancelar",
|
|
87
|
+
"continue": "Continuar",
|
|
88
|
+
"back": "Voltar",
|
|
89
|
+
"no": "Não",
|
|
90
|
+
"yes": "Sim",
|
|
91
|
+
"businessName": "Nome da empresa",
|
|
92
|
+
"businessNameDescription": "Introduza o texto do seu logótipo ou o nome da sua empresa",
|
|
93
|
+
"cropYourLogo": "Recorte o seu logótipo",
|
|
94
|
+
"cropDescription": "Recorte o design de logótipo para caber no ecrã do criador de logótipos",
|
|
95
|
+
"logoPreview": "Pré-visualização do logótipo",
|
|
96
|
+
"logoPreviewDescription": "O seu logótipo está com um ótimo aspeto! Ajude-nos a configurar o seu logótipo concluindo os próximos passos.",
|
|
97
|
+
"primaryTextColor": "Cor principal do texto",
|
|
98
|
+
"primaryTextColorDescription": "Ajude-nos a configurar o seu logótipo confirmando a cor principal do texto. Escolha entre as cores disponíveis ou clique no ícone de mais para adicionar outra.",
|
|
99
|
+
"backgroundColor": "Cor de fundo",
|
|
100
|
+
"backgroundColorDescription": "Ajude-nos a configurar o seu logótipo confirmando a cor do fundo. Escolha entre as cores disponíveis ou clique no ícone de mais para adicionar outra.",
|
|
101
|
+
"colorsWarning": "As suas cores de texto e de fundo são demasiado semelhantes. Escolha uma combinação mais distinta para garantir que criamos designs de qualidade.",
|
|
102
|
+
"exitConfirmationTitle": "Tem a certeza de que pretende sair?",
|
|
103
|
+
"exitConfirmationDescription": "O progresso do carregamento do seu logótipo nesta sessão será perdido",
|
|
104
|
+
"maxByoFileErrorMessage": "O seu ficheiro excede o tamanho máximo de 25 MB. Escolha um ficheiro mais pequeno.",
|
|
105
|
+
"genericByoErrorMessage": "Ocorreu um erro inesperado. Tente novamente.",
|
|
106
|
+
"dropYourFileHere": "Arraste o seu ficheiro aqui ou",
|
|
107
|
+
"clickToUpload": "clique para carregar",
|
|
108
|
+
"acceptedFiles": "Aceitamos ficheiros PNG, JPG, SVG ou EPS até 25 MB",
|
|
109
|
+
"wrongUploadType": "Não pode carregar ficheiros deste tipo."
|
|
63
110
|
}
|
|
64
111
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import Card from './PublishBrandPageCard.vue';
|
|
2
2
|
import PublishBrandPageModal from './PublishBrandPageModal.vue';
|
|
3
|
+
import UpgradeWebsite from '../../../atoms/components/Upsell/UpgradeWebsite.vue';
|
|
3
4
|
import { domains } from './__fixtures__/data';
|
|
4
5
|
import { setSharedLibLocaleAsync } from '../../../useSharedLibTranslate';
|
|
5
6
|
|
|
@@ -224,3 +225,43 @@ export const Free = () => {
|
|
|
224
225
|
};
|
|
225
226
|
|
|
226
227
|
Free.loaders = [loadTranslationAsync];
|
|
228
|
+
|
|
229
|
+
export const PublishedNoDomainsABtestUpgrade = () => {
|
|
230
|
+
return {
|
|
231
|
+
components: {
|
|
232
|
+
PublishBrandPageModal,
|
|
233
|
+
UpgradeWebsite
|
|
234
|
+
},
|
|
235
|
+
data() {
|
|
236
|
+
return {
|
|
237
|
+
domains: [],
|
|
238
|
+
upgradeProps: {
|
|
239
|
+
title: 'Upgrade to premium website',
|
|
240
|
+
subtitle: 'Unlock all advanced features for more flexibility',
|
|
241
|
+
imageUrl: 'https://bcassetcdn.com/assets/images/modal/onboarding-upsell-website@2x.en-us.png',
|
|
242
|
+
},
|
|
243
|
+
};
|
|
244
|
+
},
|
|
245
|
+
template: `
|
|
246
|
+
<PublishBrandPageModal
|
|
247
|
+
visible
|
|
248
|
+
:is-design-com="false"
|
|
249
|
+
is-published
|
|
250
|
+
should-publish
|
|
251
|
+
:domains="domains"
|
|
252
|
+
brand-page-display-name='Website'
|
|
253
|
+
brand-page-slug='test-slug'
|
|
254
|
+
brand-page-base-url="https://brand.site"
|
|
255
|
+
radio-value="slug"
|
|
256
|
+
show-upsell-rotation
|
|
257
|
+
brand-page-url="https://brand.site/test-slug">
|
|
258
|
+
<template #upsellContainer>
|
|
259
|
+
<UpgradeWebsite
|
|
260
|
+
button-url="https://example.com/upgrade"
|
|
261
|
+
/>
|
|
262
|
+
</PublishBrandPageModal>
|
|
263
|
+
`,
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
PublishedNoDomainsABtestUpgrade.loaders = [loadTranslationAsync];
|
|
@@ -1,26 +1,38 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="publish-bp--container">
|
|
3
3
|
<Modal
|
|
4
|
-
classes="publish-bp--modal tw-
|
|
4
|
+
classes="publish-bp--modal tw-pt-4"
|
|
5
5
|
close-on-esc
|
|
6
6
|
:visible="visible"
|
|
7
7
|
:hide-scrollbar="false"
|
|
8
8
|
:show-modal-background-image="showModalBackgroundImage"
|
|
9
9
|
:content-classes="isBusy ? ['tw-overflow-y-hidden'] : []"
|
|
10
|
+
:remove-horizontal-padding="showUpsellRotation && !isCustomDomainActive && !hasPurchasedDomains"
|
|
11
|
+
:class="{
|
|
12
|
+
'tw-px-2 md:tw-px-8': !showUpsellRotation && isCustomDomainActive && hasPurchasedDomains,
|
|
13
|
+
}"
|
|
10
14
|
@close-modal="onCloseModal"
|
|
11
15
|
>
|
|
12
16
|
<template #header>
|
|
13
17
|
<div v-if="isNotPublished || isSlugEditMode" class="tw-text-center tw-font-bold tw-mb-8 tw-mt-8 tw-text-4xl">
|
|
14
18
|
<span>{{ firstTimePublishHeaderLabel }}</span>
|
|
15
19
|
</div>
|
|
16
|
-
<div
|
|
20
|
+
<div
|
|
21
|
+
v-if="isPublished && !isSlugEditMode"
|
|
22
|
+
class="tw-text-center tw-font-bold tw-mt-8"
|
|
23
|
+
:class="{
|
|
24
|
+
'tw-mb-8 ': !showUpsellRotation,
|
|
25
|
+
}"
|
|
26
|
+
>
|
|
17
27
|
<p class="tw-font-bold tw-text-black tw-mb-2 tw-text-4xl">{{ sitePublishedLabel }}</p>
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
28
|
+
<div v-if="!showUpsellRotation">
|
|
29
|
+
<p v-if="hasPurchasedDomains || isCustomDomainActive" class="tw-text-grayscale-600 tw-mb-8">
|
|
30
|
+
{{ publishSuccessLabel }}
|
|
31
|
+
</p>
|
|
32
|
+
<p v-else class="tw-text-grayscale-600 tw-mb-8 tw-font-normal">
|
|
33
|
+
{{ publishedSuccessDescriptionLabel }}
|
|
34
|
+
</p>
|
|
35
|
+
</div>
|
|
24
36
|
</div>
|
|
25
37
|
</template>
|
|
26
38
|
<template #default>
|
|
@@ -188,24 +200,21 @@
|
|
|
188
200
|
</div>
|
|
189
201
|
<div v-else class="tw-font-sans">
|
|
190
202
|
<div v-if="!isCustomDomainActive && !hasPurchasedDomains" class="tw-mb-6 tw-text-left">
|
|
191
|
-
<div
|
|
192
|
-
<
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
203
|
+
<div v-if="!showUpsellRotation">
|
|
204
|
+
<div class="tw-mb-6">
|
|
205
|
+
<SellDomainNameSearchWithResults
|
|
206
|
+
:is-design-com="isDesignCom"
|
|
207
|
+
:initial-search-term="searchText"
|
|
208
|
+
:currency="userCurrency"
|
|
209
|
+
:display-result-limit="4"
|
|
210
|
+
:domain-search-location="sitePublishedModal"
|
|
211
|
+
show-view-more-button
|
|
212
|
+
@on-change-search="onSearchTextChanged"
|
|
213
|
+
@on-buy-now-click="onBuyNowClick"
|
|
214
|
+
@on-view-more="onViewMore"
|
|
215
|
+
/>
|
|
216
|
+
</div>
|
|
201
217
|
</div>
|
|
202
|
-
<Button
|
|
203
|
-
:label="viewMoreDomainLabel"
|
|
204
|
-
variant="no-border"
|
|
205
|
-
size="small-medium"
|
|
206
|
-
class="tw-text-center"
|
|
207
|
-
@on-click="onViewMore"
|
|
208
|
-
/>
|
|
209
218
|
</div>
|
|
210
219
|
<div class="tw-px-4 tw-text-center" :class="{ 'lg:tw-px-20': hasPurchasedDomains }">
|
|
211
220
|
<TextCopyField
|
|
@@ -230,6 +239,9 @@
|
|
|
230
239
|
@on-click="onBrandPageUrlClick"
|
|
231
240
|
/>
|
|
232
241
|
</div>
|
|
242
|
+
<div v-if="showUpsellRotation" class="tw-border-t tw-border-solid tw-border-grayscale-500 tw-p-5">
|
|
243
|
+
<slot name="upsellContainer" />
|
|
244
|
+
</div>
|
|
233
245
|
</div>
|
|
234
246
|
</template>
|
|
235
247
|
</Modal>
|
|
@@ -403,6 +415,16 @@ export default {
|
|
|
403
415
|
required: true,
|
|
404
416
|
default: '',
|
|
405
417
|
},
|
|
418
|
+
showUpsellRotation: {
|
|
419
|
+
type: Boolean,
|
|
420
|
+
required: true,
|
|
421
|
+
default: false,
|
|
422
|
+
},
|
|
423
|
+
selectedUpsellProp: {
|
|
424
|
+
type: Object,
|
|
425
|
+
required: true,
|
|
426
|
+
default: null,
|
|
427
|
+
},
|
|
406
428
|
},
|
|
407
429
|
emits: [
|
|
408
430
|
'close-modal',
|
|
@@ -22,6 +22,14 @@
|
|
|
22
22
|
:domain-search-location="domainSearchLocation"
|
|
23
23
|
@on-buy-now-click="onBuyNowClick"
|
|
24
24
|
/>
|
|
25
|
+
<Button
|
|
26
|
+
v-if="showViewMoreButton"
|
|
27
|
+
:label="viewMoreDomainLabel"
|
|
28
|
+
variant="no-border"
|
|
29
|
+
size="small-medium"
|
|
30
|
+
class="tw-text-center tw-pt-6"
|
|
31
|
+
@on-click="onViewMore"
|
|
32
|
+
/>
|
|
25
33
|
</div>
|
|
26
34
|
</template>
|
|
27
35
|
<script>
|
|
@@ -30,6 +38,8 @@ import SellDomainNameSearchResult from '../SellDomainNameSearchResult/SellDomain
|
|
|
30
38
|
|
|
31
39
|
import brandCrowdApiClient from '../../clients/brand-crowd-api.client';
|
|
32
40
|
import Events from '../../constants/event-constants';
|
|
41
|
+
import { publishBrandPageModalTr } from '../../../useSharedLibTranslate';
|
|
42
|
+
import Button from '../../../atoms/components/Button/Button.vue';
|
|
33
43
|
|
|
34
44
|
const TEXT_CHANGED_PARAM = 'textChanged';
|
|
35
45
|
|
|
@@ -37,6 +47,7 @@ export default {
|
|
|
37
47
|
components: {
|
|
38
48
|
SellDomainNameSearch,
|
|
39
49
|
SellDomainNameSearchResult,
|
|
50
|
+
Button,
|
|
40
51
|
},
|
|
41
52
|
props: {
|
|
42
53
|
currency: {
|
|
@@ -101,6 +112,16 @@ export default {
|
|
|
101
112
|
type: Number,
|
|
102
113
|
default: undefined,
|
|
103
114
|
},
|
|
115
|
+
showViewMoreButton: {
|
|
116
|
+
type: Boolean,
|
|
117
|
+
default: false,
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
setup() {
|
|
121
|
+
return {
|
|
122
|
+
publishBrandPageModalTr,
|
|
123
|
+
viewMoreDomainLabel: publishBrandPageModalTr('viewMoreDomainLabel'),
|
|
124
|
+
};
|
|
104
125
|
},
|
|
105
126
|
data: () => ({
|
|
106
127
|
domainNameItems: undefined,
|
|
@@ -184,6 +205,9 @@ export default {
|
|
|
184
205
|
const urlParams = new URLSearchParams(window.location.search);
|
|
185
206
|
return urlParams.get(TEXT_CHANGED_PARAM)?.toUpperCase() === 'TRUE' || false;
|
|
186
207
|
},
|
|
208
|
+
onViewMore() {
|
|
209
|
+
this.$emit('on-view-more');
|
|
210
|
+
},
|
|
187
211
|
},
|
|
188
212
|
};
|
|
189
213
|
</script>
|