@eui/core 18.0.0-rc.5 → 18.0.0-rc.7

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/esm2022/index.mjs CHANGED
@@ -1,3 +1,5 @@
1
+ /* BASE PACKAGE */
2
+ export * from '@eui/base';
1
3
  /* CORE MODULES */
2
4
  export * from './lib/eui-core.module';
3
5
  /* CORE SERVICES */
@@ -8,4 +10,4 @@ export * from './lib/services/index';
8
10
  export * from './lib/interceptors/index';
9
11
  /* CORE HELPERS */
10
12
  export * from './lib/helpers/index';
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0JBQWtCO0FBQ2xCLGNBQWMsdUJBQXVCLENBQUM7QUFFdEMsbUJBQW1CO0FBQ25CLGNBQWMsc0JBQXNCLENBQUM7QUFFckMsMkJBQTJCO0FBQzNCLGdEQUFnRDtBQUVoRCx1QkFBdUI7QUFDdkIsY0FBYywwQkFBMEIsQ0FBQztBQUV6QyxrQkFBa0I7QUFDbEIsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qIENPUkUgTU9EVUxFUyAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZXVpLWNvcmUubW9kdWxlJztcblxuLyogQ09SRSBTRVJWSUNFUyAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMvaW5kZXgnO1xuXG4vLyAvKiBDT1JFIENPTkZJRyBUT0tFTlMgKi9cbi8vIGV4cG9ydCAqIGZyb20gJy4vbGliL3NlcnZpY2VzL2NvbmZpZy90b2tlbnMnO1xuXG4vKiBDT1JFIElOVEVSQ0VQVE9SUyAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJjZXB0b3JzL2luZGV4JztcblxuLyogQ09SRSBIRUxQRVJTICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9oZWxwZXJzL2luZGV4JztcbiJdfQ==
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0JBQWtCO0FBQ2xCLGNBQWMsV0FBVyxDQUFDO0FBRTFCLGtCQUFrQjtBQUNsQixjQUFjLHVCQUF1QixDQUFDO0FBRXRDLG1CQUFtQjtBQUNuQixjQUFjLHNCQUFzQixDQUFDO0FBRXJDLDJCQUEyQjtBQUMzQixnREFBZ0Q7QUFFaEQsdUJBQXVCO0FBQ3ZCLGNBQWMsMEJBQTBCLENBQUM7QUFFekMsa0JBQWtCO0FBQ2xCLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBCQVNFIFBBQ0tBR0UgKi9cbmV4cG9ydCAqIGZyb20gJ0BldWkvYmFzZSc7XG5cbi8qIENPUkUgTU9EVUxFUyAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZXVpLWNvcmUubW9kdWxlJztcblxuLyogQ09SRSBTRVJWSUNFUyAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMvaW5kZXgnO1xuXG4vLyAvKiBDT1JFIENPTkZJRyBUT0tFTlMgKi9cbi8vIGV4cG9ydCAqIGZyb20gJy4vbGliL3NlcnZpY2VzL2NvbmZpZy90b2tlbnMnO1xuXG4vKiBDT1JFIElOVEVSQ0VQVE9SUyAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJjZXB0b3JzL2luZGV4JztcblxuLyogQ09SRSBIRUxQRVJTICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9oZWxwZXJzL2luZGV4JztcbiJdfQ==
@@ -1,13 +1,14 @@
1
+ import * as i1 from '@eui/base';
2
+ import { LogLevel, ConsoleAppender, initialAppState, initialUserState, initialNotificationsState, initialI18nState, initialLocaleState, Logger, LoggerMock, xhr, getApiQueue, getApiQueueItem, mergeAll, getI18nLoaderConfig, EuiLazyService, getI18nServiceConfigFromBase, getI18nState, getLastAddedModule, getBrowserDefaultLanguage, EuiEuLanguages, getActiveLang, EuiService, getUserRights, getUserState, getLocaleServiceConfigFromBase, getLocaleState, transformToUxHttpResponse } from '@eui/base';
3
+ export * from '@eui/base';
1
4
  import * as i0 from '@angular/core';
2
5
  import { InjectionToken, Injectable, Inject, Injector, NgModule, Optional, APP_INITIALIZER, SkipSelf, ErrorHandler, PLATFORM_ID, LOCALE_ID } from '@angular/core';
3
6
  import * as extendProxy from 'extend';
4
- import * as i1$2 from '@eui/base';
5
- import { LogLevel, ConsoleAppender, initialAppState, initialUserState, initialNotificationsState, initialI18nState, initialLocaleState, Logger, LoggerMock, xhr, getApiQueue, getApiQueueItem, mergeAll, getI18nLoaderConfig, EuiLazyService, getI18nServiceConfigFromBase, getI18nState, getLastAddedModule, getBrowserDefaultLanguage, EuiEuLanguages, getActiveLang, EuiService, getUserRights, getUserState, getLocaleServiceConfigFromBase, getLocaleState, transformToUxHttpResponse } from '@eui/base';
6
- import * as i1 from '@ngrx/effects';
7
+ import * as i1$1 from '@ngrx/effects';
7
8
  import { createEffect, ofType } from '@ngrx/effects';
8
9
  import { merge, fromEvent, throwError, of, forkJoin, from, BehaviorSubject, defer, firstValueFrom, ReplaySubject, map as map$1, Subject } from 'rxjs';
9
10
  import { mapTo, map, mergeMap, tap, debounceTime, distinctUntilChanged, take, switchMap, catchError, concatMap, filter, takeUntil } from 'rxjs/operators';
10
- import * as i1$1 from '@ngx-translate/core';
11
+ import * as i1$2 from '@ngx-translate/core';
11
12
  import { TranslateLoader } from '@ngx-translate/core';
12
13
  import * as i1$3 from '@ngrx/store';
13
14
  import { createSelector } from '@ngrx/store';
@@ -427,15 +428,15 @@ class CoreAppEffects {
427
428
  }
428
429
  })), { dispatch: false });
429
430
  }
430
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i1$1.TranslateService }, { token: EuiGrowlService }], target: i0.ɵɵFactoryTarget.Injectable }); }
431
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$1.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i1$2.TranslateService }, { token: EuiGrowlService }], target: i0.ɵɵFactoryTarget.Injectable }); }
431
432
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CoreAppEffects }); }
432
433
  }
433
434
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: CoreAppEffects, decorators: [{
434
435
  type: Injectable
435
- }], ctorParameters: () => [{ type: i1.Actions }, { type: undefined, decorators: [{
436
+ }], ctorParameters: () => [{ type: i1$1.Actions }, { type: undefined, decorators: [{
436
437
  type: Inject,
437
438
  args: [SHOW_CONNECTION_STATUS_TOKEN]
438
- }] }, { type: i1$1.TranslateService }, { type: EuiGrowlService }] });
439
+ }] }, { type: i1$2.TranslateService }, { type: EuiGrowlService }] });
439
440
 
440
441
  const CoreModuleEffects = [CoreAppEffects];
441
442
 
@@ -711,7 +712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImpor
711
712
  }], ctorParameters: () => [{ type: undefined, decorators: [{
712
713
  type: Inject,
713
714
  args: [BASE_LOGGER_NAME_TOKEN]
714
- }] }, { type: i1$2.LogLevel, decorators: [{
715
+ }] }, { type: i1.LogLevel, decorators: [{
715
716
  type: Inject,
716
717
  args: [LOG_LEVEL_TOKEN]
717
718
  }] }, { type: undefined, decorators: [{
@@ -2044,7 +2045,7 @@ class I18nService extends EuiLazyService {
2044
2045
  updateHTMLDOMLang(lang) {
2045
2046
  this.document.documentElement.lang = lang;
2046
2047
  }
2047
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i1$1.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2048
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i1$2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
2048
2049
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: I18nService, providedIn: 'root' }); }
2049
2050
  }
2050
2051
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: I18nService, decorators: [{
@@ -2055,7 +2056,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImpor
2055
2056
  }], ctorParameters: () => [{ type: undefined, decorators: [{
2056
2057
  type: Inject,
2057
2058
  args: [GLOBAL_CONFIG_TOKEN]
2058
- }] }, { type: i1$1.TranslateService }, { type: LogService, decorators: [{
2059
+ }] }, { type: i1$2.TranslateService }, { type: LogService, decorators: [{
2059
2060
  type: Optional
2060
2061
  }] }, { type: StoreService }, { type: Document, decorators: [{
2061
2062
  type: Inject,
@@ -4921,12 +4922,12 @@ class AddLangParamInterceptor {
4921
4922
  params: req.params.set(langParam, langValue),
4922
4923
  }));
4923
4924
  }
4924
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4925
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
4925
4926
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AddLangParamInterceptor }); }
4926
4927
  }
4927
4928
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
4928
4929
  type: Injectable
4929
- }], ctorParameters: () => [{ type: i1$1.TranslateService }] });
4930
+ }], ctorParameters: () => [{ type: i1$2.TranslateService }] });
4930
4931
 
4931
4932
  class CachePreventionInterceptor {
4932
4933
  intercept(req, next) {
@@ -5078,7 +5079,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImpor
5078
5079
  args: [UX_ERROR_MAPPING_HANDLER_TOKEN]
5079
5080
  }] }] });
5080
5081
 
5081
- /* CORE MODULES */
5082
+ /* BASE PACKAGE */
5082
5083
 
5083
5084
  /**
5084
5085
  * Generated bundle index. Do not edit.