@magic-xpa/angular 4.702.0-dev472.353 → 4.800.0-dev000.0

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.
Files changed (120) hide show
  1. package/bundles/magic-xpa-angular.umd.js +900 -2174
  2. package/bundles/magic-xpa-angular.umd.js.map +1 -1
  3. package/bundles/magic-xpa-angular.umd.min.js +1 -15
  4. package/bundles/magic-xpa-angular.umd.min.js.map +1 -1
  5. package/esm2015/index.js +1 -2
  6. package/esm2015/magic-xpa-angular.js +1 -4
  7. package/esm2015/src/controls.metadata.model.js +3 -36
  8. package/esm2015/src/interfaces/sub-form-definition.iterface.js +1 -1
  9. package/esm2015/src/magic.core.module.js +4 -50
  10. package/esm2015/src/services/ISubformMagicService.js +1 -1
  11. package/esm2015/src/services/OverlayWindowService.js +4 -29
  12. package/esm2015/src/services/StylesMapManager.js +1 -4
  13. package/esm2015/src/services/accessor.magic.service.js +44 -242
  14. package/esm2015/src/services/commands-collector.magic.service.js +4 -7
  15. package/esm2015/src/services/component-list.magic.service.js +1 -25
  16. package/esm2015/src/services/confirmation.components.magic.provider.js +4 -24
  17. package/esm2015/src/services/engine.magic.service.js +7 -10
  18. package/esm2015/src/services/exit.magic.service.js +4 -10
  19. package/esm2015/src/services/magic.providers.js +1 -4
  20. package/esm2015/src/services/magic.services.js +4 -10
  21. package/esm2015/src/services/mg-date-adapter.js +5 -5
  22. package/esm2015/src/services/overlay.conainer.magic.provider.js +4 -8
  23. package/esm2015/src/services/router-commands.magic.service.js +4 -10
  24. package/esm2015/src/services/subform.magic.service.js +40 -58
  25. package/esm2015/src/services/table.magic.service.js +5 -61
  26. package/esm2015/src/services/task.magics.service.js +15 -282
  27. package/esm2015/src/services/title.magic.service.js +4 -15
  28. package/esm2015/src/ui/GuiInteractiveExecutor.js +8 -6
  29. package/esm2015/src/ui/components/base-magic-alert.component.js +4 -14
  30. package/esm2015/src/ui/components/base-magic-confirm.component.js +4 -16
  31. package/esm2015/src/ui/components/magic-alert.component.js +5 -8
  32. package/esm2015/src/ui/components/magic-confirmation-box.component.js +5 -8
  33. package/esm2015/src/ui/directives/NonMagicControlDirective.js +4 -31
  34. package/esm2015/src/ui/directives/magic/checkbox-noformcontrol.magic.directive.js +4 -10
  35. package/esm2015/src/ui/directives/magic/checkbox.magic.directive.js +4 -13
  36. package/esm2015/src/ui/directives/magic/combobox.magic.directive.js +4 -10
  37. package/esm2015/src/ui/directives/magic/form-controls/control-value-accessors/checkbox.cva.directive.js +5 -11
  38. package/esm2015/src/ui/directives/magic/form-controls/control-value-accessors/date.cva.directive.js +4 -16
  39. package/esm2015/src/ui/directives/magic/form-controls/control-value-accessors/default.cva.directive.js +5 -11
  40. package/esm2015/src/ui/directives/magic/input.noformcontrol.magic.directive.js +4 -10
  41. package/esm2015/src/ui/directives/magic/nocontrol.magic.directive.js +6 -16
  42. package/esm2015/src/ui/directives/magic/row.magic.directive.js +7 -23
  43. package/esm2015/src/ui/directives/magic-focus.directive.js +4 -7
  44. package/esm2015/src/ui/directives/magic.directive.js +18 -82
  45. package/esm2015/src/ui/directives/magicViewContainerRef.directive.js +4 -8
  46. package/esm2015/src/ui/directives/mgformat.magic.directive.js +4 -57
  47. package/esm2015/src/ui/directives/range-validator.magic.directive.js +4 -20
  48. package/esm2015/src/ui/magic-confirmationBox.js +1 -25
  49. package/esm2015/src/ui/magic-modal/base-magic-overlay-container.js +1 -1
  50. package/esm2015/src/ui/magic-modal/magic-modal-form.js +1 -4
  51. package/esm2015/src/ui/magic-modal/magic-modal-interface.js +1 -1
  52. package/esm2015/src/ui/magic-modal/magic-overlay-container-wrapper.js +4 -21
  53. package/esm2015/src/ui/magic-modal/magic-overlay-container.js +4 -46
  54. package/esm2015/src/ui/magic-root.component.js +10 -53
  55. package/esm2015/src/ui/mgerror.magic.component.js +4 -21
  56. package/esm2015/src/ui/pipes/date.magic.pipe.js +5 -12
  57. package/esm2015/src/ui/pipes/time.magic.pipe.js +4 -7
  58. package/esm2015/src/ui/router-container.magic.component.js +15 -36
  59. package/esm2015/src/ui/subform.magic.component.js +4 -23
  60. package/esm2015/src/ui/task-base.magic.component.js +4 -74
  61. package/esm2015/src/ui/utils.js +1 -20
  62. package/fesm2015/magic-xpa-angular.js +798 -2094
  63. package/fesm2015/magic-xpa-angular.js.map +1 -1
  64. package/index.d.ts +0 -1
  65. package/magic-xpa-angular.d.ts +0 -3
  66. package/package.json +3 -3
  67. package/src/controls.metadata.model.d.ts +0 -16
  68. package/src/interfaces/sub-form-definition.iterface.d.ts +0 -6
  69. package/src/magic.core.module.d.ts +18 -22
  70. package/src/services/OverlayWindowService.d.ts +0 -19
  71. package/src/services/StylesMapManager.d.ts +0 -3
  72. package/src/services/accessor.magic.service.d.ts +16 -202
  73. package/src/services/commands-collector.magic.service.d.ts +0 -3
  74. package/src/services/component-list.magic.service.d.ts +0 -27
  75. package/src/services/confirmation.components.magic.provider.d.ts +0 -16
  76. package/src/services/engine.magic.service.d.ts +1 -3
  77. package/src/services/exit.magic.service.d.ts +0 -6
  78. package/src/services/magic.providers.d.ts +0 -3
  79. package/src/services/magic.services.d.ts +0 -6
  80. package/src/services/router-commands.magic.service.d.ts +0 -6
  81. package/src/services/subform.magic.service.d.ts +5 -30
  82. package/src/services/table.magic.service.d.ts +0 -55
  83. package/src/services/task.magics.service.d.ts +1 -294
  84. package/src/services/title.magic.service.d.ts +0 -11
  85. package/src/ui/GuiInteractiveExecutor.d.ts +1 -3
  86. package/src/ui/components/base-magic-alert.component.d.ts +0 -16
  87. package/src/ui/components/base-magic-confirm.component.d.ts +0 -18
  88. package/src/ui/components/magic-alert.component.d.ts +0 -3
  89. package/src/ui/components/magic-confirmation-box.component.d.ts +0 -3
  90. package/src/ui/directives/NonMagicControlDirective.d.ts +0 -41
  91. package/src/ui/directives/magic/checkbox-noformcontrol.magic.directive.d.ts +0 -6
  92. package/src/ui/directives/magic/checkbox.magic.directive.d.ts +0 -9
  93. package/src/ui/directives/magic/combobox.magic.directive.d.ts +0 -6
  94. package/src/ui/directives/magic/form-controls/control-value-accessors/checkbox.cva.directive.d.ts +0 -6
  95. package/src/ui/directives/magic/form-controls/control-value-accessors/date.cva.directive.d.ts +0 -12
  96. package/src/ui/directives/magic/form-controls/control-value-accessors/default.cva.directive.d.ts +0 -6
  97. package/src/ui/directives/magic/input.noformcontrol.magic.directive.d.ts +0 -6
  98. package/src/ui/directives/magic/nocontrol.magic.directive.d.ts +0 -3
  99. package/src/ui/directives/magic/row.magic.directive.d.ts +0 -15
  100. package/src/ui/directives/magic-focus.directive.d.ts +0 -3
  101. package/src/ui/directives/magic.directive.d.ts +1 -78
  102. package/src/ui/directives/magicViewContainerRef.directive.d.ts +0 -3
  103. package/src/ui/directives/mgformat.magic.directive.d.ts +0 -40
  104. package/src/ui/directives/range-validator.magic.directive.d.ts +0 -16
  105. package/src/ui/magic-confirmationBox.d.ts +0 -19
  106. package/src/ui/magic-modal/base-magic-overlay-container.d.ts +0 -9
  107. package/src/ui/magic-modal/magic-modal-form.d.ts +0 -3
  108. package/src/ui/magic-modal/magic-modal-interface.d.ts +0 -27
  109. package/src/ui/magic-modal/magic-overlay-container-wrapper.d.ts +0 -20
  110. package/src/ui/magic-modal/magic-overlay-container.d.ts +0 -51
  111. package/src/ui/magic-root.component.d.ts +0 -42
  112. package/src/ui/mgerror.magic.component.d.ts +0 -19
  113. package/src/ui/pipes/date.magic.pipe.d.ts +0 -6
  114. package/src/ui/pipes/time.magic.pipe.d.ts +0 -3
  115. package/src/ui/router-container.magic.component.d.ts +5 -21
  116. package/src/ui/subform.magic.component.d.ts +0 -21
  117. package/src/ui/task-base.magic.component.d.ts +0 -72
  118. package/src/ui/utils.d.ts +0 -3
  119. package/esm2015/src/ui/load-on-demand-module .magic.component.js +0 -16
  120. package/src/ui/load-on-demand-module .magic.component.d.ts +0 -5
@@ -9,9 +9,6 @@ import { IMagicViewContainerRef } from '../..';
9
9
  import { CommandsCollectorMagicService } from '../services/commands-collector.magic.service';
10
10
  import { HttpClient } from '@angular/common/http';
11
11
  import * as i0 from "@angular/core";
12
- /**
13
- * Root Magic component
14
- */
15
12
  export declare class MagicShellComponent implements AfterViewInit, IMagicViewContainerRef {
16
13
  protected engineMagicService: EngineMagicService;
17
14
  protected componentList: ComponentListMagicService;
@@ -21,61 +18,22 @@ export declare class MagicShellComponent implements AfterViewInit, IMagicViewCon
21
18
  private httpClient;
22
19
  private pendingCommandsCollector;
23
20
  exitMagicService: ExitMagicService;
24
- /**
25
- * Root component to be displayed in the window
26
- */
27
21
  RootComponent: Component;
28
- /**
29
- * parameters for the Root Component
30
- */
31
22
  RootComponentParameters: any;
32
23
  overlayWindowsContainerViewRef: ViewContainerRef;
33
24
  rootMagicElementRef: ElementRef;
34
25
  SpinnerTemplate: TemplateRef<any>;
35
26
  showSpinner: boolean;
36
27
  magicEngineTerminated: boolean;
37
- /**
38
- *
39
- * @param magic Magic's service
40
- * @param componentList Magic component list
41
- * @param changeDetectorRef Changes detector
42
- * @param titleService Title setting service
43
- * @param httpClient The native httpClient instance
44
- * @param exitMagicService Magic exit service
45
- */
46
28
  constructor(engineMagicService: EngineMagicService, componentList: ComponentListMagicService, changeDetectorRef: ChangeDetectorRef, titleService: Title, overlayWindowService: OverlayWindowService, httpClient: HttpClient, pendingCommandsCollector: CommandsCollectorMagicService, exitMagicService: ExitMagicService);
47
- /**
48
- * Before-unload event listener
49
- * @param event
50
- */
51
29
  onBeforeUnload(event: any): string;
52
30
  onUnload(event: any): void;
53
31
  ngAfterViewInit(): void;
54
32
  setViewContainerRef(vcRef: ViewContainerRef): void;
55
- /**
56
- * Initialization of Magic mechanisms
57
- */
58
33
  initialize(): void;
59
- /**
60
- * Set the title
61
- */
62
34
  setTitle(): void;
63
- /**
64
- * Set the component according to requested form
65
- * @param formName Name of the form to open
66
- * @param taskId Id of opening task
67
- * @param taskDescription TODO
68
- * @param isModal whether modal window is being opened
69
- */
70
35
  private setComponent;
71
- /**
72
- * @ignore
73
- */
74
36
  registerUICommands(): void;
75
- /**
76
- * Execute commands received from the Magic WebClient engine
77
- * @param command
78
- */
79
37
  executeCommand(command: GuiCommand): void;
80
38
  static ɵfac: i0.ɵɵFactoryDef<MagicShellComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
81
39
  static ɵcmp: i0.ɵɵComponentDefWithMeta<MagicShellComponent, "magic-root", never, { "SpinnerTemplate": "SpinnerTemplate"; }, {}, never, never>;
@@ -2,37 +2,18 @@ import { ChangeDetectorRef, ElementRef } from "@angular/core";
2
2
  import { AccessorMagicService } from "../services/accessor.magic.service";
3
3
  import { TaskMagicService } from "../services/task.magics.service";
4
4
  import * as i0 from "@angular/core";
5
- /**
6
- * Represents a Magic subform
7
- */
8
5
  export declare class ErrorMagicComponent {
9
6
  protected _task: TaskMagicService;
10
7
  mgService: AccessorMagicService;
11
8
  protected changeDetectorRef: ChangeDetectorRef;
12
- /**
13
- * @ignore
14
- */
15
9
  id: string;
16
10
  rowId: string;
17
- /**
18
- * @ignore
19
- */
20
11
  set magic(val: any);
21
12
  set rowId1(val: any);
22
13
  defaultDisplay: boolean;
23
14
  set CustomContent(innerComponent: ElementRef);
24
- /**
25
- * @ignore
26
- */
27
15
  constructor(_task: TaskMagicService, mgService: AccessorMagicService, changeDetectorRef: ChangeDetectorRef);
28
- /**
29
- * returns true if the html element has no children
30
- * @param element
31
- */
32
16
  isEmpty(element: HTMLElement): boolean;
33
- /**
34
- * @ignore
35
- */
36
17
  HasErrors(id: string): boolean;
37
18
  static ɵfac: i0.ɵɵFactoryDef<ErrorMagicComponent, never>;
38
19
  static ɵcmp: i0.ɵɵComponentDefWithMeta<ErrorMagicComponent, "mgError", never, { "magic": "magic"; "rowId1": "rowId"; }, {}, never, ["*"]>;
@@ -2,15 +2,9 @@ import { PipeTransform } from '@angular/core';
2
2
  import { DatePipe } from '@angular/common';
3
3
  import { TaskMagicService } from '../../services/task.magics.service';
4
4
  import * as i0 from "@angular/core";
5
- /**
6
- * @ignore
7
- */
8
5
  export declare class Constants {
9
6
  static readonly DATE_FMT = "dd/MMM/yyyy";
10
7
  }
11
- /**
12
- * @ignore
13
- */
14
8
  export declare class DateMagicPipe extends DatePipe implements PipeTransform {
15
9
  protected _task: TaskMagicService;
16
10
  constructor(_task: TaskMagicService);
@@ -2,9 +2,6 @@ import { PipeTransform } from '@angular/core';
2
2
  import { DatePipe } from '@angular/common';
3
3
  import { TaskMagicService } from '../../services/task.magics.service';
4
4
  import * as i0 from "@angular/core";
5
- /**
6
- * @ignore
7
- */
8
5
  export declare class TimeMagicPipe extends DatePipe implements PipeTransform {
9
6
  protected _task: TaskMagicService;
10
7
  constructor(_task: TaskMagicService);
@@ -1,16 +1,14 @@
1
1
  import { ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core';
2
- import { ActivatedRoute } from '@angular/router';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
3
  import { EngineMagicService } from '../services/engine.magic.service';
4
4
  import { ComponentListMagicService } from '../services/component-list.magic.service';
5
5
  import { CommandsCollectorMagicService } from '../services/commands-collector.magic.service';
6
6
  import { RouterCommandsMagicService } from '../services/router-commands.magic.service';
7
7
  import { TaskMagicService } from '../services/task.magics.service';
8
8
  import * as i0 from "@angular/core";
9
- /**
10
- * Mock component, implements routing by connecting the requested URL with the appropriate Magic task
11
- */
12
9
  export declare class RouterContainerMagicComponent implements OnInit {
13
10
  private activatedRoute;
11
+ protected router: Router;
14
12
  protected magic: EngineMagicService;
15
13
  private containerTaskService;
16
14
  private componentFactoryResolver;
@@ -20,26 +18,12 @@ export declare class RouterContainerMagicComponent implements OnInit {
20
18
  protected routerCommandsMagicService: RouterCommandsMagicService;
21
19
  private componentRef;
22
20
  private parentMgSubformService;
23
- /**
24
- *
25
- * @param changeDetectorRef
26
- * @param activatedRoute
27
- * @param magic
28
- * @param componentFactoryResolver
29
- * @param viewContainerRef
30
- * @param componentList
31
- * @param pendingCommandsCollector
32
- */
33
- constructor(activatedRoute: ActivatedRoute, magic: EngineMagicService, containerTaskService: TaskMagicService, componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, componentList: ComponentListMagicService, pendingCommandsCollector: CommandsCollectorMagicService, routerCommandsMagicService: RouterCommandsMagicService);
34
- /**
35
- * Initialization
36
- */
21
+ private static lastRoute;
22
+ static get LastRoute(): string;
23
+ constructor(activatedRoute: ActivatedRoute, router: Router, magic: EngineMagicService, containerTaskService: TaskMagicService, componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, componentList: ComponentListMagicService, pendingCommandsCollector: CommandsCollectorMagicService, routerCommandsMagicService: RouterCommandsMagicService);
37
24
  ngOnInit(): void;
38
25
  private insertRouteEvent;
39
26
  initializeComponent(): void;
40
- /**
41
- * Cleanup
42
- */
43
27
  ngOnDestroy(): void;
44
28
  static ɵfac: i0.ɵɵFactoryDef<RouterContainerMagicComponent, never>;
45
29
  static ɵcmp: i0.ɵɵComponentDefWithMeta<RouterContainerMagicComponent, "magic-route-outlet", never, {}, {}, never, never>;
@@ -2,35 +2,14 @@ import { Component, ViewContainerRef } from "@angular/core";
2
2
  import { TaskBaseMagicComponent } from "./task-base.magic.component";
3
3
  import { SubformMagicService } from "../services/subform.magic.service";
4
4
  import * as i0 from "@angular/core";
5
- /**
6
- * Represents a Magic subform
7
- */
8
5
  export declare class SubformMagicComponent {
9
6
  private vcRef;
10
7
  protected mgSub: SubformMagicService;
11
- /**
12
- * @ignore
13
- */
14
8
  id: string;
15
- /**
16
- * @ignore
17
- */
18
9
  set magic(val: any);
19
- /**
20
- * @ignore
21
- */
22
10
  component: TaskBaseMagicComponent;
23
- /**
24
- * @ignore
25
- */
26
11
  constructor(vcRef: ViewContainerRef, mgSub: SubformMagicService);
27
- /**
28
- * @ignore
29
- */
30
12
  get Component(): Component;
31
- /**
32
- * @ignore
33
- */
34
13
  get Parameters(): any;
35
14
  static ɵfac: i0.ɵɵFactoryDef<SubformMagicComponent, never>;
36
15
  static ɵcmp: i0.ɵɵComponentDefWithMeta<SubformMagicComponent, "magic-subform", never, { "magic": "magic"; }, {}, never, never>;
@@ -7,98 +7,26 @@ import { TableMagicService } from "../services/table.magic.service";
7
7
  import { MagicServices } from "../services/magic.services";
8
8
  import { AccessorMagicService } from "../services/accessor.magic.service";
9
9
  import * as i0 from "@angular/core";
10
- /**
11
- * Base component representing a Magic task
12
- */
13
10
  export declare class TaskBaseMagicComponent implements OnInit, OnDestroy, AfterViewInit {
14
11
  protected ref: ChangeDetectorRef;
15
12
  magicServices: MagicServices;
16
- /**
17
- * Id of task, used for initializing the task service
18
- */
19
13
  taskIdParam: string;
20
- /**
21
- * @ignore
22
- */
23
14
  taskDescription: string;
24
- /**
25
- * @ignore
26
- */
27
15
  magicProperties: typeof MagicProperties;
28
- /**
29
- *
30
- * @param ref changes-detector object
31
- * @param magicServices Access point for all Magic services
32
- */
33
16
  constructor(ref: ChangeDetectorRef, magicServices: MagicServices);
34
- /**
35
- * Returns the Magic task service
36
- * @returns
37
- */
38
17
  get task(): TaskMagicService;
39
- /**
40
- * Returns the Magic subform service
41
- * @returns
42
- */
43
18
  get mgSub(): SubformMagicService;
44
- /**
45
- * Returns the Magic table service
46
- * @returns
47
- */
48
19
  get tableService(): TableMagicService;
49
- /**
50
- * Returns the Magic accessor service
51
- * @returns
52
- */
53
20
  get mg(): AccessorMagicService;
54
- /**
55
- * Returns the task Id
56
- * @returns
57
- */
58
21
  get taskId(): string;
59
- /**
60
- * Returns the FormGroup for screen-mode forms
61
- * @returns
62
- */
63
22
  get screenFormGroup(): FormGroup;
64
- /**
65
- * Interface implementation
66
- */
67
23
  ngOnInit(): void;
68
- /**
69
- * @ignore
70
- */
71
24
  createFormControlsAccessor(formGroup: FormGroup): void;
72
- /**
73
- * @ignore
74
- */
75
25
  setInputDateFormat(): void;
76
- /**
77
- * This method is called when the value of any custom property is updated in Magic
78
- * propertyName : name of property which is updated. The format is <controlname>~<propertyname>
79
- * rowId : row number of the updated property for controls in table control (0 for controls outside table)
80
- * value : updated value of the property
81
- * @returns : void
82
- * To use the method override it in your component and check the property name and write you code ..for eg
83
- * if(propertyName == 'controlname~propertyName') {// your code}
84
- * else { // your code}
85
- */
86
26
  PropertyChanged(propertyName: string, rowId: number, value: any): void;
87
- /**
88
- * Records count change subject is subscribed to change in its value. This method will be called
89
- * as the value of records count is received at from server.
90
- * @returns : void
91
- * To use the method override it in your component.
92
- */
93
27
  RecordsCountChanged(recordsCount: number): void;
94
- /**
95
- * Interface implementation
96
- */
97
28
  ngAfterViewInit(): void;
98
29
  ngAfterContentChecked(): void;
99
- /**
100
- * Interface implementation
101
- */
102
30
  ngOnDestroy(): void;
103
31
  static ɵfac: i0.ɵɵFactoryDef<TaskBaseMagicComponent, never>;
104
32
  static ɵcmp: i0.ɵɵComponentDefWithMeta<TaskBaseMagicComponent, "task-magic", never, { "taskIdParam": "taskIdParam"; "taskDescription": "taskDescription"; }, {}, never, never>;
package/src/ui/utils.d.ts CHANGED
@@ -1,6 +1,3 @@
1
- /**
2
- * @ignore
3
- */
4
1
  export declare class utils {
5
2
  private static addChildren;
6
3
  static getDistance(control: Element, x: number, y: number): number;
@@ -1,16 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class LoadOnDemandModuleMagicComponent {
4
- }
5
- /** @nocollapse */ LoadOnDemandModuleMagicComponent.ɵfac = function LoadOnDemandModuleMagicComponent_Factory(t) { return new (t || LoadOnDemandModuleMagicComponent)(); };
6
- /** @nocollapse */ LoadOnDemandModuleMagicComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LoadOnDemandModuleMagicComponent, selectors: [["magic-module-entry"]], decls: 1, vars: 0, template: function LoadOnDemandModuleMagicComponent_Template(rf, ctx) { if (rf & 1) {
7
- i0.ɵɵelement(0, "magic-route-outlet");
8
- } }, encapsulation: 2 });
9
- /*@__PURE__*/ (function () { i0.ɵsetClassMetadata(LoadOnDemandModuleMagicComponent, [{
10
- type: Component,
11
- args: [{
12
- selector: 'magic-module-entry',
13
- template: '<magic-route-outlet></magic-route-outlet>',
14
- }]
15
- }], null, null); })();
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZC1vbi1kZW1hbmQtbW9kdWxlIC5tYWdpYy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyL3NyYy91aS9sb2FkLW9uLWRlbWFuZC1tb2R1bGUgLm1hZ2ljLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU0xQyxNQUFNLE9BQU8sZ0NBQWdDOzttSUFBaEMsZ0NBQWdDO3dGQUFoQyxnQ0FBZ0M7UUFGaEMscUNBQXlDOztrREFFekMsZ0NBQWdDO2NBSjVDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsb0JBQW9CO2dCQUM5QixRQUFRLEVBQUUsMkNBQTJDO2FBQ3REIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ21hZ2ljLW1vZHVsZS1lbnRyeScsXHJcbiAgdGVtcGxhdGU6ICc8bWFnaWMtcm91dGUtb3V0bGV0PjwvbWFnaWMtcm91dGUtb3V0bGV0PicsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMb2FkT25EZW1hbmRNb2R1bGVNYWdpY0NvbXBvbmVudCB7XHJcblxyXG59XHJcbiJdfQ==
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class LoadOnDemandModuleMagicComponent {
3
- static ɵfac: i0.ɵɵFactoryDef<LoadOnDemandModuleMagicComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDefWithMeta<LoadOnDemandModuleMagicComponent, "magic-module-entry", never, {}, {}, never, never>;
5
- }