@magic-xpa/angular 4.1101.0-dev4111.340 → 4.1101.0-dev4111.341
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ import * as i1 from '@angular/common';
|
|
5
5
|
import { DatePipe, CommonModule, formatDate } from '@angular/common';
|
6
6
|
import * as i2 from '@angular/router';
|
7
7
|
import { NavigationEnd, RouterModule } from '@angular/router';
|
8
|
-
import { FormGroup, FormControl, Validators, NG_VALIDATORS,
|
8
|
+
import { FormGroup, FormControl, Validators, NG_VALIDATORS, NG_VALUE_ACCESSOR, CheckboxControlValueAccessor, DefaultValueAccessor, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
9
9
|
import * as i3 from 'ng-dynamic-component';
|
10
10
|
import { DynamicModule } from 'ng-dynamic-component';
|
11
11
|
import { InteractiveCommandType, HtmlProperties, OverlayType, Styles, GuiConstants, CommandType, PIC, GuiEnvironment, Modifiers } from '@magic-xpa/gui';
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-xpa/angular",
|
3
|
-
"version": "4.1101.0-dev4111.
|
3
|
+
"version": "4.1101.0-dev4111.341",
|
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.
|
6
|
+
"@magic-xpa/engine": "4.1101.0-dev4111.341",
|
7
|
+
"@magic-xpa/angular-material-core": "4.1101.0-dev4111.341",
|
8
8
|
"ng-dynamic-component": "~10.7.0",
|
9
9
|
"rxjs": "7.8.1",
|
10
10
|
"@maskito/angular": "^1.4.0",
|