@valtimo/plugin 13.33.0 → 13.35.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.
@@ -6,12 +6,13 @@ import * as i4 from "./components/get-resultaattype/get-resultaattype-configurat
6
6
  import * as i5 from "./components/get-statustypen/get-statustypen-configuration.component";
7
7
  import * as i6 from "./components/get-statustype/get-statustype-configuration.component";
8
8
  import * as i7 from "./components/get-eigenschap/get-eigenschap-configuration.component";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
11
- import * as i10 from "@valtimo/components";
9
+ import * as i8 from "./components/get-informatieobjecttype/get-informatieobjecttype-configuration.component";
10
+ import * as i9 from "@angular/common";
11
+ import * as i10 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
12
+ import * as i11 from "@valtimo/components";
12
13
  export declare class CatalogiApiPluginModule {
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CatalogiApiPluginModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<CatalogiApiPluginModule, [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent], [typeof i8.CommonModule, typeof i9.PluginTranslatePipeModule, typeof i10.FormModule, typeof i10.InputModule, typeof i10.SelectModule, typeof i10.ParagraphModule], [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CatalogiApiPluginModule, [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent, typeof i8.GetInformatieobjecttypeConfigurationComponent], [typeof i9.CommonModule, typeof i10.PluginTranslatePipeModule, typeof i11.FormModule, typeof i11.InputModule, typeof i11.SelectModule, typeof i11.ParagraphModule], [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent, typeof i8.GetInformatieobjecttypeConfigurationComponent]>;
15
16
  static ɵinj: i0.ɵɵInjectorDeclaration<CatalogiApiPluginModule>;
16
17
  }
17
18
  //# sourceMappingURL=catalogi-api-plugin-module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"catalogi-api-plugin-module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin-module.ts"],"names":[],"mappings":";;;;;;;;;;;AA4BA,qBA4Ba,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
1
+ {"version":3,"file":"catalogi-api-plugin-module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin-module.ts"],"names":[],"mappings":";;;;;;;;;;;;AA6BA,qBA8Ba,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"catalogi-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAUjD,QAAA,MAAM,8BAA8B,EAAE,mBA8GrC,CAAC;AAEF,OAAO,EAAC,8BAA8B,EAAC,CAAC"}
1
+ {"version":3,"file":"catalogi-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAWjD,QAAA,MAAM,8BAA8B,EAAE,mBA6HrC,CAAC;AAEF,OAAO,EAAC,8BAA8B,EAAC,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { GetInformatieobjecttypeConfig } from '../../models';
4
+ import { FunctionConfigurationComponent } from '../../../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetInformatieobjecttypeConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<GetInformatieobjecttypeConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<GetInformatieobjecttypeConfig>;
13
+ private _saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: GetInformatieobjecttypeConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetInformatieobjecttypeConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetInformatieobjecttypeConfigurationComponent, "valtimo-get-informatieobjecttype-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=get-informatieobjecttype-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-informatieobjecttype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-informatieobjecttype/get-informatieobjecttype-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,6BAA6B,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;;AAElE,qBAKa,6CACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAE5C,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,6BAA6B,CAAC,CAAC;IAChE,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,6BAA6B,CAAC,CACvB;IAEpD,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAmE;IAC9F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,6BAA6B,GAAG,IAAI;IAKtE,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,6CAA6C;2CAA7C,6CAA6C;CA+CzD"}
@@ -27,5 +27,9 @@ interface GetEigenschapConfig {
27
27
  eigenschap: string;
28
28
  processVariable: string;
29
29
  }
30
- export { CatalogiApiConfig, GetBesluittypeConfig, GetResultaattypenConfig, GetResultaattypeConfig, GetStatustypenConfig, GetStatustypeConfig, GetEigenschapConfig, };
30
+ interface GetInformatieobjecttypeConfig {
31
+ informatieobjecttype: string;
32
+ processVariable: string;
33
+ }
34
+ export { CatalogiApiConfig, GetBesluittypeConfig, GetResultaattypenConfig, GetResultaattypeConfig, GetStatustypenConfig, GetStatustypeConfig, GetEigenschapConfig, GetInformatieobjecttypeConfig, };
31
35
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,oBAAoB;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,uBAAuB;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,sBAAsB;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,oBAAoB;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,GACpB,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,oBAAoB;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,uBAAuB;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,sBAAsB;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,oBAAoB;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,6BAA6B;IACrC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,6BAA6B,GAC9B,CAAC"}
@@ -1,10 +1,12 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FunctionConfigurationComponent } from '../../../../models';
3
- import { Observable } from 'rxjs';
3
+ import { BehaviorSubject, Observable } from 'rxjs';
4
4
  import { DocumentLanguage, DocumentStatus, StoreTempDocumentConfig } from '../../models';
5
5
  import { TranslateService } from '@ngx-translate/core';
6
6
  import { PluginTranslationService } from '../../../../services';
7
- import { ConfidentialityLevel } from '../../../documenten-api/models';
7
+ import { ConfidentialityLevel } from '../../models';
8
+ import { InputOption } from '../../../zaken-api/models';
9
+ import { RadioValue } from '@valtimo/components';
8
10
  import * as i0 from "@angular/core";
9
11
  export declare class StoreTempDocumentConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
10
12
  private readonly translateService;
@@ -20,6 +22,12 @@ export declare class StoreTempDocumentConfigurationComponent implements Function
20
22
  id: string;
21
23
  text: string;
22
24
  }>>;
25
+ readonly selectedConfidentialityLevelInputType$: BehaviorSubject<InputOption>;
26
+ readonly selectedLanguageInputType$: BehaviorSubject<InputOption>;
27
+ readonly selectedStatusInputType$: BehaviorSubject<InputOption>;
28
+ readonly confidentialityLevelInputTypeOptions$: Observable<Array<RadioValue>>;
29
+ readonly languageInputTypeOptions$: Observable<Array<RadioValue>>;
30
+ readonly statusInputTypeOptions$: Observable<Array<RadioValue>>;
23
31
  readonly LANGUAGE_ITEMS: Array<DocumentLanguage>;
24
32
  readonly languageSelectItems$: Observable<Array<{
25
33
  id: DocumentLanguage;
@@ -36,7 +44,11 @@ export declare class StoreTempDocumentConfigurationComponent implements Function
36
44
  constructor(translateService: TranslateService, pluginTranslationService: PluginTranslationService);
37
45
  ngOnInit(): void;
38
46
  ngOnDestroy(): void;
39
- formValueChange(formValue: StoreTempDocumentConfig): void;
47
+ formValueChange(formValue: StoreTempDocumentConfig & {
48
+ confidentialityLevelInputType?: InputOption;
49
+ languageInputType?: InputOption;
50
+ statusInputType?: InputOption;
51
+ }): void;
40
52
  private handleValid;
41
53
  private openSaveSubscription;
42
54
  static ɵfac: i0.ɵɵFactoryDeclaration<StoreTempDocumentConfigurationComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"store-temp-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-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,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,gBAAgB,EAAE,cAAc,EAAE,uBAAuB,EAAC,MAAM,cAAc,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;;AAEpE,qBAKa,uCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA6D1D,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA5DlC,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,uBAAuB,CAAC,CAAC;IAC1D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,QAAQ,CAAC,2BAA2B,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAS/D;IACF,QAAQ,CAAC,0BAA0B,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQ9E;IAEJ,QAAQ,CAAC,cAAc,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAW;IAC3D,QAAQ,CAAC,oBAAoB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,gBAAgB,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQlF;IACJ,QAAQ,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAK1C;IACF,QAAQ,CAAC,kBAAkB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,cAAc,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQ9E;IAEJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6D;IACxF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,uBAAuB,GAAG,IAAI;IAKzD,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA3FjB,uCAAuC;2CAAvC,uCAAuC;CAsGnD"}
1
+ {"version":3,"file":"store-temp-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.ts"],"names":[],"mappings":"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"}
@@ -12,7 +12,7 @@ import * as i10 from "../../pipes/plugin-translate/plugin-translate-pipe.module"
12
12
  import * as i11 from "@valtimo/components";
13
13
  export declare class DocumentenApiPluginModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiPluginModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentenApiPluginModule, [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.StoreUploadedDocumentInPartsConfigurationComponent, typeof i5.DownloadDocumentConfigurationComponent, typeof i6.LinkDocumentToObjectConfigurationComponent, typeof i7.DeleteDocumentLinkConfigurationComponent, typeof i8.GetAuditTrailConfigurationComponent], [typeof i9.CommonModule, typeof i10.PluginTranslatePipeModule, typeof i11.FormModule, typeof i11.InputModule, typeof i11.SelectModule, typeof i11.ParagraphModule], [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.StoreUploadedDocumentInPartsConfigurationComponent, typeof i5.DownloadDocumentConfigurationComponent, typeof i6.LinkDocumentToObjectConfigurationComponent, typeof i7.DeleteDocumentLinkConfigurationComponent, typeof i8.GetAuditTrailConfigurationComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentenApiPluginModule, [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.StoreUploadedDocumentInPartsConfigurationComponent, typeof i5.DownloadDocumentConfigurationComponent, typeof i6.LinkDocumentToObjectConfigurationComponent, typeof i7.DeleteDocumentLinkConfigurationComponent, typeof i8.GetAuditTrailConfigurationComponent], [typeof i9.CommonModule, typeof i10.PluginTranslatePipeModule, typeof i11.FormModule, typeof i11.InputModule, typeof i11.SelectModule, typeof i11.ParagraphModule, typeof i11.RadioModule], [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.StoreUploadedDocumentInPartsConfigurationComponent, typeof i5.DownloadDocumentConfigurationComponent, typeof i6.LinkDocumentToObjectConfigurationComponent, typeof i7.DeleteDocumentLinkConfigurationComponent, typeof i8.GetAuditTrailConfigurationComponent]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<DocumentenApiPluginModule>;
17
17
  }
18
18
  //# sourceMappingURL=documenten-api-plugin.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"documenten-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/documenten-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AA6BA,qBA8Ba,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
1
+ {"version":3,"file":"documenten-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/documenten-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AA6BA,qBA+Ba,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"documenten-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/documenten-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAYjD,QAAA,MAAM,gCAAgC,EAAE,mBA+MvC,CAAC;AAEF,OAAO,EAAC,gCAAgC,EAAC,CAAC"}
1
+ {"version":3,"file":"documenten-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/documenten-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAYjD,QAAA,MAAM,gCAAgC,EAAE,mBA6OvC,CAAC;AAEF,OAAO,EAAC,gCAAgC,EAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/plugin",
3
3
  "license": "EUPL-1.2",
4
- "version": "13.33.0",
4
+ "version": "13.35.0",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "19.2.20",
7
7
  "@angular/core": "19.2.20"
package/public-api.d.ts CHANGED
@@ -82,6 +82,7 @@ export * from './lib/plugins/catalogi-api/components/get-resultaattype/get-resul
82
82
  export * from './lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component';
83
83
  export * from './lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component';
84
84
  export * from './lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component';
85
+ export * from './lib/plugins/catalogi-api/components/get-informatieobjecttype/get-informatieobjecttype-configuration.component';
85
86
  export * from './lib/plugins/notificaties-api/notificaties-api-plugin.module';
86
87
  export * from './lib/plugins/notificaties-api/notificaties-api-plugin.specification';
87
88
  export * from './lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"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"}