ng-easycommerce-v18 0.6.19 → 0.6.20
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 +9 -0
- package/assets/ec-i18n/ct.json +17 -1
- package/assets/ec-i18n/en.json +16 -0
- package/assets/ec-i18n/es.json +17 -1
- package/assets/ec-i18n/fr.json +16 -0
- package/assets/ec-i18n/gl.json +17 -1
- package/assets/ec-i18n/pr.json +17 -1
- package/lib/ec-components/checkout-ec/checkout-ec.component.d.ts +1 -1
- package/lib/ec-components/checkout-ec/dataform-ec/dataform-ec-single/dataform-ec-single.component.d.ts +1 -1
- package/lib/ec-components/checkout-ec/dataform-ec/dataform-ec.component.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# Version 0.6.20
|
|
2
|
+
- Breadcrumb / filtros: `OptionsService.getBreadcrumbByFilters(...)` deja de mostrar valores ambiguos o técnicos para filtros no categóricos y pasa a construir etiquetas legibles con formato `Grupo: Valor` (por ejemplo `Color: Naranja`, `Talle: M`, `Distancia: Caminata-10k`).
|
|
3
|
+
- Breadcrumb / filtros: para valores dinámicos o de atributos se prioriza `description` y `name` antes que `title` o `code`, evitando que el breadcrumb muestre hexadecimales u otros códigos internos cuando existe un label humano.
|
|
4
|
+
- Se restauran las traducciones faltantes del listado de pedidos para los filtros de fecha (`filter-exact-date`, `filter-after-date`, `filter-before-date`, `filter-range`) y total (`filter-equal-to`, `filter-greater-than`, `filter-less-than`).
|
|
5
|
+
- Se vuelven a publicar las claves base usadas por `orders-list-ec` en i18n (`all`, `clear-filters`, `order-state`).
|
|
6
|
+
- Se restablecen las traducciones del encabezado de pedidos `menu-orders` y del listado contextual `orders-of`.
|
|
7
|
+
- Se recupera la traducción faltante para el estado `fulfilled`.
|
|
8
|
+
- Se agrega la traducción faltante para el estado de compra `refunded`.
|
|
9
|
+
- Se reincorporan las claves de preimpresión de presupuesto `print-budget` y `print-budget-title`.
|
|
1
10
|
# Version 0.6.19
|
|
2
11
|
- Forgot password: el submit pasa de `input` a `button`, muestra `app-loading-inline-ec` durante la petición y queda deshabilitado mientras `loading` está activo o el formulario es inválido.
|
|
3
12
|
- Forgot password: `recoverPassword(...)` agrega guard clause para cortar submits duplicados o inválidos y marca el formulario como tocado antes de salir.
|
package/assets/ec-i18n/ct.json
CHANGED
|
@@ -139,6 +139,8 @@
|
|
|
139
139
|
"account-info": "Informació de compte",
|
|
140
140
|
"address-book": "directori",
|
|
141
141
|
"my-orders": "Les meves comandes",
|
|
142
|
+
"orders-of": "Comandes de {{name}}",
|
|
143
|
+
"menu-orders": "Comandes",
|
|
142
144
|
"my-wishlist": "Les meves llistes de favorits",
|
|
143
145
|
"newsletter": "Notícies",
|
|
144
146
|
"change-password": "canviar contrasenya",
|
|
@@ -232,7 +234,18 @@
|
|
|
232
234
|
"invalid-form": "Encara hi ha camps sense completar i / o dades no vàlidsc",
|
|
233
235
|
"set-shipment": "A continuació indiqui el mètode d'enviament",
|
|
234
236
|
"set-payment": "A continuació indiqui el mètode de pagament",
|
|
235
|
-
"payment-state": "Estat de
|
|
237
|
+
"payment-state": "Estat de pagament",
|
|
238
|
+
"refunded": "Reemborsat",
|
|
239
|
+
"all": "Tots",
|
|
240
|
+
"clear-filters": "Netejar filtres",
|
|
241
|
+
"filter-exact-date": "Data exacta",
|
|
242
|
+
"filter-after-date": "Després de",
|
|
243
|
+
"filter-before-date": "Abans de",
|
|
244
|
+
"filter-range": "Interval",
|
|
245
|
+
"filter-equal-to": "Igual a",
|
|
246
|
+
"filter-greater-than": "Major que",
|
|
247
|
+
"filter-less-than": "Menor que",
|
|
248
|
+
"order-state": "Estat de comanda",
|
|
236
249
|
"shipment-tracking": "Codi de seguiment d'enviament",
|
|
237
250
|
"branch-delivery": "Retiro a sucursal",
|
|
238
251
|
"home-delivery": "Enviament a domicili",
|
|
@@ -264,6 +277,7 @@
|
|
|
264
277
|
"thanks-details": "La seva compra s'ha realitzat amb èxit. A continuació rebrà un mail amb els detalls de la seva compra",
|
|
265
278
|
"status": "Estat",
|
|
266
279
|
"approved": "Aprovada",
|
|
280
|
+
"fulfilled": "Completada",
|
|
267
281
|
"pending": "Pendent de pagament",
|
|
268
282
|
"topic": "Tema",
|
|
269
283
|
"empty_faqs": "Encara no hi ha preguntes freqüents carregades",
|
|
@@ -314,6 +328,8 @@
|
|
|
314
328
|
"default": "Format de número de document invàlid."
|
|
315
329
|
},
|
|
316
330
|
"pay-with": "Pagar amb",
|
|
331
|
+
"print-budget": "Imprimir pressupost",
|
|
332
|
+
"print-budget-title": "Pressupost",
|
|
317
333
|
"product-comment": {
|
|
318
334
|
"label": "Comentaris sobre la teva comanda (opcional)",
|
|
319
335
|
"placeholder": "Aquí pots deixar especificacions per al producte (Màx. 100 caràcters.)"
|
package/assets/ec-i18n/en.json
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"aplied": "aplied",
|
|
24
24
|
"apply-gift-card": "Apply Gift card",
|
|
25
25
|
"approved": "Approved",
|
|
26
|
+
"fulfilled": "Fulfilled",
|
|
26
27
|
"article": "Article",
|
|
27
28
|
"articles": "Articles",
|
|
28
29
|
"ascendancy": "Ascendancy",
|
|
@@ -189,6 +190,8 @@
|
|
|
189
190
|
"my-account": "My Account",
|
|
190
191
|
"my-account-description": "From your My Account Dashboard you have the ability to view a snapshot of your recent account activity and update your account information. Select a link below to view or edit information.",
|
|
191
192
|
"my-orders": "My orders",
|
|
193
|
+
"orders-of": "Orders of {{name}}",
|
|
194
|
+
"menu-orders": "Orders",
|
|
192
195
|
"my-wishlist": "My favorite lists",
|
|
193
196
|
"necklaces": "necklaces",
|
|
194
197
|
"need-login": "The user you are trying to purchase from already exists. Please sign in to continue",
|
|
@@ -228,10 +231,23 @@
|
|
|
228
231
|
"pay-with-offline": "Finalize Order",
|
|
229
232
|
"pay-with-transfer": "Pay with wire transfer",
|
|
230
233
|
"pay-with": "Pay with",
|
|
234
|
+
"print-budget": "Print budget",
|
|
235
|
+
"print-budget-title": "Budget",
|
|
231
236
|
"payment": "Payment method",
|
|
232
237
|
"payment-error": "There was an error processing your payment. Please try again later.",
|
|
233
238
|
"payment-preferences-error": "There was a problem trying to get payment preferences. Try it again later",
|
|
234
239
|
"payment-state": "Payment state",
|
|
240
|
+
"refunded": "Refunded",
|
|
241
|
+
"all": "All",
|
|
242
|
+
"clear-filters": "Clear filters",
|
|
243
|
+
"filter-exact-date": "Exact date",
|
|
244
|
+
"filter-after-date": "After",
|
|
245
|
+
"filter-before-date": "Before",
|
|
246
|
+
"filter-range": "Range",
|
|
247
|
+
"filter-equal-to": "Equal to",
|
|
248
|
+
"filter-greater-than": "Greater than",
|
|
249
|
+
"filter-less-than": "Less than",
|
|
250
|
+
"order-state": "Order state",
|
|
235
251
|
"pending": "Pending of payment",
|
|
236
252
|
"phone": "Phone number",
|
|
237
253
|
"phone-cases": "phone cases",
|
package/assets/ec-i18n/es.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"aplied": "Aplicar",
|
|
25
25
|
"apply-gift-card": "Aplicar regalo",
|
|
26
26
|
"approved": "Aprobada",
|
|
27
|
+
"fulfilled": "Completado",
|
|
27
28
|
"article": "Artículo",
|
|
28
29
|
"articles": "Artículos",
|
|
29
30
|
"ascendancy": "Ascendente",
|
|
@@ -195,6 +196,8 @@
|
|
|
195
196
|
"my-account": "Mi cuenta",
|
|
196
197
|
"my-account-description": "Desde el panel de Mi cuenta, tiene la capacidad de ver una instantánea de la actividad reciente de su cuenta y actualizar su información personal. Seleccione un enlace de abajo para ver o editar información.",
|
|
197
198
|
"my-orders": "Mis pedidos",
|
|
199
|
+
"orders-of": "Pedidos de {{name}}",
|
|
200
|
+
"menu-orders": "Pedidos",
|
|
198
201
|
"my-wishlist": "Mis listas de favoritos",
|
|
199
202
|
"necklaces": "Collares",
|
|
200
203
|
"need-login": "El usuario con el que intenta realizar la compra ya existe. Por favor, inicie sesión para continuar",
|
|
@@ -236,10 +239,23 @@
|
|
|
236
239
|
"pay-with-offline": "Finalizar pedido",
|
|
237
240
|
"pay-with-transfer": "Pago con transferencia",
|
|
238
241
|
"pay-with": "Pagar con",
|
|
242
|
+
"print-budget": "Imprimir presupuesto",
|
|
243
|
+
"print-budget-title": "Presupuesto",
|
|
239
244
|
"payment": "Método de pago",
|
|
240
245
|
"payment-error": "Hubo un error al procesar el pago. Vuelva a intentarlo más tarde.",
|
|
241
246
|
"payment-preferences-error": "Hubo un problema al intentar obtener las preferencias del pago. Vuelva a intentarlo más tarde",
|
|
242
|
-
"payment-state": "Estado de
|
|
247
|
+
"payment-state": "Estado de pago",
|
|
248
|
+
"refunded": "Reembolsado",
|
|
249
|
+
"all": "Todos",
|
|
250
|
+
"clear-filters": "Limpiar filtros",
|
|
251
|
+
"filter-exact-date": "Fecha exacta",
|
|
252
|
+
"filter-after-date": "Posterior a",
|
|
253
|
+
"filter-before-date": "Anterior a",
|
|
254
|
+
"filter-range": "Rango",
|
|
255
|
+
"filter-equal-to": "Igual a",
|
|
256
|
+
"filter-greater-than": "Mayor que",
|
|
257
|
+
"filter-less-than": "Menor que",
|
|
258
|
+
"order-state": "Estado",
|
|
243
259
|
"pending": "Tu pedido está siendo procesado, una vez verificado el pago, recibirás un mail con información adicional del mismo",
|
|
244
260
|
"phone": "Teléfono",
|
|
245
261
|
"phone-cases": "Fundas de teléfono",
|
package/assets/ec-i18n/fr.json
CHANGED
|
@@ -137,6 +137,8 @@
|
|
|
137
137
|
"account-info": "Informations de compte",
|
|
138
138
|
"address-book": "Carnet d'adresses",
|
|
139
139
|
"my-orders": "Mes commandes",
|
|
140
|
+
"orders-of": "Commandes de {{name}}",
|
|
141
|
+
"menu-orders": "Commandes",
|
|
140
142
|
"my-wishlist": "Mes listes de favoris",
|
|
141
143
|
"newsletter": "Bulletin",
|
|
142
144
|
"change-password": "Changer le mot de passe",
|
|
@@ -225,6 +227,17 @@
|
|
|
225
227
|
"set-shipment": "Indiquez ensuite la méthode d'expédition",
|
|
226
228
|
"set-payment": "Indiquez ensuite le mode de paiement",
|
|
227
229
|
"payment-state": "État de paiement",
|
|
230
|
+
"refunded": "Remboursé",
|
|
231
|
+
"all": "Tous",
|
|
232
|
+
"clear-filters": "Effacer les filtres",
|
|
233
|
+
"filter-exact-date": "Date exacte",
|
|
234
|
+
"filter-after-date": "Après",
|
|
235
|
+
"filter-before-date": "Avant",
|
|
236
|
+
"filter-range": "Intervalle",
|
|
237
|
+
"filter-equal-to": "Égal à",
|
|
238
|
+
"filter-greater-than": "Supérieur à",
|
|
239
|
+
"filter-less-than": "Inférieur à",
|
|
240
|
+
"order-state": "État de commande",
|
|
228
241
|
"shipment-tracking": "Code de suivi d'expédition",
|
|
229
242
|
"branch-delivery": "Retrait de succursale",
|
|
230
243
|
"home-delivery": "Livraison à domicile",
|
|
@@ -256,6 +269,7 @@
|
|
|
256
269
|
"thanks-details": "Votre achat a été effectué avec succès. Vous recevrez alors un email avec les détails de votre achat",
|
|
257
270
|
"status": "Etat",
|
|
258
271
|
"approved": "Approuvé",
|
|
272
|
+
"fulfilled": "Complété",
|
|
259
273
|
"pending": "Exceptionnel",
|
|
260
274
|
"topic": "Sujet",
|
|
261
275
|
"empty_faqs": "Pas encore de FAQ téléchargée",
|
|
@@ -306,6 +320,8 @@
|
|
|
306
320
|
"default": "Format de document invalide."
|
|
307
321
|
},
|
|
308
322
|
"pay-with": "Payer avec",
|
|
323
|
+
"print-budget": "Imprimer le devis",
|
|
324
|
+
"print-budget-title": "Devis",
|
|
309
325
|
"product-comment": {
|
|
310
326
|
"label": "Commentaires sur votre commande (facultatif)",
|
|
311
327
|
"placeholder": "Vous pouvez laisser ici des précisions pour votre produit (100 caractères max.)"
|
package/assets/ec-i18n/gl.json
CHANGED
|
@@ -139,6 +139,8 @@
|
|
|
139
139
|
"account-info": "Información da conta",
|
|
140
140
|
"address-book": "Directorio",
|
|
141
141
|
"my-orders": "As miñas ordes",
|
|
142
|
+
"orders-of": "Pedidos de {{name}}",
|
|
143
|
+
"menu-orders": "Pedidos",
|
|
142
144
|
"my-wishlist": "As miñas listas de favoritos",
|
|
143
145
|
"newsletter": "Novas",
|
|
144
146
|
"change-password": "Cambiar contrasinal",
|
|
@@ -232,7 +234,18 @@
|
|
|
232
234
|
"invalid-form": "Aínda hai campos sen datos e / ou datos non válidos",
|
|
233
235
|
"set-shipment": "A continuación, indique o método de envío",
|
|
234
236
|
"set-payment": "A continuación, indique o método de pago",
|
|
235
|
-
"payment-state": "Estado de
|
|
237
|
+
"payment-state": "Estado de pago",
|
|
238
|
+
"refunded": "Reembolsado",
|
|
239
|
+
"all": "Todos",
|
|
240
|
+
"clear-filters": "Limpar filtros",
|
|
241
|
+
"filter-exact-date": "Data exacta",
|
|
242
|
+
"filter-after-date": "Posterior a",
|
|
243
|
+
"filter-before-date": "Anterior a",
|
|
244
|
+
"filter-range": "Interval",
|
|
245
|
+
"filter-equal-to": "Igual a",
|
|
246
|
+
"filter-greater-than": "Superior a",
|
|
247
|
+
"filter-less-than": "Inferior a",
|
|
248
|
+
"order-state": "Estat de comanda",
|
|
236
249
|
"shipment-tracking": "Código de seguimento do envío",
|
|
237
250
|
"branch-delivery": "Retirada de sucursais",
|
|
238
251
|
"home-delivery": "Entrega a domicilio",
|
|
@@ -264,6 +277,7 @@
|
|
|
264
277
|
"thanks-details": "A súa compra realizouse correctamente. Despois recibirá un correo electrónico cos detalles da súa compra",
|
|
265
278
|
"status": "Estado",
|
|
266
279
|
"approved": "Aprobado",
|
|
280
|
+
"fulfilled": "Completado",
|
|
267
281
|
"pending": "Pendiente de pago",
|
|
268
282
|
"topic": "Tema",
|
|
269
283
|
"empty_faqs": "Aínda non hai subidas de preguntas frecuentes",
|
|
@@ -314,6 +328,8 @@
|
|
|
314
328
|
"default": "Formato de documento inválido."
|
|
315
329
|
},
|
|
316
330
|
"pay-with": "Pagar con",
|
|
331
|
+
"print-budget": "Imprimir orzamento",
|
|
332
|
+
"print-budget-title": "Orzamento",
|
|
317
333
|
"product-comment": {
|
|
318
334
|
"label": "Comentarios sobre o teu pedido (opcional)",
|
|
319
335
|
"placeholder": "Aquí podes deixar especificacións para o teu produto (Máx. 100 caracteres.)"
|
package/assets/ec-i18n/pr.json
CHANGED
|
@@ -139,6 +139,8 @@
|
|
|
139
139
|
"account-info": "Informações da conta",
|
|
140
140
|
"address-book": "Directorio",
|
|
141
141
|
"my-orders": "Meus pedidos",
|
|
142
|
+
"orders-of": "Pedidos de {{name}}",
|
|
143
|
+
"menu-orders": "Pedidos",
|
|
142
144
|
"my-wishlist": "Minhas listas de favoritos",
|
|
143
145
|
"newsletter": "Notícias",
|
|
144
146
|
"change-password": "Alterar senha",
|
|
@@ -232,7 +234,18 @@
|
|
|
232
234
|
"invalid-form": "Ainda existem campos não preenchidos e / ou dados inválidos",
|
|
233
235
|
"set-shipment": "Em seguida, indique o método de envio",
|
|
234
236
|
"set-payment": "Em seguida, indique o método de pagamento",
|
|
235
|
-
"payment-state": "Status
|
|
237
|
+
"payment-state": "Status do pagamento",
|
|
238
|
+
"refunded": "Reembolsado",
|
|
239
|
+
"all": "Todos",
|
|
240
|
+
"clear-filters": "Limpar filtros",
|
|
241
|
+
"filter-exact-date": "Data exata",
|
|
242
|
+
"filter-after-date": "Depois de",
|
|
243
|
+
"filter-before-date": "Antes de",
|
|
244
|
+
"filter-range": "Intervalo",
|
|
245
|
+
"filter-equal-to": "Igual a",
|
|
246
|
+
"filter-greater-than": "Maior que",
|
|
247
|
+
"filter-less-than": "Menor que",
|
|
248
|
+
"order-state": "Estado do pedido",
|
|
236
249
|
"shipment-tracking": "Código de rastreamento da remessa",
|
|
237
250
|
"branch-delivery": "Retirada de agência",
|
|
238
251
|
"home-delivery": "Entrega a domicilio",
|
|
@@ -264,6 +277,7 @@
|
|
|
264
277
|
"thanks-details": "Sua compra foi feita com sucesso. Você receberá um e-mail com os detalhes da sua compra",
|
|
265
278
|
"status": "Estado",
|
|
266
279
|
"approved": "Aprovado",
|
|
280
|
+
"fulfilled": "Concluído",
|
|
267
281
|
"pending": "Pendente de pagamento",
|
|
268
282
|
"topic": "Tópico",
|
|
269
283
|
"empty_faqs": "Ainda não há perguntas frequentes enviadas",
|
|
@@ -314,6 +328,8 @@
|
|
|
314
328
|
"default": "Formato de documento inválido."
|
|
315
329
|
},
|
|
316
330
|
"pay-with": "Pagar com",
|
|
331
|
+
"print-budget": "Imprimir orçamento",
|
|
332
|
+
"print-budget-title": "Orçamento",
|
|
317
333
|
"product-comment": {
|
|
318
334
|
"label": "Comentários sobre seu pedido (opcional)",
|
|
319
335
|
"placeholder": "Aqui você pode deixar especificações para o produto (Máx. 100 caracteres.)"
|
|
@@ -74,7 +74,7 @@ export declare class CheckoutEcComponent implements OnInit, AfterViewInit, OnDes
|
|
|
74
74
|
goToNextSection(stepName: string): void;
|
|
75
75
|
goToNextFromAddress: () => void;
|
|
76
76
|
isSectionOpen: (stepName: string) => boolean;
|
|
77
|
-
getSummaryLabel: (type: CheckoutData["type"]) => "
|
|
77
|
+
getSummaryLabel: (type: CheckoutData["type"]) => "shipment" | "coupon" | "total" | "subtotal" | "discount" | "taxes" | "clientTaxes" | "national-taxes";
|
|
78
78
|
getSummaryData: (data: CheckoutData[] | null) => CheckoutData[];
|
|
79
79
|
getTotalAmount: (data: CheckoutData[] | null) => number | null;
|
|
80
80
|
shouldShowSummaryItem: (item: CheckoutData) => boolean;
|
|
@@ -13,7 +13,7 @@ export declare class DataformEcSingleComponent {
|
|
|
13
13
|
addressOptions: any[];
|
|
14
14
|
showSelectBlock: boolean;
|
|
15
15
|
hasSelectedAddress: boolean;
|
|
16
|
-
modeChange: EventEmitter<"
|
|
16
|
+
modeChange: EventEmitter<"seleccion" | "carga">;
|
|
17
17
|
toggleDropdown: EventEmitter<void>;
|
|
18
18
|
closeDropdown: EventEmitter<void>;
|
|
19
19
|
selectAddress: EventEmitter<any>;
|
|
@@ -196,7 +196,7 @@ export declare class DataformEcComponent implements OnInit {
|
|
|
196
196
|
discardChanges(): void;
|
|
197
197
|
private isLegacyAddressOnlyCheckout;
|
|
198
198
|
private canCompleteLegacyAddressOnlyCheckout;
|
|
199
|
-
getPrimaryActionLabel(): "
|
|
199
|
+
getPrimaryActionLabel(): "update" | "finish-checkout" | "ready-form";
|
|
200
200
|
private getEmptyTotalsSnapshot;
|
|
201
201
|
private getSummaryTotalsFromAssociatedData;
|
|
202
202
|
private getSummaryTotalsFromOrder;
|