Skip to content

Commit

Permalink
Merge pull request #381 from R-Sourabh/dxp/262
Browse files Browse the repository at this point in the history
Implemented: timeZone switcher component from dxp package(dxp/262)
  • Loading branch information
ymaheshwari1 authored Apr 26, 2024
2 parents c499911 + b601024 commit af1a24f
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 328 deletions.
223 changes: 112 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@casl/ability": "^6.0.0",
"@hotwax/app-version-info": "^1.0.0",
"@hotwax/apps-theme": "^1.2.6",
"@hotwax/dxp-components": "^1.12.2",
"@hotwax/oms-api": "^1.13.0",
"@hotwax/dxp-components": "^1.13.0",
"@hotwax/oms-api": "^1.14.0",
"@ionic/core": "^7.6.0",
"@ionic/vue": "^7.6.0",
"@ionic/vue-router": "^7.6.0",
Expand Down
8 changes: 6 additions & 2 deletions src/adapter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ import {
subscribeTopic,
unsubscribeTopic,
updateInstanceUrl,
updateToken
updateToken,
getAvailableTimeZones,
setUserTimeZone
} from '@hotwax/oms-api'

export {
Expand All @@ -43,5 +45,7 @@ export {
subscribeTopic,
unsubscribeTopic,
updateInstanceUrl,
updateToken
updateToken,
getAvailableTimeZones,
setUserTimeZone
}
4 changes: 4 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"Arrived": "Arrived",
"Authenticating": "Authenticating",
"Assign Pickers": "Assign Pickers",
"Browser TimeZone": "Browser TimeZone",
"Browser time zone": "Browser time zone",
"Catalog": "Catalog",
"Cancel": "Cancel",
"Cancel order before fulfillment": "Cancel order before fulfillment",
Expand Down Expand Up @@ -140,6 +142,8 @@
"Search time zones": "Search time zones",
"Select facility": "Select facility",
"Select reason": "Select reason",
"Selected TimeZone":"Selected TimeZone",
"Select a different time zone": "Select a different time zone",
"Select time zone": "Select time zone",
"Select the notifications you want to receive.": "Select the notifications you want to receive.",
"Select your preferred language.": "Select your preferred language.",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"Arrived": "Llegó",
"Authenticating": "Autenticación",
"Assign Pickers": "Asignar recolectores",
"Browser TimeZone": "Browser TimeZone",
"Browser time zone": "Browser time zone",
"Catalog": "Catálogo",
"Cancel": "Cancelar",
"Cancel order before fulfillment": "Cancelar pedido antes del cumplimiento",
Expand Down Expand Up @@ -137,6 +139,8 @@
"Search time zones": "Buscar zonas horarias",
"Select facility": "Seleccionar instalación",
"Select reason": "Seleccionar motivo",
"Selected TimeZone":"Selected TimeZone",
"Select a different time zone": "Select a different time zone",
"Select time zone": "Seleccionar zona horaria",
"Select the notifications you want to receive.": "Selecciona las notificaciones que deseas recibir.",
"Select your preferred language.": "Selecciona tu idioma preferido.",
Expand Down
Loading

0 comments on commit af1a24f

Please sign in to comment.