@eui/base 19.0.0-next.12 → 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.
@@ -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;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;;;OAMG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,qBAAsB,YAAY,KAAG,mBAG/E,CAAC"}
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;IACX;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAEhC,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/base",
3
- "version": "19.0.0-next.12",
3
+ "version": "19.0.0-next.13",
4
4
  "tag": "next",
5
5
  "description": "eUI base package - holding common for dependent subs",
6
6
  "homepage": "https://eui.ecdevops.eu",