@alma/widgets 3.1.0 → 3.1.3
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/README.md +3 -1
- package/dist/raw/widgets.js +29 -29
- package/dist/raw/widgets.js.map +1 -1
- package/dist/raw/widgets.m.js +29 -29
- package/dist/raw/widgets.m.js.map +1 -1
- package/dist/raw/widgets.modern.js +29 -29
- package/dist/raw/widgets.modern.js.map +1 -1
- package/dist/raw/widgets.umd.js +29 -29
- package/dist/raw/widgets.umd.js.map +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.js.map +1 -1
- package/dist/widgets.m.js +1 -1
- package/dist/widgets.m.js.map +1 -1
- package/dist/widgets.modern.js +1 -1
- package/dist/widgets.modern.js.map +1 -1
- package/dist/widgets.umd.js +1 -1
- package/dist/widgets.umd.js.map +1 -1
- package/package.json +1 -249
- package/dist/types/test/fixtures.d.ts +0 -77
- package/dist/types/test/index.d.ts +0 -7
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Alma Widgets
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Changelog
|
|
4
|
+
|
|
5
|
+
View all [Changelog](https://github.com/alma/widgets/releases)
|
|
4
6
|
|
|
5
7
|
## Setup
|
|
6
8
|
|
package/dist/raw/widgets.js
CHANGED
|
@@ -1884,23 +1884,23 @@ var messagesDE = {
|
|
|
1884
1884
|
"credit-features.credit-cost-display": "{creditCost} (APR {taegPercentage})",
|
|
1885
1885
|
"credit-features.information": "Ein Kredit verpflichtet Sie und muss zurückgezahlt werden. Prüfen Sie Ihre Rückzahlungsfähigkeit, bevor Sie sich verpflichten.",
|
|
1886
1886
|
"credit-features.total-credit-cost": "Davon Kreditkosten",
|
|
1887
|
-
"eligibility-modal.bullet-1": "Wählen Sie <strong>Alma</strong>
|
|
1888
|
-
"eligibility-modal.bullet-2": "
|
|
1889
|
-
"eligibility-modal.bullet-3": "
|
|
1890
|
-
"eligibility-modal.no-eligibility": "Ups, die
|
|
1891
|
-
"eligibility-modal.title-deferred-plan": "
|
|
1892
|
-
"eligibility-modal.title-normal": "
|
|
1887
|
+
"eligibility-modal.bullet-1": "Wählen Sie <strong>Alma</strong> beim Check-out. ",
|
|
1888
|
+
"eligibility-modal.bullet-2": "Lassen Sie sich führen und bestätigen Sie Ihre Zahlung in <strong>2 Minuten.</strong>",
|
|
1889
|
+
"eligibility-modal.bullet-3": "<strong>Behalten Sie die Kontrolle</strong> , indem Sie Ihre Fristen in Ihrem eigenen Tempo vor- oder zurückverlegen.",
|
|
1890
|
+
"eligibility-modal.no-eligibility": "Ups, die Prüfung hat anscheinend nicht funktioniert.",
|
|
1891
|
+
"eligibility-modal.title-deferred-plan": "Zahlen Sie mit Alma in Raten oder später.",
|
|
1892
|
+
"eligibility-modal.title-normal": "Zahlen Sie mit Alma in mehreren Raten.",
|
|
1893
1893
|
"installments.today": "Heute",
|
|
1894
1894
|
"installments.total-amount": "Gesamtsumme",
|
|
1895
|
-
"installments.total-fees": "Davon Kosten
|
|
1895
|
+
"installments.total-fees": "Davon Kosten",
|
|
1896
1896
|
"payment-plan-strings.day-abbreviation": "T{numberOfDeferredDays}",
|
|
1897
|
-
"payment-plan-strings.default-message": "Bezahlen Sie in Raten mit Alma",
|
|
1897
|
+
"payment-plan-strings.default-message": "Bezahlen Sie zinsfrei in mehreren Raten mit Alma.",
|
|
1898
1898
|
"payment-plan-strings.deferred": "{totalAmount} zu zahlen am {dueDate}",
|
|
1899
1899
|
"payment-plan-strings.ineligible-greater-than-max": "Bis zu {maxAmount}",
|
|
1900
1900
|
"payment-plan-strings.ineligible-lower-than-min": "Ab {minAmount}",
|
|
1901
1901
|
"payment-plan-strings.multiple-installments": "{numberOfRemainingInstallments, plural, one {{firstInstallmentAmount} dann {numberOfRemainingInstallments} x {othersInstallmentAmount}} other {{firstInstallmentAmount} dann {numberOfRemainingInstallments} x {othersInstallmentAmount}}}",
|
|
1902
1902
|
"payment-plan-strings.multiple-installments-same-amount": "{installmentsCount} x {totalAmount}",
|
|
1903
|
-
"payment-plan-strings.no-fee": "(
|
|
1903
|
+
"payment-plan-strings.no-fee": "(0% Finanzierung)"
|
|
1904
1904
|
};
|
|
1905
1905
|
|
|
1906
1906
|
var messagesEN = {
|
|
@@ -1908,8 +1908,8 @@ var messagesEN = {
|
|
|
1908
1908
|
"credit-features.information": "A loan commits you and must be repaid. Check your ability to repay before committing yourself.",
|
|
1909
1909
|
"credit-features.total-credit-cost": "Of which cost of credit",
|
|
1910
1910
|
"eligibility-modal.bullet-1": "Choose <strong>Alma</strong> at checkout.",
|
|
1911
|
-
"eligibility-modal.bullet-2": "
|
|
1912
|
-
"eligibility-modal.bullet-3": "
|
|
1911
|
+
"eligibility-modal.bullet-2": "Let us guide you and validate your payment in <strong>2 minutes.</strong>",
|
|
1912
|
+
"eligibility-modal.bullet-3": "<strong>Stay in control</strong> by moving your deadlines forward or backward at your own pace.",
|
|
1913
1913
|
"eligibility-modal.no-eligibility": "Oops, looks like the simulation didn't work.",
|
|
1914
1914
|
"eligibility-modal.title-deferred-plan": "Pay in installments or later by credit card with Alma.",
|
|
1915
1915
|
"eligibility-modal.title-normal": "Pay in installments by credit card with Alma.",
|
|
@@ -1931,11 +1931,11 @@ var messagesES = {
|
|
|
1931
1931
|
"credit-features.information": "Un préstamo te compromete y debe ser devuelto. Comprueba tu capacidad financiera antes de comprometerte.",
|
|
1932
1932
|
"credit-features.total-credit-cost": "Coste de crédito (incl. en el total)",
|
|
1933
1933
|
"eligibility-modal.bullet-1": "Elige <strong>Alma</strong> como método de pago.",
|
|
1934
|
-
"eligibility-modal.bullet-2": "
|
|
1935
|
-
"eligibility-modal.bullet-3": "
|
|
1934
|
+
"eligibility-modal.bullet-2": "Déjese guiar y valide su pago en <strong>2 minutos.</strong>",
|
|
1935
|
+
"eligibility-modal.bullet-3": "<strong>Mantenga el control</strong> adelantando o retrasando los plazos a su propio ritmo.",
|
|
1936
1936
|
"eligibility-modal.no-eligibility": "Uy, parece que la simulación no ha funcionado.",
|
|
1937
|
-
"eligibility-modal.title-deferred-plan": "
|
|
1938
|
-
"eligibility-modal.title-normal": "Pagar a plazos con tarjeta
|
|
1937
|
+
"eligibility-modal.title-deferred-plan": "Paga a plazos o posteriormente con tarjeta bancaria con Alma.",
|
|
1938
|
+
"eligibility-modal.title-normal": "Pagar a plazos con tarjeta bancaria con Alma.",
|
|
1939
1939
|
"installments.today": "Hoy",
|
|
1940
1940
|
"installments.total-amount": "Total",
|
|
1941
1941
|
"installments.total-fees": "De los cuales, costes (IVA incluido)",
|
|
@@ -1954,8 +1954,8 @@ var messagesFR = {
|
|
|
1954
1954
|
"credit-features.information": "Un crédit vous engage et doit être remboursé. Vérifiez vos capacités de remboursement avant de vous engager.",
|
|
1955
1955
|
"credit-features.total-credit-cost": "Dont coût du crédit",
|
|
1956
1956
|
"eligibility-modal.bullet-1": "Choisissez <strong>Alma</strong> au moment du paiement.",
|
|
1957
|
-
"eligibility-modal.bullet-2": "
|
|
1958
|
-
"eligibility-modal.bullet-3": "
|
|
1957
|
+
"eligibility-modal.bullet-2": "Laissez-vous guider et validez votre paiement en <strong>2 minutes.</strong>",
|
|
1958
|
+
"eligibility-modal.bullet-3": "<strong>Gardez le contrôle</strong> en avançant ou reculant vos échéances à votre rythme.",
|
|
1959
1959
|
"eligibility-modal.no-eligibility": "Oups, il semblerait que la simulation n'ait pas fonctionné.",
|
|
1960
1960
|
"eligibility-modal.title-deferred-plan": "Payez en plusieurs fois ou plus tard par carte bancaire avec Alma.",
|
|
1961
1961
|
"eligibility-modal.title-normal": "Payez en plusieurs fois par carte bancaire avec Alma.",
|
|
@@ -1974,17 +1974,17 @@ var messagesFR = {
|
|
|
1974
1974
|
|
|
1975
1975
|
var messagesIT = {
|
|
1976
1976
|
"credit-features.credit-cost-display": "{creditCost} (TAEG {taegPercentage})",
|
|
1977
|
-
"credit-features.information": "Un pagamento rateale ti impegna e deve essere ripagato. Verifica la tua
|
|
1977
|
+
"credit-features.information": "Un pagamento rateale ti impegna e deve essere ripagato. Verifica la tua disponibilità finanziaria prima di impegnarti.",
|
|
1978
1978
|
"credit-features.total-credit-cost": "Di cui commissioni",
|
|
1979
1979
|
"eligibility-modal.bullet-1": "Scegli <strong>Alma</strong> alla cassa.",
|
|
1980
|
-
"eligibility-modal.bullet-2": "
|
|
1981
|
-
"eligibility-modal.bullet-3": "
|
|
1980
|
+
"eligibility-modal.bullet-2": "Lasciatevi guidare e convalidate il pagamento in <strong>2 minuti.</strong>",
|
|
1981
|
+
"eligibility-modal.bullet-3": "<strong>Mantenete il controllo</strong> spostando le scadenze in avanti o indietro al vostro ritmo.",
|
|
1982
1982
|
"eligibility-modal.no-eligibility": "Ops, sembra che qualcosa non abbia funzionato.",
|
|
1983
|
-
"eligibility-modal.title-deferred-plan": "
|
|
1984
|
-
"eligibility-modal.title-normal": "
|
|
1983
|
+
"eligibility-modal.title-deferred-plan": "Paga a rate o posticipa il pagamento con Alma, senza registrazione.",
|
|
1984
|
+
"eligibility-modal.title-normal": "Paga a rate con Alma, senza registrazione.",
|
|
1985
1985
|
"installments.today": "Oggi",
|
|
1986
1986
|
"installments.total-amount": "Totale",
|
|
1987
|
-
"installments.total-fees": "Di cui
|
|
1987
|
+
"installments.total-fees": "Di cui commissioni",
|
|
1988
1988
|
"payment-plan-strings.day-abbreviation": "G{numberOfDeferredDays}",
|
|
1989
1989
|
"payment-plan-strings.default-message": "Paga a rate con Alma",
|
|
1990
1990
|
"payment-plan-strings.deferred": "{totalAmount} da pagare il {dueDate}",
|
|
@@ -2000,8 +2000,8 @@ var messagesNL = {
|
|
|
2000
2000
|
"credit-features.information": "Een lening bindt je en moet worden terugbetaald. Ga na of u kunt terugbetalen voordat u zich vastlegt.",
|
|
2001
2001
|
"credit-features.total-credit-cost": "Waarvan kosten van krediet",
|
|
2002
2002
|
"eligibility-modal.bullet-1": "Kies <strong>Alma</strong> bij het afrekenen.",
|
|
2003
|
-
"eligibility-modal.bullet-2": "
|
|
2004
|
-
"eligibility-modal.bullet-3": "
|
|
2003
|
+
"eligibility-modal.bullet-2": "Laat ons u begeleiden en uw betaling valideren in <strong>2 minuten.</strong>",
|
|
2004
|
+
"eligibility-modal.bullet-3": "<strong>Houd de controle op</strong> door uw deadlines in uw eigen tempo vooruit of achteruit te schuiven.",
|
|
2005
2005
|
"eligibility-modal.no-eligibility": "Oeps, het lijkt erop dat de simulatie niet werkte.",
|
|
2006
2006
|
"eligibility-modal.title-deferred-plan": "Betaal in termijnen of later per creditcard met Alma.",
|
|
2007
2007
|
"eligibility-modal.title-normal": "Betaal in termijnen met een creditcard bij Alma.",
|
|
@@ -2023,8 +2023,8 @@ var messagesPT = {
|
|
|
2023
2023
|
"credit-features.information": "Um crédito é um compromisso e deve ser reembolsado. Verifique a sua capacidade de pagar antes de se comprometer.",
|
|
2024
2024
|
"credit-features.total-credit-cost": "Incluindo custo do crédito",
|
|
2025
2025
|
"eligibility-modal.bullet-1": "Escolha a <strong>Alma</strong> no checkout.",
|
|
2026
|
-
"eligibility-modal.bullet-2": "
|
|
2027
|
-
"eligibility-modal.bullet-3": "
|
|
2026
|
+
"eligibility-modal.bullet-2": "Deixe-nos guiá-lo e validar o seu pagamento em <strong>2 minutos.</strong>",
|
|
2027
|
+
"eligibility-modal.bullet-3": "<strong>Mantenha-se em controlo</strong> avançando ou recuando os seus prazos ao seu próprio ritmo.",
|
|
2028
2028
|
"eligibility-modal.no-eligibility": "Ups, parece que a simulação não funcionou.",
|
|
2029
2029
|
"eligibility-modal.title-deferred-plan": "Pagar em prestações ou mais tarde por cartão de crédito com Alma.",
|
|
2030
2030
|
"eligibility-modal.title-normal": "Pagar em prestações por cartão de crédito com Alma.",
|
|
@@ -2823,7 +2823,7 @@ var Info = function Info() {
|
|
|
2823
2823
|
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
|
|
2824
2824
|
}, /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
|
|
2825
2825
|
id: "eligibility-modal.bullet-2",
|
|
2826
|
-
defaultMessage: "
|
|
2826
|
+
defaultMessage: "Laissez-vous guider et validez votre paiement en <strong>2 minutes.</strong>",
|
|
2827
2827
|
values: {
|
|
2828
2828
|
strong: function strong() {
|
|
2829
2829
|
return /*#__PURE__*/React__default.createElement("strong", null, [].slice.call(arguments));
|
|
@@ -2837,7 +2837,7 @@ var Info = function Info() {
|
|
|
2837
2837
|
className: STATIC_CUSTOMISATION_CLASSES.infoMessage
|
|
2838
2838
|
}, /*#__PURE__*/React__default.createElement(reactIntl.FormattedMessage, {
|
|
2839
2839
|
id: "eligibility-modal.bullet-3",
|
|
2840
|
-
defaultMessage: "
|
|
2840
|
+
defaultMessage: "<strong>Gardez le contr\xF4le</strong> en avan\xE7ant ou reculant vos \xE9ch\xE9ances \xE0 votre rythme.",
|
|
2841
2841
|
values: {
|
|
2842
2842
|
strong: function strong() {
|
|
2843
2843
|
return /*#__PURE__*/React__default.createElement("strong", null, [].slice.call(arguments));
|