fabrikantencore 2.40.2 → 2.40.4
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/package.json
CHANGED
|
@@ -3,51 +3,50 @@ import { InjectionToken, OnInit, ElementRef, ChangeDetectorRef, AfterViewInit, D
|
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import * as i102 from '@angular/common/http';
|
|
5
5
|
import { HttpClient, HttpResponseBase } from '@angular/common/http';
|
|
6
|
-
import * as
|
|
6
|
+
import * as i131 from '@angular/router';
|
|
7
7
|
import { Router, ActivatedRoute, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i113 from '@angular/material/dialog';
|
|
9
9
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
10
10
|
import { Clipboard } from '@angular/cdk/clipboard';
|
|
11
11
|
import * as _angular_platform_browser from '@angular/platform-browser';
|
|
12
12
|
import { SafeResourceUrl, DomSanitizer } from '@angular/platform-browser';
|
|
13
|
-
import * as
|
|
13
|
+
import * as i115 from '@angular/material/sidenav';
|
|
14
14
|
import { MatDrawerMode } from '@angular/material/sidenav';
|
|
15
15
|
import { CookieService } from 'ngx-cookie-service';
|
|
16
|
-
import * as
|
|
16
|
+
import * as i121 from '@angular/cdk/drag-drop';
|
|
17
17
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
18
|
-
import * as
|
|
18
|
+
import * as i129 from '@angular/material/snack-bar';
|
|
19
19
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
20
20
|
import { ThemePalette, ErrorStateMatcher } from '@angular/material/core';
|
|
21
|
-
import * as
|
|
21
|
+
import * as i120 from '@angular/material/paginator';
|
|
22
22
|
import { PageEvent } from '@angular/material/paginator';
|
|
23
23
|
import * as i103 from '@kolkov/angular-editor';
|
|
24
24
|
import { AngularEditorConfig } from '@kolkov/angular-editor';
|
|
25
25
|
import * as i105 from '@angular/forms';
|
|
26
26
|
import { FormGroup, FormBuilder, FormControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
27
|
-
import * as
|
|
27
|
+
import * as i117 from '@angular/material/button-toggle';
|
|
28
28
|
import { MatButtonToggleChange } from '@angular/material/button-toggle';
|
|
29
|
-
import * as
|
|
29
|
+
import * as i125 from '@angular/material/tabs';
|
|
30
30
|
import { MatTabChangeEvent } from '@angular/material/tabs';
|
|
31
31
|
import * as i101 from '@angular/common';
|
|
32
32
|
import * as i104 from '@angular/material/input';
|
|
33
|
-
import * as i106 from '@angular/
|
|
34
|
-
import * as i107 from '@angular/material/
|
|
35
|
-
import * as i108 from '@angular/material/
|
|
36
|
-
import * as i109 from '@angular/material/
|
|
37
|
-
import * as i110 from '@angular/material/
|
|
38
|
-
import * as i111 from '@angular/material/
|
|
39
|
-
import * as i112 from '@angular/material/
|
|
40
|
-
import * as
|
|
41
|
-
import * as
|
|
42
|
-
import * as
|
|
43
|
-
import * as i119 from '@angular/material/
|
|
44
|
-
import * as
|
|
45
|
-
import * as i123 from '@angular/material/
|
|
46
|
-
import * as i124 from '@angular/material/
|
|
47
|
-
import * as
|
|
48
|
-
import * as i127 from '@angular/material/
|
|
49
|
-
import * as i128 from '@angular/material/
|
|
50
|
-
import * as i129 from '@angular/material/form-field';
|
|
33
|
+
import * as i106 from '@angular/material/tooltip';
|
|
34
|
+
import * as i107 from '@angular/material/button';
|
|
35
|
+
import * as i108 from '@angular/material/list';
|
|
36
|
+
import * as i109 from '@angular/material/expansion';
|
|
37
|
+
import * as i110 from '@angular/material/slider';
|
|
38
|
+
import * as i111 from '@angular/material/card';
|
|
39
|
+
import * as i112 from '@angular/material/icon';
|
|
40
|
+
import * as i114 from '@angular/material/tree';
|
|
41
|
+
import * as i116 from '@angular/material/table';
|
|
42
|
+
import * as i118 from '@angular/material/stepper';
|
|
43
|
+
import * as i119 from '@angular/material/radio';
|
|
44
|
+
import * as i122 from '@angular/material/checkbox';
|
|
45
|
+
import * as i123 from '@angular/material/slide-toggle';
|
|
46
|
+
import * as i124 from '@angular/material/divider';
|
|
47
|
+
import * as i126 from '@angular/material/progress-spinner';
|
|
48
|
+
import * as i127 from '@angular/material/select';
|
|
49
|
+
import * as i128 from '@angular/material/form-field';
|
|
51
50
|
|
|
52
51
|
declare const API_BASE_URL: InjectionToken<string>;
|
|
53
52
|
declare class AuthClient {
|
|
@@ -4746,7 +4745,8 @@ declare class NavigateService {
|
|
|
4746
4745
|
declare class SVGService {
|
|
4747
4746
|
private FabrikantenApiClient;
|
|
4748
4747
|
private sanitization;
|
|
4749
|
-
|
|
4748
|
+
private readonly LoadingSignal;
|
|
4749
|
+
get Loading(): boolean;
|
|
4750
4750
|
FabrikantenSVGViewModel: FabrikantenSVGViewModel | null;
|
|
4751
4751
|
SafeURLLoaded: boolean;
|
|
4752
4752
|
SafeURL: SafeResourceUrl;
|
|
@@ -7073,7 +7073,7 @@ declare class SafehtmlPipe implements PipeTransform {
|
|
|
7073
7073
|
|
|
7074
7074
|
declare class FabrikantenCoreModule {
|
|
7075
7075
|
static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
|
|
7076
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof BeheerBcbInstanceComponent, typeof BeheerCategoriesComponent, typeof BeheerConfiguratorComponent, typeof BeheerConnectCategoryDialogComponent, typeof BeheerDeeplinkComponent, typeof BeheerDisplayEboComponent, typeof BeheerDocumentsComponent, typeof BeheerEboKoppelComponent, typeof BeheerFilterComponent, typeof BeheerFiltersComponent, typeof BeheerHangfireComponent, typeof BeheerImportSetsComponent, typeof BeheerImportSetsDialogComponent, typeof BeheerImportSetsEboComponent, typeof BeheerImportSetsEigenschapComponent, typeof BeheerImportSetsOpbouwComponent, typeof BeheerInlogComponent, typeof BeheerMainComponent, typeof BeheerNavComponent, typeof BeheerProductsBcbproductComponent, typeof BeheerProductsComponent, typeof BeheerProductsConnectRangeinputComponent, typeof BeheerProductsEboComponent, typeof BeheerProductsEigenschapBereikComponent, typeof BeheerProductsEigenschapComponent, typeof BeheerProductsOpbouwComponent, typeof BeheerProductsProductComponent, typeof BeheerProjectComponent, typeof BeheerRangeinputComponent, typeof BeheerSearchProductsComponent, typeof BeheerSearchproductsKoppelDialogComponent, typeof BeheerSelectFilterDialogComponent, typeof BeheerSelectFilteroptionDialogComponent, typeof BeheerSettingsBooleanComponent, typeof BeheerSettingsComponent, typeof BeheerSettingsOptionsComponent, typeof BeheerSettingsStringComponent, typeof BeheerTranslateComponent, typeof BeheerUploadsComponent, typeof BeheerUsersComponent, typeof FabActionmenuComponent, typeof FabActionmenuRevitDialogComponent, typeof FabFilterAutocompleteComponent, typeof FabAzureLoginComponent, typeof FabBcbProductComponent, typeof FabBreadcrumbComponent, typeof FabCategoriesComponent, typeof FabCategoryListitemComponent, typeof FabCategoryNavigatorComponent, typeof FabCategoryTileComponent, typeof FabCheckboxComponent, typeof FabCookiesDialogComponent, typeof FabDisplayPhotoDialogComponent, typeof FabDownloadZipComponent, typeof FabFilterAutocompleteFoldComponent, typeof FabFilterColourComponent, typeof FabFilterColourDialogComponent, typeof FabFilterColourLabelComponent, typeof FabFilterComponent, typeof FabFilterCustomBaseComponent, typeof FabFilterCustomComponent, typeof FabFilterDisplayValueComponent, typeof FabFilterFoldComponent, typeof FabFilterLabelComponent, typeof FabFilterPictureSelectComponent, typeof FabFilterPictureSelectDialogComponent, typeof FabFilterPictureSelectPopupComponent, typeof FabFiltersInputComponent, typeof FabFiltersOverviewComponent, typeof FabFlagComponent, typeof FabFormComponent, typeof FabFormDialogComponent, typeof FabHeaderAzureComponent, typeof FabHeaderComponent, typeof FabIframeComponent, typeof FabInputCodeComponent, typeof FabInputComponent, typeof FabLanguageSelectComponent, typeof FabLoaderComponent, typeof FabMultiselectComponent, typeof FabMultiselectFoldComponent, typeof FabPopupTextComponent, typeof FabProductAutoSpecificationComponent, typeof FabProductBestekComponent, typeof FabProductComponent, typeof FabProductInfoComponent, typeof FabProductInfoPhotoComponent, typeof FabProductInfoPhotoDialogComponent, typeof FabProductLastenboekComponent, typeof FabProductSelectComponent, typeof FabProductTileComponent, typeof FabRangeInputComponent, typeof FabRangeInputFoldComponent, typeof FabRangeInputLabelComponent, typeof FabSelectBcbproductComponent, typeof FabStartComponent, typeof FabSvgViewerComponent, typeof FabTextureComponent, typeof FabTextureConfiguratorComponent, typeof FabToebehorenComponent, typeof FabUploadComponent, typeof FabWebglViewerComponent], [typeof i101.CommonModule, typeof i102.HttpClientModule, typeof i103.AngularEditorModule, typeof i104.MatInputModule, typeof i105.FormsModule, typeof i106.
|
|
7076
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof BeheerBcbInstanceComponent, typeof BeheerCategoriesComponent, typeof BeheerConfiguratorComponent, typeof BeheerConnectCategoryDialogComponent, typeof BeheerDeeplinkComponent, typeof BeheerDisplayEboComponent, typeof BeheerDocumentsComponent, typeof BeheerEboKoppelComponent, typeof BeheerFilterComponent, typeof BeheerFiltersComponent, typeof BeheerHangfireComponent, typeof BeheerImportSetsComponent, typeof BeheerImportSetsDialogComponent, typeof BeheerImportSetsEboComponent, typeof BeheerImportSetsEigenschapComponent, typeof BeheerImportSetsOpbouwComponent, typeof BeheerInlogComponent, typeof BeheerMainComponent, typeof BeheerNavComponent, typeof BeheerProductsBcbproductComponent, typeof BeheerProductsComponent, typeof BeheerProductsConnectRangeinputComponent, typeof BeheerProductsEboComponent, typeof BeheerProductsEigenschapBereikComponent, typeof BeheerProductsEigenschapComponent, typeof BeheerProductsOpbouwComponent, typeof BeheerProductsProductComponent, typeof BeheerProjectComponent, typeof BeheerRangeinputComponent, typeof BeheerSearchProductsComponent, typeof BeheerSearchproductsKoppelDialogComponent, typeof BeheerSelectFilterDialogComponent, typeof BeheerSelectFilteroptionDialogComponent, typeof BeheerSettingsBooleanComponent, typeof BeheerSettingsComponent, typeof BeheerSettingsOptionsComponent, typeof BeheerSettingsStringComponent, typeof BeheerTranslateComponent, typeof BeheerUploadsComponent, typeof BeheerUsersComponent, typeof FabActionmenuComponent, typeof FabActionmenuRevitDialogComponent, typeof FabFilterAutocompleteComponent, typeof FabAzureLoginComponent, typeof FabBcbProductComponent, typeof FabBreadcrumbComponent, typeof FabCategoriesComponent, typeof FabCategoryListitemComponent, typeof FabCategoryNavigatorComponent, typeof FabCategoryTileComponent, typeof FabCheckboxComponent, typeof FabCookiesDialogComponent, typeof FabDisplayPhotoDialogComponent, typeof FabDownloadZipComponent, typeof FabFilterAutocompleteFoldComponent, typeof FabFilterColourComponent, typeof FabFilterColourDialogComponent, typeof FabFilterColourLabelComponent, typeof FabFilterComponent, typeof FabFilterCustomBaseComponent, typeof FabFilterCustomComponent, typeof FabFilterDisplayValueComponent, typeof FabFilterFoldComponent, typeof FabFilterLabelComponent, typeof FabFilterPictureSelectComponent, typeof FabFilterPictureSelectDialogComponent, typeof FabFilterPictureSelectPopupComponent, typeof FabFiltersInputComponent, typeof FabFiltersOverviewComponent, typeof FabFlagComponent, typeof FabFormComponent, typeof FabFormDialogComponent, typeof FabHeaderAzureComponent, typeof FabHeaderComponent, typeof FabIframeComponent, typeof FabInputCodeComponent, typeof FabInputComponent, typeof FabLanguageSelectComponent, typeof FabLoaderComponent, typeof FabMultiselectComponent, typeof FabMultiselectFoldComponent, typeof FabPopupTextComponent, typeof FabProductAutoSpecificationComponent, typeof FabProductBestekComponent, typeof FabProductComponent, typeof FabProductInfoComponent, typeof FabProductInfoPhotoComponent, typeof FabProductInfoPhotoDialogComponent, typeof FabProductLastenboekComponent, typeof FabProductSelectComponent, typeof FabProductTileComponent, typeof FabRangeInputComponent, typeof FabRangeInputFoldComponent, typeof FabRangeInputLabelComponent, typeof FabSelectBcbproductComponent, typeof FabStartComponent, typeof FabSvgViewerComponent, typeof FabTextureComponent, typeof FabTextureConfiguratorComponent, typeof FabToebehorenComponent, typeof FabUploadComponent, typeof FabWebglViewerComponent], [typeof i101.CommonModule, typeof i102.HttpClientModule, typeof i103.AngularEditorModule, typeof i104.MatInputModule, typeof i105.FormsModule, typeof i106.MatTooltipModule, typeof i107.MatButtonModule, typeof i108.MatListModule, typeof i109.MatExpansionModule, typeof i110.MatSliderModule, typeof i111.MatCardModule, typeof i112.MatIconModule, typeof i113.MatDialogModule, typeof i114.MatTreeModule, typeof i115.MatSidenavModule, typeof i116.MatTableModule, typeof i117.MatButtonToggleModule, typeof i118.MatStepperModule, typeof i119.MatRadioModule, typeof i120.MatPaginatorModule, typeof i121.DragDropModule, typeof i122.MatCheckboxModule, typeof i123.MatSlideToggle, typeof i124.MatDividerModule, typeof i125.MatTabsModule, typeof i126.MatProgressSpinnerModule, typeof i127.MatSelectModule, typeof i128.MatFormFieldModule, typeof i129.MatSnackBarModule, typeof i105.ReactiveFormsModule, typeof SafehtmlPipe, typeof i131.RouterModule], [typeof FabActionmenuComponent, typeof FabCategoryNavigatorComponent, typeof FabFilterColourDialogComponent, typeof FabFilterComponent, typeof FabFilterCustomComponent, typeof FabFilterLabelComponent, typeof FabFiltersInputComponent, typeof FabLoaderComponent, typeof FabWebglViewerComponent, typeof FabSvgViewerComponent, typeof FabProductBestekComponent, typeof FabSelectBcbproductComponent, typeof FabDownloadZipComponent, typeof FabFormComponent]>;
|
|
7077
7077
|
static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
|
|
7078
7078
|
}
|
|
7079
7079
|
|