@o3r/dynamic-content 13.5.0-prerelease.9 → 13.6.0-prerelease.1

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.
@@ -23,21 +23,21 @@ class AssetRulesEngineActionHandler {
23
23
  }, {});
24
24
  this.store.dispatch(setAssetPathOverride({ state: { assetPathOverrides } }));
25
25
  }
26
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetRulesEngineActionHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
27
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetRulesEngineActionHandler }); }
26
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetRulesEngineActionHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
27
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetRulesEngineActionHandler }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetRulesEngineActionHandler, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetRulesEngineActionHandler, decorators: [{
30
30
  type: Injectable
31
31
  }] });
32
32
 
33
33
  class AssetRulesEngineActionModule {
34
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetRulesEngineActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
35
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: AssetRulesEngineActionModule, imports: [AssetPathOverrideStoreModule] }); }
36
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetRulesEngineActionModule, providers: [
34
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetRulesEngineActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
35
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: AssetRulesEngineActionModule, imports: [AssetPathOverrideStoreModule] }); }
36
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetRulesEngineActionModule, providers: [
37
37
  AssetRulesEngineActionHandler
38
38
  ], imports: [AssetPathOverrideStoreModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetRulesEngineActionModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetRulesEngineActionModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  imports: [
@@ -47,13 +47,13 @@ class AssetPathOverrideStoreModule {
47
47
  ]
48
48
  };
49
49
  }
50
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetPathOverrideStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
51
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: AssetPathOverrideStoreModule, imports: [i1.StoreFeatureModule] }); }
52
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetPathOverrideStoreModule, providers: [
50
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetPathOverrideStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
51
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: AssetPathOverrideStoreModule, imports: [i1.StoreFeatureModule] }); }
52
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetPathOverrideStoreModule, providers: [
53
53
  { provide: ASSET_PATH_OVERRIDE_REDUCER_TOKEN, useFactory: getDefaultAssetPathOverrideReducer }
54
54
  ], imports: [StoreModule.forFeature(ASSET_PATH_OVERRIDE_STORE_NAME, ASSET_PATH_OVERRIDE_REDUCER_TOKEN)] }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: AssetPathOverrideStoreModule, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AssetPathOverrideStoreModule, decorators: [{
57
57
  type: NgModule,
58
58
  args: [{
59
59
  imports: [
@@ -147,10 +147,10 @@ class DynamicContentService {
147
147
  }
148
148
  return this.store.pipe(select(selectAssetPathOverride), map((entities) => assetPath && entities && entities[assetPath] ? entities[assetPath] : assetPath), map((finalAssetPath) => this.getMediaPath(finalAssetPath)), distinctUntilChanged(), shareReplay({ bufferSize: 1, refCount: true }));
149
149
  }
150
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DynamicContentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
151
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DynamicContentService }); }
150
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DynamicContentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
151
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DynamicContentService }); }
152
152
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DynamicContentService, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DynamicContentService, decorators: [{
154
154
  type: Injectable
155
155
  }], ctorParameters: () => [] });
156
156
 
@@ -181,10 +181,10 @@ class O3rDynamicContentPipe {
181
181
  this.onMediaPathChange.unsubscribe();
182
182
  }
183
183
  }
184
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: O3rDynamicContentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
185
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: O3rDynamicContentPipe, isStandalone: true, name: "o3rDynamicContent", pure: false }); }
184
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: O3rDynamicContentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
185
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: O3rDynamicContentPipe, isStandalone: true, name: "o3rDynamicContent", pure: false }); }
186
186
  }
187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: O3rDynamicContentPipe, decorators: [{
187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: O3rDynamicContentPipe, decorators: [{
188
188
  type: Pipe,
189
189
  args: [{
190
190
  name: 'o3rDynamicContent',
@@ -237,9 +237,9 @@ class DynamicContentModule {
237
237
  providers
238
238
  };
239
239
  }
240
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DynamicContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
241
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: DynamicContentModule, imports: [O3rDynamicContentPipe], exports: [O3rDynamicContentPipe] }); }
242
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DynamicContentModule, providers: [
240
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DynamicContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
241
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: DynamicContentModule, imports: [O3rDynamicContentPipe], exports: [O3rDynamicContentPipe] }); }
242
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DynamicContentModule, providers: [
243
243
  {
244
244
  provide: DYNAMIC_CONTENT_BASE_PATH_TOKEN,
245
245
  useFactory: getDynamicContent
@@ -251,7 +251,7 @@ class DynamicContentModule {
251
251
  DynamicContentService
252
252
  ] }); }
253
253
  }
254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DynamicContentModule, decorators: [{
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DynamicContentModule, decorators: [{
255
255
  type: NgModule,
256
256
  args: [{
257
257
  providers: [
@@ -535,10 +535,10 @@ class RequestParametersService {
535
535
  return acc;
536
536
  }, {});
537
537
  }
538
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: RequestParametersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
539
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: RequestParametersService }); }
538
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RequestParametersService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
539
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RequestParametersService }); }
540
540
  }
541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: RequestParametersService, decorators: [{
541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RequestParametersService, decorators: [{
542
542
  type: Injectable
543
543
  }], ctorParameters: () => [] });
544
544
 
@@ -570,9 +570,9 @@ class RequestParametersModule {
570
570
  ]
571
571
  };
572
572
  }
573
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: RequestParametersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
574
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: RequestParametersModule }); }
575
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: RequestParametersModule, providers: [
573
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RequestParametersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
574
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: RequestParametersModule }); }
575
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RequestParametersModule, providers: [
576
576
  {
577
577
  provide: REQUEST_PARAMETERS_CONFIG_TOKEN,
578
578
  useValue: {}
@@ -580,7 +580,7 @@ class RequestParametersModule {
580
580
  RequestParametersService
581
581
  ] }); }
582
582
  }
583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: RequestParametersModule, decorators: [{
583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RequestParametersModule, decorators: [{
584
584
  type: NgModule,
585
585
  args: [{
586
586
  imports: [],
@@ -609,11 +609,11 @@ function provideRequestParameters(config = defaultConfigFactory) {
609
609
  }
610
610
 
611
611
  class StyleLazyLoaderModule {
612
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StyleLazyLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
613
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: StyleLazyLoaderModule, imports: [DynamicContentModule] }); }
614
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StyleLazyLoaderModule, imports: [DynamicContentModule] }); }
612
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StyleLazyLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
613
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: StyleLazyLoaderModule, imports: [DynamicContentModule] }); }
614
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StyleLazyLoaderModule, imports: [DynamicContentModule] }); }
615
615
  }
616
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StyleLazyLoaderModule, decorators: [{
616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StyleLazyLoaderModule, decorators: [{
617
617
  type: NgModule,
618
618
  args: [{
619
619
  imports: [DynamicContentModule]
@@ -662,10 +662,10 @@ class StyleLazyLoader {
662
662
  styleUrlConfig.href = dynamicContentPath;
663
663
  this.loadStyleFromURL(styleUrlConfig);
664
664
  }
665
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StyleLazyLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
666
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StyleLazyLoader, providedIn: StyleLazyLoaderModule }); }
665
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StyleLazyLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
666
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StyleLazyLoader, providedIn: StyleLazyLoaderModule }); }
667
667
  }
668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StyleLazyLoader, decorators: [{
668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StyleLazyLoader, decorators: [{
669
669
  type: Injectable,
670
670
  args: [{
671
671
  providedIn: StyleLazyLoaderModule
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../src/services/dynamic-content/dynamic-content-service.ts","../src/services/dynamic-content/dynamic-content-pipe.ts","../src/services/dynamic-content/dynamic-content-module.ts","../src/services/dynamic-content/dynamic-content-token.ts","../src/services/request-parameters/request-parameters-config.ts","../src/services/request-parameters/request-parameters-module.ts","../src/services/request-parameters/request-parameters-service.ts","../src/services/styling/style-lazy-loader-module.ts","../src/services/styling/style-lazy-loader.ts","../src/stores/asset-path-override/asset-path-override.state.ts","../src/stores/asset-path-override/asset-path-override.actions.ts","../src/stores/asset-path-override/asset-path-override-module.ts","../src/stores/asset-path-override/asset-path-override.reducer.ts","../src/stores/asset-path-override/asset-path-override.selectors.ts","../src/stores/asset-path-override/asset-path-override.sync.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;AA2BA;;AAEG;AACH;AAEE;AACA;;AAIA;;AASA;AAIA;AAKA;AAOA;;;;;;;;AAQG;AACI;AAIP;;;;;;;;;AASG;AACI;;;AAYR;;ACnFD;AAKE;AACA;;AAGA;;AAGA;;;;AAMO;;AAgBA;;;AAKR;;ACnCD;;AAEG;AACH;AAIA;;;AAGG;AACH;AAIA;;;AAGG;AACH;AAgBE;;;;;;;AAOG;;;;;;;;;AAqBJ;AAED;AAEA;;;AAGC;AAED;AACA;AAEA;AAEA;;;AAGG;AACH;AAgBA;;;AAGG;AACH;AAgBA;;;;;;;;;;;;;;;;;;;AAmBG;AACH;;ACvJA;;AAEG;AACH;AAEA;;;AAGG;AACH;;ACbA;;;;;;AAMG;AAEH;AAEE;AAEA;AAEA;AAEA;AACD;AAED;;AAEG;;AAED;;AAEG;;AAEH;;AAEG;;AAEH;;AAEG;;AAEH;;AAEG;;AAEJ;AAED;;AC1BA;;AAEG;AACH;AAGA;;;AAGG;AACH;AAWE;;;;AAIG;AACW;;;;AAYf;AAED;;;;AAIG;AACH;;;AC7CM;;AAA0C;AAAuB;;AAEvE;;AAEG;;AACwF;AAE3F;;;AAGG;AACH;;;AAKE;;AAcA;;;;;AAKG;AACH;AAuCA;;AAEG;AACH;;AAEC;AAED;;AAEG;AACH;;AAEC;AAED;;;AAGG;AACI;AAIP;;;AAGG;AACI;AAKP;;;AAGG;AACI;AAIP;;;AAGG;AACI;AAKP;;;AAGG;AACI;AAIP;;;AAGG;AACI;AAKP;;;AAGG;AACI;AAYP;;;AAGG;AACI;AAYP;;;AAGG;;;;AAKH;;;;AAIG;;;;;;AAaJ;;AC7MD;;;;AAGqC;;ACIrC;;AAEG;;;;;;;;;AASD;AACD;AAED;;AAEG;AACH;AAIE;AAEA;AAEA;;;;AAIG;;AAuBH;;;;AAIG;;;;AAQJ;;AC9ED;;AAEG;;;AAGD;AACD;AAED;;AAEG;AACH;AAEA;;AAEG;;;AAGD;AACD;;ACLD;;AAEG;AACH;;ACCA;AACA;AAEA;AACA;AAIA;AASgB;;;;AAQf;;AChCD;;AAEG;AACH;AAEA;;AAEG;AACH;AAIA;;AAEG;AACH;;ACjBA;AACA;AAEA;AACA;;ACHA;;;AAGG;AACH;AAOA;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../src/services/dynamic-content/dynamic-content-service.ts","../src/services/dynamic-content/dynamic-content-pipe.ts","../src/services/dynamic-content/dynamic-content-module.ts","../src/services/dynamic-content/dynamic-content-token.ts","../src/services/request-parameters/request-parameters-config.ts","../src/services/request-parameters/request-parameters-module.ts","../src/services/request-parameters/request-parameters-service.ts","../src/services/styling/style-lazy-loader-module.ts","../src/services/styling/style-lazy-loader.ts","../src/stores/asset-path-override/asset-path-override.state.ts","../src/stores/asset-path-override/asset-path-override.actions.ts","../src/stores/asset-path-override/asset-path-override-module.ts","../src/stores/asset-path-override/asset-path-override.reducer.ts","../src/stores/asset-path-override/asset-path-override.selectors.ts","../src/stores/asset-path-override/asset-path-override.sync.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/dynamic-content",
3
- "version": "13.5.0-prerelease.9",
3
+ "version": "13.6.0-prerelease.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,10 +22,6 @@
22
22
  "types": "./index.d.ts",
23
23
  "default": "./fesm2022/o3r-dynamic-content.mjs"
24
24
  },
25
- "./rules-engine": {
26
- "types": "./rules-engine/index.d.ts",
27
- "default": "./fesm2022/o3r-dynamic-content-rules-engine.mjs"
28
- },
29
25
  "./fixtures/jasmine": {
30
26
  "types": "./fixtures/jasmine/index.d.ts",
31
27
  "default": "./fesm2022/o3r-dynamic-content-fixtures-jasmine.mjs"
@@ -33,6 +29,10 @@
33
29
  "./fixtures/jest": {
34
30
  "types": "./fixtures/jest/index.d.ts",
35
31
  "default": "./fesm2022/o3r-dynamic-content-fixtures-jest.mjs"
32
+ },
33
+ "./rules-engine": {
34
+ "types": "./rules-engine/index.d.ts",
35
+ "default": "./fesm2022/o3r-dynamic-content-rules-engine.mjs"
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
@@ -42,14 +42,13 @@
42
42
  "@angular/core": "^20.0.0",
43
43
  "@angular/platform-browser-dynamic": "^20.0.0",
44
44
  "@ngrx/store": "^20.0.0",
45
- "@o3r/core": "~13.5.0-prerelease.9",
46
- "@o3r/schematics": "~13.5.0-prerelease.9",
45
+ "@o3r/core": "~13.6.0-prerelease.1",
46
+ "@o3r/schematics": "~13.6.0-prerelease.1",
47
47
  "@schematics/angular": "^20.0.0",
48
48
  "cheerio": "^1.1.2",
49
49
  "express-interceptor": "^1.2.0",
50
50
  "jasmine": "^5.0.0",
51
51
  "rxjs": "^7.8.1",
52
- "ts-node": "~10.9.2",
53
52
  "type-fest": "^4.30.1"
54
53
  },
55
54
  "peerDependenciesMeta": {
@@ -76,7 +75,7 @@
76
75
  }
77
76
  },
78
77
  "dependencies": {
79
- "@o3r/schematics": "~13.5.0-prerelease.9",
78
+ "@o3r/schematics": "~13.6.0-prerelease.1",
80
79
  "tslib": "^2.6.2"
81
80
  },
82
81
  "engines": {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../src/rules-engine/asset-interfaces.ts","../../src/rules-engine/asset-rules-engine-action-handler.ts","../../src/rules-engine/asset-rules-engine-action-module.ts"],"sourcesContent":[null,null,null],"names":[],"mappings":";;;;AAIA;AACA;AAEA;;AAEG;AACG;;;;AAIL;;ACKD;;AAEG;AACH;AAEE;;AAGA;;;;;AAWD;;AC5BD;;;;AAQ4C;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../src/rules-engine/asset-interfaces.ts","../../src/rules-engine/asset-rules-engine-action-handler.ts","../../src/rules-engine/asset-rules-engine-action-module.ts"],"sourcesContent":[null,null,null],"names":[],"mappings":";;;;AAIA;AACA,cAAA,qCAAA;AAEA;;AAEG;AACG,UAAA,sBAAA,SAAA,iBAAA;;;;AAIL;;ACKD;;AAEG;AACH,cAAA,6BAAA,YAAA,wBAAA,CAAA,sBAAA;AAEE;;AAGA;;;;;AAWD;;AC5BD,cAAA,4BAAA;;;;AAQ4C;;;;"}