@valtimo/plugin 5.3.0 → 5.7.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 +7 -9
- package/esm2020/lib/components/plugin-configuration-container/plugin-configuration-container.component.mjs +10 -11
- package/esm2020/lib/components/plugin-configuration-container/plugin-configuration-container.module.mjs +5 -5
- package/esm2020/lib/constants/index.mjs +6 -2
- package/esm2020/lib/constants/injection-tokens.mjs +6 -2
- package/esm2020/lib/models/index.mjs +6 -2
- package/esm2020/lib/models/plugin.mjs +6 -2
- package/esm2020/lib/pipes/index.mjs +6 -2
- package/esm2020/lib/pipes/plugin-translate/index.mjs +6 -2
- package/esm2020/lib/pipes/plugin-translate/plugin-translate-pipe.module.mjs +10 -6
- package/esm2020/lib/pipes/plugin-translate/plugin-translate.pipe.mjs +9 -5
- package/esm2020/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.mjs +18 -0
- package/esm2020/lib/plugins/documenten-api/assets/index.mjs +17 -0
- package/esm2020/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.mjs +89 -0
- package/esm2020/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.mjs +96 -0
- package/esm2020/lib/plugins/documenten-api/documenten-api-plugin.module.mjs +36 -0
- package/esm2020/lib/plugins/documenten-api/documenten-api-plugin.specification.mjs +108 -0
- package/esm2020/lib/plugins/documenten-api/models/config.mjs +17 -0
- package/esm2020/lib/plugins/documenten-api/models/index.mjs +17 -0
- package/esm2020/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.mjs +18 -0
- package/esm2020/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.mjs +74 -0
- package/esm2020/lib/plugins/object-token-authentication/models/config.mjs +17 -0
- package/esm2020/lib/plugins/object-token-authentication/models/index.mjs +17 -0
- package/esm2020/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.mjs +35 -0
- package/esm2020/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.mjs +47 -0
- package/esm2020/lib/plugins/objecten-api/assets/index.mjs +17 -0
- package/esm2020/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.mjs +18 -0
- package/esm2020/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.mjs +88 -0
- package/esm2020/lib/plugins/objecten-api/models/config.mjs +17 -0
- package/esm2020/lib/plugins/objecten-api/models/index.mjs +17 -0
- package/esm2020/lib/plugins/objecten-api/objecten-api-plugin-module.mjs +54 -0
- package/esm2020/lib/plugins/objecten-api/objecten-api-plugin.specification.mjs +53 -0
- package/esm2020/lib/plugins/objecttypen-api/assets/index.mjs +17 -0
- package/esm2020/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.mjs +18 -0
- package/esm2020/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.mjs +88 -0
- package/esm2020/lib/plugins/objecttypen-api/models/config.mjs +17 -0
- package/esm2020/lib/plugins/objecttypen-api/models/index.mjs +17 -0
- package/esm2020/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.mjs +54 -0
- package/esm2020/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.mjs +53 -0
- package/esm2020/lib/plugins/open-zaak/assets/index.mjs +6 -2
- package/esm2020/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.mjs +6 -2
- package/esm2020/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +38 -20
- package/esm2020/lib/plugins/open-zaak/models/config.mjs +6 -2
- package/esm2020/lib/plugins/open-zaak/models/index.mjs +6 -2
- package/esm2020/lib/plugins/open-zaak/open-zaak-plugin.module.mjs +9 -63
- package/esm2020/lib/plugins/open-zaak/open-zaak-plugin.specification.mjs +21 -63
- package/esm2020/lib/plugins/smart-documents/assets/index.mjs +6 -2
- package/esm2020/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.mjs +6 -2
- package/esm2020/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.mjs +40 -16
- package/esm2020/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.mjs +41 -15
- package/esm2020/lib/plugins/smart-documents/models/config.mjs +6 -2
- package/esm2020/lib/plugins/smart-documents/models/index.mjs +6 -2
- package/esm2020/lib/plugins/smart-documents/smart-documents-plugin.module.mjs +10 -7
- package/esm2020/lib/plugins/smart-documents/smart-documents-plugin.specification.mjs +24 -5
- package/esm2020/lib/plugins/zaken-api/assets/index.mjs +17 -0
- package/esm2020/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.mjs +18 -0
- package/esm2020/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.mjs +86 -0
- package/esm2020/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.mjs +88 -0
- package/esm2020/lib/plugins/zaken-api/models/config.mjs +17 -0
- package/esm2020/lib/plugins/zaken-api/models/index.mjs +17 -0
- package/esm2020/lib/plugins/zaken-api/zaken-api-plugin.module.mjs +55 -0
- package/esm2020/lib/plugins/zaken-api/zaken-api-plugin.specification.mjs +87 -0
- package/esm2020/lib/services/index.mjs +7 -2
- package/esm2020/lib/services/plugin-management.service.mjs +79 -0
- package/esm2020/lib/services/plugin-translation.service.mjs +9 -5
- package/esm2020/lib/services/plugin.service.mjs +4 -4
- package/esm2020/public-api.mjs +28 -7
- package/fesm2015/valtimo-plugin.mjs +1565 -544
- package/fesm2015/valtimo-plugin.mjs.map +1 -1
- package/fesm2020/valtimo-plugin.mjs +1553 -542
- package/fesm2020/valtimo-plugin.mjs.map +1 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +5 -6
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -1
- package/lib/constants/index.d.ts.map +1 -1
- package/lib/constants/injection-tokens.d.ts.map +1 -1
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/plugin.d.ts +41 -7
- package/lib/models/plugin.d.ts.map +1 -1
- package/lib/pipes/index.d.ts.map +1 -1
- package/lib/pipes/plugin-translate/index.d.ts.map +1 -1
- package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts.map +1 -1
- package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -1
- package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/documenten-api/assets/index.d.ts +2 -0
- package/lib/plugins/documenten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts +34 -0
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +39 -0
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts +12 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/documenten-api/models/config.d.ts +17 -0
- package/lib/plugins/documenten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/documenten-api/models/index.d.ts +2 -0
- package/lib/plugins/documenten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts +3 -0
- package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts +24 -0
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/models/config.d.ts +6 -0
- package/lib/plugins/object-token-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/models/index.d.ts +2 -0
- package/lib/plugins/object-token-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts +11 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts +4 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/objecten-api/assets/index.d.ts +2 -0
- package/lib/plugins/objecten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts +34 -0
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/objecten-api/models/config.d.ts +7 -0
- package/lib/plugins/objecten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/objecten-api/models/index.d.ts +2 -0
- package/lib/plugins/objecten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts +11 -0
- package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/assets/index.d.ts +2 -0
- package/lib/plugins/objecttypen-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts +34 -0
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/models/config.d.ts +7 -0
- package/lib/plugins/objecttypen-api/models/config.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/models/index.d.ts +2 -0
- package/lib/plugins/objecttypen-api/models/index.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts +11 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/open-zaak/assets/index.d.ts.map +1 -1
- package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts.map +1 -1
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +11 -6
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/open-zaak/models/config.d.ts +3 -7
- package/lib/plugins/open-zaak/models/config.d.ts.map +1 -1
- package/lib/plugins/open-zaak/models/index.d.ts.map +1 -1
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +4 -9
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts.map +1 -1
- package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/smart-documents/assets/index.d.ts.map +1 -1
- package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts.map +1 -1
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts +12 -7
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts +11 -6
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -1
- package/lib/plugins/smart-documents/models/config.d.ts +3 -2
- package/lib/plugins/smart-documents/models/config.d.ts.map +1 -1
- package/lib/plugins/smart-documents/models/index.d.ts.map +1 -1
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts +1 -1
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts.map +1 -1
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/zaken-api/assets/index.d.ts +2 -0
- package/lib/plugins/zaken-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts +34 -0
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +34 -0
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/config.d.ts +12 -0
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/index.d.ts +2 -0
- package/lib/plugins/zaken-api/models/index.d.ts.map +1 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +12 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -0
- package/lib/services/index.d.ts +1 -0
- package/lib/services/index.d.ts.map +1 -1
- package/lib/services/plugin-management.service.d.ts +27 -0
- package/lib/services/plugin-management.service.d.ts.map +1 -0
- package/lib/services/plugin-translation.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +17 -5
- package/public-api.d.ts.map +1 -1
- package/esm2020/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.mjs +0 -65
- package/esm2020/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.mjs +0 -61
- package/esm2020/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.mjs +0 -85
- package/esm2020/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.mjs +0 -95
- package/esm2020/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.mjs +0 -90
- package/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.d.ts +0 -23
- package/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.d.ts.map +0 -1
- package/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.d.ts +0 -23
- package/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.d.ts.map +0 -1
- package/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.d.ts +0 -30
- package/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.d.ts.map +0 -1
- package/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.d.ts +0 -30
- package/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.d.ts.map +0 -1
- package/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.d.ts +0 -30
- package/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.d.ts.map +0 -1
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { PluginConfigurationComponent, PluginConfigurationData } from '../../../../models';
|
|
3
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
-
import { ZaakType } from '@valtimo/resource';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CreateZaakConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
-
clear$: Observable<void>;
|
|
8
|
-
save$: Observable<void>;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
error: boolean;
|
|
11
|
-
pluginId: string;
|
|
12
|
-
valid: EventEmitter<boolean>;
|
|
13
|
-
configuration: EventEmitter<PluginConfigurationData>;
|
|
14
|
-
readonly selectedZaakType$: BehaviorSubject<ZaakType>;
|
|
15
|
-
private validSubscription;
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
selectZaakType(zaakType: ZaakType | null): void;
|
|
19
|
-
private openValidSubscription;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakConfigurationComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-zaak-configuration", never, { "clear$": "clear$"; "save$": "save$"; "disabled": "disabled"; "error": "error"; "pluginId": "pluginId"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never>;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=create-zaak-configuration.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.ts"],"names":[],"mappings":"AAYA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAE,uBAAuB,EAAC,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAe,MAAM,MAAM,CAAC;AAE9E,OAAO,EAAC,QAAQ,EAAC,MAAM,mBAAmB,CAAC;;AAE3C,qBAKa,gCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAEjD,MAAM,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACzB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,QAAQ,CAAC,iBAAiB,4BAA8C;IAExE,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,GAAG,IAAI;IAI/C,OAAO,CAAC,qBAAqB;yCA5BlB,gCAAgC;2CAAhC,gCAAgC;CAyC5C"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { OpenZaakService, ZaakType, ZaakTypeLink } from '@valtimo/resource';
|
|
4
|
-
import { PluginTranslationService } from '../../../../services';
|
|
5
|
-
import { SelectItem, ModalService, SelectItemId } from '@valtimo/user-interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SelectZaakTypeComponent {
|
|
8
|
-
private readonly openZaakService;
|
|
9
|
-
private readonly modalService;
|
|
10
|
-
private readonly pluginTranslationService;
|
|
11
|
-
pluginId: string;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
zaakTypeSelected: EventEmitter<ZaakType>;
|
|
14
|
-
zaakTypeLinks$: Observable<Array<ZaakTypeLink> | null>;
|
|
15
|
-
zaakTypeLinkSelectItems$: Observable<Array<SelectItem> | null>;
|
|
16
|
-
private readonly selectedZaakTypeUrl$;
|
|
17
|
-
readonly selectedZaakType$: Observable<ZaakType | null>;
|
|
18
|
-
constructor(openZaakService: OpenZaakService, modalService: ModalService, pluginTranslationService: PluginTranslationService);
|
|
19
|
-
selectZaakTypeLink(zaakTypeUrl: SelectItemId): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectZaakTypeComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectZaakTypeComponent, "valtimo-select-zaak-type", never, { "pluginId": "pluginId"; "disabled": "disabled"; }, { "zaakTypeSelected": "zaakTypeSelected"; }, never, never>;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=select-zaak-type.component.d.ts.map
|
package/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"select-zaak-type.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.ts"],"names":[],"mappings":"AAYA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AAErE,OAAO,EAAiC,UAAU,EAAK,MAAM,MAAM,CAAC;AAEpE,OAAO,EAAC,eAAe,EAAE,QAAQ,EAAE,YAAY,EAAC,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,UAAU,EAAE,YAAY,EAAE,YAAY,EAAC,MAAM,yBAAyB,CAAC;;AAE/E,qBAKa,uBAAuB;IAqChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IAtClC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IACjB,gBAAgB,yBAAuC;IAEjE,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAQpD;IAEF,wBAAwB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAO5D;IAEF,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAmC;IAExE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,QAAQ,GAAG,IAAI,CAAC,CAQrD;gBAGiB,eAAe,EAAE,eAAe,EAChC,YAAY,EAAE,YAAY,EAC1B,wBAAwB,EAAE,wBAAwB;IAGrE,kBAAkB,CAAC,WAAW,EAAE,YAAY,GAAG,IAAI;yCA1CxC,uBAAuB;2CAAvB,uBAAuB;CA6CnC"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { PluginConfigurationComponent, PluginConfigurationData } from '../../../../models';
|
|
3
|
-
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
|
-
import { ZaakType } from '@valtimo/resource';
|
|
5
|
-
import { SelectItem } from '@valtimo/user-interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SetBesluitConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
8
|
-
clear$: Observable<void>;
|
|
9
|
-
save$: Observable<void>;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
error: boolean;
|
|
12
|
-
pluginId: string;
|
|
13
|
-
valid: EventEmitter<boolean>;
|
|
14
|
-
configuration: EventEmitter<PluginConfigurationData>;
|
|
15
|
-
private readonly selectedBesluit$;
|
|
16
|
-
readonly selectedZaakType$: BehaviorSubject<ZaakType>;
|
|
17
|
-
readonly BESLUITEN: Array<string>;
|
|
18
|
-
readonly besluitSelectItems: Array<SelectItem>;
|
|
19
|
-
readonly clearSubject$: Subject<unknown>;
|
|
20
|
-
private validSubscription;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
selectZaakType(zaakType: ZaakType | null): void;
|
|
24
|
-
clearBesluit(): void;
|
|
25
|
-
selectBesluit(besluit: string): void;
|
|
26
|
-
private openValidSubscription;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SetBesluitConfigurationComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SetBesluitConfigurationComponent, "valtimo-set-besluit-configuration", never, { "clear$": "clear$"; "save$": "save$"; "disabled": "disabled"; "error": "error"; "pluginId": "pluginId"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never>;
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=set-besluit-configuration.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"set-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.ts"],"names":[],"mappings":"AAYA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAE,uBAAuB,EAAC,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAE,OAAO,EAAe,MAAM,MAAM,CAAC;AACvF,OAAO,EAAC,QAAQ,EAAC,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAC,UAAU,EAAC,MAAM,yBAAyB,CAAC;;AAEnD,qBAKa,gCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAEjD,MAAM,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACzB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAmC;IAEpE,QAAQ,CAAC,iBAAiB,4BAA8C;IAExE,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAiD;IAElF,QAAQ,CAAC,kBAAkB,EAAE,KAAK,CAAC,UAAU,CAAC,CAG1C;IAEJ,QAAQ,CAAC,aAAa,mBAAiB;IAEvC,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,GAAG,IAAI;IAQ/C,YAAY,IAAI,IAAI;IAKpB,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAIpC,OAAO,CAAC,qBAAqB;yCApDlB,gCAAgC;2CAAhC,gCAAgC;CAiE5C"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { PluginConfigurationComponent, PluginConfigurationData } from '../../../../models';
|
|
3
|
-
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
|
-
import { SelectItem } from '@valtimo/user-interface';
|
|
5
|
-
import { ZaakType } from '@valtimo/resource';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SetResultaatConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
8
|
-
clear$: Observable<void>;
|
|
9
|
-
save$: Observable<void>;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
error: boolean;
|
|
12
|
-
pluginId: string;
|
|
13
|
-
valid: EventEmitter<boolean>;
|
|
14
|
-
configuration: EventEmitter<PluginConfigurationData>;
|
|
15
|
-
private readonly selectedResultaat$;
|
|
16
|
-
readonly selectedZaakType$: BehaviorSubject<ZaakType>;
|
|
17
|
-
readonly RESULTATEN: Array<string>;
|
|
18
|
-
readonly resultaatSelectItems: Array<SelectItem>;
|
|
19
|
-
readonly clearSubject$: Subject<unknown>;
|
|
20
|
-
private validSubscription;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
selectZaakType(zaakType: ZaakType | null): void;
|
|
24
|
-
clearResultaat(): void;
|
|
25
|
-
selectResultaat(resultaat: string): void;
|
|
26
|
-
private openValidSubscription;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SetResultaatConfigurationComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SetResultaatConfigurationComponent, "valtimo-set-resultaat-configuration", never, { "clear$": "clear$"; "save$": "save$"; "disabled": "disabled"; "error": "error"; "pluginId": "pluginId"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never>;
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=set-resultaat-configuration.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"set-resultaat-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.ts"],"names":[],"mappings":"AAYA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAE,uBAAuB,EAAC,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAE,OAAO,EAAe,MAAM,MAAM,CAAC;AACvF,OAAO,EAAC,UAAU,EAAC,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAC,QAAQ,EAAC,MAAM,mBAAmB,CAAC;;AAG3C,qBAKa,kCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAEjD,MAAM,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACzB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAmC;IAEtE,QAAQ,CAAC,iBAAiB,4BAA8C;IAExE,QAAQ,CAAC,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAUhC;IAEF,QAAQ,CAAC,oBAAoB,EAAE,KAAK,CAAC,UAAU,CAAC,CAG5C;IAEJ,QAAQ,CAAC,aAAa,mBAAiB;IAEvC,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,GAAG,IAAI;IAQ/C,cAAc,IAAI,IAAI;IAKtB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAIxC,OAAO,CAAC,qBAAqB;yCA9DlB,kCAAkC;2CAAlC,kCAAkC;CA2E9C"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { PluginConfigurationComponent, PluginConfigurationData } from '../../../../models';
|
|
3
|
-
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
|
-
import { SelectItem } from '@valtimo/user-interface';
|
|
5
|
-
import { ZaakType } from '@valtimo/resource';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SetStatusConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
8
|
-
clear$: Observable<void>;
|
|
9
|
-
save$: Observable<void>;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
error: boolean;
|
|
12
|
-
pluginId: string;
|
|
13
|
-
valid: EventEmitter<boolean>;
|
|
14
|
-
configuration: EventEmitter<PluginConfigurationData>;
|
|
15
|
-
private readonly selectedStatus;
|
|
16
|
-
readonly selectedZaakType$: BehaviorSubject<ZaakType>;
|
|
17
|
-
readonly STATUSES: Array<string>;
|
|
18
|
-
readonly statusesSelectItems: Array<SelectItem>;
|
|
19
|
-
readonly clearSubject$: Subject<unknown>;
|
|
20
|
-
private validSubscription;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
selectZaakType(zaakType: ZaakType | null): void;
|
|
24
|
-
clearStatus(): void;
|
|
25
|
-
selectStatus(status: string): void;
|
|
26
|
-
private openValidSubscription;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SetStatusConfigurationComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SetStatusConfigurationComponent, "valtimo-set-status-configuration", never, { "clear$": "clear$"; "save$": "save$"; "disabled": "disabled"; "error": "error"; "pluginId": "pluginId"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never>;
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=set-status-configuration.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"set-status-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.ts"],"names":[],"mappings":"AAYA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAE,uBAAuB,EAAC,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAE,OAAO,EAAe,MAAM,MAAM,CAAC;AACvF,OAAO,EAAC,UAAU,EAAC,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAC,QAAQ,EAAC,MAAM,mBAAmB,CAAC;;AAG3C,qBAKa,+BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAEjD,MAAM,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACzB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAmC;IAElE,QAAQ,CAAC,iBAAiB,4BAA8C;IAExE,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAK9B;IAEF,QAAQ,CAAC,mBAAmB,EAAE,KAAK,CAAC,UAAU,CAAC,CAG3C;IAEJ,QAAQ,CAAC,aAAa,mBAAiB;IAEvC,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,GAAG,IAAI;IAQ/C,WAAW,IAAI,IAAI;IAKnB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAIlC,OAAO,CAAC,qBAAqB;yCAzDlB,+BAA+B;2CAA/B,+BAA+B;CAsE3C"}
|