mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1134: Merge ISA 2.0 into Develop
Merge ISA 2.0 into Develop Related work items: #1098, #2592, #2630, #2633, #2635, #2639, #2706, #2707, #2813, #2818, #2825, #2843, #2846, #2847, #2848, #2851, #2852, #2853, #2897, #2900
This commit is contained in:
committed by
Andreas Schickinger
parent
91b3f44c1e
commit
f0cc76f180
@@ -21,12 +21,18 @@
|
||||
"dom"
|
||||
],
|
||||
"paths": {
|
||||
"@adapter/scan": [
|
||||
"apps/adapter/scan/src/public-api.ts"
|
||||
],
|
||||
"package": [
|
||||
"package.json"
|
||||
],
|
||||
"@libs/ui": [
|
||||
"libs/ui/src"
|
||||
],
|
||||
"@core/auth": [
|
||||
"apps/core/auth/src/public-api.ts"
|
||||
],
|
||||
"@libs/ui/*": [
|
||||
"libs/ui/src/*"
|
||||
],
|
||||
@@ -36,9 +42,15 @@
|
||||
"sso/*": [
|
||||
"libs/sso/src/lib/*"
|
||||
],
|
||||
"@core/config": [
|
||||
"apps/core/config/src/public-api.ts"
|
||||
],
|
||||
"@sales/core-services": [
|
||||
"apps/sales/src/app/core/services/index.ts"
|
||||
],
|
||||
"@core/logger": [
|
||||
"apps/core/logger/src/public-api.ts",
|
||||
],
|
||||
"@swagger/availability": [
|
||||
"apps/swagger/availability/src/public-api.ts"
|
||||
],
|
||||
@@ -60,12 +72,18 @@
|
||||
"@swagger/cat-search": [
|
||||
"apps/swagger/cat-search/src/public-api.ts"
|
||||
],
|
||||
"@domain/isa": [
|
||||
"apps/domain/isa/src/public-api.ts",
|
||||
],
|
||||
"@swagger/cat": [
|
||||
"apps/swagger/cat/src/public-api.ts"
|
||||
],
|
||||
"@swagger/eis": [
|
||||
"apps/swagger/eis/src/public-api.ts"
|
||||
],
|
||||
"@domain/remission": [
|
||||
"apps/domain/remission/src/public-api.ts",
|
||||
],
|
||||
"shared": [
|
||||
"libs/shared/src"
|
||||
],
|
||||
@@ -111,6 +129,9 @@
|
||||
"@page/customer": [
|
||||
"apps/page/customer/src/public-api.ts"
|
||||
],
|
||||
"@page/dashboard": [
|
||||
"apps/page/dashboard/src/public-api.ts"
|
||||
],
|
||||
"@shell/breadcrumb": [
|
||||
"apps/shell/breadcrumb/src/public-api.ts"
|
||||
],
|
||||
@@ -120,6 +141,9 @@
|
||||
"@ui/searchbox": [
|
||||
"apps/ui/searchbox/src/public-api.ts"
|
||||
],
|
||||
"@page/remission": [
|
||||
"apps/page/remission/src/public-api.ts",
|
||||
],
|
||||
"@domain/defs": [
|
||||
"apps/domain/defs/src/public-api.ts"
|
||||
],
|
||||
@@ -138,12 +162,24 @@
|
||||
"@ui/input": [
|
||||
"apps/ui/input/src/public-api.ts"
|
||||
],
|
||||
"@shell/footer": [
|
||||
"apps/shell/footer/src/public-api.ts",
|
||||
],
|
||||
"@shell/filter-overlay": [
|
||||
"apps/shell/filter-overlay/src/public-api.ts"
|
||||
],
|
||||
"@ui/select": [
|
||||
"apps/ui/select/src/public-api.ts"
|
||||
],
|
||||
"@shell/process": [
|
||||
"apps/shell/process/src/public-api.ts"
|
||||
],
|
||||
"@ui/toggle": [
|
||||
"apps/ui/toggle/src/public-api.ts"
|
||||
],
|
||||
"@store/search-component-store": [
|
||||
"apps/store/search-component-store/src/public-api.ts"
|
||||
],
|
||||
"@ui/form-control": [
|
||||
"apps/ui/form-control/src/public-api.ts"
|
||||
],
|
||||
@@ -189,6 +225,11 @@
|
||||
"@modal/history": [
|
||||
"apps/modal/history/src/public-api.ts"
|
||||
],
|
||||
"@modal/notifications": [
|
||||
"apps/modal/notifications/src/public-api.ts",
|
||||
"dist/modal/notifications/modal-notifications",
|
||||
"dist/modal/notifications"
|
||||
],
|
||||
"@domain/catalog": [
|
||||
"apps/domain/catalog/src/public-api.ts"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user