@valtimo/shared 13.0.0
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/README.md +31 -0
- package/assets/core/de.json +1850 -0
- package/assets/core/en.json +1826 -0
- package/assets/core/nl.json +1848 -0
- package/fesm2022/valtimo-shared.mjs +1653 -0
- package/fesm2022/valtimo-shared.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/components/global-notification.component.d.ts +13 -0
- package/lib/components/global-notification.component.d.ts.map +1 -0
- package/lib/config.module.d.ts +11 -0
- package/lib/config.module.d.ts.map +1 -0
- package/lib/constants/case-configuration-extensions-token.d.ts +4 -0
- package/lib/constants/case-configuration-extensions-token.d.ts.map +1 -0
- package/lib/constants/case-management-tab-token.d.ts +5 -0
- package/lib/constants/case-management-tab-token.d.ts.map +1 -0
- package/lib/constants/error.constants.d.ts +5 -0
- package/lib/constants/error.constants.d.ts.map +1 -0
- package/lib/constants/form-view-model-token.d.ts +5 -0
- package/lib/constants/form-view-model-token.d.ts.map +1 -0
- package/lib/constants/index.d.ts +6 -0
- package/lib/constants/index.d.ts.map +1 -0
- package/lib/constants/versions.d.ts +4 -0
- package/lib/constants/versions.d.ts.map +1 -0
- package/lib/extension/extension.component.d.ts +19 -0
- package/lib/extension/extension.component.d.ts.map +1 -0
- package/lib/models/case-management.model.d.ts +12 -0
- package/lib/models/case-management.model.d.ts.map +1 -0
- package/lib/models/config.d.ts +144 -0
- package/lib/models/config.d.ts.map +1 -0
- package/lib/models/email-notification-settings.model.d.ts +12 -0
- package/lib/models/email-notification-settings.model.d.ts.map +1 -0
- package/lib/models/extension.model.d.ts +33 -0
- package/lib/models/extension.model.d.ts.map +1 -0
- package/lib/models/form-view-model.model.d.ts +6 -0
- package/lib/models/form-view-model.model.d.ts.map +1 -0
- package/lib/models/global-configuration.model.d.ts +5 -0
- package/lib/models/global-configuration.model.d.ts.map +1 -0
- package/lib/models/http-loader.d.ts +4 -0
- package/lib/models/http-loader.d.ts.map +1 -0
- package/lib/models/index.d.ts +22 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/localization.model.d.ts +10 -0
- package/lib/models/localization.model.d.ts.map +1 -0
- package/lib/models/management.model.d.ts +3 -0
- package/lib/models/management.model.d.ts.map +1 -0
- package/lib/models/menu-item.model.d.ts +19 -0
- package/lib/models/menu-item.model.d.ts.map +1 -0
- package/lib/models/menu.config.d.ts +5 -0
- package/lib/models/menu.config.d.ts.map +1 -0
- package/lib/models/page.d.ts +26 -0
- package/lib/models/page.d.ts.map +1 -0
- package/lib/models/roles.d.ts +4 -0
- package/lib/models/roles.d.ts.map +1 -0
- package/lib/models/search.model.d.ts +52 -0
- package/lib/models/search.model.d.ts.map +1 -0
- package/lib/models/security.config.d.ts +47 -0
- package/lib/models/security.config.d.ts.map +1 -0
- package/lib/models/tag-color.model.d.ts +16 -0
- package/lib/models/tag-color.model.d.ts.map +1 -0
- package/lib/models/translation.model.d.ts +7 -0
- package/lib/models/translation.model.d.ts.map +1 -0
- package/lib/models/user-management.model.d.ts +22 -0
- package/lib/models/user-management.model.d.ts.map +1 -0
- package/lib/models/user-settings.model.d.ts +9 -0
- package/lib/models/user-settings.model.d.ts.map +1 -0
- package/lib/models/versions.model.d.ts +5 -0
- package/lib/models/versions.model.d.ts.map +1 -0
- package/lib/models/window.model.d.ts +12 -0
- package/lib/models/window.model.d.ts.map +1 -0
- package/lib/services/base-api.service.d.ts +10 -0
- package/lib/services/base-api.service.d.ts.map +1 -0
- package/lib/services/config.service.d.ts +27 -0
- package/lib/services/config.service.d.ts.map +1 -0
- package/lib/services/draft-version.service.d.ts +14 -0
- package/lib/services/draft-version.service.d.ts.map +1 -0
- package/lib/services/edit-permissions.service.d.ts +19 -0
- package/lib/services/edit-permissions.service.d.ts.map +1 -0
- package/lib/services/environment.service.d.ts +14 -0
- package/lib/services/environment.service.d.ts.map +1 -0
- package/lib/services/global-notification.service.d.ts +22 -0
- package/lib/services/global-notification.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +10 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/localization.service.d.ts +19 -0
- package/lib/services/localization.service.d.ts.map +1 -0
- package/lib/services/menu-include.service.d.ts +13 -0
- package/lib/services/menu-include.service.d.ts.map +1 -0
- package/lib/services/user-settings.service.d.ts +16 -0
- package/lib/services/user-settings.service.d.ts.map +1 -0
- package/lib/testing/index.d.ts +2 -0
- package/lib/testing/index.d.ts.map +1 -0
- package/lib/testing/services/index.d.ts +4 -0
- package/lib/testing/services/index.d.ts.map +1 -0
- package/lib/testing/services/mock-icon.service.d.ts +7 -0
- package/lib/testing/services/mock-icon.service.d.ts.map +1 -0
- package/lib/testing/services/mock-keycloak.service.d.ts +14 -0
- package/lib/testing/services/mock-keycloak.service.d.ts.map +1 -0
- package/lib/testing/services/mock-translate.service.d.ts +9 -0
- package/lib/testing/services/mock-translate.service.d.ts.map +1 -0
- package/lib/translation/custom-multi-translate-http-loader-factory.d.ts +6 -0
- package/lib/translation/custom-multi-translate-http-loader-factory.d.ts.map +1 -0
- package/lib/translation/custom-multi-translate-http-loader.d.ts +14 -0
- package/lib/translation/custom-multi-translate-http-loader.d.ts.map +1 -0
- package/lib/translation/index.d.ts +4 -0
- package/lib/translation/index.d.ts.map +1 -0
- package/lib/translation/multi-translate-http-loader-factory.d.ts +5 -0
- package/lib/translation/multi-translate-http-loader-factory.d.ts.map +1 -0
- package/lib/utils/global-notification.utils.d.ts +7 -0
- package/lib/utils/global-notification.utils.d.ts.map +1 -0
- package/lib/utils/index.d.ts +5 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/route-params.utils.d.ts +8 -0
- package/lib/utils/route-params.utils.d.ts.map +1 -0
- package/lib/utils/router.utils.d.ts +6 -0
- package/lib/utils/router.utils.d.ts.map +1 -0
- package/lib/utils/url.utils.d.ts +7 -0
- package/lib/utils/url.utils.d.ts.map +1 -0
- package/lib/zgw/constants/index.d.ts +3 -0
- package/lib/zgw/constants/index.d.ts.map +1 -0
- package/lib/zgw/constants/zgw-documenten-api-documents-component-token.d.ts +4 -0
- package/lib/zgw/constants/zgw-documenten-api-documents-component-token.d.ts.map +1 -0
- package/lib/zgw/constants/zgw-object-type-component-token.d.ts +4 -0
- package/lib/zgw/constants/zgw-object-type-component-token.d.ts.map +1 -0
- package/lib/zgw/index.d.ts +2 -0
- package/lib/zgw/index.d.ts.map +1 -0
- package/package.json +26 -0
- package/public-api.d.ts +11 -0
- package/public-api.d.ts.map +1 -0
- package/valtimo-shared.d.ts.map +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IncludeFunction } from '../models';
|
|
2
|
+
import { ConfigService } from './config.service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MenuIncludeService {
|
|
6
|
+
private readonly configService;
|
|
7
|
+
private valtimoConfig;
|
|
8
|
+
constructor(configService: ConfigService);
|
|
9
|
+
getIncludeFunction(includeFunction: IncludeFunction): Observable<boolean>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuIncludeService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MenuIncludeService>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=menu-include.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-include.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/menu-include.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,eAAe,EAAgB,MAAM,WAAW,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;;AAEpC,qBAGa,kBAAkB;IAGjB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAF1C,OAAO,CAAC,aAAa,CAAiB;gBAET,aAAa,EAAE,aAAa;IAIzD,kBAAkB,CAAC,eAAe,EAAE,eAAe,GAAG,UAAU,CAAC,OAAO,CAAC;yCAP9D,kBAAkB;6CAAlB,kBAAkB;CAe9B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UserSettings } from '../models';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { ConfigService } from './config.service';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UserSettingsService {
|
|
7
|
+
private readonly http;
|
|
8
|
+
private readonly configService;
|
|
9
|
+
private readonly valtimoApiUri;
|
|
10
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
11
|
+
getUserSettings(): Observable<UserSettings>;
|
|
12
|
+
saveUserSettings(settings: UserSettings): Observable<any>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserSettingsService>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=user-settings.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-settings.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/user-settings.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,YAAY,EAAC,MAAM,WAAW,CAAC;AACvC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;;AAEhC,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAJhC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAU;gBAGrB,IAAI,EAAE,UAAU,EAChB,aAAa,EAAE,aAAa;IAK/C,eAAe,IAAI,UAAU,CAAC,YAAY,CAAC;IAI3C,gBAAgB,CAAC,QAAQ,EAAE,YAAY,GAAG,UAAU,CAAC,GAAG,CAAC;yCAd9C,mBAAmB;6CAAnB,mBAAmB;CAiB/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/testing/index.ts"],"names":[],"mappings":"AAgBA,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MockIconService {
|
|
3
|
+
registerAll(value: Array<any>): void;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MockIconService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MockIconService>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=mock-icon.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mock-icon.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/mock-icon.service.ts"],"names":[],"mappings":";AAkBA,qBAGa,eAAe;IACnB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI;yCADhC,eAAe;6CAAf,eAAe;CAI3B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { KeycloakProfile } from 'keycloak-js';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MockKeycloakService {
|
|
5
|
+
get keycloakEvents$(): Observable<{
|
|
6
|
+
type: string;
|
|
7
|
+
}>;
|
|
8
|
+
isLoggedIn(): Observable<boolean>;
|
|
9
|
+
private readonly MOCK_USER_PROFILE;
|
|
10
|
+
loadUserProfile(): Promise<KeycloakProfile>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MockKeycloakService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MockKeycloakService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=mock-keycloak.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mock-keycloak.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/mock-keycloak.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,eAAe,EAAC,MAAM,aAAa,CAAC;;AAE5C,qBAGa,mBAAmB;IAC9B,IAAW,eAAe,IAAI,UAAU,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAEvD;IAEM,UAAU,IAAI,UAAU,CAAC,OAAO,CAAC;IAIxC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAUhC;IAEW,eAAe,IAAI,OAAO,CAAC,eAAe,CAAC;yCArB7C,mBAAmB;6CAAnB,mBAAmB;CAwB/B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MockTranslateService {
|
|
4
|
+
stream(key: string): Observable<any>;
|
|
5
|
+
instant(key: string): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MockTranslateService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MockTranslateService>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=mock-translate.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mock-translate.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/mock-translate.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;;AAEpC,qBAGa,oBAAoB;IACxB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIpC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;yCALxB,oBAAoB;6CAApB,oBAAoB;CAQhC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { HttpBackend, HttpClient } from '@angular/common/http';
|
|
2
|
+
import { ConfigService } from '../services/config.service';
|
|
3
|
+
import { CustomMultiTranslateHttpLoader } from './custom-multi-translate-http-loader';
|
|
4
|
+
import { LocalizationService } from '../services/localization.service';
|
|
5
|
+
export declare function CustomMultiTranslateHttpLoaderFactory(http: HttpBackend, httpClient: HttpClient, configService: ConfigService, localizationService: LocalizationService): CustomMultiTranslateHttpLoader;
|
|
6
|
+
//# sourceMappingURL=custom-multi-translate-http-loader-factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-multi-translate-http-loader-factory.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/custom-multi-translate-http-loader-factory.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,aAAa,EAAC,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAC,8BAA8B,EAAC,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAErE,wBAAgB,qCAAqC,CACnD,IAAI,EAAE,WAAW,EACjB,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa,EAC5B,mBAAmB,EAAE,mBAAmB,kCAYzC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { HttpBackend, HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ITranslationResource } from '../models';
|
|
4
|
+
import { TranslateLoader } from '@ngx-translate/core';
|
|
5
|
+
import { LocalizationService } from '../services/localization.service';
|
|
6
|
+
export declare class CustomMultiTranslateHttpLoader implements TranslateLoader {
|
|
7
|
+
private readonly _handler;
|
|
8
|
+
private readonly _httpClient;
|
|
9
|
+
private readonly _resourcesPrefix;
|
|
10
|
+
private readonly _localizationService;
|
|
11
|
+
constructor(_handler: HttpBackend, _httpClient: HttpClient, _localizationService: LocalizationService, _resourcesPrefix: Array<string> | ITranslationResource[]);
|
|
12
|
+
getTranslation(lang: string): Observable<any>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=custom-multi-translate-http-loader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-multi-translate-http-loader.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/custom-multi-translate-http-loader.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAA0B,UAAU,EAAK,MAAM,MAAM,CAAC;AAE7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAErE,qBAAa,8BAA+B,YAAW,eAAe;IACpE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAc;IACvC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAa;IACzC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAyC;IAC1E,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAsB;gBAEzD,QAAQ,EAAE,WAAW,EACrB,WAAW,EAAE,UAAU,EACvB,oBAAoB,EAAE,mBAAmB,EACzC,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,oBAAoB,EAAE;IAO1D,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;CA2B9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { HttpBackend } from '@angular/common/http';
|
|
2
|
+
import { MultiTranslateHttpLoader } from 'ngx-translate-multi-http-loader';
|
|
3
|
+
import { ConfigService } from '../services/config.service';
|
|
4
|
+
export declare function MultiTranslateHttpLoaderFactory(http: HttpBackend, configService: ConfigService): MultiTranslateHttpLoader;
|
|
5
|
+
//# sourceMappingURL=multi-translate-http-loader-factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multi-translate-http-loader-factory.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/multi-translate-http-loader-factory.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAC,wBAAwB,EAAC,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAC,aAAa,EAAC,MAAM,4BAA4B,CAAC;AAEzD,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,4BAW9F"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationContent } from 'carbon-components-angular';
|
|
2
|
+
export declare const DEFAULT_NOTIFICATION_PARAMS: {
|
|
3
|
+
duration: number;
|
|
4
|
+
showClose: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const getNotificationObject: (content: NotificationContent) => NotificationContent;
|
|
7
|
+
//# sourceMappingURL=global-notification.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-notification.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/global-notification.utils.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,2BAA2B,CAAC;AAE9D,eAAO,MAAM,2BAA2B;;;CAGvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,SAAS,mBAAmB,KAAG,mBAGnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/index.ts"],"names":[],"mappings":"AAgBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CaseManagementParams, ManagementContext } from '../models';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
declare const getCaseManagementRouteParams: (route: ActivatedRoute, doFilter?: boolean) => Observable<CaseManagementParams | undefined>;
|
|
5
|
+
declare function getContextObservable(route: ActivatedRoute): Observable<ManagementContext | null>;
|
|
6
|
+
declare function getCaseManagementRouteParamsAndContext(route: ActivatedRoute): Observable<[ManagementContext, CaseManagementParams]>;
|
|
7
|
+
export { getCaseManagementRouteParams, getContextObservable, getCaseManagementRouteParamsAndContext };
|
|
8
|
+
//# sourceMappingURL=route-params.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route-params.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/route-params.utils.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,WAAW,CAAC;AAClE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAmD,UAAU,EAAgB,MAAM,MAAM,CAAC;AAGjG,QAAA,MAAM,4BAA4B,GAChC,OAAO,cAAc,EACrB,kBAAgB,KACf,UAAU,CAAC,oBAAoB,GAAG,SAAS,CAiB7C,CAAC;AAEF,iBAAS,oBAAoB,CAAC,KAAK,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAKzF;AAED,iBAAS,sCAAsC,CAC7C,KAAK,EAAE,cAAc,GACpB,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAmBvD;AAED,OAAO,EAAC,4BAA4B,EAAE,oBAAoB,EAAE,sCAAsC,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/router.utils.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAE7C,cAAM,WAAW;WACD,qBAAqB,IAAI,YAAY;CAGpD;AAED,OAAO,EAAC,WAAW,EAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare class UrlUtils {
|
|
2
|
+
static formatUrlTrailingSlash(url: string, returnWithTrailingSlash: boolean): string;
|
|
3
|
+
static formatUrlStartWithSlash(url: string): string;
|
|
4
|
+
static getUrlHost(urlString: string): string;
|
|
5
|
+
}
|
|
6
|
+
export { UrlUtils };
|
|
7
|
+
//# sourceMappingURL=url.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/url.utils.ts"],"names":[],"mappings":"AAgBA,cAAM,QAAQ;IACZ,MAAM,CAAC,sBAAsB,CAAC,GAAG,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,GAAG,MAAM;IAepF,MAAM,CAAC,uBAAuB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAQnD,MAAM,CAAC,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;CAS7C;AAED,OAAO,EAAC,QAAQ,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/zgw/constants/index.ts"],"names":[],"mappings":"AAgBA,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { InjectionToken, Type } from '@angular/core';
|
|
2
|
+
declare const ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN: InjectionToken<Type<any>>;
|
|
3
|
+
export { ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN };
|
|
4
|
+
//# sourceMappingURL=zgw-documenten-api-documents-component-token.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zgw-documenten-api-documents-component-token.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/zgw/constants/zgw-documenten-api-documents-component-token.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEnD,QAAA,MAAM,4CAA4C,2BAEjD,CAAC;AAEF,OAAO,EAAC,4CAA4C,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zgw-object-type-component-token.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/zgw/constants/zgw-object-type-component-token.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEnD,QAAA,MAAM,+BAA+B,2BAEpC,CAAC;AAEF,OAAO,EAAC,+BAA+B,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/zgw/index.ts"],"names":[],"mappings":"AAgBA,cAAc,aAAa,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@valtimo/shared",
|
|
3
|
+
"license": "EUPL-1.2",
|
|
4
|
+
"version": "13.0.0",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"@angular/common": "^19.2.8",
|
|
7
|
+
"@angular/core": "^19.2.8"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"tslib": "2.8.1",
|
|
11
|
+
"csp-header": "6.1.0",
|
|
12
|
+
"deepmerge-ts": "7.1.5"
|
|
13
|
+
},
|
|
14
|
+
"module": "fesm2022/valtimo-shared.mjs",
|
|
15
|
+
"typings": "index.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
"./package.json": {
|
|
18
|
+
"default": "./package.json"
|
|
19
|
+
},
|
|
20
|
+
".": {
|
|
21
|
+
"types": "./index.d.ts",
|
|
22
|
+
"default": "./fesm2022/valtimo-shared.mjs"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"sideEffects": false
|
|
26
|
+
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './lib/components/global-notification.component';
|
|
2
|
+
export * from './lib/config.module';
|
|
3
|
+
export * from './lib/constants';
|
|
4
|
+
export * from './lib/extension/extension.component';
|
|
5
|
+
export * from './lib/models';
|
|
6
|
+
export * from './lib/services';
|
|
7
|
+
export * from './lib/testing';
|
|
8
|
+
export * from './lib/translation';
|
|
9
|
+
export * from './lib/utils';
|
|
10
|
+
export * from './lib/zgw';
|
|
11
|
+
//# sourceMappingURL=public-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/shared/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,gDAAgD,CAAC;AAC/D,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qCAAqC,CAAC;AACpD,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valtimo-shared.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/shared/src/valtimo-shared.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|