@valtimo/plugin 13.0.0 → 13.0.1-next-minor.81
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/valtimo-plugin.mjs +2337 -641
- package/fesm2022/valtimo-plugin.mjs.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +9 -7
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/models/config.d.ts +9 -1
- package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -1
- package/lib/plugins/iko/assets/iko-plugin-logo.d.ts +3 -0
- package/lib/plugins/iko/assets/iko-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/iko/assets/index.d.ts +2 -0
- package/lib/plugins/iko/assets/index.d.ts.map +1 -0
- package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts +24 -0
- package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts.map +1 -0
- package/lib/plugins/iko/iko-plugin.module.d.ts +11 -0
- package/lib/plugins/iko/iko-plugin.module.d.ts.map +1 -0
- package/lib/plugins/iko/iko-plugin.specification.d.ts +4 -0
- package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/iko/models/config.d.ts +6 -0
- package/lib/plugins/iko/models/config.d.ts.map +1 -0
- package/lib/plugins/iko/models/index.d.ts +2 -0
- package/lib/plugins/iko/models/index.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/assets/index.d.ts +2 -0
- package/lib/plugins/klantinteracties-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts +24 -0
- package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts +34 -0
- package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts +12 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/models/config.d.ts +15 -0
- package/lib/plugins/klantinteracties-api/models/config.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/models/index.d.ts +2 -0
- package/lib/plugins/klantinteracties-api/models/index.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts +3 -0
- package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts +24 -0
- package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/models/config.d.ts +6 -0
- package/lib/plugins/open-klant-token-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/models/index.d.ts +2 -0
- package/lib/plugins/open-klant-token-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts +11 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts +4 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts +25 -0
- package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts +3 -3
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +3 -3
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts +25 -0
- package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +27 -20
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts +27 -0
- package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +43 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/config.d.ts +59 -1
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +2 -2
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/geometry-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/geometry-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts +3 -0
- package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts +3 -0
- package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/payment-indication-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/payment-indication-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +22 -16
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +18 -0
- package/public-api.d.ts.map +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { CreateOrganisatorischeEenheidZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreateOrganisatorischeEenheidZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<CreateOrganisatorischeEenheidZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<CreateOrganisatorischeEenheidZaakRolConfig>;
|
|
13
|
+
readonly INDICATIE_MACHTIGING_VALUES: import("@valtimo/components").RadioValue[];
|
|
14
|
+
private _saveSubscription;
|
|
15
|
+
private readonly _formValue$;
|
|
16
|
+
private readonly _valid$;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
formValueChange(formValue: CreateOrganisatorischeEenheidZaakRolConfig): void;
|
|
20
|
+
private handleValid;
|
|
21
|
+
private openSaveSubscription;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateOrganisatorischeEenheidZaakRolComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateOrganisatorischeEenheidZaakRolComponent, "valtimo-create-organisatorische-eenheid-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=create-organisatorische-eenheid-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-organisatorische-eenheid-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,0CAA0C,EAAC,MAAM,cAAc,CAAC;;AAGxE,qBAKa,6CACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,0CAA0C,CAAC,CAAC;IAC7E,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,0CAA0C,CAAC,CAChB;IAEjE,SAAgB,2BAA2B,6CAA+B;IAE1E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CACmD;IAC/E,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,0CAA0C,GAAG,IAAI;IAKnF,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,oBAAoB;yCA5CjB,6CAA6C;2CAA7C,6CAA6C;CAuDzD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { CreateVestigingZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreateVestigingZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<CreateVestigingZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<CreateVestigingZaakRolConfig>;
|
|
13
|
+
private _saveSubscription;
|
|
14
|
+
private readonly _formValue$;
|
|
15
|
+
private readonly _valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: CreateVestigingZaakRolConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateVestigingZaakRolComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateVestigingZaakRolComponent, "valtimo-create-vestiging-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=create-vestiging-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-vestiging-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,4BAA4B,EAAC,MAAM,cAAc,CAAC;;AAE1D,qBAKa,+BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,4BAA4B,CAAC,CAAC;IAC/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,4BAA4B,CAAC,CAChB;IAEnD,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAkE;IAC9F,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,4BAA4B,GAAG,IAAI;IAKrE,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,oBAAoB;yCA1CjB,+BAA+B;2CAA/B,+BAA+B;CAqD3C"}
|
package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts
CHANGED
|
@@ -3,49 +3,56 @@ import { FunctionConfigurationComponent } from '../../../../models';
|
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { CreateZaakConfig, InputOption } from '../../models';
|
|
5
5
|
import { OpenZaakService } from '@valtimo/resource';
|
|
6
|
-
import { DocumentService } from '@valtimo/document';
|
|
7
6
|
import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
|
|
7
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
8
8
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
9
9
|
import { IconService } from 'carbon-components-angular';
|
|
10
|
-
import {
|
|
11
|
-
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
10
|
+
import { CreateZaakExtraProperties } from '../../models/create-zaak-properties';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
export declare class CreateZaakConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
14
13
|
private readonly openZaakService;
|
|
15
|
-
private readonly documentService;
|
|
16
14
|
private readonly modalService;
|
|
17
15
|
private readonly pluginTranslatePipe;
|
|
18
16
|
private readonly iconService;
|
|
19
|
-
save$: Observable<void>;
|
|
20
|
-
disabled$: Observable<boolean>;
|
|
21
|
-
set pluginId(value: string);
|
|
22
17
|
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
18
|
+
disabled$: Observable<boolean>;
|
|
19
|
+
pluginId: string;
|
|
20
|
+
save$: Observable<void>;
|
|
23
21
|
prefillConfiguration$: Observable<CreateZaakConfig>;
|
|
24
22
|
valid: EventEmitter<boolean>;
|
|
25
23
|
configuration: EventEmitter<CreateZaakConfig>;
|
|
26
|
-
readonly
|
|
24
|
+
readonly propertyOptions: string[];
|
|
25
|
+
readonly propertyList: Array<CreateZaakExtraProperties>;
|
|
26
|
+
readonly geometryTypes: string[];
|
|
27
|
+
readonly paymentIndicationTypes: string[];
|
|
27
28
|
readonly pluginId$: BehaviorSubject<string>;
|
|
28
29
|
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
29
|
-
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
30
|
-
private saveSubscription;
|
|
31
|
-
private readonly formValue$;
|
|
32
|
-
private readonly valid$;
|
|
33
|
-
private readonly _properties;
|
|
34
30
|
readonly loading$: BehaviorSubject<boolean>;
|
|
31
|
+
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
35
32
|
readonly zaakTypeItems$: Observable<Array<SelectItem>>;
|
|
36
|
-
|
|
33
|
+
protected readonly CASE_GEOMETRY_TYPE: string;
|
|
34
|
+
protected readonly CASE_GEOMETRY_COORDINATES: string;
|
|
35
|
+
protected readonly PAYMENT_INDICATION_TYPE: string;
|
|
36
|
+
private readonly _formValue$;
|
|
37
|
+
private readonly _properties;
|
|
38
|
+
private saveSubscription;
|
|
39
|
+
private readonly _valid$;
|
|
40
|
+
constructor(openZaakService: OpenZaakService, modalService: ModalService, pluginTranslatePipe: PluginTranslatePipe, iconService: IconService);
|
|
37
41
|
ngOnInit(): void;
|
|
38
42
|
ngOnDestroy(): void;
|
|
39
|
-
|
|
43
|
+
onFormValueChanged(formValue: CreateZaakConfig): void;
|
|
40
44
|
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
41
45
|
selectItemsIncludeId(selectItems: Array<SelectItem>, id: string): boolean;
|
|
46
|
+
prefillValueFor(property: string, prefill: CreateZaakConfig): string | null;
|
|
47
|
+
translationKeyFor(property: string): string;
|
|
48
|
+
translationKeyForPropertyList(property: string): string;
|
|
49
|
+
addProperty(property: CreateZaakExtraProperties): void;
|
|
50
|
+
removeProperty(property: CreateZaakExtraProperties): void;
|
|
51
|
+
hasPropertyBeenAdded(property: CreateZaakExtraProperties): boolean;
|
|
52
|
+
onPropertyChanged(property: CreateZaakExtraProperties, value: any): void;
|
|
42
53
|
private handleValid;
|
|
43
54
|
private openSaveSubscription;
|
|
44
|
-
addCaseProperty(property: ExtraProperties): void;
|
|
45
|
-
removeCaseProperty(property: ExtraProperties): void;
|
|
46
|
-
hasPropertyBeenAdded(property: ExtraProperties): boolean;
|
|
47
|
-
onPropertyChanged(property: ExtraProperties, value: any): void;
|
|
48
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakConfigurationComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-zaak-configuration", never, { "
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-zaak-configuration", never, { "context$": { "alias": "context$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
50
57
|
}
|
|
51
58
|
//# sourceMappingURL=create-zaak-configuration.component.d.ts.map
|
package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAIf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAyB,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { SelectItem } from '@valtimo/components';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreateZaakObjectConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
set pluginId(value: string);
|
|
10
|
+
prefillConfiguration$: Observable<any>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<any>;
|
|
13
|
+
readonly pluginId$: BehaviorSubject<string>;
|
|
14
|
+
readonly objectTypeOptions: Array<SelectItem>;
|
|
15
|
+
private saveSubscription;
|
|
16
|
+
readonly formValue$: BehaviorSubject<any>;
|
|
17
|
+
private readonly valid$;
|
|
18
|
+
constructor();
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
formValueChange(input: any): void;
|
|
22
|
+
private handleValid;
|
|
23
|
+
private openSaveSubscription;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakObjectConfigurationComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakObjectConfigurationComponent, "valtimo-create-zaak-object-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=create-zaak-object-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zaak-object-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAEf,UAAU,EAGX,MAAM,MAAM,CAAC;AAEd,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;;AAE/C,qBAMa,sCAAuC,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IACrG,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,IAAa,QAAQ,CAAC,KAAK,EAAE,MAAM,EAElC;IACQ,qBAAqB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACtC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAChB;IAE1B,QAAQ,CAAC,SAAS,0BAAmC;IACrD,SAAgB,iBAAiB,EAAE,KAAK,CAAC,UAAU,CAAC,CAgClD;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,SAAgB,UAAU,uBAAyC;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;;IAI9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAwCjC,OAAO,CAAC,WAAW;IA8BnB,OAAO,CAAC,oBAAoB;yCAnIjB,sCAAsC;2CAAtC,sCAAsC;CA8IlD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { DeleteZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DeleteZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<DeleteZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<DeleteZaakRolConfig>;
|
|
13
|
+
private _saveSubscription;
|
|
14
|
+
private readonly _formValue$;
|
|
15
|
+
private readonly _valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: DeleteZaakRolConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteZaakRolComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteZaakRolComponent, "valtimo-delete-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=delete-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEjD,qBAKa,sBACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAyD;IACrF,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAK5D,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,oBAAoB;yCAtCjB,sBAAsB;2CAAtB,sBAAsB;CAiDlC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PatchZaakConfig } from '../../models';
|
|
5
|
+
import { IconService } from 'carbon-components-angular';
|
|
6
|
+
import { PatchZaakProperties } from '../../models/patch-zaak-properties';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class PatchZaakConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
9
|
+
private readonly iconService;
|
|
10
|
+
disabled$: Observable<boolean>;
|
|
11
|
+
pluginId: string;
|
|
12
|
+
save$: Observable<void>;
|
|
13
|
+
prefillConfiguration$: Observable<PatchZaakConfig>;
|
|
14
|
+
valid: EventEmitter<boolean>;
|
|
15
|
+
configuration: EventEmitter<PatchZaakConfig>;
|
|
16
|
+
readonly propertyOptions: string[];
|
|
17
|
+
readonly propertyList: Array<PatchZaakProperties>;
|
|
18
|
+
readonly geometryTypes: string[];
|
|
19
|
+
readonly paymentIndicationTypes: string[];
|
|
20
|
+
protected readonly CASE_GEOMETRY_TYPE: string;
|
|
21
|
+
protected readonly CASE_GEOMETRY_COORDINATES: string;
|
|
22
|
+
protected readonly PAYMENT_INDICATION_TYPE: string;
|
|
23
|
+
private readonly _formValue$;
|
|
24
|
+
private readonly _properties;
|
|
25
|
+
private _saveSubscription;
|
|
26
|
+
private readonly _valid$;
|
|
27
|
+
constructor(iconService: IconService);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
onFormValueChanged(formValue: PatchZaakConfig): void;
|
|
31
|
+
onPropertyChanged(property: PatchZaakProperties, value: any): void;
|
|
32
|
+
prefillValueFor(property: string, prefill: PatchZaakConfig): string | null;
|
|
33
|
+
translationKeyFor(property: string): string;
|
|
34
|
+
translationKeyForPropertyList(property: string): string;
|
|
35
|
+
addProperty(property: PatchZaakProperties): void;
|
|
36
|
+
removeProperty(property: PatchZaakProperties): void;
|
|
37
|
+
hasPropertyBeenAdded(property: PatchZaakProperties): boolean;
|
|
38
|
+
private handleValid;
|
|
39
|
+
private openSaveSubscription;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PatchZaakConfigurationComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PatchZaakConfigurationComponent, "valtimo-patch-zaak-configuration", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=patch-zaak-configuration.component.d.ts.map
|
package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,eAAe,EAAC,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAC,mBAAmB,EAA2B,MAAM,oCAAoC,CAAC;;AAIjG,qBAMa,+BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAuBhD,OAAO,CAAC,QAAQ,CAAC,WAAW;IArB/B,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,qBAAqB,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAClD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,eAAe,CAAC,CAAuC;IAE7F,SAAgB,eAAe,EAAE,MAAM,EAAE,CAA2C;IACpF,SAAgB,YAAY,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAM;IAC9D,SAAgB,aAAa,EAAE,MAAM,EAAE,CAAkB;IACzD,SAAgB,sBAAsB,EAAE,MAAM,EAAE,CAA4B;IAE5E,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAsB;IACnE,SAAS,CAAC,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAA6B;IACjF,SAAS,CAAC,QAAQ,CAAC,uBAAuB,EAAE,MAAM,CAAuB;IAEzE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4C;IACxE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA0C;IACtE,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;gBAElC,WAAW,EAAE,WAAW;IAI9C,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,SAAS,EAAE,eAAe,GAAG,IAAI;IAKpD,iBAAiB,CAAC,QAAQ,EAAE,mBAAmB,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IASlE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,eAAe,GAAG,MAAM,GAAG,IAAI;IAI1E,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAI3C,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvD,WAAW,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI;IAYhD,cAAc,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI;IAYnD,oBAAoB,CAAC,QAAQ,EAAE,mBAAmB,GAAG,OAAO;IAInE,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAzGjB,+BAA+B;2CAA/B,+BAA+B;CAsH3C"}
|
|
@@ -25,12 +25,48 @@ interface CreateNatuurlijkePersoonZaakRolConfig {
|
|
|
25
25
|
inpBsn: string;
|
|
26
26
|
anpIdentificatie: string;
|
|
27
27
|
inpA_nummer: string;
|
|
28
|
+
resultProcessVariable?: string;
|
|
28
29
|
}
|
|
29
30
|
interface CreateNietNatuurlijkePersoonZaakRolConfig {
|
|
30
31
|
roltypeUrl: string;
|
|
31
32
|
rolToelichting: string;
|
|
32
33
|
innNnpId: string;
|
|
33
34
|
annIdentificatie: string;
|
|
35
|
+
kvkNummer?: string;
|
|
36
|
+
vestigingsNummer?: string;
|
|
37
|
+
resultProcessVariable?: string;
|
|
38
|
+
}
|
|
39
|
+
interface CreateMedewerkerZaakRolConfig {
|
|
40
|
+
roltypeUrl: string;
|
|
41
|
+
rolToelichting: string;
|
|
42
|
+
identificatie: string;
|
|
43
|
+
achternaam: string;
|
|
44
|
+
voorletters: string;
|
|
45
|
+
voorvoegselAchternaam?: string;
|
|
46
|
+
afwijkendeNaamBetrokkene?: string;
|
|
47
|
+
indicatieMachtiging?: string;
|
|
48
|
+
resultProcessVariable?: string;
|
|
49
|
+
}
|
|
50
|
+
interface CreateOrganisatorischeEenheidZaakRolConfig {
|
|
51
|
+
roltypeUrl: string;
|
|
52
|
+
rolToelichting: string;
|
|
53
|
+
identificatie: string;
|
|
54
|
+
naam: string;
|
|
55
|
+
isGehuisvestIn: string;
|
|
56
|
+
afwijkendeNaamBetrokkene?: string;
|
|
57
|
+
indicatieMachtiging?: string;
|
|
58
|
+
resultProcessVariable?: string;
|
|
59
|
+
}
|
|
60
|
+
interface CreateVestigingZaakRolConfig {
|
|
61
|
+
roltypeUrl: string;
|
|
62
|
+
rolToelichting: string;
|
|
63
|
+
handelsnaam?: string;
|
|
64
|
+
kvkNummer: string;
|
|
65
|
+
vestigingsNummer: string;
|
|
66
|
+
resultProcessVariable?: string;
|
|
67
|
+
}
|
|
68
|
+
interface DeleteZaakRolConfig {
|
|
69
|
+
rolUuid: string;
|
|
34
70
|
}
|
|
35
71
|
interface CreateZaakConfig {
|
|
36
72
|
rsin: string;
|
|
@@ -38,8 +74,14 @@ interface CreateZaakConfig {
|
|
|
38
74
|
zaaktypeUrl: string;
|
|
39
75
|
inputTypeZaakTypeToggle?: InputOption;
|
|
40
76
|
description?: string;
|
|
77
|
+
explanation?: string;
|
|
41
78
|
plannedEndDate?: string;
|
|
42
79
|
finalDeliveryDate?: string;
|
|
80
|
+
communicationChannel?: string;
|
|
81
|
+
paymentIndication?: string;
|
|
82
|
+
caseGeometryType?: string;
|
|
83
|
+
caseGeometryCoordinates?: string;
|
|
84
|
+
mainCase?: string;
|
|
43
85
|
}
|
|
44
86
|
interface SetZaakopschortingConfig {
|
|
45
87
|
verlengingsduur: string;
|
|
@@ -63,9 +105,25 @@ interface DeleteZaakeigenschapConfig {
|
|
|
63
105
|
eigenschapUrl: string;
|
|
64
106
|
inputTypeEigenschapToggle?: InputOption;
|
|
65
107
|
}
|
|
108
|
+
interface PatchZaakConfig {
|
|
109
|
+
description?: string;
|
|
110
|
+
explanation?: string;
|
|
111
|
+
plannedEndDate?: string;
|
|
112
|
+
finalDeliveryDate?: string;
|
|
113
|
+
publicationDate?: string;
|
|
114
|
+
communicationChannel?: string;
|
|
115
|
+
communicationChannelName?: string;
|
|
116
|
+
paymentIndication?: string;
|
|
117
|
+
lastPaymentDate?: string;
|
|
118
|
+
caseGeometryType?: string;
|
|
119
|
+
caseGeometryCoordinates?: string;
|
|
120
|
+
mainCase?: string;
|
|
121
|
+
archiveActionDate?: string;
|
|
122
|
+
startDateRetentionPeriod?: string;
|
|
123
|
+
}
|
|
66
124
|
interface RelateerZakenConfig {
|
|
67
125
|
teRelaterenZaakUri: string;
|
|
68
126
|
aardRelatie: string;
|
|
69
127
|
}
|
|
70
|
-
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, RelateerZakenConfig, };
|
|
128
|
+
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, };
|
|
71
129
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export type
|
|
1
|
+
export declare const CreateZaakExtraPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "communicationChannel", "paymentIndication", "caseGeometryType", "caseGeometryCoordinates", "mainCase"];
|
|
2
|
+
export type CreateZaakExtraProperties = (typeof CreateZaakExtraPropertyOptions)[number];
|
|
3
3
|
//# sourceMappingURL=create-zaak-properties.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B,wLAUjC,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"geometry-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/geometry-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,EAAE,MAAM,EAQlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indicatie-machtiging-values.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/indicatie-machtiging-values.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE/C,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,UAAU,CAgBzD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const PatchZaakPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "publicationDate", "communicationChannel", "communicationChannelName", "paymentIndication", "lastPaymentDate", "caseGeometryType", "caseGeometryCoordinates", "mainCase", "archiveActionDate", "startDateRetentionPeriod"];
|
|
2
|
+
export type PatchZaakProperties = (typeof PatchZaakPropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=patch-zaak-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,wBAAwB,2SAe3B,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-indication-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/payment-indication-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAAkD,CAAC"}
|
|
@@ -4,24 +4,30 @@ import * as i2 from "./components/link-document-to-zaak/link-document-to-zaak-co
|
|
|
4
4
|
import * as i3 from "./components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component";
|
|
5
5
|
import * as i4 from "./components/set-zaak-status/set-zaak-status-configuration.component";
|
|
6
6
|
import * as i5 from "./components/create-zaak-resultaat/create-zaak-resultaat-configuration.component";
|
|
7
|
-
import * as i6 from "./components/
|
|
8
|
-
import * as i7 from "./components/create-
|
|
9
|
-
import * as i8 from "./components/create-zaak/create-zaak-
|
|
10
|
-
import * as i9 from "./components/
|
|
11
|
-
import * as i10 from "./components/
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/create-
|
|
14
|
-
import * as i13 from "./components/
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "
|
|
7
|
+
import * as i6 from "./components/delete-zaak-rol/delete-zaak-rol.component";
|
|
8
|
+
import * as i7 from "./components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component";
|
|
9
|
+
import * as i8 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
|
|
10
|
+
import * as i9 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
|
|
11
|
+
import * as i10 from "./components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component";
|
|
12
|
+
import * as i11 from "./components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component";
|
|
13
|
+
import * as i12 from "./components/create-zaak/create-zaak-configuration.component";
|
|
14
|
+
import * as i13 from "./components/set-zaakopschorting/set-zaakopschorting.component";
|
|
15
|
+
import * as i14 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
|
|
16
|
+
import * as i15 from "./components/end-hersteltermijn/end-hersteltermijn.component";
|
|
17
|
+
import * as i16 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
|
|
18
|
+
import * as i17 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
|
|
19
|
+
import * as i18 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
|
|
20
|
+
import * as i19 from "./components/create-zaak-object/create-zaak-object-configuration.component";
|
|
21
|
+
import * as i20 from "./components/relateer-zaken/relateer-zaken.component";
|
|
22
|
+
import * as i21 from "./components/patch-zaak/patch-zaak-configuration.component";
|
|
23
|
+
import * as i22 from "@angular/common";
|
|
24
|
+
import * as i23 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
25
|
+
import * as i24 from "@valtimo/components";
|
|
26
|
+
import * as i25 from "carbon-components-angular";
|
|
27
|
+
import * as i26 from "@ngx-translate/core";
|
|
22
28
|
export declare class ZakenApiPluginModule {
|
|
23
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.DeleteZaakRolComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i12.CreateZaakConfigurationComponent, typeof i13.SetZaakopschortingComponent, typeof i14.StartHersteltermijnConfigurationComponent, typeof i15.EndHersteltermijnComponent, typeof i16.CreateZaakeigenschapComponent, typeof i17.UpdateZaakeigenschapComponent, typeof i18.DeleteZaakeigenschapComponent, typeof i19.CreateZaakObjectConfigurationComponent, typeof i20.RelateerZakenComponent, typeof i21.PatchZaakConfigurationComponent], [typeof i22.CommonModule, typeof i23.PluginTranslatePipeModule, typeof i24.FormModule, typeof i24.InputModule, typeof i24.SelectModule, typeof i24.ParagraphModule, typeof i25.ToggleModule, typeof i24.InputLabelModule, typeof i24.RadioModule, typeof i25.LoadingModule, typeof i25.ButtonModule, typeof i25.DialogModule, typeof i25.IconModule, typeof i26.TranslateModule, typeof i25.DatePickerInputModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i12.CreateZaakConfigurationComponent, typeof i6.DeleteZaakRolComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i13.SetZaakopschortingComponent, typeof i14.StartHersteltermijnConfigurationComponent, typeof i15.EndHersteltermijnComponent, typeof i16.CreateZaakeigenschapComponent, typeof i17.UpdateZaakeigenschapComponent, typeof i18.DeleteZaakeigenschapComponent, typeof i19.CreateZaakObjectConfigurationComponent, typeof i20.RelateerZakenComponent]>;
|
|
25
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
|
|
26
32
|
}
|
|
27
33
|
//# sourceMappingURL=zaken-api-plugin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaken-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zaken-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DA,qBAgEa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaken-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"zaken-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAwBjD,QAAA,MAAM,2BAA2B,EAAE,mBAooBlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -23,9 +23,20 @@ export * from './lib/plugins/documenten-api/components/documenten-api-configurat
|
|
|
23
23
|
export * from './lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component';
|
|
24
24
|
export * from './lib/plugins/documenten-api/components/download-document/download-document-configuration.component';
|
|
25
25
|
export * from './lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component';
|
|
26
|
+
export * from './lib/plugins/iko/iko-plugin.module';
|
|
27
|
+
export * from './lib/plugins/iko/iko-plugin.specification';
|
|
28
|
+
export * from './lib/plugins/iko/models/config';
|
|
29
|
+
export * from './lib/plugins/iko/components/iko-configuration/iko-configuration.component';
|
|
30
|
+
export * from './lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module';
|
|
31
|
+
export * from './lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification';
|
|
32
|
+
export * from './lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component';
|
|
33
|
+
export * from './lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component';
|
|
26
34
|
export * from './lib/plugins/objecttypen-api/objecttypen-api-plugin-module';
|
|
27
35
|
export * from './lib/plugins/objecttypen-api/objecttypen-api-plugin.specification';
|
|
28
36
|
export * from './lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component';
|
|
37
|
+
export * from './lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module';
|
|
38
|
+
export * from './lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification';
|
|
39
|
+
export * from './lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component';
|
|
29
40
|
export * from './lib/plugins/zaken-api/zaken-api-plugin.module';
|
|
30
41
|
export * from './lib/plugins/zaken-api/zaken-api-plugin.specification';
|
|
31
42
|
export * from './lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component';
|
|
@@ -35,6 +46,9 @@ export * from './lib/plugins/zaken-api/components/create-zaak-resultaat/create-z
|
|
|
35
46
|
export * from './lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component';
|
|
36
47
|
export * from './lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component';
|
|
37
48
|
export * from './lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component';
|
|
49
|
+
export * from './lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component';
|
|
50
|
+
export * from './lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component';
|
|
51
|
+
export * from './lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component';
|
|
38
52
|
export * from './lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component';
|
|
39
53
|
export * from './lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component';
|
|
40
54
|
export * from './lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component';
|
|
@@ -42,7 +56,9 @@ export * from './lib/plugins/zaken-api/components/end-hersteltermijn/end-herstel
|
|
|
42
56
|
export * from './lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component';
|
|
43
57
|
export * from './lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component';
|
|
44
58
|
export * from './lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component';
|
|
59
|
+
export * from './lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component';
|
|
45
60
|
export * from './lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component';
|
|
61
|
+
export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
|
|
46
62
|
export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
|
|
47
63
|
export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
|
|
48
64
|
export * from './lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component';
|
|
@@ -51,7 +67,9 @@ export * from './lib/plugins/catalogi-api/catalogi-api-plugin-module';
|
|
|
51
67
|
export * from './lib/plugins/catalogi-api/catalogi-api-plugin.specification';
|
|
52
68
|
export * from './lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component';
|
|
53
69
|
export * from './lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component';
|
|
70
|
+
export * from './lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component';
|
|
54
71
|
export * from './lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component';
|
|
72
|
+
export * from './lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component';
|
|
55
73
|
export * from './lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component';
|
|
56
74
|
export * from './lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component';
|
|
57
75
|
export * from './lib/plugins/notificaties-api/notificaties-api-plugin.module';
|
package/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,0FAA0F,CAAC;AACzG,cAAc,uFAAuF,CAAC;AAEtG,cAAc,iDAAiD,CAAC;AAChE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wDAAwD,CAAC;AAEvE,cAAc,qFAAqF,CAAC;AACpG,cAAc,4FAA4F,CAAC;AAC3G,cAAc,kJAAkJ,CAAC;AAEjK,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAC/H,cAAc,oHAAoH,CAAC;AACnI,cAAc,0FAA0F,CAAC;AAEzG,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kEAAkE,CAAC;AACjF,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yGAAyG,CAAC;AACxH,cAAc,6GAA6G,CAAC;AAC5H,cAAc,iHAAiH,CAAC;AAChI,cAAc,qGAAqG,CAAC;AACpH,cAAc,mIAAmI,CAAC;AAElJ,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAE/H,cAAc,iDAAiD,CAAC;AAChE,cAAc,wDAAwD,CAAC;AACvE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wGAAwG,CAAC;AACvH,cAAc,4FAA4F,CAAC;AAC3G,cAAc,wGAAwG,CAAC;AACvH,cAAc,0HAA0H,CAAC;AACzI,cAAc,oHAAoH,CAAC;AACnI,cAAc,8HAA8H,CAAC;AAC7I,cAAc,oFAAoF,CAAC;AACnG,cAAc,sFAAsF,CAAC;AACrG,cAAc,sGAAsG,CAAC;AACrH,cAAc,oFAAoF,CAAC;AACnG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,4EAA4E,CAAC;
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"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"}
|