fabrikantencore 2.6.12 → 2.6.13

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 (45) hide show
  1. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.mjs +3 -13
  2. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +3 -13
  3. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.mjs +5 -25
  4. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +2 -7
  5. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.mjs +2 -7
  6. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +2 -7
  7. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +2 -7
  8. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +4 -19
  9. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +2 -7
  10. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.mjs +2 -7
  11. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.mjs +3 -13
  12. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.mjs +2 -7
  13. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.mjs +3 -13
  14. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.mjs +2 -7
  15. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +177 -19
  16. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +2 -7
  17. package/esm2022/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.mjs +3 -3
  18. package/esm2022/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +2 -2
  19. package/esm2022/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.mjs +2 -7
  20. package/esm2022/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +2 -2
  21. package/esm2022/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.mjs +3 -3
  22. package/esm2022/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +2 -2
  23. package/esm2022/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +2 -2
  24. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.mjs +2 -2
  25. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +2 -2
  26. package/esm2022/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +2 -2
  27. package/esm2022/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +2 -2
  28. package/esm2022/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +5 -1
  29. package/esm2022/src/app/modules/fabrikantencore/services/bestek.service.mjs +2 -7
  30. package/esm2022/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +19 -109
  31. package/esm2022/src/app/modules/fabrikantencore/services/importsets.service.mjs +3 -13
  32. package/esm2022/src/app/modules/fabrikantencore/services/products.service.mjs +3 -13
  33. package/esm2022/src/app/modules/fabrikantencore/services/svg.service.mjs +2 -7
  34. package/esm2022/src/app/modules/fabrikantencore/services/texture.service.mjs +2 -7
  35. package/esm2022/src/app/modules/fabrikantencore/services/toebehoren.service.mjs +2 -7
  36. package/esm2022/src/app/modules/fabrikantencore/services/translate.service.mjs +8 -5
  37. package/esm2022/src/app/modules/fabrikantencore/services/webgl.service.mjs +2 -7
  38. package/esm2022/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +69 -1
  39. package/fesm2022/fabrikantencore.mjs +424 -454
  40. package/fesm2022/fabrikantencore.mjs.map +1 -1
  41. package/package.json +3 -2
  42. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.d.ts +20 -4
  43. package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +27 -26
  44. package/src/app/modules/fabrikantencore/services/translate.service.d.ts +2 -2
  45. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +16 -1
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "fabrikantencore",
3
- "version": "2.6.12",
3
+ "version": "2.6.13",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@types/node": "^20.1.2",
8
+ "@kolkov/angular-editor": "^3.0.0-beta.0",
9
9
  "@angular-devkit/build-angular": "^16.0.1",
10
10
  "@angular/animations": "^16.0.1",
11
11
  "@angular/cdk": "^15.2.9",
@@ -20,6 +20,7 @@
20
20
  "@angular/platform-browser-dynamic": "^16.0.1",
21
21
  "@angular/router": "^16.0.1",
22
22
  "@types/jasmine": "~4.0.0",
23
+ "@types/node": "^20.1.2",
23
24
  "jasmine-core": "~4.4.0",
24
25
  "karma": "~6.4.0",
25
26
  "karma-chrome-launcher": "~3.1.0",
@@ -1,13 +1,18 @@
1
- import { ChangeDetectorRef, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, DoCheck, ElementRef, OnInit } from '@angular/core';
2
2
  import { LegacyPageEvent as PageEvent } from '@angular/material/legacy-paginator';
3
+ import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar';
4
+ import { AngularEditorConfig } from '@kolkov/angular-editor';
3
5
  import { AuthenticationService } from '../../../services/authentication.service';
4
- import { BeheerLanguagesCategoryViewModel, BeheerLanguagesSubCategoryViewModel, BeheerLanguagesViewModel, TranslateApiClient, TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
6
+ import { BeheerLanguagesCategoryViewModel, BeheerLanguagesEntryViewModel, BeheerLanguagesSubCategoryViewModel, BeheerLanguagesViewModel, BeheerLanguageViewModel, TranslateApiClient, TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
5
7
  import * as i0 from "@angular/core";
6
- export declare class BeheerTranslateComponent implements OnInit {
8
+ export declare class BeheerTranslateComponent implements OnInit, DoCheck {
7
9
  private TranslateApiClient;
8
10
  private authenticationService;
11
+ private snackBar;
9
12
  private ChangeDetectorRef;
13
+ HTML: string;
10
14
  Loading: boolean;
15
+ OpenChanges: boolean;
11
16
  BeheerLanguagesViewModel: BeheerLanguagesViewModel;
12
17
  ActiveSubs: Array<BeheerLanguagesSubCategoryViewModel>;
13
18
  pageIndex: number;
@@ -16,13 +21,24 @@ export declare class BeheerTranslateComponent implements OnInit {
16
21
  get TranslationCategory(): typeof TranslationCategory;
17
22
  get TranslationSubCategory(): typeof TranslationSubCategory;
18
23
  SelectedBeheerLanguagesCategoryViewModel: BeheerLanguagesCategoryViewModel | null;
19
- constructor(TranslateApiClient: TranslateApiClient, authenticationService: AuthenticationService, ChangeDetectorRef: ChangeDetectorRef);
24
+ tablediv: ElementRef;
25
+ editorConfig: AngularEditorConfig;
26
+ constructor(TranslateApiClient: TranslateApiClient, authenticationService: AuthenticationService, snackBar: MatSnackBar, ChangeDetectorRef: ChangeDetectorRef);
27
+ ngDoCheck(): void;
28
+ onResize(event: any): void;
20
29
  ngOnInit(): void;
21
30
  handlePageEvent(e: PageEvent): void;
22
31
  RefreshPaginator(): void;
32
+ Resize(): void;
33
+ GetEntry(entries: BeheerLanguagesEntryViewModel[], language: BeheerLanguageViewModel): BeheerLanguagesEntryViewModel | null;
23
34
  LoadTranslations(ChangeDetectorRef: ChangeDetectorRef): void;
35
+ Save(): void;
36
+ UpdateChanged(entry: BeheerLanguagesEntryViewModel): void;
37
+ ShowSnackBar(): void;
24
38
  Export(): void;
25
39
  Import(): void;
40
+ IsHTML(): boolean;
41
+ GetLanguageCount(): number;
26
42
  static ɵfac: i0.ɵɵFactoryDeclaration<BeheerTranslateComponent, never>;
27
43
  static ɵcmp: i0.ɵɵComponentDeclaration<BeheerTranslateComponent, "app-beheer-translate", never, {}, {}, never, never, false, never>;
28
44
  }
@@ -72,33 +72,34 @@ import * as i70 from "./beheer/components/beheer-filter/beheer-filter.component"
72
72
  import * as i71 from "./beheer/components/beheer-rangeinput/beheer-rangeinput.component";
73
73
  import * as i72 from "@angular/common";
74
74
  import * as i73 from "@angular/common/http";
75
- import * as i74 from "@angular/material/legacy-input";
76
- import * as i75 from "@angular/forms";
77
- import * as i76 from "@angular/platform-browser/animations";
78
- import * as i77 from "@angular/material/legacy-tooltip";
79
- import * as i78 from "@angular/material/legacy-button";
80
- import * as i79 from "@angular/material/legacy-list";
81
- import * as i80 from "@angular/material/expansion";
82
- import * as i81 from "@angular/material/legacy-card";
83
- import * as i82 from "@angular/material/icon";
84
- import * as i83 from "@angular/material/legacy-dialog";
85
- import * as i84 from "@angular/material/tree";
86
- import * as i85 from "@angular/material/sidenav";
87
- import * as i86 from "@angular/material/legacy-table";
88
- import * as i87 from "@angular/material/button-toggle";
89
- import * as i88 from "@angular/material/stepper";
90
- import * as i89 from "@angular/material/legacy-radio";
91
- import * as i90 from "@angular/material/legacy-paginator";
92
- import * as i91 from "@angular/cdk/drag-drop";
93
- import * as i92 from "@angular/material/legacy-checkbox";
94
- import * as i93 from "@angular/material/divider";
95
- import * as i94 from "@angular/material/legacy-tabs";
96
- import * as i95 from "@angular/material/legacy-progress-spinner";
97
- import * as i96 from "@angular/material/legacy-select";
98
- import * as i97 from "@angular/material/legacy-snack-bar";
99
- import * as i98 from "@angular/router";
75
+ import * as i74 from "@kolkov/angular-editor";
76
+ import * as i75 from "@angular/material/legacy-input";
77
+ import * as i76 from "@angular/forms";
78
+ import * as i77 from "@angular/platform-browser/animations";
79
+ import * as i78 from "@angular/material/legacy-tooltip";
80
+ import * as i79 from "@angular/material/legacy-button";
81
+ import * as i80 from "@angular/material/legacy-list";
82
+ import * as i81 from "@angular/material/expansion";
83
+ import * as i82 from "@angular/material/legacy-card";
84
+ import * as i83 from "@angular/material/icon";
85
+ import * as i84 from "@angular/material/legacy-dialog";
86
+ import * as i85 from "@angular/material/tree";
87
+ import * as i86 from "@angular/material/sidenav";
88
+ import * as i87 from "@angular/material/legacy-table";
89
+ import * as i88 from "@angular/material/button-toggle";
90
+ import * as i89 from "@angular/material/stepper";
91
+ import * as i90 from "@angular/material/legacy-radio";
92
+ import * as i91 from "@angular/material/legacy-paginator";
93
+ import * as i92 from "@angular/cdk/drag-drop";
94
+ import * as i93 from "@angular/material/legacy-checkbox";
95
+ import * as i94 from "@angular/material/divider";
96
+ import * as i95 from "@angular/material/legacy-tabs";
97
+ import * as i96 from "@angular/material/legacy-progress-spinner";
98
+ import * as i97 from "@angular/material/legacy-select";
99
+ import * as i98 from "@angular/material/legacy-snack-bar";
100
+ import * as i99 from "@angular/router";
100
101
  export declare class FabrikantenCoreModule {
101
102
  static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
102
- static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i3.BeheerMainComponent, typeof i4.BeheerInlogComponent, typeof i5.BeheerNavComponent, typeof i6.BeheerUsersComponent, typeof i7.BeheerProductsComponent, typeof i8.BeheerFiltersComponent, typeof i9.BeheerSettingsComponent, typeof i10.FabLoaderComponent, typeof i11.BeheerSearchProductsComponent, typeof i12.BeheerSearchproductsKoppelDialogComponent, typeof i13.BeheerProductsProductComponent, typeof i14.BeheerProductsBcbproductComponent, typeof i15.BeheerImportSetsComponent, typeof i16.BeheerImportSetsOpbouwComponent, typeof i17.BeheerImportSetsEigenschapComponent, typeof i16.BeheerImportSetsEboComponent, typeof i18.BeheerProductsEigenschapComponent, typeof i19.BeheerProductsKoppelFilteroptionDailogComponent, typeof i20.FabFilterComponent, typeof i21.FabProductComponent, typeof i22.FabBcbProductComponent, typeof i23.FabProductSelectComponent, typeof i24.FabProductTileComponent, typeof i25.FabProductInfoComponent, typeof i26.FabProductBestekComponent, typeof i27.FabProductInfoPhotoComponent, typeof i28.FabProductInfoPhotoDialogComponent, typeof i29.BeheerEboKoppelComponent, typeof i30.BeheerSettingsOptionsComponent, typeof i31.BeheerSettingsStringComponent, typeof i32.BeheerImportSetsDialogComponent, typeof i33.BeheerCategoriesComponent, typeof i34.BeheerConnectCategoryDialogComponent, typeof i35.FabStartComponent, typeof i36.FabCategoriesComponent, typeof i37.FabCategoryTileComponent, typeof i38.FabBreadcrumbComponent, typeof i39.FabFiltersInputComponent, typeof i40.FabFiltersOverviewComponent, typeof i41.FabFlagComponent, typeof i42.BeheerTranslateComponent, typeof i43.FabLanguageSelectComponent, typeof i44.FabHeaderComponent, typeof i45.FabWebglViewerComponent, typeof i46.FabSvgViewerComponent, typeof i47.BeheerProductsOpbouwComponent, typeof i47.BeheerProductsEboComponent, typeof i48.BeheerProductsEigenschapBereikComponent, typeof i49.BeheerDisplayEboComponent, typeof i50.BeheerProductsConnectRangeinputComponent, typeof i51.FabRangeInputComponent, typeof i52.BeheerSettingsBooleanComponent, typeof i53.BeheerSelectFilterDialogComponent, typeof i54.FabTextureComponent, typeof i55.FabIframeComponent, typeof i56.BeheerDeeplinkComponent, typeof i57.FabFilterColourComponent, typeof i58.FabFilterColourDialogComponent, typeof i59.FabToebehorenComponent, typeof i60.FabActionmenuComponent, typeof i61.FabSelectBcbproductComponent, typeof i62.FabInputComponent, typeof i63.BeheerSelectFilteroptionDialogComponent, typeof i64.FabMultiselectComponent, typeof i65.FabFilterFoldComponent, typeof i66.FabMultiselectFoldComponent, typeof i67.FabRangeInputFoldComponent, typeof i68.FabFilterLabelComponent, typeof i69.FabFilterColourLabelComponent, typeof i70.BeheerFilterComponent, typeof i71.BeheerRangeinputComponent], [typeof i72.CommonModule, typeof i73.HttpClientModule, typeof i74.MatLegacyInputModule, typeof i75.FormsModule, typeof i76.BrowserAnimationsModule, typeof i77.MatLegacyTooltipModule, typeof i78.MatLegacyButtonModule, typeof i79.MatLegacyListModule, typeof i80.MatExpansionModule, typeof i81.MatLegacyCardModule, typeof i82.MatIconModule, typeof i83.MatLegacyDialogModule, typeof i84.MatTreeModule, typeof i85.MatSidenavModule, typeof i86.MatLegacyTableModule, typeof i87.MatButtonToggleModule, typeof i88.MatStepperModule, typeof i89.MatLegacyRadioModule, typeof i90.MatLegacyPaginatorModule, typeof i91.DragDropModule, typeof i92.MatLegacyCheckboxModule, typeof i93.MatDividerModule, typeof i94.MatLegacyTabsModule, typeof i95.MatLegacyProgressSpinnerModule, typeof i96.MatLegacySelectModule, typeof i97.MatLegacySnackBarModule, typeof i98.RouterModule], [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i60.FabActionmenuComponent, typeof i39.FabFiltersInputComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent, typeof i10.FabLoaderComponent]>;
103
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i3.BeheerMainComponent, typeof i4.BeheerInlogComponent, typeof i5.BeheerNavComponent, typeof i6.BeheerUsersComponent, typeof i7.BeheerProductsComponent, typeof i8.BeheerFiltersComponent, typeof i9.BeheerSettingsComponent, typeof i10.FabLoaderComponent, typeof i11.BeheerSearchProductsComponent, typeof i12.BeheerSearchproductsKoppelDialogComponent, typeof i13.BeheerProductsProductComponent, typeof i14.BeheerProductsBcbproductComponent, typeof i15.BeheerImportSetsComponent, typeof i16.BeheerImportSetsOpbouwComponent, typeof i17.BeheerImportSetsEigenschapComponent, typeof i16.BeheerImportSetsEboComponent, typeof i18.BeheerProductsEigenschapComponent, typeof i19.BeheerProductsKoppelFilteroptionDailogComponent, typeof i20.FabFilterComponent, typeof i21.FabProductComponent, typeof i22.FabBcbProductComponent, typeof i23.FabProductSelectComponent, typeof i24.FabProductTileComponent, typeof i25.FabProductInfoComponent, typeof i26.FabProductBestekComponent, typeof i27.FabProductInfoPhotoComponent, typeof i28.FabProductInfoPhotoDialogComponent, typeof i29.BeheerEboKoppelComponent, typeof i30.BeheerSettingsOptionsComponent, typeof i31.BeheerSettingsStringComponent, typeof i32.BeheerImportSetsDialogComponent, typeof i33.BeheerCategoriesComponent, typeof i34.BeheerConnectCategoryDialogComponent, typeof i35.FabStartComponent, typeof i36.FabCategoriesComponent, typeof i37.FabCategoryTileComponent, typeof i38.FabBreadcrumbComponent, typeof i39.FabFiltersInputComponent, typeof i40.FabFiltersOverviewComponent, typeof i41.FabFlagComponent, typeof i42.BeheerTranslateComponent, typeof i43.FabLanguageSelectComponent, typeof i44.FabHeaderComponent, typeof i45.FabWebglViewerComponent, typeof i46.FabSvgViewerComponent, typeof i47.BeheerProductsOpbouwComponent, typeof i47.BeheerProductsEboComponent, typeof i48.BeheerProductsEigenschapBereikComponent, typeof i49.BeheerDisplayEboComponent, typeof i50.BeheerProductsConnectRangeinputComponent, typeof i51.FabRangeInputComponent, typeof i52.BeheerSettingsBooleanComponent, typeof i53.BeheerSelectFilterDialogComponent, typeof i54.FabTextureComponent, typeof i55.FabIframeComponent, typeof i56.BeheerDeeplinkComponent, typeof i57.FabFilterColourComponent, typeof i58.FabFilterColourDialogComponent, typeof i59.FabToebehorenComponent, typeof i60.FabActionmenuComponent, typeof i61.FabSelectBcbproductComponent, typeof i62.FabInputComponent, typeof i63.BeheerSelectFilteroptionDialogComponent, typeof i64.FabMultiselectComponent, typeof i65.FabFilterFoldComponent, typeof i66.FabMultiselectFoldComponent, typeof i67.FabRangeInputFoldComponent, typeof i68.FabFilterLabelComponent, typeof i69.FabFilterColourLabelComponent, typeof i70.BeheerFilterComponent, typeof i71.BeheerRangeinputComponent], [typeof i72.CommonModule, typeof i73.HttpClientModule, typeof i74.AngularEditorModule, typeof i75.MatLegacyInputModule, typeof i76.FormsModule, typeof i77.BrowserAnimationsModule, typeof i78.MatLegacyTooltipModule, typeof i79.MatLegacyButtonModule, typeof i80.MatLegacyListModule, typeof i81.MatExpansionModule, typeof i82.MatLegacyCardModule, typeof i83.MatIconModule, typeof i84.MatLegacyDialogModule, typeof i85.MatTreeModule, typeof i86.MatSidenavModule, typeof i87.MatLegacyTableModule, typeof i88.MatButtonToggleModule, typeof i89.MatStepperModule, typeof i90.MatLegacyRadioModule, typeof i91.MatLegacyPaginatorModule, typeof i92.DragDropModule, typeof i93.MatLegacyCheckboxModule, typeof i94.MatDividerModule, typeof i95.MatLegacyTabsModule, typeof i96.MatLegacyProgressSpinnerModule, typeof i97.MatLegacySelectModule, typeof i98.MatLegacySnackBarModule, typeof i99.RouterModule], [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i60.FabActionmenuComponent, typeof i39.FabFiltersInputComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent, typeof i10.FabLoaderComponent]>;
103
104
  static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
104
105
  }
@@ -18,8 +18,8 @@ export declare class TranslateService {
18
18
  LoadTranslations(ChangeDetectorRef: ChangeDetectorRef, FabrikantenService: FabrikantenService | null, ActivatedRoute?: ActivatedRoute): void;
19
19
  ShowSpecification(): boolean;
20
20
  Show(): boolean;
21
- GetActiveValue(translationCategory: TranslationCategory, translationSubCategory: TranslationSubCategory, relevantId?: number): string;
22
- GetValue(language: LanguageViewModel, translationCategory: TranslationCategory, translationSubCategory: TranslationSubCategory, relevantId?: number): string;
21
+ GetActiveValue(translationCategory: TranslationCategory, translationSubCategory: TranslationSubCategory, relevantId?: number, custom?: string): string;
22
+ GetValue(language: LanguageViewModel, translationCategory: TranslationCategory, translationSubCategory: TranslationSubCategory, relevantId?: number, custom?: string): string;
23
23
  private ProcessDesiredCountryCode;
24
24
  private SetActiveLanguage;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TranslateService, never>;
@@ -252,6 +252,8 @@ export declare class TranslateApiClient {
252
252
  protected processGetLanguagesViewModel(response: HttpResponseBase): Observable<LanguagesViewModel>;
253
253
  getBeheerLanguagesViewModel(pLoginResponseModel: LoginResponseModel): Observable<BeheerLanguagesViewModel>;
254
254
  protected processGetBeheerLanguagesViewModel(response: HttpResponseBase): Observable<BeheerLanguagesViewModel>;
255
+ saveBeheerLanguagesViewModel(pBeheerLanguagesViewModel: BeheerLanguagesViewModel): Observable<void>;
256
+ protected processSaveBeheerLanguagesViewModel(response: HttpResponseBase): Observable<void>;
255
257
  createLanguage(pCreateLanguageRequest: CreateLanguageRequest): Observable<void>;
256
258
  protected processCreateLanguage(response: HttpResponseBase): Observable<void>;
257
259
  createExport(pCreateExportRequest: CreateExportRequest): Observable<CreateExportResponse>;
@@ -2729,6 +2731,7 @@ export declare enum TranslationCategory {
2729
2731
  }
2730
2732
  export declare class TranslateKeySubCategoryViewModel implements ITranslateKeySubCategoryViewModel {
2731
2733
  translationSubCategory: TranslationSubCategory;
2734
+ custom?: string | undefined;
2732
2735
  keys?: TranslateKeyViewModel[] | undefined;
2733
2736
  constructor(data?: ITranslateKeySubCategoryViewModel);
2734
2737
  init(_data?: any): void;
@@ -2737,6 +2740,7 @@ export declare class TranslateKeySubCategoryViewModel implements ITranslateKeySu
2737
2740
  }
2738
2741
  export interface ITranslateKeySubCategoryViewModel {
2739
2742
  translationSubCategory: TranslationSubCategory;
2743
+ custom?: string | undefined;
2740
2744
  keys?: TranslateKeyViewModel[] | undefined;
2741
2745
  }
2742
2746
  export declare enum TranslationSubCategory {
@@ -2783,7 +2787,8 @@ export declare enum TranslationSubCategory {
2783
2787
  SpecificationText = 51,
2784
2788
  InclusiveMax = 52,
2785
2789
  InclusiveMin = 53,
2786
- InclusiveMinMax = 54
2790
+ InclusiveMinMax = 54,
2791
+ SnedeItem = 55
2787
2792
  }
2788
2793
  export declare class TranslateKeyViewModel implements ITranslateKeyViewModel {
2789
2794
  id: number;
@@ -2808,6 +2813,7 @@ export interface ITranslateKeyViewModel {
2808
2813
  export declare class BeheerLanguagesViewModel implements IBeheerLanguagesViewModel {
2809
2814
  categories?: BeheerLanguagesCategoryViewModel[] | undefined;
2810
2815
  languages?: BeheerLanguageViewModel[] | undefined;
2816
+ loginResponseModel?: LoginResponseModel | undefined;
2811
2817
  constructor(data?: IBeheerLanguagesViewModel);
2812
2818
  init(_data?: any): void;
2813
2819
  static fromJS(data: any): BeheerLanguagesViewModel;
@@ -2816,6 +2822,7 @@ export declare class BeheerLanguagesViewModel implements IBeheerLanguagesViewMod
2816
2822
  export interface IBeheerLanguagesViewModel {
2817
2823
  categories?: BeheerLanguagesCategoryViewModel[] | undefined;
2818
2824
  languages?: BeheerLanguageViewModel[] | undefined;
2825
+ loginResponseModel?: LoginResponseModel | undefined;
2819
2826
  }
2820
2827
  export declare class BeheerLanguagesCategoryViewModel implements IBeheerLanguagesCategoryViewModel {
2821
2828
  translationCategory: TranslationCategory;
@@ -2846,6 +2853,7 @@ export interface IBeheerLanguagesSubCategoryViewModel {
2846
2853
  filters?: BeheerLanguagesFilterViewModel[] | undefined;
2847
2854
  }
2848
2855
  export declare class BeheerLanguagesKeyViewModel implements IBeheerLanguagesKeyViewModel {
2856
+ text?: string | undefined;
2849
2857
  entries?: BeheerLanguagesEntryViewModel[] | undefined;
2850
2858
  constructor(data?: IBeheerLanguagesKeyViewModel);
2851
2859
  init(_data?: any): void;
@@ -2853,19 +2861,24 @@ export declare class BeheerLanguagesKeyViewModel implements IBeheerLanguagesKeyV
2853
2861
  toJSON(data?: any): any;
2854
2862
  }
2855
2863
  export interface IBeheerLanguagesKeyViewModel {
2864
+ text?: string | undefined;
2856
2865
  entries?: BeheerLanguagesEntryViewModel[] | undefined;
2857
2866
  }
2858
2867
  export declare class BeheerLanguagesEntryViewModel implements IBeheerLanguagesEntryViewModel {
2868
+ id: number;
2859
2869
  value?: string | undefined;
2860
2870
  languageId: number;
2871
+ changed: boolean;
2861
2872
  constructor(data?: IBeheerLanguagesEntryViewModel);
2862
2873
  init(_data?: any): void;
2863
2874
  static fromJS(data: any): BeheerLanguagesEntryViewModel;
2864
2875
  toJSON(data?: any): any;
2865
2876
  }
2866
2877
  export interface IBeheerLanguagesEntryViewModel {
2878
+ id: number;
2867
2879
  value?: string | undefined;
2868
2880
  languageId: number;
2881
+ changed: boolean;
2869
2882
  }
2870
2883
  export declare class BeheerLanguagesFilterViewModel implements IBeheerLanguagesFilterViewModel {
2871
2884
  filterId: number;
@@ -2885,6 +2898,7 @@ export declare class BeheerLanguageViewModel implements IBeheerLanguageViewModel
2885
2898
  id: number;
2886
2899
  name?: string | undefined;
2887
2900
  flag?: string | undefined;
2901
+ selected: boolean;
2888
2902
  constructor(data?: IBeheerLanguageViewModel);
2889
2903
  init(_data?: any): void;
2890
2904
  static fromJS(data: any): BeheerLanguageViewModel;
@@ -2894,6 +2908,7 @@ export interface IBeheerLanguageViewModel {
2894
2908
  id: number;
2895
2909
  name?: string | undefined;
2896
2910
  flag?: string | undefined;
2911
+ selected: boolean;
2897
2912
  }
2898
2913
  export declare class CreateLanguageRequest implements ICreateLanguageRequest {
2899
2914
  name?: string | undefined;