@eui/core 10.6.14 → 10.6.15-snapshot-1669886101864
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/bundles/eui-core.umd.js +1 -1
- package/bundles/eui-core.umd.js.map +1 -1
- package/bundles/eui-core.umd.min.js +1 -1
- package/bundles/eui-core.umd.min.js.map +1 -1
- package/esm2015/lib/services/locale/locale.service.js +2 -2
- package/fesm2015/eui-core.js +1 -1
- package/fesm2015/eui-core.js.map +1 -1
- package/package.json +2 -2
package/bundles/eui-core.umd.js
CHANGED
|
@@ -4651,7 +4651,7 @@
|
|
|
4651
4651
|
*/
|
|
4652
4652
|
LocaleService.prototype.updateState = function (state) {
|
|
4653
4653
|
try {
|
|
4654
|
-
var id =
|
|
4654
|
+
var id = this.localeMapper(state.id);
|
|
4655
4655
|
this.store.dispatch(new UpdateLocaleStateAction(Object.assign(Object.assign({}, state), { id: id })));
|
|
4656
4656
|
// update global TOKEN ID based on configuration
|
|
4657
4657
|
if (this.config.affectGlobalLocale) {
|