@magic-xpa/angular 4.1101.0-dev4111.278 → 4.1101.0-dev4111.279
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.
@@ -194,7 +194,7 @@ export class MagicShellComponent {
|
|
194
194
|
i0.ɵɵproperty("ngIf", ctx.RootComponent !== null);
|
195
195
|
i0.ɵɵadvance(3);
|
196
196
|
i0.ɵɵproperty("ngIf", ctx.showSpinner);
|
197
|
-
} }, dependencies: [i9.NgIf, i9.NgTemplateOutlet, i10.
|
197
|
+
} }, dependencies: [i9.NgIf, i9.NgTemplateOutlet, i10.DynamicIoDirective, i10.DynamicComponent, i11.MagicViewContainerRef], styles: [".mgSpinnerClass[_ngcontent-%COMP%]{border:10px solid #cccccc;border-top:10px solid black;border-radius:50%;position:fixed;margin:auto;inset:0;width:100px;height:100px;animation:_ngcontent-%COMP%_spin 2s linear infinite}.spinner-background[_ngcontent-%COMP%]{position:fixed;z-index:1000;inset:0;opacity:.5}@keyframes _ngcontent-%COMP%_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}"] });
|
198
198
|
}
|
199
199
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicShellComponent, [{
|
200
200
|
type: Component,
|
@@ -34,7 +34,7 @@ export class SubformMagicComponent {
|
|
34
34
|
i0.ɵɵtemplate(0, SubformMagicComponent_ndc_dynamic_0_Template, 1, 2, "ndc-dynamic", 0);
|
35
35
|
} if (rf & 2) {
|
36
36
|
i0.ɵɵproperty("ngIf", ctx.Component);
|
37
|
-
} }, dependencies: [i2.NgIf, i3.
|
37
|
+
} }, dependencies: [i2.NgIf, i3.DynamicIoDirective, i3.DynamicComponent], encapsulation: 2 });
|
38
38
|
}
|
39
39
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubformMagicComponent, [{
|
40
40
|
type: Component,
|
@@ -4073,7 +4073,7 @@ class SubformMagicComponent {
|
|
4073
4073
|
i0.ɵɵtemplate(0, SubformMagicComponent_ndc_dynamic_0_Template, 1, 2, "ndc-dynamic", 0);
|
4074
4074
|
} if (rf & 2) {
|
4075
4075
|
i0.ɵɵproperty("ngIf", ctx.Component);
|
4076
|
-
} }, dependencies: [i1.NgIf, i3.
|
4076
|
+
} }, dependencies: [i1.NgIf, i3.DynamicIoDirective, i3.DynamicComponent], encapsulation: 2 });
|
4077
4077
|
}
|
4078
4078
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubformMagicComponent, [{
|
4079
4079
|
type: Component,
|
@@ -4515,7 +4515,7 @@ class MagicShellComponent {
|
|
4515
4515
|
i0.ɵɵproperty("ngIf", ctx.RootComponent !== null);
|
4516
4516
|
i0.ɵɵadvance(3);
|
4517
4517
|
i0.ɵɵproperty("ngIf", ctx.showSpinner);
|
4518
|
-
} }, dependencies: [i1.NgIf, i1.NgTemplateOutlet, i3.
|
4518
|
+
} }, dependencies: [i1.NgIf, i1.NgTemplateOutlet, i3.DynamicIoDirective, i3.DynamicComponent, MagicViewContainerRef], styles: [".mgSpinnerClass[_ngcontent-%COMP%]{border:10px solid #cccccc;border-top:10px solid black;border-radius:50%;position:fixed;margin:auto;inset:0;width:100px;height:100px;animation:_ngcontent-%COMP%_spin 2s linear infinite}.spinner-background[_ngcontent-%COMP%]{position:fixed;z-index:1000;inset:0;opacity:.5}@keyframes _ngcontent-%COMP%_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}"] });
|
4519
4519
|
}
|
4520
4520
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MagicShellComponent, [{
|
4521
4521
|
type: Component,
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-xpa/angular",
|
3
|
-
"version": "4.1101.0-dev4111.
|
3
|
+
"version": "4.1101.0-dev4111.279",
|
4
4
|
"license": "SEE LICENSE IN EULA.pdf",
|
5
5
|
"dependencies": {
|
6
|
-
"@magic-xpa/engine": "4.1101.0-dev4111.
|
7
|
-
"@magic-xpa/angular-material-core": "4.1101.0-dev4111.
|
8
|
-
"ng-dynamic-component": "
|
6
|
+
"@magic-xpa/engine": "4.1101.0-dev4111.279",
|
7
|
+
"@magic-xpa/angular-material-core": "4.1101.0-dev4111.279",
|
8
|
+
"ng-dynamic-component": "~10.7.0",
|
9
9
|
"rxjs": "^6.5.2",
|
10
10
|
"@maskito/angular": "^1.4.0",
|
11
11
|
"@maskito/core": "^1.4.0",
|