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/fesm2022/adb-shared.mjs
CHANGED
|
@@ -3103,6 +3103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImpor
|
|
|
3103
3103
|
}] } });
|
|
3104
3104
|
|
|
3105
3105
|
class MapUtils {
|
|
3106
|
+
//NOTE: Will be move
|
|
3106
3107
|
static { this.redlistMapper = {
|
|
3107
3108
|
"228": 24,
|
|
3108
3109
|
"229": 25,
|
|
@@ -3111,6 +3112,7 @@ class MapUtils {
|
|
|
3111
3112
|
"232": 28,
|
|
3112
3113
|
"233": 29
|
|
3113
3114
|
}; }
|
|
3115
|
+
//NOTE: Will be move
|
|
3114
3116
|
static { this.redListMapper2 = {
|
|
3115
3117
|
'VU': '228',
|
|
3116
3118
|
'EN': '229',
|
|
@@ -3119,6 +3121,7 @@ class MapUtils {
|
|
|
3119
3121
|
'DD': '232',
|
|
3120
3122
|
'NT': '233'
|
|
3121
3123
|
}; }
|
|
3124
|
+
//NOTE: Will be move
|
|
3122
3125
|
static { this.riskListMapper = {
|
|
3123
3126
|
"39": 19,
|
|
3124
3127
|
"40": 20,
|
|
@@ -3126,6 +3129,7 @@ class MapUtils {
|
|
|
3126
3129
|
"42": 22,
|
|
3127
3130
|
"43": 23
|
|
3128
3131
|
}; }
|
|
3132
|
+
//NOTE: Will be move
|
|
3129
3133
|
static { this.listMapper = {
|
|
3130
3134
|
'8': 8,
|
|
3131
3135
|
'34': 1,
|
|
@@ -3136,6 +3140,7 @@ class MapUtils {
|
|
|
3136
3140
|
'282': 2
|
|
3137
3141
|
}; }
|
|
3138
3142
|
static { this.euRegulation = 5; }
|
|
3143
|
+
//NOTE: only temp. Will be moved to standard api
|
|
3139
3144
|
static createObservationsBody(queryParams) {
|
|
3140
3145
|
const body = {};
|
|
3141
3146
|
if (queryParams.startAt) {
|
|
@@ -3625,5 +3630,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImpor
|
|
|
3625
3630
|
* Generated bundle index. Do not edit.
|
|
3626
3631
|
*/
|
|
3627
3632
|
|
|
3628
|
-
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 };
|
|
3633
|
+
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 };
|
|
3629
3634
|
//# sourceMappingURL=adb-shared.mjs.map
|