@valtimo/plugin 13.4.1 → 13.6.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/fesm2022/valtimo-plugin.mjs +636 -432
- package/fesm2022/valtimo-plugin.mjs.map +1 -1
- package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +7 -6
- package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
- package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/config.d.ts +13 -1
- package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
- package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
- 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.map +1 -1
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/exact/exact.plugin.specification.d.ts.map +1 -1
- package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -1
- 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.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -1
- 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/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts +34 -0
- package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +15 -2
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/config.d.ts +17 -1
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +27 -23
- 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 +5 -0
- package/public-api.d.ts.map +1 -1
|
@@ -2,31 +2,35 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./components/zaken-api-configuration/zaken-api-configuration.component";
|
|
3
3
|
import * as i2 from "./components/link-document-to-zaak/link-document-to-zaak-configuration.component";
|
|
4
4
|
import * as i3 from "./components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component";
|
|
5
|
-
import * as i4 from "./components/
|
|
6
|
-
import * as i5 from "./components/
|
|
7
|
-
import * as i6 from "./components/create-
|
|
8
|
-
import * as i7 from "./components/
|
|
9
|
-
import * as i8 from "./components/create-
|
|
10
|
-
import * as i9 from "./components/create-
|
|
11
|
-
import * as i10 from "./components/create-
|
|
12
|
-
import * as i11 from "./components/create-zaak/create-zaak-
|
|
13
|
-
import * as i12 from "./components/
|
|
14
|
-
import * as i13 from "./components/
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "./components/
|
|
18
|
-
import * as i17 from "./components/
|
|
19
|
-
import * as i18 from "./components/
|
|
20
|
-
import * as i19 from "./components/
|
|
21
|
-
import * as i20 from "./components/
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "
|
|
5
|
+
import * as i4 from "./components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component";
|
|
6
|
+
import * as i5 from "./components/set-zaak-status/set-zaak-status-configuration.component";
|
|
7
|
+
import * as i6 from "./components/create-zaak-resultaat/create-zaak-resultaat-configuration.component";
|
|
8
|
+
import * as i7 from "./components/delete-zaak-rol/delete-zaak-rol.component";
|
|
9
|
+
import * as i8 from "./components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component";
|
|
10
|
+
import * as i9 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
|
|
11
|
+
import * as i10 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
|
|
12
|
+
import * as i11 from "./components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component";
|
|
13
|
+
import * as i12 from "./components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component";
|
|
14
|
+
import * as i13 from "./components/create-zaak/create-zaak-configuration.component";
|
|
15
|
+
import * as i14 from "./components/set-zaakopschorting/set-zaakopschorting.component";
|
|
16
|
+
import * as i15 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
|
|
17
|
+
import * as i16 from "./components/end-hersteltermijn/end-hersteltermijn.component";
|
|
18
|
+
import * as i17 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
|
|
19
|
+
import * as i18 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
|
|
20
|
+
import * as i19 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
|
|
21
|
+
import * as i20 from "./components/create-zaak-object/create-zaak-object-configuration.component";
|
|
22
|
+
import * as i21 from "./components/relateer-zaken/relateer-zaken.component";
|
|
23
|
+
import * as i22 from "./components/patch-zaak/patch-zaak-configuration.component";
|
|
24
|
+
import * as i23 from "./components/get-zaakbesluiten/get-zaakbesluiten-configuration.component";
|
|
25
|
+
import * as i24 from "@angular/common";
|
|
26
|
+
import * as i25 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
27
|
+
import * as i26 from "@valtimo/components";
|
|
28
|
+
import * as i27 from "carbon-components-angular";
|
|
29
|
+
import * as i28 from "@ngx-translate/core";
|
|
30
|
+
import * as i29 from "@angular/forms";
|
|
27
31
|
export declare class ZakenApiPluginModule {
|
|
28
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.GetZaakInformatieobjectenComponent, typeof i5.SetZaakStatusConfigurationComponent, typeof i6.CreateZaakResultaatConfigurationComponent, typeof i7.DeleteZaakRolComponent, typeof i8.CreateMedewerkerZaakRolComponent, typeof i9.CreateNatuurlijkPersoonZaakRolComponent, typeof i10.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i11.CreateOrganisatorischeEenheidZaakRolComponent, typeof i12.CreateVestigingZaakRolComponent, typeof i13.CreateZaakConfigurationComponent, typeof i14.SetZaakopschortingComponent, typeof i15.StartHersteltermijnConfigurationComponent, typeof i16.EndHersteltermijnComponent, typeof i17.CreateZaakeigenschapComponent, typeof i18.UpdateZaakeigenschapComponent, typeof i19.DeleteZaakeigenschapComponent, typeof i20.CreateZaakObjectConfigurationComponent, typeof i21.RelateerZakenComponent, typeof i22.PatchZaakConfigurationComponent, typeof i23.GetZaakbesluitenConfigurationComponent], [typeof i24.CommonModule, typeof i25.PluginTranslatePipeModule, typeof i26.FormModule, typeof i26.InputModule, typeof i26.SelectModule, typeof i26.ParagraphModule, typeof i27.ToggleModule, typeof i26.InputLabelModule, typeof i26.RadioModule, typeof i27.LoadingModule, typeof i27.ButtonModule, typeof i27.DialogModule, typeof i27.IconModule, typeof i28.TranslateModule, typeof i27.DatePickerInputModule, typeof i27.DatePickerModule, typeof i29.FormsModule, typeof i27.NotificationModule, typeof i29.ReactiveFormsModule, typeof i27.TimePickerModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.GetZaakInformatieobjectenComponent, typeof i5.SetZaakStatusConfigurationComponent, typeof i6.CreateZaakResultaatConfigurationComponent, typeof i13.CreateZaakConfigurationComponent, typeof i7.DeleteZaakRolComponent, typeof i8.CreateMedewerkerZaakRolComponent, typeof i9.CreateNatuurlijkPersoonZaakRolComponent, typeof i10.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i11.CreateOrganisatorischeEenheidZaakRolComponent, typeof i12.CreateVestigingZaakRolComponent, typeof i14.SetZaakopschortingComponent, typeof i15.StartHersteltermijnConfigurationComponent, typeof i16.EndHersteltermijnComponent, typeof i17.CreateZaakeigenschapComponent, typeof i18.UpdateZaakeigenschapComponent, typeof i19.DeleteZaakeigenschapComponent, typeof i20.CreateZaakObjectConfigurationComponent, typeof i21.RelateerZakenComponent, typeof i23.GetZaakbesluitenConfigurationComponent]>;
|
|
30
34
|
static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
|
|
31
35
|
}
|
|
32
36
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DA,qBAyEa,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;AA0BjD,QAAA,MAAM,2BAA2B,EAAE,mBA8pBlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -58,6 +58,10 @@ export * from './lib/plugins/zaken-api/components/update-zaakeigenschap/update-z
|
|
|
58
58
|
export * from './lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component';
|
|
59
59
|
export * from './lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component';
|
|
60
60
|
export * from './lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component';
|
|
61
|
+
export * from './lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component';
|
|
62
|
+
export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
|
|
63
|
+
export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
|
|
64
|
+
export * from './lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component';
|
|
61
65
|
export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
|
|
62
66
|
export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
|
|
63
67
|
export * from './lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component';
|
|
@@ -89,6 +93,7 @@ export * from './lib/plugins/besluiten-api/besluiten-api-plugin.module';
|
|
|
89
93
|
export * from './lib/plugins/besluiten-api/besluiten-api-plugin.specification';
|
|
90
94
|
export * from './lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component';
|
|
91
95
|
export * from './lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component';
|
|
96
|
+
export * from './lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component';
|
|
92
97
|
export * from './lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component';
|
|
93
98
|
export * from './lib/plugins/exact/exact.plugin.specification';
|
|
94
99
|
export * from './lib/plugins/exact/exact-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,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iCAAiC,CAAC;AAChD,cAAc,4EAA4E,CAAC;AAE3F,cAAc,uEAAuE,CAAC;AACtF,cAAc,8EAA8E,CAAC;AAC7F,cAAc,+HAA+H,CAAC;AAC9I,cAAc,uFAAuF,CAAC;AAEtG,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAE/H,cAAc,6FAA6F,CAAC;AAC5G,cAAc,oGAAoG,CAAC;AACnH,cAAc,gKAAgK,CAAC;AAE/K,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,oGAAoG,CAAC;AACnH,cAAc,gIAAgI,CAAC;AAC/I,cAAc,kGAAkG,CAAC;AACjH,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,kGAAkG,CAAC;AACjH,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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"}
|