fabrikantencore 2.40.1 → 2.40.3
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.
|
@@ -24,7 +24,6 @@ import * as i1$1 from '@angular/material/dialog';
|
|
|
24
24
|
import { MAT_DIALOG_DATA, MatDialogConfig, MatDialogModule } from '@angular/material/dialog';
|
|
25
25
|
import * as i2 from '@angular/platform-browser';
|
|
26
26
|
import * as i1$2 from '@angular/cdk/clipboard';
|
|
27
|
-
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
28
27
|
import * as i6$3 from '@angular/material/tooltip';
|
|
29
28
|
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
30
29
|
import { MatListModule } from '@angular/material/list';
|
|
@@ -21225,7 +21224,7 @@ class MobileService {
|
|
|
21225
21224
|
MobileInterface = false;
|
|
21226
21225
|
MobileInterfaceTiny = false;
|
|
21227
21226
|
NavMode = "side";
|
|
21228
|
-
NavOpened =
|
|
21227
|
+
NavOpened = true;
|
|
21229
21228
|
ActionOpened = false;
|
|
21230
21229
|
constructor() {
|
|
21231
21230
|
}
|
|
@@ -21243,11 +21242,11 @@ class MobileService {
|
|
|
21243
21242
|
this.MobileInterfaceTiny = this.ScreenWidth < 360;
|
|
21244
21243
|
if (this.MobileInterface) {
|
|
21245
21244
|
this.NavMode = "over";
|
|
21246
|
-
|
|
21245
|
+
this.NavOpened = false;
|
|
21247
21246
|
}
|
|
21248
21247
|
else {
|
|
21249
21248
|
this.NavMode = "side";
|
|
21250
|
-
|
|
21249
|
+
this.NavOpened = true;
|
|
21251
21250
|
}
|
|
21252
21251
|
ChangeDetector.detectChanges();
|
|
21253
21252
|
}
|
|
@@ -32591,7 +32590,6 @@ class FabrikantenCoreModule {
|
|
|
32591
32590
|
AngularEditorModule,
|
|
32592
32591
|
MatInputModule,
|
|
32593
32592
|
FormsModule,
|
|
32594
|
-
BrowserAnimationsModule,
|
|
32595
32593
|
MatTooltipModule,
|
|
32596
32594
|
MatButtonModule,
|
|
32597
32595
|
MatListModule,
|
|
@@ -32672,7 +32670,6 @@ class FabrikantenCoreModule {
|
|
|
32672
32670
|
AngularEditorModule,
|
|
32673
32671
|
MatInputModule,
|
|
32674
32672
|
FormsModule,
|
|
32675
|
-
BrowserAnimationsModule,
|
|
32676
32673
|
MatTooltipModule,
|
|
32677
32674
|
MatButtonModule,
|
|
32678
32675
|
MatListModule,
|
|
@@ -32712,7 +32709,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImpo
|
|
|
32712
32709
|
AngularEditorModule,
|
|
32713
32710
|
MatInputModule,
|
|
32714
32711
|
FormsModule,
|
|
32715
|
-
BrowserAnimationsModule,
|
|
32716
32712
|
MatTooltipModule,
|
|
32717
32713
|
MatButtonModule,
|
|
32718
32714
|
MatListModule,
|