@eui/base 19.0.0-next.11 → 19.0.0-next.13
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/docs/dependencies.html +2 -2
- package/docs/interfaces/LocaleServiceConfig.html +0 -234
- package/docs/interfaces/LocaleState.html +0 -58
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +2 -2
- package/fesm2022/eui-base.mjs +2 -2
- package/fesm2022/eui-base.mjs.map +1 -1
- package/lib/eui-models/eui-config/locale.config.d.ts +0 -24
- package/lib/eui-models/eui-config/locale.config.d.ts.map +1 -1
- package/lib/eui-models/eui-store/state/locale.state.d.ts +0 -6
- package/lib/eui-models/eui-store/state/locale.state.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,34 +1,10 @@
|
|
|
1
1
|
/** User API configuration */
|
|
2
2
|
import { GlobalConfig } from './eui-app-config';
|
|
3
3
|
export interface LocaleServiceConfig {
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated
|
|
6
|
-
* It will be removed in the future. Currently, it is being used
|
|
7
|
-
*/
|
|
8
|
-
registered?: string[];
|
|
9
4
|
/**
|
|
10
5
|
* When enabled changes from I18nService will be reflected to locale state
|
|
11
6
|
*/
|
|
12
7
|
bindWithTranslate?: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* Affects the global LOCALE_ID token value
|
|
15
|
-
* @deprecated
|
|
16
|
-
* It will be removed in the future. Currently, it has no effect as
|
|
17
|
-
* Injection Tokens Are Immutable, thus LOCALE_ID token value will not be
|
|
18
|
-
* changed.
|
|
19
|
-
*/
|
|
20
|
-
affectGlobalLocale?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* The list of available locales e.g. ['en', 'es-ES']
|
|
23
|
-
* @deprecated
|
|
24
|
-
* It will be removed. It's no more being used
|
|
25
|
-
*/
|
|
26
|
-
available?: string[];
|
|
27
|
-
/**
|
|
28
|
-
* @deprecated
|
|
29
|
-
* It will be removed. It's no more being used
|
|
30
|
-
*/
|
|
31
|
-
id?: string;
|
|
32
8
|
}
|
|
33
9
|
/**
|
|
34
10
|
* responsible to extract the attributes "available" and "id" from the locale configuration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.config.d.ts","sourceRoot":"","sources":["../../../../src/lib/eui-models/eui-config/locale.config.ts"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,mBAAmB;IAChC
|
|
1
|
+
{"version":3,"file":"locale.config.d.ts","sourceRoot":"","sources":["../../../../src/lib/eui-models/eui-config/locale.config.ts"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,qBAAsB,YAAY,KAAG,mBAG/E,CAAC"}
|
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
export interface LocaleState {
|
|
5
5
|
/** The current locale id e.g. 'en-US' */
|
|
6
6
|
id: string;
|
|
7
|
-
/**
|
|
8
|
-
* The list of available locales e.g. ['en-US', 'es-ES']
|
|
9
|
-
* @deprecated
|
|
10
|
-
* It will be removed. It's no more being used.
|
|
11
|
-
*/
|
|
12
|
-
available?: string[];
|
|
13
7
|
}
|
|
14
8
|
/**
|
|
15
9
|
* The initial state of the locale state. The default locale is English US ('en').
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.state.d.ts","sourceRoot":"","sources":["../../../../../src/lib/eui-models/eui-store/state/locale.state.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,yCAAyC;IACzC,EAAE,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"locale.state.d.ts","sourceRoot":"","sources":["../../../../../src/lib/eui-models/eui-store/state/locale.state.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,yCAAyC;IACzC,EAAE,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAEhC,CAAC"}
|