adb-shared 6.2.0-beta.1 → 6.2.0-beta.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adb-shared",
3
- "version": "6.2.0-beta.1",
3
+ "version": "6.2.0-beta.2",
4
4
  "author": "ADB",
5
5
  "license": "ISC",
6
6
  "peerDependencies": {
@@ -4,7 +4,7 @@ import * as i4 from '@ngx-translate/core';
4
4
  import { TranslateService } from '@ngx-translate/core';
5
5
  import { HttpClient, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
6
6
  import * as i5 from '@angular/router';
7
- import { Router, ActivatedRoute, ParamMap } from '@angular/router';
7
+ import { Router, ActivatedRoute, ParamMap, Params } from '@angular/router';
8
8
  import * as i2 from '@angular/common';
9
9
  import * as i6 from '@angular/forms';
10
10
  import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, FormGroup, FormArray } from '@angular/forms';
@@ -1098,5 +1098,43 @@ declare class AdbMapModule {
1098
1098
  static ɵinj: i0.ɵɵInjectorDeclaration<AdbMapModule>;
1099
1099
  }
1100
1100
 
1101
- export { ADB_MAP_CONFIG, ADB_PICKER_CONFIG, ADB_USER_SERVICE_CONFIG, AdbAreaPickerComponent, AdbBaseMap, AdbButtonsModule, AdbConfirmModal, AdbDatePickerComponent, AdbDatePickerDirective, AdbDatePickerModule, AdbDirectivesModule, AdbDropdown2Directive, AdbDropdownDirective, AdbDropdownModule, AdbFilterSectionModule, AdbHelpButtonComponent, AdbMapConfigService, AdbMapFilterType, AdbMapFilters, AdbMapModule, AdbModalModule, AdbModalService, AdbObsMapComponent, AdbPagersModule, AdbPickerConfigService, AdbPickerModule, AdbPipesModule, AdbRichEditorComponent, AdbRichEditorModule, AdbTaxonPickerComponent, AdbToast, AdbToastModule, AdbToastService, AdbUserInterceptor, AdbUserModule, AdbUserService, ArtportalenFooterComponent, ArtportalenNavComponent, ArtportalenNavModule, AuthCallbackComponent, ClickOutsideDirective, DEFAULT_ADB_USER_SERVICE_CONFIG, EmptyValuePipe, EnvironmentService, FileUploadDirective, FilterSectionComponent, FocusDirective, GenericPickerComponent, HighlightHtmlPipe, HighlightPipe, ImageLoaderDirective, InfiniteScrollComponent, LocaleDatePipe, NumberSpacingPipe, PagerComponent, PagerInlineComponent, PolygonDrawerInput, RedListBadgeClassDirective, RichTextComponent, RiskClassDirective, RouterLinkActiveFragmentDirective, ToastType, UserModuleConstants, VisibleFilters };
1101
+ declare class MapUtils {
1102
+ static redlistMapper: {
1103
+ "228": number;
1104
+ "229": number;
1105
+ "230": number;
1106
+ "231": number;
1107
+ "232": number;
1108
+ "233": number;
1109
+ };
1110
+ static redListMapper2: {
1111
+ VU: string;
1112
+ EN: string;
1113
+ CR: string;
1114
+ RE: string;
1115
+ DD: string;
1116
+ NT: string;
1117
+ };
1118
+ static riskListMapper: {
1119
+ "39": number;
1120
+ "40": number;
1121
+ "41": number;
1122
+ "42": number;
1123
+ "43": number;
1124
+ };
1125
+ static listMapper: {
1126
+ '8': number;
1127
+ '34': number;
1128
+ '35': number;
1129
+ '36': number;
1130
+ '44': number;
1131
+ "46": number;
1132
+ '282': number;
1133
+ };
1134
+ static euRegulation: number;
1135
+ static createObservationsBody(queryParams: Params): any;
1136
+ static handleLists(queryParams: Params, body: any): void;
1137
+ }
1138
+
1139
+ export { ADB_MAP_CONFIG, ADB_PICKER_CONFIG, ADB_USER_SERVICE_CONFIG, AdbAreaPickerComponent, AdbBaseMap, AdbButtonsModule, AdbConfirmModal, AdbDatePickerComponent, AdbDatePickerDirective, AdbDatePickerModule, AdbDirectivesModule, AdbDropdown2Directive, AdbDropdownDirective, AdbDropdownModule, AdbFilterSectionModule, AdbHelpButtonComponent, AdbMapConfigService, AdbMapFilterType, AdbMapFilters, AdbMapModule, AdbModalModule, AdbModalService, AdbObsMapComponent, AdbPagersModule, AdbPickerConfigService, AdbPickerModule, AdbPipesModule, AdbRichEditorComponent, AdbRichEditorModule, AdbTaxonPickerComponent, AdbToast, AdbToastModule, AdbToastService, AdbUserInterceptor, AdbUserModule, AdbUserService, ArtportalenFooterComponent, ArtportalenNavComponent, ArtportalenNavModule, AuthCallbackComponent, ClickOutsideDirective, DEFAULT_ADB_USER_SERVICE_CONFIG, EmptyValuePipe, EnvironmentService, FileUploadDirective, FilterSectionComponent, FocusDirective, GenericPickerComponent, HighlightHtmlPipe, HighlightPipe, ImageLoaderDirective, InfiniteScrollComponent, LocaleDatePipe, MapUtils, NumberSpacingPipe, PagerComponent, PagerInlineComponent, PolygonDrawerInput, RedListBadgeClassDirective, RichTextComponent, RiskClassDirective, RouterLinkActiveFragmentDirective, ToastType, UserModuleConstants, VisibleFilters };
1102
1140
  export type { AdbMapConfig, AdbPickerConfig, AdbUserServiceConfig, DialogModel, PickerDay, PickerWeek, RichTextPart, ToastMessage };