@veloceapps/sdk 12.0.0-14 → 12.0.0-16
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/cms/index.d.ts +28 -28
- package/core/index.d.ts +7 -7
- package/fesm2022/veloceapps-sdk-cms.mjs +48 -54
- package/fesm2022/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2022/veloceapps-sdk-core.mjs +14 -29
- package/fesm2022/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2022/veloceapps-sdk.mjs +73 -79
- package/fesm2022/veloceapps-sdk.mjs.map +1 -1
- package/index.d.ts +140 -140
- package/package.json +1 -1
package/cms/index.d.ts
CHANGED
@@ -5,16 +5,16 @@ import * as i0 from '@angular/core';
|
|
5
5
|
import { Injector, OnChanges, OnInit, DoCheck, AfterContentInit, AfterContentChecked, AfterViewInit, AfterViewChecked, OnDestroy, SimpleChanges, NgModuleRef, NgModule, Type, ComponentRef, ViewContainerRef, ChangeDetectorRef, InjectionToken, TemplateRef } from '@angular/core';
|
6
6
|
import * as rxjs from 'rxjs';
|
7
7
|
import { BehaviorSubject, Observable, Subject, ReplaySubject } from 'rxjs';
|
8
|
-
import * as
|
8
|
+
import * as i2$1 from '@veloceapps/components';
|
9
9
|
import { ToastService, ToastType } from '@veloceapps/components';
|
10
10
|
import * as _veloceapps_core from '@veloceapps/core';
|
11
11
|
import { UIDefinition, UIDefinitionMetadata, UIElement, Operator, Predicate, parseJsonSafely, parseJwt, TokenInfoService, UITemplateType } from '@veloceapps/core';
|
12
12
|
import lodash, { Dictionary } from 'lodash';
|
13
13
|
import { Patch } from 'rfc6902';
|
14
|
-
import * as
|
15
|
-
import * as
|
14
|
+
import * as i1 from '@angular/common';
|
15
|
+
import * as i2 from 'ngx-drag-drop';
|
16
16
|
import { DndDropEvent } from 'ngx-drag-drop';
|
17
|
-
import * as i3
|
17
|
+
import * as i3 from '@veloceapps/api';
|
18
18
|
import { ContractedPriceApiService } from '@veloceapps/api';
|
19
19
|
import * as _veloceapps_sdk_cms from '@veloceapps/sdk/cms';
|
20
20
|
import { DataSource } from '@angular/cdk/collections';
|
@@ -530,7 +530,7 @@ declare class PreviewComponent implements OnInit, OnDestroy {
|
|
530
530
|
private startPreview;
|
531
531
|
private getElements$;
|
532
532
|
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, never>;
|
533
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "vl-cms-preview", never, { "uiDefinition": { "alias": "uiDefinition"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never,
|
533
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "vl-cms-preview", never, { "uiDefinition": { "alias": "uiDefinition"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
|
534
534
|
}
|
535
535
|
|
536
536
|
declare class ElementContextService {
|
@@ -572,12 +572,12 @@ declare class ElementRendererComponent implements OnInit, OnDestroy {
|
|
572
572
|
private destroyComponent;
|
573
573
|
private destroyComponents;
|
574
574
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementRendererComponent, never>;
|
575
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElementRendererComponent, "vl-cms-element-renderer", never, { "meta": { "alias": "meta"; "required": false; }; }, {}, never, never,
|
575
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElementRendererComponent, "vl-cms-element-renderer", never, { "meta": { "alias": "meta"; "required": false; }; }, {}, never, never, true, never>;
|
576
576
|
}
|
577
577
|
|
578
578
|
declare class ElementRendererModule {
|
579
579
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementRendererModule, never>;
|
580
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementRendererModule, [typeof ElementRendererComponent],
|
580
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementRendererModule, never, [typeof ElementRendererComponent], [typeof ElementRendererComponent]>;
|
581
581
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElementRendererModule>;
|
582
582
|
}
|
583
583
|
|
@@ -609,6 +609,22 @@ declare class RuntimeEditorService {
|
|
609
609
|
static ɵprov: i0.ɵɵInjectableDeclaration<RuntimeEditorService>;
|
610
610
|
}
|
611
611
|
|
612
|
+
declare class ElementDropHandleComponent {
|
613
|
+
private runtimeService;
|
614
|
+
index: number;
|
615
|
+
parentPath: string;
|
616
|
+
constructor(runtimeService: RuntimeEditorService);
|
617
|
+
handleDrop(e: DndDropEvent): void;
|
618
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElementDropHandleComponent, never>;
|
619
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElementDropHandleComponent, "vl-element-drop-handle", never, { "index": { "alias": "index"; "required": false; }; "parentPath": { "alias": "parentPath"; "required": false; }; }, {}, never, never, true, never>;
|
620
|
+
}
|
621
|
+
|
622
|
+
declare class ElementDropHandleModule {
|
623
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElementDropHandleModule, never>;
|
624
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementDropHandleModule, never, [typeof i1.CommonModule, typeof i2.DndModule, typeof ElementDropHandleComponent], [typeof ElementDropHandleComponent]>;
|
625
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ElementDropHandleModule>;
|
626
|
+
}
|
627
|
+
|
612
628
|
declare class ElementChildrenComponent implements OnDestroy {
|
613
629
|
private elementContext;
|
614
630
|
private runtimeService;
|
@@ -622,28 +638,12 @@ declare class ElementChildrenComponent implements OnDestroy {
|
|
622
638
|
ngOnDestroy(): void;
|
623
639
|
getFilteredChildren(elements: ElementMetadata[]): ElementMetadata[];
|
624
640
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementChildrenComponent, never>;
|
625
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElementChildrenComponent, "element-children", never, { "filter": { "alias": "filter"; "required": false; }; }, {}, never, never,
|
626
|
-
}
|
627
|
-
|
628
|
-
declare class ElementDropHandleComponent {
|
629
|
-
private runtimeService;
|
630
|
-
index: number;
|
631
|
-
parentPath: string;
|
632
|
-
constructor(runtimeService: RuntimeEditorService);
|
633
|
-
handleDrop(e: DndDropEvent): void;
|
634
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ElementDropHandleComponent, never>;
|
635
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ElementDropHandleComponent, "vl-element-drop-handle", never, { "index": { "alias": "index"; "required": false; }; "parentPath": { "alias": "parentPath"; "required": false; }; }, {}, never, never, false, never>;
|
636
|
-
}
|
637
|
-
|
638
|
-
declare class ElementDropHandleModule {
|
639
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ElementDropHandleModule, never>;
|
640
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementDropHandleModule, [typeof ElementDropHandleComponent], [typeof i2.CommonModule, typeof i3.DndModule], [typeof ElementDropHandleComponent]>;
|
641
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ElementDropHandleModule>;
|
641
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElementChildrenComponent, "element-children", never, { "filter": { "alias": "filter"; "required": false; }; }, {}, never, never, true, never>;
|
642
642
|
}
|
643
643
|
|
644
644
|
declare class ElementChildrenModule {
|
645
645
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementChildrenModule, never>;
|
646
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementChildrenModule,
|
646
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementChildrenModule, never, [typeof i1.CommonModule, typeof i2$1.LetDirectiveModule, typeof ElementRendererModule, typeof ElementDropHandleModule, typeof ElementChildrenComponent], [typeof ElementChildrenComponent]>;
|
647
647
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElementChildrenModule>;
|
648
648
|
}
|
649
649
|
|
@@ -662,7 +662,7 @@ declare class ElementToolsPanelComponent {
|
|
662
662
|
|
663
663
|
declare class PreviewModule {
|
664
664
|
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewModule, never>;
|
665
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PreviewModule,
|
665
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PreviewModule, never, [typeof i1.CommonModule, typeof i2$1.LoaderModule, typeof ElementRendererModule, typeof ElementChildrenModule, typeof ElementDropHandleModule, typeof ElementToolsPanelComponent, typeof PreviewComponent], [typeof PreviewComponent]>;
|
666
666
|
static ɵinj: i0.ɵɵInjectorDeclaration<PreviewModule>;
|
667
667
|
}
|
668
668
|
|
@@ -682,13 +682,13 @@ declare const ELEMENT_CONFIG: InjectionToken<ElementConfig>;
|
|
682
682
|
|
683
683
|
declare class RuntimeModule {
|
684
684
|
static ɵfac: i0.ɵɵFactoryDeclaration<RuntimeModule, never>;
|
685
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RuntimeModule, never, [typeof
|
685
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RuntimeModule, never, [typeof i1.CommonModule, typeof _veloceapps_core.CoreModule], never>;
|
686
686
|
static ɵinj: i0.ɵɵInjectorDeclaration<RuntimeModule>;
|
687
687
|
}
|
688
688
|
|
689
689
|
declare class LauncherModule {
|
690
690
|
static ɵfac: i0.ɵɵFactoryDeclaration<LauncherModule, never>;
|
691
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LauncherModule, never, [typeof
|
691
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LauncherModule, never, [typeof i1.CommonModule, typeof _veloceapps_core.CoreModule, typeof i3.ApiModule, typeof i4.SdkCoreModule, typeof RuntimeModule, typeof PreviewModule], [typeof PreviewModule]>;
|
692
692
|
static ɵinj: i0.ɵɵInjectorDeclaration<LauncherModule>;
|
693
693
|
}
|
694
694
|
|
package/core/index.d.ts
CHANGED
@@ -74,12 +74,12 @@ declare class CalendarDirective implements OnInit, OnDestroy {
|
|
74
74
|
ngOnDestroy(): void;
|
75
75
|
ngOnInit(): void;
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDirective, never>;
|
77
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarDirective, "[vlCalendar]", never, { "vlCalendar": { "alias": "vlCalendar"; "required": false; }; }, {}, never, never,
|
77
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CalendarDirective, "[vlCalendar]", never, { "vlCalendar": { "alias": "vlCalendar"; "required": false; }; }, {}, never, never, true, never>;
|
78
78
|
}
|
79
79
|
|
80
80
|
declare class SdkDirectivesModule {
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<SdkDirectivesModule, never>;
|
82
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkDirectivesModule, [typeof CalendarDirective],
|
82
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkDirectivesModule, never, [typeof CalendarDirective], [typeof CalendarDirective]>;
|
83
83
|
static ɵinj: i0.ɵɵInjectorDeclaration<SdkDirectivesModule>;
|
84
84
|
}
|
85
85
|
|
@@ -463,7 +463,7 @@ declare class DatePipe implements PipeTransform, OnDestroy {
|
|
463
463
|
ngOnDestroy(): void;
|
464
464
|
transform(date: string | number | Date | undefined | null, type?: DateType): string;
|
465
465
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePipe, never>;
|
466
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "vlDate",
|
466
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "vlDate", true>;
|
467
467
|
}
|
468
468
|
|
469
469
|
declare class NumberPipe implements PipeTransform, OnDestroy {
|
@@ -472,7 +472,7 @@ declare class NumberPipe implements PipeTransform, OnDestroy {
|
|
472
472
|
ngOnDestroy(): void;
|
473
473
|
transform(price: string | number): string;
|
474
474
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberPipe, never>;
|
475
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "vlNumber",
|
475
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "vlNumber", true>;
|
476
476
|
}
|
477
477
|
|
478
478
|
declare class PricePipe implements PipeTransform, OnDestroy {
|
@@ -481,19 +481,19 @@ declare class PricePipe implements PipeTransform, OnDestroy {
|
|
481
481
|
ngOnDestroy(): void;
|
482
482
|
transform(price: string | number): string;
|
483
483
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricePipe, never>;
|
484
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PricePipe, "vlPrice",
|
484
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PricePipe, "vlPrice", true>;
|
485
485
|
}
|
486
486
|
|
487
487
|
declare class ActionCodePipe implements PipeTransform {
|
488
488
|
private formattingSettings;
|
489
489
|
transform(actionCode: string): string;
|
490
490
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionCodePipe, never>;
|
491
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ActionCodePipe, "vlActionCode",
|
491
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ActionCodePipe, "vlActionCode", true>;
|
492
492
|
}
|
493
493
|
|
494
494
|
declare class SdkPipesModule {
|
495
495
|
static ɵfac: i0.ɵɵFactoryDeclaration<SdkPipesModule, never>;
|
496
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkPipesModule, [typeof NumberPipe, typeof PricePipe, typeof DatePipe, typeof ActionCodePipe],
|
496
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkPipesModule, never, [typeof NumberPipe, typeof PricePipe, typeof DatePipe, typeof ActionCodePipe], [typeof NumberPipe, typeof PricePipe, typeof DatePipe, typeof ActionCodePipe]>;
|
497
497
|
static ɵinj: i0.ɵɵInjectorDeclaration<SdkPipesModule>;
|
498
498
|
}
|
499
499
|
|
@@ -3,16 +3,15 @@ import { IntegrationState, PCMUtils, flattenTransactionItem, updateQuantity, gen
|
|
3
3
|
export { IntegrationState } from '@veloceapps/sdk/core';
|
4
4
|
import { __decorate, __metadata } from 'tslib';
|
5
5
|
import * as i0 from '@angular/core';
|
6
|
-
import { InjectionToken, Injector, Inject, Component, ChangeDetectionStrategy, Injectable, ViewContainerRef, Input, ViewChild,
|
6
|
+
import { InjectionToken, Injector, Inject, Component, ChangeDetectionStrategy, Injectable, ViewContainerRef, Input, ViewChild, NgModule, ViewEncapsulation, inject, ElementRef, Directive, ApplicationRef, DOCUMENT, createComponent, EventEmitter, createNgModule } from '@angular/core';
|
7
7
|
import * as rxjs from 'rxjs';
|
8
8
|
import { BehaviorSubject, Subject, map, distinctUntilChanged, of, tap, switchMap, startWith, takeUntil, catchError, combineLatest, ReplaySubject, noop, filter, take, Observable, from } from 'rxjs';
|
9
9
|
import * as i2 from '@veloceapps/components';
|
10
|
-
import { ToastType,
|
10
|
+
import { ToastType, LoaderModule, LetDirectiveModule, ToastService, HiddenTextTooltipModule, ErrorTooltipModule } from '@veloceapps/components';
|
11
11
|
import lodash, { cloneDeep, isArray, pull, merge, omit, flatten, kebabCase, set } from 'lodash';
|
12
12
|
import { applyPatch } from 'rfc6902';
|
13
13
|
import { getCollectionUniqueName, UUID, UITemplateType, TokenInfoService, parseJwt, parseJsonSafely, Predicate, Operator, isDefined, CoreModule } from '@veloceapps/core';
|
14
|
-
import
|
15
|
-
import { CommonModule } from '@angular/common';
|
14
|
+
import { AsyncPipe, CommonModule } from '@angular/common';
|
16
15
|
import * as i2$1 from 'ngx-drag-drop';
|
17
16
|
import { DndModule } from 'ngx-drag-drop';
|
18
17
|
import { ContractedPriceApiService, ApiModule } from '@veloceapps/api';
|
@@ -909,11 +908,11 @@ class ElementRendererComponent {
|
|
909
908
|
this.refs = {};
|
910
909
|
}
|
911
910
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererComponent, deps: [{ token: RuntimeService }, { token: ElementContextService }, { token: IOProviderService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
912
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ElementRendererComponent, isStandalone:
|
911
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ElementRendererComponent, isStandalone: true, selector: "vl-cms-element-renderer", inputs: { meta: "meta" }, providers: [ElementContextService], viewQueries: [{ propertyName: "el", first: true, predicate: ["el"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<ng-template #el></ng-template>\n", styles: [":host{display:contents}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
913
912
|
}
|
914
913
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererComponent, decorators: [{
|
915
914
|
type: Component,
|
916
|
-
args: [{ selector: 'vl-cms-element-renderer', changeDetection: ChangeDetectionStrategy.OnPush, providers: [ElementContextService],
|
915
|
+
args: [{ selector: 'vl-cms-element-renderer', changeDetection: ChangeDetectionStrategy.OnPush, providers: [ElementContextService], template: "<ng-template #el></ng-template>\n", styles: [":host{display:contents}\n"] }]
|
917
916
|
}], ctorParameters: () => [{ type: RuntimeService }, { type: ElementContextService }, { type: IOProviderService }, { type: i0.ChangeDetectorRef }], propDecorators: { el: [{
|
918
917
|
type: ViewChild,
|
919
918
|
args: ['el', { read: ViewContainerRef, static: true }]
|
@@ -921,6 +920,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
921
920
|
type: Input
|
922
921
|
}] } });
|
923
922
|
|
923
|
+
class ElementRendererModule {
|
924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
925
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule, imports: [ElementRendererComponent], exports: [ElementRendererComponent] }); }
|
926
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule }); }
|
927
|
+
}
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule, decorators: [{
|
929
|
+
type: NgModule,
|
930
|
+
args: [{
|
931
|
+
imports: [ElementRendererComponent],
|
932
|
+
exports: [ElementRendererComponent],
|
933
|
+
}]
|
934
|
+
}] });
|
935
|
+
|
924
936
|
class PreviewComponent {
|
925
937
|
constructor(runtimeService, toastService, integrationState) {
|
926
938
|
this.runtimeService = runtimeService;
|
@@ -972,11 +984,11 @@ class PreviewComponent {
|
|
972
984
|
}));
|
973
985
|
}
|
974
986
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreviewComponent, deps: [{ token: RuntimeService }, { token: i2.ToastService }, { token: i1.IntegrationState }], target: i0.ɵɵFactoryTarget.Component }); }
|
975
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: PreviewComponent, isStandalone:
|
987
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: PreviewComponent, isStandalone: true, selector: "vl-cms-preview", inputs: { uiDefinition: "uiDefinition", config: "config" }, providers: [IOProviderService, TemplatesService], ngImport: i0, template: "@if (state$ | async; as state) { @if (state.loading) {\n<vl-loader [label]=\"'Loading UI'\"></vl-loader>\n} @else { @if (!state.failure) { @for (el of elements$ | async; track trackBy($index, el)) {\n<vl-cms-element-renderer [meta]=\"el\"></vl-cms-element-renderer>\n} } } }\n", styles: [":host{flex-grow:1;display:flex;flex-direction:column;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: LoaderModule }, { kind: "component", type: i2.LoaderComponent, selector: "vl-loader", inputs: ["label", "overlayVisible"] }, { kind: "ngmodule", type: ElementRendererModule }, { kind: "component", type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
976
988
|
}
|
977
989
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreviewComponent, decorators: [{
|
978
990
|
type: Component,
|
979
|
-
args: [{ selector: 'vl-cms-preview', changeDetection: ChangeDetectionStrategy.OnPush, providers: [IOProviderService, TemplatesService], encapsulation: ViewEncapsulation.ShadowDom,
|
991
|
+
args: [{ selector: 'vl-cms-preview', changeDetection: ChangeDetectionStrategy.OnPush, providers: [IOProviderService, TemplatesService], encapsulation: ViewEncapsulation.ShadowDom, imports: [LoaderModule, ElementRendererModule, AsyncPipe], template: "@if (state$ | async; as state) { @if (state.loading) {\n<vl-loader [label]=\"'Loading UI'\"></vl-loader>\n} @else { @if (!state.failure) { @for (el of elements$ | async; track trackBy($index, el)) {\n<vl-cms-element-renderer [meta]=\"el\"></vl-cms-element-renderer>\n} } } }\n", styles: [":host{flex-grow:1;display:flex;flex-direction:column;height:100%}\n"] }]
|
980
992
|
}], ctorParameters: () => [{ type: RuntimeService }, { type: i2.ToastService }, { type: i1.IntegrationState }], propDecorators: { uiDefinition: [{
|
981
993
|
type: Input
|
982
994
|
}], config: [{
|
@@ -1020,11 +1032,11 @@ class ElementDropHandleComponent {
|
|
1020
1032
|
});
|
1021
1033
|
}
|
1022
1034
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleComponent, deps: [{ token: RuntimeEditorService }], target: i0.ɵɵFactoryTarget.Component }); }
|
1023
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ElementDropHandleComponent, isStandalone:
|
1035
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: ElementDropHandleComponent, isStandalone: true, selector: "vl-element-drop-handle", inputs: { index: "index", parentPath: "parentPath" }, ngImport: i0, template: "<div class=\"container\" dndDropzone (dndDrop)=\"handleDrop($event)\">\n <div class=\"handle\"></div>\n</div>\n", styles: [":host{width:0;position:relative}.container{width:40px;height:100%;position:absolute;transform:translate(-50%);display:flex;justify-content:center;align-items:center}.handle{display:none;background:red;height:calc(100% - 10px);width:2px;pointer-events:none}.container.dndDragover .handle{display:block}\n"], dependencies: [{ kind: "ngmodule", type: DndModule }, { kind: "directive", type: i2$1.DndDropzoneDirective, selector: "[dndDropzone]", inputs: ["dndDropzone", "dndEffectAllowed", "dndAllowExternal", "dndHorizontal", "dndDragoverClass", "dndDropzoneDisabledClass", "dndDisableIf", "dndDisableDropIf"], outputs: ["dndDragover", "dndDrop"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
1024
1036
|
}
|
1025
1037
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleComponent, decorators: [{
|
1026
1038
|
type: Component,
|
1027
|
-
args: [{ selector: 'vl-element-drop-handle', changeDetection: ChangeDetectionStrategy.OnPush,
|
1039
|
+
args: [{ selector: 'vl-element-drop-handle', changeDetection: ChangeDetectionStrategy.OnPush, imports: [DndModule], template: "<div class=\"container\" dndDropzone (dndDrop)=\"handleDrop($event)\">\n <div class=\"handle\"></div>\n</div>\n", styles: [":host{width:0;position:relative}.container{width:40px;height:100%;position:absolute;transform:translate(-50%);display:flex;justify-content:center;align-items:center}.handle{display:none;background:red;height:calc(100% - 10px);width:2px;pointer-events:none}.container.dndDragover .handle{display:block}\n"] }]
|
1028
1040
|
}], ctorParameters: () => [{ type: RuntimeEditorService }], propDecorators: { index: [{
|
1029
1041
|
type: Input
|
1030
1042
|
}], parentPath: [{
|
@@ -1033,31 +1045,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
1033
1045
|
|
1034
1046
|
class ElementDropHandleModule {
|
1035
1047
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1036
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleModule,
|
1037
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleModule, imports: [CommonModule, DndModule] }); }
|
1048
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleModule, imports: [CommonModule, DndModule, ElementDropHandleComponent], exports: [ElementDropHandleComponent] }); }
|
1049
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleModule, imports: [CommonModule, DndModule, ElementDropHandleComponent] }); }
|
1038
1050
|
}
|
1039
1051
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementDropHandleModule, decorators: [{
|
1040
1052
|
type: NgModule,
|
1041
1053
|
args: [{
|
1042
|
-
|
1043
|
-
imports: [CommonModule, DndModule],
|
1054
|
+
imports: [CommonModule, DndModule, ElementDropHandleComponent],
|
1044
1055
|
exports: [ElementDropHandleComponent],
|
1045
1056
|
}]
|
1046
1057
|
}] });
|
1047
1058
|
|
1048
|
-
class ElementRendererModule {
|
1049
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1050
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule, declarations: [ElementRendererComponent], exports: [ElementRendererComponent] }); }
|
1051
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule }); }
|
1052
|
-
}
|
1053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementRendererModule, decorators: [{
|
1054
|
-
type: NgModule,
|
1055
|
-
args: [{
|
1056
|
-
declarations: [ElementRendererComponent],
|
1057
|
-
exports: [ElementRendererComponent],
|
1058
|
-
}]
|
1059
|
-
}] });
|
1060
|
-
|
1061
1059
|
class ElementChildrenComponent {
|
1062
1060
|
constructor(elementContext, runtimeService, runtimeEditorService, cdr) {
|
1063
1061
|
this.elementContext = elementContext;
|
@@ -1078,25 +1076,24 @@ class ElementChildrenComponent {
|
|
1078
1076
|
return this.filter ? this.filter(elements) : elements;
|
1079
1077
|
}
|
1080
1078
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenComponent, deps: [{ token: ElementContextService }, { token: RuntimeService }, { token: RuntimeEditorService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
1081
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: ElementChildrenComponent, isStandalone:
|
1079
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: ElementChildrenComponent, isStandalone: true, selector: "element-children", inputs: { filter: "filter" }, ngImport: i0, template: "@if (metadata$ | async; as metadata) { @if (dragMode$ | async) {\n<vl-element-drop-handle [index]=\"0\" [parentPath]=\"metadata.path\"></vl-element-drop-handle>\n} @for (child of getFilteredChildren(metadata.children); track child; let i = $index) {\n<vl-cms-element-renderer [meta]=\"child\"></vl-cms-element-renderer>\n@if (dragMode$ | async) {\n<vl-element-drop-handle [index]=\"i + 1\" [parentPath]=\"metadata.path\"></vl-element-drop-handle>\n} } }\n", styles: [":host{display:contents}\n"], dependencies: [{ kind: "ngmodule", type: ElementDropHandleModule }, { kind: "component", type: ElementDropHandleComponent, selector: "vl-element-drop-handle", inputs: ["index", "parentPath"] }, { kind: "ngmodule", type: ElementRendererModule }, { kind: "component", type: ElementRendererComponent, selector: "vl-cms-element-renderer", inputs: ["meta"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
1082
1080
|
}
|
1083
1081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenComponent, decorators: [{
|
1084
1082
|
type: Component,
|
1085
|
-
args: [{ selector: 'element-children', changeDetection: ChangeDetectionStrategy.OnPush,
|
1083
|
+
args: [{ selector: 'element-children', changeDetection: ChangeDetectionStrategy.OnPush, imports: [ElementDropHandleModule, ElementRendererModule, AsyncPipe], template: "@if (metadata$ | async; as metadata) { @if (dragMode$ | async) {\n<vl-element-drop-handle [index]=\"0\" [parentPath]=\"metadata.path\"></vl-element-drop-handle>\n} @for (child of getFilteredChildren(metadata.children); track child; let i = $index) {\n<vl-cms-element-renderer [meta]=\"child\"></vl-cms-element-renderer>\n@if (dragMode$ | async) {\n<vl-element-drop-handle [index]=\"i + 1\" [parentPath]=\"metadata.path\"></vl-element-drop-handle>\n} } }\n", styles: [":host{display:contents}\n"] }]
|
1086
1084
|
}], ctorParameters: () => [{ type: ElementContextService }, { type: RuntimeService }, { type: RuntimeEditorService }, { type: i0.ChangeDetectorRef }], propDecorators: { filter: [{
|
1087
1085
|
type: Input
|
1088
1086
|
}] } });
|
1089
1087
|
|
1090
1088
|
class ElementChildrenModule {
|
1091
1089
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1092
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenModule,
|
1093
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenModule, imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule] }); }
|
1090
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenModule, imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule, ElementChildrenComponent], exports: [ElementChildrenComponent] }); }
|
1091
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenModule, imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule, ElementChildrenComponent] }); }
|
1094
1092
|
}
|
1095
1093
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ElementChildrenModule, decorators: [{
|
1096
1094
|
type: NgModule,
|
1097
1095
|
args: [{
|
1098
|
-
|
1099
|
-
imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule],
|
1096
|
+
imports: [CommonModule, LetDirectiveModule, ElementRendererModule, ElementDropHandleModule, ElementChildrenComponent],
|
1100
1097
|
exports: [ElementChildrenComponent],
|
1101
1098
|
}]
|
1102
1099
|
}] });
|
@@ -1132,22 +1129,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
1132
1129
|
|
1133
1130
|
class PreviewModule {
|
1134
1131
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreviewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1135
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PreviewModule,
|
1132
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PreviewModule, imports: [CommonModule,
|
1136
1133
|
LoaderModule,
|
1137
1134
|
ElementRendererModule,
|
1138
1135
|
ElementChildrenModule,
|
1139
1136
|
ElementDropHandleModule,
|
1140
|
-
ElementToolsPanelComponent
|
1141
|
-
|
1137
|
+
ElementToolsPanelComponent,
|
1138
|
+
PreviewComponent], exports: [PreviewComponent] }); }
|
1139
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreviewModule, imports: [CommonModule,
|
1142
1140
|
LoaderModule,
|
1143
1141
|
ElementRendererModule,
|
1144
1142
|
ElementChildrenModule,
|
1145
|
-
ElementDropHandleModule
|
1143
|
+
ElementDropHandleModule,
|
1144
|
+
PreviewComponent] }); }
|
1146
1145
|
}
|
1147
1146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PreviewModule, decorators: [{
|
1148
1147
|
type: NgModule,
|
1149
1148
|
args: [{
|
1150
|
-
declarations: [PreviewComponent],
|
1151
1149
|
imports: [
|
1152
1150
|
CommonModule,
|
1153
1151
|
LoaderModule,
|
@@ -1155,8 +1153,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
1155
1153
|
ElementChildrenModule,
|
1156
1154
|
ElementDropHandleModule,
|
1157
1155
|
ElementToolsPanelComponent,
|
1156
|
+
PreviewComponent,
|
1158
1157
|
],
|
1159
|
-
providers: [IntegrationState],
|
1160
1158
|
exports: [PreviewComponent],
|
1161
1159
|
}]
|
1162
1160
|
}] });
|
@@ -1198,23 +1196,23 @@ class CustomTemplateDirective {
|
|
1198
1196
|
this.templatesService.register(this.customTemplate, this.templateRef);
|
1199
1197
|
}
|
1200
1198
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CustomTemplateDirective, deps: [{ token: i0.TemplateRef }, { token: TemplatesService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
1201
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: CustomTemplateDirective, isStandalone:
|
1199
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: CustomTemplateDirective, isStandalone: true, selector: "[customTemplate]", inputs: { customTemplate: "customTemplate" }, ngImport: i0 }); }
|
1202
1200
|
}
|
1203
1201
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CustomTemplateDirective, decorators: [{
|
1204
1202
|
type: Directive,
|
1205
|
-
args: [{ selector: '[customTemplate]'
|
1203
|
+
args: [{ selector: '[customTemplate]' }]
|
1206
1204
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: TemplatesService }], propDecorators: { customTemplate: [{
|
1207
1205
|
type: Input
|
1208
1206
|
}] } });
|
1209
1207
|
class CustomTemplateDirectiveModule {
|
1210
1208
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CustomTemplateDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1211
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: CustomTemplateDirectiveModule,
|
1209
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: CustomTemplateDirectiveModule, imports: [CustomTemplateDirective], exports: [CustomTemplateDirective] }); }
|
1212
1210
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CustomTemplateDirectiveModule }); }
|
1213
1211
|
}
|
1214
1212
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CustomTemplateDirectiveModule, decorators: [{
|
1215
1213
|
type: NgModule,
|
1216
1214
|
args: [{
|
1217
|
-
|
1215
|
+
imports: [CustomTemplateDirective],
|
1218
1216
|
exports: [CustomTemplateDirective],
|
1219
1217
|
}]
|
1220
1218
|
}] });
|
@@ -2260,14 +2258,11 @@ class FederatedHostDirective {
|
|
2260
2258
|
this.viewContainerRef = viewContainerRef;
|
2261
2259
|
}
|
2262
2260
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
2263
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FederatedHostDirective, isStandalone:
|
2261
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FederatedHostDirective, isStandalone: true, selector: "[vlFederatedHost]", ngImport: i0 }); }
|
2264
2262
|
}
|
2265
2263
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedHostDirective, decorators: [{
|
2266
2264
|
type: Directive,
|
2267
|
-
args: [{
|
2268
|
-
selector: '[vlFederatedHost]',
|
2269
|
-
standalone: false,
|
2270
|
-
}]
|
2265
|
+
args: [{ selector: '[vlFederatedHost]' }]
|
2271
2266
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }] });
|
2272
2267
|
|
2273
2268
|
const defaultOptions = {
|
@@ -2320,11 +2315,11 @@ class FederatedComponent {
|
|
2320
2315
|
return value;
|
2321
2316
|
}
|
2322
2317
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
2323
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: FederatedComponent, isStandalone:
|
2318
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.4", type: FederatedComponent, isStandalone: true, selector: "veloce-host-federated", inputs: { remoteEntry: "remoteEntry", remoteName: "remoteName", exposedModule: "exposedModule", data: "data", options: "options" }, viewQueries: [{ propertyName: "host", first: true, predicate: FederatedHostDirective, descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<ng-template vlFederatedHost></ng-template>\n\n@if (!suppressLoading && (isLoading$ | async)) {\n<vl-loader [label]=\"loadingLabel\"></vl-loader>\n}\n", styles: [":host{display:block}div{height:100%}\n"], dependencies: [{ kind: "directive", type: FederatedHostDirective, selector: "[vlFederatedHost]" }, { kind: "ngmodule", type: LoaderModule }, { kind: "component", type: i2.LoaderComponent, selector: "vl-loader", inputs: ["label", "overlayVisible"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
2324
2319
|
}
|
2325
2320
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedComponent, decorators: [{
|
2326
2321
|
type: Component,
|
2327
|
-
args: [{ selector: 'veloce-host-federated', changeDetection: ChangeDetectionStrategy.OnPush,
|
2322
|
+
args: [{ selector: 'veloce-host-federated', changeDetection: ChangeDetectionStrategy.OnPush, imports: [FederatedHostDirective, LoaderModule, AsyncPipe], template: "<ng-template vlFederatedHost></ng-template>\n\n@if (!suppressLoading && (isLoading$ | async)) {\n<vl-loader [label]=\"loadingLabel\"></vl-loader>\n}\n", styles: [":host{display:block}div{height:100%}\n"] }]
|
2328
2323
|
}], ctorParameters: () => [{ type: i0.Injector }], propDecorators: { host: [{
|
2329
2324
|
type: ViewChild,
|
2330
2325
|
args: [FederatedHostDirective, { static: true }]
|
@@ -2342,14 +2337,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
2342
2337
|
|
2343
2338
|
class FederatedModule {
|
2344
2339
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
2345
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: FederatedModule,
|
2346
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedModule, imports: [CommonModule, LoaderModule] }); }
|
2340
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: FederatedModule, imports: [CommonModule, LoaderModule, FederatedComponent, FederatedHostDirective], exports: [FederatedComponent] }); }
|
2341
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedModule, imports: [CommonModule, LoaderModule, FederatedComponent] }); }
|
2347
2342
|
}
|
2348
2343
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FederatedModule, decorators: [{
|
2349
2344
|
type: NgModule,
|
2350
2345
|
args: [{
|
2351
|
-
|
2352
|
-
imports: [CommonModule, LoaderModule],
|
2346
|
+
imports: [CommonModule, LoaderModule, FederatedComponent, FederatedHostDirective],
|
2353
2347
|
exports: [FederatedComponent],
|
2354
2348
|
}]
|
2355
2349
|
}] });
|