@odus/checkout 0.22.0-beta.0 → 0.23.0
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/checkout.d.ts +25 -0
- package/dist/checkout.es.js +811 -716
- package/dist/index.css +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/checkout.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare type Appearance = {
|
|
|
34
34
|
textColor: string;
|
|
35
35
|
};
|
|
36
36
|
layout?: {
|
|
37
|
+
grouped?: boolean;
|
|
37
38
|
actionButton?: {
|
|
38
39
|
translationKey: string;
|
|
39
40
|
};
|
|
@@ -163,11 +164,14 @@ export declare const deLocale: {
|
|
|
163
164
|
"shippingTitle": "Lieferadresse",
|
|
164
165
|
"sameAsBilling": "Meine Rechnungsadresse verwenden",
|
|
165
166
|
"street": "Straße und Hausnummer",
|
|
167
|
+
"addressLine1": "Adresszeile 1",
|
|
166
168
|
"firstName": "Vorname",
|
|
167
169
|
"lastName": "Nachname",
|
|
168
170
|
"state": "Bundesland / Region",
|
|
169
171
|
"city": "Stadt",
|
|
172
|
+
"townCity": "Stadt/Gemeinde",
|
|
170
173
|
"zipCode": "Postleitzahl",
|
|
174
|
+
"postalCode": "Postleitzahl",
|
|
171
175
|
"country": "Land",
|
|
172
176
|
"chooseCountry": "Land auswählen",
|
|
173
177
|
"chooseState": "Bundesland auswählen",
|
|
@@ -220,11 +224,14 @@ export declare const enLocale: {
|
|
|
220
224
|
"shippingTitle": "Shipping Address",
|
|
221
225
|
"sameAsBilling": "Use my billing address",
|
|
222
226
|
"street": "Street Address",
|
|
227
|
+
"addressLine1": "Address Line 1",
|
|
223
228
|
"firstName": "First Name",
|
|
224
229
|
"lastName": "Last Name",
|
|
225
230
|
"state": "State / Region",
|
|
226
231
|
"city": "City",
|
|
232
|
+
"townCity": "Town/City",
|
|
227
233
|
"zipCode": "Zip Code",
|
|
234
|
+
"postalCode": "Postal/Zip Code",
|
|
228
235
|
"country": "Country",
|
|
229
236
|
"chooseCountry": "Choose country",
|
|
230
237
|
"chooseState": "Choose state",
|
|
@@ -279,11 +286,14 @@ export declare const esLocale: {
|
|
|
279
286
|
"shippingTitle": "Dirección de envío",
|
|
280
287
|
"sameAsBilling": "Usar mi dirección de facturación",
|
|
281
288
|
"street": "Dirección",
|
|
289
|
+
"addressLine1": "Dirección línea 1",
|
|
282
290
|
"firstName": "Nombre",
|
|
283
291
|
"lastName": "Apellido",
|
|
284
292
|
"state": "Estado / Región",
|
|
285
293
|
"city": "Ciudad",
|
|
294
|
+
"townCity": "Localidad/Ciudad",
|
|
286
295
|
"zipCode": "Código postal",
|
|
296
|
+
"postalCode": "Código postal",
|
|
287
297
|
"country": "País",
|
|
288
298
|
"chooseCountry": "Seleccionar país",
|
|
289
299
|
"chooseState": "Seleccionar estado",
|
|
@@ -336,11 +346,14 @@ export declare const frLocale: {
|
|
|
336
346
|
"shippingTitle": "Adresse de livraison",
|
|
337
347
|
"sameAsBilling": "Utiliser mon adresse de facturation",
|
|
338
348
|
"street": "Adresse",
|
|
349
|
+
"addressLine1": "Adresse ligne 1",
|
|
339
350
|
"firstName": "Prénom",
|
|
340
351
|
"lastName": "Nom",
|
|
341
352
|
"state": "État / Région",
|
|
342
353
|
"city": "Ville",
|
|
354
|
+
"townCity": "Ville/Commune",
|
|
343
355
|
"zipCode": "Code postal",
|
|
356
|
+
"postalCode": "Code postal",
|
|
344
357
|
"country": "Pays",
|
|
345
358
|
"chooseCountry": "Choisir un pays",
|
|
346
359
|
"chooseState": "Choisir un état",
|
|
@@ -401,11 +414,14 @@ export declare const itLocale: {
|
|
|
401
414
|
"shippingTitle": "Indirizzo di spedizione",
|
|
402
415
|
"sameAsBilling": "Usa il mio indirizzo di fatturazione",
|
|
403
416
|
"street": "Indirizzo",
|
|
417
|
+
"addressLine1": "Indirizzo riga 1",
|
|
404
418
|
"firstName": "Nome",
|
|
405
419
|
"lastName": "Cognome",
|
|
406
420
|
"state": "Stato / Regione",
|
|
407
421
|
"city": "Città",
|
|
422
|
+
"townCity": "Città/Comune",
|
|
408
423
|
"zipCode": "Codice postale",
|
|
424
|
+
"postalCode": "Codice postale",
|
|
409
425
|
"country": "Paese",
|
|
410
426
|
"chooseCountry": "Scegli paese",
|
|
411
427
|
"chooseState": "Scegli stato",
|
|
@@ -482,11 +498,14 @@ export declare const plLocale: {
|
|
|
482
498
|
"shippingTitle": "Adres dostawy",
|
|
483
499
|
"sameAsBilling": "Użyj mojego adresu rozliczeniowego",
|
|
484
500
|
"street": "Ulica i numer",
|
|
501
|
+
"addressLine1": "Adres - linia 1",
|
|
485
502
|
"firstName": "Imię",
|
|
486
503
|
"lastName": "Nazwisko",
|
|
487
504
|
"state": "Województwo / Region",
|
|
488
505
|
"city": "Miasto",
|
|
506
|
+
"townCity": "Miejscowość/Miasto",
|
|
489
507
|
"zipCode": "Kod pocztowy",
|
|
508
|
+
"postalCode": "Kod pocztowy",
|
|
490
509
|
"country": "Kraj",
|
|
491
510
|
"chooseCountry": "Wybierz kraj",
|
|
492
511
|
"chooseState": "Wybierz województwo",
|
|
@@ -539,11 +558,14 @@ export declare const ptLocale: {
|
|
|
539
558
|
"shippingTitle": "Endereço de envio",
|
|
540
559
|
"sameAsBilling": "Usar o meu endereço de faturação",
|
|
541
560
|
"street": "Morada",
|
|
561
|
+
"addressLine1": "Morada linha 1",
|
|
542
562
|
"firstName": "Nome",
|
|
543
563
|
"lastName": "Apelido",
|
|
544
564
|
"state": "Estado / Região",
|
|
545
565
|
"city": "Cidade",
|
|
566
|
+
"townCity": "Localidade/Cidade",
|
|
546
567
|
"zipCode": "Código postal",
|
|
568
|
+
"postalCode": "Código postal",
|
|
547
569
|
"country": "País",
|
|
548
570
|
"chooseCountry": "Escolher país",
|
|
549
571
|
"chooseState": "Escolher estado",
|
|
@@ -604,11 +626,14 @@ export declare const trLocale: {
|
|
|
604
626
|
"shippingTitle": "Teslimat Adresi",
|
|
605
627
|
"sameAsBilling": "Fatura adresimi kullan",
|
|
606
628
|
"street": "Sokak Adresi",
|
|
629
|
+
"addressLine1": "Adres Satırı 1",
|
|
607
630
|
"firstName": "Ad",
|
|
608
631
|
"lastName": "Soyad",
|
|
609
632
|
"state": "İl / Bölge",
|
|
610
633
|
"city": "Şehir",
|
|
634
|
+
"townCity": "Şehir/İlçe",
|
|
611
635
|
"zipCode": "Posta Kodu",
|
|
636
|
+
"postalCode": "Posta Kodu",
|
|
612
637
|
"country": "Ülke",
|
|
613
638
|
"chooseCountry": "Ülke seçin",
|
|
614
639
|
"chooseState": "İl seçin",
|