@valtimo/connector-management 4.23.0 → 5.2.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/esm2020/lib/components/add-connector-configure/add-connector-configure.component.mjs +67 -0
- package/esm2020/lib/components/add-connector-select/add-connector-select.component.mjs +67 -0
- package/esm2020/lib/components/connector-link-extension/connector-link-extension.component.mjs +98 -0
- package/esm2020/lib/components/connector-link-extension-modal/connector-link-extension-modal.component.mjs +129 -0
- package/esm2020/lib/components/connector-management/connector-management.component.mjs +103 -0
- package/esm2020/lib/components/connector-modal/connector-modal.component.mjs +98 -0
- package/esm2020/lib/components/edit-connector-form/edit-connector-form.component.mjs +56 -0
- package/esm2020/lib/components/edit-connector-properties/edit-connector-properties.component.mjs +185 -0
- package/esm2020/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component.mjs +169 -0
- package/esm2020/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.form.mjs +299 -0
- package/esm2020/lib/components/edit-taak-connector/edit-taak-connector.component.mjs +139 -0
- package/esm2020/lib/components/edit-taak-connector/edit-taak-connector.form.mjs +61 -0
- package/esm2020/lib/components/modify-connector/modify-connector.component.mjs +79 -0
- package/esm2020/lib/components/multi-value-connector-property/multi-value-connector-property.component.mjs +102 -0
- package/esm2020/lib/connector-management-routing.mjs +45 -0
- package/esm2020/lib/connector-management.module.mjs +153 -0
- package/esm2020/lib/extension/connector-management.extension.init.mjs +37 -0
- package/esm2020/lib/models/index.mjs +19 -0
- package/esm2020/lib/models/object-sync.mjs +2 -0
- package/esm2020/lib/services/connector-management/connector-management.service.mjs +56 -0
- package/esm2020/lib/services/connector-management-state/connector-management-state.service.mjs +152 -0
- package/esm2020/lib/services/object-api-sync/object-api-sync.service.mjs +47 -0
- package/esm2020/public-api.mjs +36 -0
- package/esm2020/valtimo-connector-management.mjs +5 -0
- package/fesm2015/valtimo-connector-management.mjs +2044 -0
- package/fesm2015/valtimo-connector-management.mjs.map +1 -0
- package/fesm2020/valtimo-connector-management.mjs +2041 -0
- package/fesm2020/valtimo-connector-management.mjs.map +1 -0
- package/lib/components/{add-connector/add-connector.component.d.ts → add-connector-configure/add-connector-configure.component.d.ts} +9 -9
- package/lib/components/add-connector-configure/add-connector-configure.component.d.ts.map +1 -0
- package/lib/components/add-connector-select/add-connector-select.component.d.ts +26 -0
- package/lib/components/add-connector-select/add-connector-select.component.d.ts.map +1 -0
- package/lib/components/connector-link-extension/connector-link-extension.component.d.ts +4 -0
- package/lib/components/connector-link-extension/connector-link-extension.component.d.ts.map +1 -0
- package/lib/components/connector-link-extension-modal/connector-link-extension-modal.component.d.ts +5 -2
- package/lib/components/connector-link-extension-modal/connector-link-extension-modal.component.d.ts.map +1 -0
- package/lib/components/connector-management/connector-management.component.d.ts +7 -2
- package/lib/components/connector-management/connector-management.component.d.ts.map +1 -0
- package/lib/components/connector-modal/connector-modal.component.d.ts +23 -7
- package/lib/components/connector-modal/connector-modal.component.d.ts.map +1 -0
- package/lib/components/edit-connector-form/edit-connector-form.component.d.ts +5 -0
- package/lib/components/edit-connector-form/edit-connector-form.component.d.ts.map +1 -0
- package/lib/components/edit-connector-properties/edit-connector-properties.component.d.ts +14 -2
- package/lib/components/edit-connector-properties/edit-connector-properties.component.d.ts.map +1 -0
- package/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component.d.ts +9 -1
- package/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component.d.ts.map +1 -0
- package/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.form.d.ts +1 -0
- package/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.form.d.ts.map +1 -0
- package/lib/components/edit-taak-connector/edit-taak-connector.component.d.ts +9 -1
- package/lib/components/edit-taak-connector/edit-taak-connector.component.d.ts.map +1 -0
- package/lib/components/edit-taak-connector/edit-taak-connector.form.d.ts +1 -0
- package/lib/components/edit-taak-connector/edit-taak-connector.form.d.ts.map +1 -0
- package/lib/components/modify-connector/modify-connector.component.d.ts +6 -0
- package/lib/components/modify-connector/modify-connector.component.d.ts.map +1 -0
- package/lib/components/multi-value-connector-property/multi-value-connector-property.component.d.ts +4 -0
- package/lib/components/multi-value-connector-property/multi-value-connector-property.component.d.ts.map +1 -0
- package/lib/connector-management-routing.d.ts +7 -0
- package/lib/connector-management-routing.d.ts.map +1 -0
- package/lib/connector-management.module.d.ts +23 -0
- package/lib/connector-management.module.d.ts.map +1 -0
- package/lib/extension/connector-management.extension.init.d.ts +1 -0
- package/lib/extension/connector-management.extension.init.d.ts.map +1 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/object-sync.d.ts +1 -0
- package/lib/models/object-sync.d.ts.map +1 -0
- package/lib/services/connector-management/connector-management.service.d.ts +4 -0
- package/lib/services/connector-management/connector-management.service.d.ts.map +1 -0
- package/lib/services/connector-management-state/connector-management-state.service.d.ts +32 -2
- package/lib/services/connector-management-state/connector-management-state.service.d.ts.map +1 -0
- package/lib/services/object-api-sync/object-api-sync.service.d.ts +4 -0
- package/lib/services/object-api-sync/object-api-sync.service.d.ts.map +1 -0
- package/package.json +23 -10
- package/public-api.d.ts +5 -1
- package/public-api.d.ts.map +1 -0
- package/valtimo-connector-management.d.ts +2 -4
- package/valtimo-connector-management.d.ts.map +1 -0
- package/bundles/valtimo-connector-management.umd.js +0 -2118
- package/bundles/valtimo-connector-management.umd.js.map +0 -1
- package/bundles/valtimo-connector-management.umd.min.js +0 -16
- package/bundles/valtimo-connector-management.umd.min.js.map +0 -1
- package/esm2015/lib/components/add-connector/add-connector.component.js +0 -83
- package/esm2015/lib/components/connector-link-extension/connector-link-extension.component.js +0 -104
- package/esm2015/lib/components/connector-link-extension-modal/connector-link-extension-modal.component.js +0 -138
- package/esm2015/lib/components/connector-management/connector-management.component.js +0 -103
- package/esm2015/lib/components/connector-modal/connector-modal.component.js +0 -58
- package/esm2015/lib/components/edit-connector-form/edit-connector-form.component.js +0 -44
- package/esm2015/lib/components/edit-connector-properties/edit-connector-properties.component.js +0 -144
- package/esm2015/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component.js +0 -160
- package/esm2015/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.form.js +0 -301
- package/esm2015/lib/components/edit-taak-connector/edit-taak-connector.component.js +0 -129
- package/esm2015/lib/components/edit-taak-connector/edit-taak-connector.form.js +0 -63
- package/esm2015/lib/components/modify-connector/modify-connector.component.js +0 -75
- package/esm2015/lib/components/multi-value-connector-property/multi-value-connector-property.component.js +0 -96
- package/esm2015/lib/connector-management-routing.js +0 -41
- package/esm2015/lib/connector-management.module.js +0 -77
- package/esm2015/lib/extension/connector-management.extension.init.js +0 -39
- package/esm2015/lib/models/index.js +0 -19
- package/esm2015/lib/models/object-sync.js +0 -1
- package/esm2015/lib/services/connector-management/connector-management.service.js +0 -60
- package/esm2015/lib/services/connector-management-state/connector-management-state.service.js +0 -83
- package/esm2015/lib/services/object-api-sync/object-api-sync.service.js +0 -51
- package/esm2015/public-api.js +0 -33
- package/esm2015/valtimo-connector-management.js +0 -9
- package/fesm2015/valtimo-connector-management.js +0 -1791
- package/fesm2015/valtimo-connector-management.js.map +0 -1
- package/valtimo-connector-management.metadata.json +0 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
-
import { ConnectorInstance
|
|
3
|
+
import { ConnectorInstance } from '@valtimo/config';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { ConnectorManagementService } from '../../services/connector-management/connector-management.service';
|
|
6
6
|
import { ConnectorManagementStateService } from '../../services/connector-management-state/connector-management-state.service';
|
|
7
7
|
import { Pagination } from '@valtimo/components';
|
|
8
|
+
import { TableColumn } from '@valtimo/user-interface';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
8
10
|
export declare class ConnectorManagementComponent implements OnDestroy {
|
|
9
11
|
private readonly connectorManagementService;
|
|
10
12
|
private readonly translateService;
|
|
@@ -14,11 +16,11 @@ export declare class ConnectorManagementComponent implements OnDestroy {
|
|
|
14
16
|
key: string;
|
|
15
17
|
label: string;
|
|
16
18
|
}[]>;
|
|
19
|
+
readonly columns$: Observable<Array<TableColumn>>;
|
|
17
20
|
readonly currentPageAndSize$: BehaviorSubject<Partial<Pagination>>;
|
|
18
21
|
readonly pageSizes$: BehaviorSubject<Partial<Pagination>>;
|
|
19
22
|
readonly pagination$: Observable<Pagination>;
|
|
20
23
|
readonly connectorInstances$: Observable<Array<ConnectorInstance>>;
|
|
21
|
-
readonly modalType$: BehaviorSubject<ConnectorModal>;
|
|
22
24
|
constructor(connectorManagementService: ConnectorManagementService, translateService: TranslateService, stateService: ConnectorManagementStateService);
|
|
23
25
|
ngOnDestroy(): void;
|
|
24
26
|
paginationClicked(newPageNumber: any): void;
|
|
@@ -26,4 +28,7 @@ export declare class ConnectorManagementComponent implements OnDestroy {
|
|
|
26
28
|
rowClicked(instance: ConnectorInstance): void;
|
|
27
29
|
showAddModal(): void;
|
|
28
30
|
private setFields;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorManagementComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectorManagementComponent, "valtimo-connector-management", never, {}, {}, never, never>;
|
|
29
33
|
}
|
|
34
|
+
//# sourceMappingURL=connector-management.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-management.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/connector-management/connector-management.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,SAAS,EAAC,MAAM,eAAe,CAAC;AACnD,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAC,MAAM,MAAM,CAAC;AAChE,OAAO,EAAC,iBAAiB,EAAiB,MAAM,iBAAiB,CAAC;AAElE,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,0BAA0B,EAAC,MAAM,kEAAkE,CAAC;AAC5G,OAAO,EAAC,+BAA+B,EAAC,MAAM,8EAA8E,CAAC;AAC7H,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;;AAEpD,qBAKa,4BAA6B,YAAW,SAAS;IAgE1D,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAjE/B,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,OAAO;aAAmC,MAAM;eAAS,MAAM;SAAQ;IAEhF,QAAQ,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAO/C;IAEF,QAAQ,CAAC,mBAAmB,uCAGzB;IAEH,QAAQ,CAAC,UAAU,uCAGhB;IAEH,QAAQ,CAAC,WAAW,EAAE,UAAU,CAAC,UAAU,CAAC,CAQ1C;IAEF,QAAQ,CAAC,mBAAmB,EAAE,UAAU,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CA2BhE;gBAGiB,0BAA0B,EAAE,0BAA0B,EACtD,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,+BAA+B;IAGhE,WAAW,IAAI,IAAI;IAInB,iBAAiB,CAAC,aAAa,KAAA,GAAG,IAAI;IAMtC,aAAa,CAAC,WAAW,KAAA,GAAG,IAAI;IAQhC,UAAU,CAAC,QAAQ,EAAE,iBAAiB,GAAG,IAAI;IAM7C,YAAY,IAAI,IAAI;IAKpB,OAAO,CAAC,SAAS;yCAlGN,4BAA4B;2CAA5B,4BAA4B;CAsGxC"}
|
|
@@ -1,16 +1,32 @@
|
|
|
1
1
|
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { ModalComponent } from '@valtimo/
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import {
|
|
2
|
+
import { ModalComponent as vModalComponent, ModalService } from '@valtimo/user-interface';
|
|
3
|
+
import { Observable, Subject, Subscription } from 'rxjs';
|
|
4
|
+
import { ConnectorType } from '@valtimo/config';
|
|
5
5
|
import { ConnectorManagementStateService } from '../../services/connector-management-state/connector-management-state.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class ConnectorModalComponent implements AfterViewInit, OnDestroy {
|
|
7
8
|
private readonly stateService;
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
private readonly modalService;
|
|
10
|
+
connectorCreateModal: vModalComponent;
|
|
11
|
+
connectorEditModal: vModalComponent;
|
|
10
12
|
showSubscription: Subscription;
|
|
11
|
-
|
|
13
|
+
hideSubscription: Subscription;
|
|
14
|
+
readonly connectorTypeSelected$: Observable<ConnectorType>;
|
|
15
|
+
readonly saveButtonDisabled$: Observable<boolean>;
|
|
16
|
+
readonly inputDisabled$: Observable<boolean>;
|
|
17
|
+
readonly hideModalSaveButton$: Observable<boolean>;
|
|
18
|
+
readonly returnToFirstStepSubject$: Subject<boolean>;
|
|
19
|
+
constructor(stateService: ConnectorManagementStateService, modalService: ModalService);
|
|
12
20
|
ngAfterViewInit(): void;
|
|
13
21
|
ngOnDestroy(): void;
|
|
22
|
+
hide(): void;
|
|
23
|
+
complete(): void;
|
|
24
|
+
delete(): void;
|
|
25
|
+
private openShowSubscription;
|
|
26
|
+
private openHideSubscription;
|
|
27
|
+
private returnToFirstStep;
|
|
14
28
|
private show;
|
|
15
|
-
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorModalComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectorModalComponent, "valtimo-connector-modal", never, {}, {}, never, never>;
|
|
16
31
|
}
|
|
32
|
+
//# sourceMappingURL=connector-modal.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-modal.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/connector-modal/connector-modal.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,aAAa,EAAoB,SAAS,EAAY,MAAM,eAAe,CAAC;AAEpF,OAAO,EAAC,cAAc,IAAI,eAAe,EAAE,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACxF,OAAO,EAAkB,UAAU,EAAE,OAAO,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACxE,OAAO,EAAiB,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAC,+BAA+B,EAAC,MAAM,8EAA8E,CAAC;;AAG7H,qBAKa,uBAAwB,YAAW,aAAa,EAAE,SAAS;IAcpE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAdI,oBAAoB,EAAE,eAAe,CAAC;IACxC,kBAAkB,EAAE,eAAe,CAAC;IAErE,gBAAgB,EAAG,YAAY,CAAC;IAChC,gBAAgB,EAAG,YAAY,CAAC;IAEhC,QAAQ,CAAC,sBAAsB,EAAE,UAAU,CAAC,aAAa,CAAC,CAAwC;IAClG,QAAQ,CAAC,mBAAmB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAyC;IAC1F,QAAQ,CAAC,cAAc,EAAE,UAAU,CAAC,OAAO,CAAC,CAAoC;IAChF,QAAQ,CAAC,oBAAoB,EAAE,UAAU,CAAC,OAAO,CAAC,CAA0C;IAC5F,QAAQ,CAAC,yBAAyB,mBAA0B;gBAGzC,YAAY,EAAE,+BAA+B,EAC7C,YAAY,EAAE,YAAY;IAG7C,eAAe,IAAI,IAAI;IAKvB,WAAW,IAAI,IAAI;IAKnB,IAAI,IAAI,IAAI;IAaZ,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;IAId,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,IAAI;yCAjED,uBAAuB;2CAAvB,uBAAuB;CA0EnC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ConnectorProperties } from '@valtimo/config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class EditConnectorFormComponent {
|
|
4
5
|
properties: ConnectorProperties;
|
|
5
6
|
withDefaults: boolean;
|
|
6
7
|
showDeleteButton: boolean;
|
|
8
|
+
showSaveButton: boolean;
|
|
7
9
|
defaultName: string;
|
|
8
10
|
connectorName: string;
|
|
9
11
|
propertiesSave: EventEmitter<{
|
|
@@ -14,4 +16,7 @@ export declare class EditConnectorFormComponent {
|
|
|
14
16
|
readonly productAanvragenName = "ProductAanvragen";
|
|
15
17
|
readonly taakName = "Taak";
|
|
16
18
|
readonly customConnectorNames: string[];
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditConnectorFormComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditConnectorFormComponent, "valtimo-edit-connector-form", never, { "properties": "properties"; "withDefaults": "withDefaults"; "showDeleteButton": "showDeleteButton"; "showSaveButton": "showSaveButton"; "defaultName": "defaultName"; "connectorName": "connectorName"; }, { "propertiesSave": "propertiesSave"; "connectorDelete": "connectorDelete"; }, never, never>;
|
|
17
21
|
}
|
|
22
|
+
//# sourceMappingURL=edit-connector-form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-connector-form.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/edit-connector-form/edit-connector-form.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;;AAEpD,qBAKa,0BAA0B;IAC5B,UAAU,EAAE,mBAAmB,CAAC;IAChC,YAAY,UAAS;IACrB,gBAAgB,UAAS;IACzB,cAAc,UAAQ;IACtB,WAAW,EAAG,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IAErB,cAAc;oBAAiC,mBAAmB;cAAQ,MAAM;OAAK;IACrF,eAAe,oBAA2B;IAEpD,QAAQ,CAAC,oBAAoB,sBAAsB;IACnD,QAAQ,CAAC,QAAQ,UAAU;IAC3B,QAAQ,CAAC,oBAAoB,WAA8C;yCAbhE,0BAA0B;2CAA1B,0BAA0B;CActC"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ConnectorProperties, ConnectorPropertyEditField } from '@valtimo/config';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { ConnectorManagementStateService } from '../../services/connector-management-state/connector-management-state.service';
|
|
5
|
-
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class EditConnectorPropertiesComponent implements OnInit, OnChanges, OnDestroy {
|
|
6
7
|
private readonly stateService;
|
|
7
8
|
properties: ConnectorProperties;
|
|
8
9
|
withDefaults: boolean;
|
|
9
10
|
showDeleteButton: boolean;
|
|
11
|
+
showSaveButton: boolean;
|
|
10
12
|
defaultName: string;
|
|
11
13
|
propertiesSave: EventEmitter<{
|
|
12
14
|
properties: ConnectorProperties;
|
|
@@ -18,9 +20,13 @@ export declare class EditConnectorPropertiesComponent implements OnInit, OnChang
|
|
|
18
20
|
readonly editFields$: BehaviorSubject<ConnectorPropertyEditField[]>;
|
|
19
21
|
readonly connectorName$: BehaviorSubject<string>;
|
|
20
22
|
readonly saveButtonDisabled$: Observable<boolean>;
|
|
23
|
+
private saveButtonDisabledSubscription;
|
|
24
|
+
private saveSubscription;
|
|
25
|
+
private deleteSubscription;
|
|
21
26
|
constructor(stateService: ConnectorManagementStateService);
|
|
22
27
|
ngOnInit(): void;
|
|
23
28
|
ngOnChanges(): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
24
30
|
multiFieldValuesSet(event: {
|
|
25
31
|
editFieldKey: string;
|
|
26
32
|
values: Array<string> | Array<number>;
|
|
@@ -32,4 +38,10 @@ export declare class EditConnectorPropertiesComponent implements OnInit, OnChang
|
|
|
32
38
|
private setName;
|
|
33
39
|
private setModifiedProperties;
|
|
34
40
|
private setEditFields;
|
|
41
|
+
private openSaveButtonDisabledSubscription;
|
|
42
|
+
private openSaveSubscription;
|
|
43
|
+
private openDeleteSubscription;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditConnectorPropertiesComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditConnectorPropertiesComponent, "valtimo-edit-connector-properties", never, { "properties": "properties"; "withDefaults": "withDefaults"; "showDeleteButton": "showDeleteButton"; "showSaveButton": "showSaveButton"; "defaultName": "defaultName"; }, { "propertiesSave": "propertiesSave"; "connectorDelete": "connectorDelete"; }, never, never>;
|
|
35
46
|
}
|
|
47
|
+
//# sourceMappingURL=edit-connector-properties.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-connector-properties.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/edit-connector-properties/edit-connector-properties.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACnG,OAAO,EACL,mBAAmB,EACnB,0BAA0B,EAE3B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAe,MAAM,MAAM,CAAC;AAG9E,OAAO,EAAC,+BAA+B,EAAC,MAAM,8EAA8E,CAAC;;AAE7H,qBAKa,gCAAiC,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAwBvE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAvBhC,UAAU,EAAE,mBAAmB,CAAC;IAChC,YAAY,UAAS;IACrB,gBAAgB,UAAS;IACzB,cAAc,UAAQ;IACtB,WAAW,EAAG,MAAM,CAAC;IAEpB,cAAc;oBAAiC,mBAAmB;cAAQ,MAAM;OAAK;IACrF,eAAe,oBAA2B;IAEpD,QAAQ,CAAC,SAAS,EAAG,UAAU,CAAC,OAAO,CAAC,CAAC;IAEzC,QAAQ,CAAC,mBAAmB,uCAAuD;IAEnF,QAAQ,CAAC,WAAW,gDAA8D;IAElF,QAAQ,CAAC,cAAc,0BAAmC;IAE1D,QAAQ,CAAC,mBAAmB,sBAAyC;IAErE,OAAO,CAAC,8BAA8B,CAAgB;IACtD,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,kBAAkB,CAAgB;gBAEb,YAAY,EAAE,+BAA+B;IAI1E,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;IAKnB,WAAW,IAAI,IAAI;IAMnB,mBAAmB,CAAC,KAAK,EAAE;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAA;KAAC,GAAG,IAAI;IAO/F,mBAAmB,CAAC,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,0BAA0B,GAAG,IAAI;IAW5E,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAItC,MAAM,IAAI,IAAI;IAUd,QAAQ,IAAI,IAAI;IAKhB,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,qBAAqB;IAY7B,OAAO,CAAC,aAAa;IAsCrB,OAAO,CAAC,kCAAkC;IAwB1C,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,sBAAsB;yCA7KnB,gCAAgC;2CAAhC,gCAAgC;CAkL5C"}
|
|
@@ -7,12 +7,15 @@ import { FormioForm, FormioRefreshValue } from 'angular-formio';
|
|
|
7
7
|
import { FormioOptions } from 'angular-formio/formio.common';
|
|
8
8
|
import { TranslateService } from '@ngx-translate/core';
|
|
9
9
|
import { ConnectorManagementService } from '../../services/connector-management/connector-management.service';
|
|
10
|
+
import { ConnectorManagementStateService } from '../../services/connector-management-state/connector-management-state.service';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
10
12
|
export declare class EditProductAanvragenConnectorComponent implements OnInit, OnDestroy {
|
|
11
13
|
private readonly formTranslationService;
|
|
12
14
|
private readonly formMappingService;
|
|
13
15
|
private readonly documentService;
|
|
14
16
|
private readonly translateService;
|
|
15
17
|
private readonly connectorManagementService;
|
|
18
|
+
private readonly stateService;
|
|
16
19
|
properties: ConnectorProperties;
|
|
17
20
|
defaultName: string;
|
|
18
21
|
showDeleteButton: boolean;
|
|
@@ -34,7 +37,8 @@ export declare class EditProductAanvragenConnectorComponent implements OnInit, O
|
|
|
34
37
|
readonly options: FormioOptions;
|
|
35
38
|
private formDefinitionSubscription;
|
|
36
39
|
private translateSubscription;
|
|
37
|
-
|
|
40
|
+
private deleteSubscription;
|
|
41
|
+
constructor(formTranslationService: FormTranslationService, formMappingService: FormMappingService, documentService: DocumentService, translateService: TranslateService, connectorManagementService: ConnectorManagementService, stateService: ConnectorManagementStateService);
|
|
38
42
|
ngOnInit(): void;
|
|
39
43
|
ngOnDestroy(): void;
|
|
40
44
|
onSubmit(event: any): void;
|
|
@@ -46,4 +50,8 @@ export declare class EditProductAanvragenConnectorComponent implements OnInit, O
|
|
|
46
50
|
private loadDefinitions;
|
|
47
51
|
private loadConnectorNames;
|
|
48
52
|
private loadConnectorNamesByType;
|
|
53
|
+
private openDeleteSubscription;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditProductAanvragenConnectorComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditProductAanvragenConnectorComponent, "valtimo-edit-product-aanvragen-connector", never, { "properties": "properties"; "defaultName": "defaultName"; "showDeleteButton": "showDeleteButton"; }, { "propertiesSave": "propertiesSave"; "connectorDelete": "connectorDelete"; }, never, never>;
|
|
49
56
|
}
|
|
57
|
+
//# sourceMappingURL=edit-product-aanvragen-connector.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-product-aanvragen-connector.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AAExF,OAAO,EAAC,kBAAkB,EAAE,sBAAsB,EAAC,MAAM,eAAe,CAAC;AACzE,OAAO,EAAqB,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAEtE,OAAO,EAAC,eAAe,EAAiB,OAAO,EAAe,MAAM,MAAM,CAAC;AAC3E,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAC,UAAU,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAC,aAAa,EAAC,MAAM,8BAA8B,CAAC;AAE3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,0BAA0B,EAAC,MAAM,kEAAkE,CAAC;AAC5G,OAAO,EAAC,+BAA+B,EAAC,MAAM,8EAA8E,CAAC;;AAE7H,qBAKa,sCAAuC,YAAW,MAAM,EAAE,SAAS;IAyB5E,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,YAAY;IA7BtB,UAAU,EAAE,mBAAmB,CAAC;IAChC,WAAW,EAAG,MAAM,CAAC;IACrB,gBAAgB,UAAS;IAExB,cAAc;oBAAiC,mBAAmB;cAAQ,MAAM;OAAK;IACrF,eAAe,oBAA2B;IAEpD,YAAY,8BAAqC;IACjD,eAAe,8BAA8C;IAC7D,yBAAyB,wCAEvB;IACF,qBAAqB,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAM;IAClE,gCAAgC,EAAE;QAAC,CAAC,gBAAgB,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAA;KAAC,CAAM;IAEnF,QAAQ,CAAC,OAAO,EAAE,aAAa,CAE7B;IAEF,OAAO,CAAC,0BAA0B,CAAgB;IAClD,OAAO,CAAC,qBAAqB,CAAgB;IAC7C,OAAO,CAAC,kBAAkB,CAAgB;gBAGvB,sBAAsB,EAAE,sBAAsB,EAC9C,kBAAkB,EAAE,kBAAkB,EACtC,eAAe,EAAE,eAAe,EAChC,gBAAgB,EAAE,gBAAgB,EAClC,0BAA0B,EAAE,0BAA0B,EACtD,YAAY,EAAE,+BAA+B;IAGhE,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAMnB,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAY1B,QAAQ,IAAI,IAAI;IAKhB,OAAO,CAAC,8BAA8B;IAUtC,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,6BAA6B,CAQnC;IAEF,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,eAAe;IA2CvB,OAAO,CAAC,kBAAkB;IAiB1B,OAAO,CAAC,wBAAwB;IAOhC,OAAO,CAAC,sBAAsB;yCA1KnB,sCAAsC;2CAAtC,sCAAsC;CA+KlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-product-aanvragen-connector.form.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.form.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+S7C,CAAC"}
|
|
@@ -6,11 +6,14 @@ import { FormioForm, FormioRefreshValue } from 'angular-formio';
|
|
|
6
6
|
import { FormioOptions } from 'angular-formio/formio.common';
|
|
7
7
|
import { TranslateService } from '@ngx-translate/core';
|
|
8
8
|
import { ConnectorManagementService } from '../../services/connector-management/connector-management.service';
|
|
9
|
+
import { ConnectorManagementStateService } from '../../services/connector-management-state/connector-management-state.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
9
11
|
export declare class EditTaakConnectorComponent implements OnInit, OnDestroy {
|
|
10
12
|
private readonly formTranslationService;
|
|
11
13
|
private readonly formMappingService;
|
|
12
14
|
private readonly translateService;
|
|
13
15
|
private readonly connectorManagementService;
|
|
16
|
+
private readonly stateService;
|
|
14
17
|
properties: ConnectorProperties;
|
|
15
18
|
defaultName: string;
|
|
16
19
|
showDeleteButton: boolean;
|
|
@@ -25,7 +28,8 @@ export declare class EditTaakConnectorComponent implements OnInit, OnDestroy {
|
|
|
25
28
|
readonly options: FormioOptions;
|
|
26
29
|
private formDefinitionSubscription;
|
|
27
30
|
private translateSubscription;
|
|
28
|
-
|
|
31
|
+
private deleteSubscription;
|
|
32
|
+
constructor(formTranslationService: FormTranslationService, formMappingService: FormMappingService, translateService: TranslateService, connectorManagementService: ConnectorManagementService, stateService: ConnectorManagementStateService);
|
|
29
33
|
ngOnInit(): void;
|
|
30
34
|
ngOnDestroy(): void;
|
|
31
35
|
onSubmit(event: any): void;
|
|
@@ -35,4 +39,8 @@ export declare class EditTaakConnectorComponent implements OnInit, OnDestroy {
|
|
|
35
39
|
private refreshForm;
|
|
36
40
|
private loadConnectorNames;
|
|
37
41
|
private loadConnectorNamesByType;
|
|
42
|
+
private openDeleteSubscription;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditTaakConnectorComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditTaakConnectorComponent, "valtimo-edit-taak-connector", never, { "properties": "properties"; "defaultName": "defaultName"; "showDeleteButton": "showDeleteButton"; }, { "propertiesSave": "propertiesSave"; "connectorDelete": "connectorDelete"; }, never, never>;
|
|
38
45
|
}
|
|
46
|
+
//# sourceMappingURL=edit-taak-connector.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-taak-connector.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/edit-taak-connector/edit-taak-connector.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AAExF,OAAO,EAAC,kBAAkB,EAAE,sBAAsB,EAAC,MAAM,eAAe,CAAC;AACzE,OAAO,EAAC,eAAe,EAAiB,OAAO,EAAsB,MAAM,MAAM,CAAC;AAClF,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAC,UAAU,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAC,aAAa,EAAC,MAAM,8BAA8B,CAAC;AAE3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,0BAA0B,EAAC,MAAM,kEAAkE,CAAC;AAC5G,OAAO,EAAC,+BAA+B,EAAC,MAAM,8EAA8E,CAAC;;AAE7H,qBAKa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAuBhE,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,YAAY;IA1BtB,UAAU,EAAE,mBAAmB,CAAC;IAChC,WAAW,EAAG,MAAM,CAAC;IACrB,gBAAgB,UAAS;IAExB,cAAc;oBAAiC,mBAAmB;cAAQ,MAAM;OAAK;IACrF,eAAe,oBAA2B;IAEpD,YAAY,8BAAqC;IACjD,eAAe,8BAA8C;IAC7D,yBAAyB,wCAEvB;IAEF,QAAQ,CAAC,OAAO,EAAE,aAAa,CAE7B;IAEF,OAAO,CAAC,0BAA0B,CAAgB;IAClD,OAAO,CAAC,qBAAqB,CAAgB;IAC7C,OAAO,CAAC,kBAAkB,CAAgB;gBAGvB,sBAAsB,EAAE,sBAAsB,EAC9C,kBAAkB,EAAE,kBAAkB,EACtC,gBAAgB,EAAE,gBAAgB,EAClC,0BAA0B,EAAE,0BAA0B,EACtD,YAAY,EAAE,+BAA+B;IAGhE,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;IAMnB,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAU1B,QAAQ,IAAI,IAAI;IAKhB,OAAO,CAAC,8BAA8B;IAUtC,OAAO,CAAC,WAAW;IAmBnB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,kBAAkB;IAiB1B,OAAO,CAAC,wBAAwB;IAOhC,OAAO,CAAC,sBAAsB;yCArHnB,0BAA0B;2CAA1B,0BAA0B;CA0HtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-taak-connector.form.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/edit-taak-connector/edit-taak-connector.form.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DjC,CAAC"}
|
|
@@ -4,11 +4,14 @@ import { AlertService } from '@valtimo/components';
|
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { ConnectorManagementService } from '../../services/connector-management/connector-management.service';
|
|
6
6
|
import { ConnectorManagementStateService } from '../../services/connector-management-state/connector-management-state.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class ModifyConnectorComponent {
|
|
8
9
|
private readonly connectorManagementService;
|
|
9
10
|
private readonly stateService;
|
|
10
11
|
private readonly alertService;
|
|
11
12
|
private readonly translateService;
|
|
13
|
+
showSaveButton: boolean;
|
|
14
|
+
showDeleteButton: boolean;
|
|
12
15
|
instance$: Observable<ConnectorInstance>;
|
|
13
16
|
constructor(connectorManagementService: ConnectorManagementService, stateService: ConnectorManagementStateService, alertService: AlertService, translateService: TranslateService);
|
|
14
17
|
onSave(event: {
|
|
@@ -16,4 +19,7 @@ export declare class ModifyConnectorComponent {
|
|
|
16
19
|
name: string;
|
|
17
20
|
}): void;
|
|
18
21
|
onDelete(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModifyConnectorComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModifyConnectorComponent, "valtimo-modify-connector", never, { "showSaveButton": "showSaveButton"; "showDeleteButton": "showDeleteButton"; }, {}, never, never>;
|
|
19
24
|
}
|
|
25
|
+
//# sourceMappingURL=modify-connector.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-connector.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/modify-connector/modify-connector.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,iBAAiB,EAAE,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAC,YAAY,EAAC,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,0BAA0B,EAAC,MAAM,kEAAkE,CAAC;AAC5G,OAAO,EAAC,+BAA+B,EAAC,MAAM,8EAA8E,CAAC;;AAE7H,qBAKa,wBAAwB;IAOjC,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IAT1B,cAAc,UAAQ;IACtB,gBAAgB,UAAQ;IAEjC,SAAS,EAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;gBAGvB,0BAA0B,EAAE,0BAA0B,EACtD,YAAY,EAAE,+BAA+B,EAC7C,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB;IAKrD,MAAM,CAAC,KAAK,EAAE;QAAC,UAAU,EAAE,mBAAmB,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,GAAG,IAAI;IA2BpE,QAAQ,IAAI,IAAI;yCA1CL,wBAAwB;2CAAxB,wBAAwB;CA6DpC"}
|
package/lib/components/multi-value-connector-property/multi-value-connector-property.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnDestroy, OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { ConnectorPropertyEditField, ConnectorPropertyValueType } from '@valtimo/config';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class MultiValueConnectorPropertyComponent implements OnInit, OnDestroy {
|
|
5
6
|
editField: ConnectorPropertyEditField;
|
|
6
7
|
disabled: boolean;
|
|
@@ -23,4 +24,7 @@ export declare class MultiValueConnectorPropertyComponent implements OnInit, OnD
|
|
|
23
24
|
removeRow(): void;
|
|
24
25
|
private openValuesSubscription;
|
|
25
26
|
private setDefaults;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiValueConnectorPropertyComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiValueConnectorPropertyComponent, "valtimo-multi-value-connector-property", never, { "editField": "editField"; "disabled": "disabled"; "defaultValue": "defaultValue"; }, { "valuesSet": "valuesSet"; }, never, never>;
|
|
26
29
|
}
|
|
30
|
+
//# sourceMappingURL=multi-value-connector-property.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multi-value-connector-property.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/components/multi-value-connector-property/multi-value-connector-property.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAmB,SAAS,EAAE,MAAM,EAAU,YAAY,EAAC,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,0BAA0B,EAAE,0BAA0B,EAAC,MAAM,iBAAiB,CAAC;AACvF,OAAO,EAAC,eAAe,EAA8B,MAAM,MAAM,CAAC;;AAGlE,qBAKa,oCAAqC,YAAW,MAAM,EAAE,SAAS;IACnE,SAAS,EAAE,0BAA0B,CAAC;IACtC,QAAQ,EAAG,OAAO,CAAC;IACnB,YAAY,EAAG,0BAA0B,CAAC;IAEzC,SAAS;sBAAmC,MAAM;gBAAU,MAAM,MAAM,GAAG,MAAM,CAAC;OAAK;IAEjG,QAAQ,CAAC,eAAe,0BAA4C;IAEpE,QAAQ,CAAC,qBAAqB,qCAE5B;IAEF,QAAQ,CAAC,OAAO;;OAA6D;IAE7E,QAAQ,CAAC,kBAAkB,qCAOzB;IAEF,OAAO,CAAC,kBAAkB,CAAgB;IAE1C,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,aAAa,CACX,KAAK,EAAE,MAAM,GAAG,MAAM,EACtB,SAAS,EAAE,0BAA0B,EACrC,KAAK,EAAE,MAAM,GACZ,IAAI;IAYP,MAAM,IAAI,IAAI;IAMd,SAAS,IAAI,IAAI;IAcjB,OAAO,CAAC,sBAAsB;IAS9B,OAAO,CAAC,WAAW;yCAhFR,oCAAoC;2CAApC,oCAAoC;CAgGhD"}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
1
4
|
export declare class ConnectorManagementRoutingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorManagementRoutingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConnectorManagementRoutingModule, never, [typeof i1.CommonModule, typeof i2.RouterModule], [typeof i2.RouterModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConnectorManagementRoutingModule>;
|
|
2
8
|
}
|
|
9
|
+
//# sourceMappingURL=connector-management-routing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-management-routing.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/connector-management/src/lib/connector-management-routing.ts"],"names":[],"mappings":";;;AAgCA,qBAKa,gCAAgC;yCAAhC,gCAAgC;0CAAhC,gCAAgC;0CAAhC,gCAAgC;CAAG"}
|
|
@@ -1,2 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/connector-management/connector-management.component";
|
|
3
|
+
import * as i2 from "./components/add-connector-select/add-connector-select.component";
|
|
4
|
+
import * as i3 from "./components/add-connector-configure/add-connector-configure.component";
|
|
5
|
+
import * as i4 from "./components/connector-modal/connector-modal.component";
|
|
6
|
+
import * as i5 from "./components/modify-connector/modify-connector.component";
|
|
7
|
+
import * as i6 from "./components/edit-connector-properties/edit-connector-properties.component";
|
|
8
|
+
import * as i7 from "./components/multi-value-connector-property/multi-value-connector-property.component";
|
|
9
|
+
import * as i8 from "./components/connector-link-extension/connector-link-extension.component";
|
|
10
|
+
import * as i9 from "./components/connector-link-extension-modal/connector-link-extension-modal.component";
|
|
11
|
+
import * as i10 from "./components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component";
|
|
12
|
+
import * as i11 from "./components/edit-connector-form/edit-connector-form.component";
|
|
13
|
+
import * as i12 from "./components/edit-taak-connector/edit-taak-connector.component";
|
|
14
|
+
import * as i13 from "@angular/common";
|
|
15
|
+
import * as i14 from "./connector-management-routing";
|
|
16
|
+
import * as i15 from "@ngx-translate/core";
|
|
17
|
+
import * as i16 from "@valtimo/components";
|
|
18
|
+
import * as i17 from "@valtimo/user-interface";
|
|
19
|
+
import * as i18 from "@angular/flex-layout";
|
|
1
20
|
export declare class ConnectorManagementModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorManagementModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConnectorManagementModule, [typeof i1.ConnectorManagementComponent, typeof i2.AddConnectorSelectComponent, typeof i3.AddConnectorConfigureComponent, typeof i4.ConnectorModalComponent, typeof i5.ModifyConnectorComponent, typeof i6.EditConnectorPropertiesComponent, typeof i7.MultiValueConnectorPropertyComponent, typeof i8.ConnectorLinkExtensionComponent, typeof i9.ConnectorLinkExtensionModalComponent, typeof i10.EditProductAanvragenConnectorComponent, typeof i11.EditConnectorFormComponent, typeof i12.EditTaakConnectorComponent], [typeof i13.CommonModule, typeof i14.ConnectorManagementRoutingModule, typeof i15.TranslateModule, typeof i16.WidgetModule, typeof i16.ListModule, typeof i16.SpinnerModule, typeof i16.ModalModule, typeof i16.FormIoModule, typeof i17.ButtonModule, typeof i17.TableModule, typeof i17.ModalModule, typeof i17.StepperModule, typeof i17.CardModule, typeof i18.FlexLayoutModule, typeof i17.TitleModule, typeof i17.InputModule, typeof i17.PageModule, typeof i17.ParagraphModule], [typeof i1.ConnectorManagementComponent, typeof i2.AddConnectorSelectComponent, typeof i3.AddConnectorConfigureComponent, typeof i4.ConnectorModalComponent, typeof i5.ModifyConnectorComponent, typeof i6.EditConnectorPropertiesComponent, typeof i7.MultiValueConnectorPropertyComponent, typeof i8.ConnectorLinkExtensionComponent, typeof i9.ConnectorLinkExtensionModalComponent, typeof i10.EditProductAanvragenConnectorComponent, typeof i12.EditTaakConnectorComponent]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ConnectorManagementModule>;
|
|
2
24
|
}
|
|
25
|
+
//# sourceMappingURL=connector-management.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-management.module.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/connector-management/src/lib/connector-management.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAgDA,qBAkDa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-management.extension.init.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/connector-management/src/lib/extension/connector-management.extension.init.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AAGvC,wBAAgB,iCAAiC,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC,CAyBxF"}
|
package/lib/models/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/connector-management/src/lib/models/index.ts"],"names":[],"mappings":"AAkBA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-sync.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/connector-management/src/lib/models/object-sync.ts"],"names":[],"mappings":"AAAA,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,EAAE,MAAM,CAAC;IAC5B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,6BAA6B;IACrC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,4BAA4B;IACpC,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACnB,gBAAgB,EAAE,gBAAgB,CAAC;CACpC;AAED,OAAO,EAAC,gBAAgB,EAAE,6BAA6B,EAAE,4BAA4B,EAAC,CAAC"}
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { ConfigService, ConnectorInstance, ConnectorType, ConnectorInstanceCreateRequest, ConnectorInstanceUpdateRequest } from '@valtimo/config';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { Page } from '@valtimo/document';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ConnectorManagementService {
|
|
6
7
|
private http;
|
|
7
8
|
private configService;
|
|
@@ -14,4 +15,7 @@ export declare class ConnectorManagementService {
|
|
|
14
15
|
createConnectorInstance(request: ConnectorInstanceCreateRequest): Observable<ConnectorInstance>;
|
|
15
16
|
updateConnectorInstance(request: ConnectorInstanceUpdateRequest): Observable<ConnectorInstance>;
|
|
16
17
|
deleteConnectorInstance(connectorInstanceId: string): Observable<ConnectorInstance>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorManagementService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConnectorManagementService>;
|
|
17
20
|
}
|
|
21
|
+
//# sourceMappingURL=connector-management.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-management.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/services/connector-management/connector-management.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,aAAa,EACb,8BAA8B,EAC9B,8BAA8B,EAC/B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,IAAI,EAAC,MAAM,mBAAmB,CAAC;;AAEvC,qBAGa,0BAA0B;IAGzB,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,aAAa;IAF3D,OAAO,CAAC,gBAAgB,CAAM;gBAEV,IAAI,EAAE,UAAU,EAAU,aAAa,EAAE,aAAa;IAI1E,qBAAqB,CAAC,MAAM,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IAOxE,2BAA2B,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IAO9F,wBAAwB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAM3E,iBAAiB,IAAI,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IAMrD,uBAAuB,CAAC,OAAO,EAAE,8BAA8B,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAO/F,uBAAuB,CAAC,OAAO,EAAE,8BAA8B,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAO/F,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,UAAU,CAAC,iBAAiB,CAAC;yCA/CxE,0BAA0B;6CAA1B,0BAA0B;CAoDtC"}
|
|
@@ -1,18 +1,35 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ConnectorInstance } from '@valtimo/config';
|
|
2
|
+
import { ConnectorInstance, ConnectorModal, ConnectorType } from '@valtimo/config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ConnectorManagementStateService {
|
|
4
5
|
private readonly _showModal$;
|
|
6
|
+
private readonly _hideModal$;
|
|
5
7
|
private readonly _showExtensionModal$;
|
|
6
8
|
private readonly _inputDisabled$;
|
|
9
|
+
private readonly _saveButtonDisabled$;
|
|
7
10
|
private readonly _refresh$;
|
|
11
|
+
private readonly _save$;
|
|
8
12
|
private readonly _selectedInstance$;
|
|
9
13
|
private readonly _lastConfigIdAdded$;
|
|
10
|
-
|
|
14
|
+
private readonly _selectedConnector$;
|
|
15
|
+
private readonly _connectorTypes$;
|
|
16
|
+
private readonly _modalType$;
|
|
17
|
+
private readonly _delete$;
|
|
18
|
+
private readonly _hideModalSaveButton$;
|
|
19
|
+
get showModal$(): Observable<any>;
|
|
20
|
+
get hideModal$(): Observable<any>;
|
|
11
21
|
get showExtensionModal$(): Observable<boolean>;
|
|
12
22
|
get inputDisabled$(): Observable<boolean>;
|
|
13
23
|
get refresh$(): Observable<any>;
|
|
14
24
|
get selectedInstance$(): Observable<ConnectorInstance>;
|
|
15
25
|
get lastConfigIdAdded$(): Observable<string>;
|
|
26
|
+
get selectedConnector$(): Observable<ConnectorType>;
|
|
27
|
+
get connectorTypes$(): Observable<Array<ConnectorType>>;
|
|
28
|
+
get saveButtonDisabled$(): Observable<boolean>;
|
|
29
|
+
get save$(): Observable<any>;
|
|
30
|
+
get modalType$(): Observable<ConnectorModal>;
|
|
31
|
+
get delete$(): Observable<any>;
|
|
32
|
+
get hideModalSaveButton$(): Observable<boolean>;
|
|
16
33
|
showModal(): void;
|
|
17
34
|
hideModal(): void;
|
|
18
35
|
showExtensionModal(): void;
|
|
@@ -23,4 +40,17 @@ export declare class ConnectorManagementStateService {
|
|
|
23
40
|
setConnectorInstance(instance: ConnectorInstance): void;
|
|
24
41
|
setLastConfigIdAdded(id: string): void;
|
|
25
42
|
clearLastConfigIdAdded(): void;
|
|
43
|
+
setSelectedConnectorType(connectorType: ConnectorType): void;
|
|
44
|
+
clearSelectedConnector(): void;
|
|
45
|
+
setConnectorTypes(connectorTypes: Array<ConnectorType>): void;
|
|
46
|
+
enableSaveButton(): void;
|
|
47
|
+
disableSaveButton(): void;
|
|
48
|
+
save(): void;
|
|
49
|
+
setModalType(type: ConnectorModal): void;
|
|
50
|
+
delete(): void;
|
|
51
|
+
hideModalSaveButton(): void;
|
|
52
|
+
showModalSaveButton(): void;
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectorManagementStateService, never>;
|
|
54
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConnectorManagementStateService>;
|
|
26
55
|
}
|
|
56
|
+
//# sourceMappingURL=connector-management-state.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-management-state.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/services/connector-management-state/connector-management-state.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAkB,UAAU,EAAU,MAAM,MAAM,CAAC;AAE1D,OAAO,EAAC,iBAAiB,EAAE,cAAc,EAAE,aAAa,EAAC,MAAM,iBAAiB,CAAC;;AAEjF,qBAGa,+BAA+B;IAC1C,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAiB;IAC7C,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAiB;IAC7C,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAuC;IAC5E,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAuC;IACvE,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAsC;IAC3E,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAmC;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiB;IACxC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAqD;IACxF,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAmC;IACvE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAiD;IACrF,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAwD;IACzF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA8C;IAC1E,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAiB;IAC1C,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAuC;IAE7E,IAAI,UAAU,IAAI,UAAU,CAAC,GAAG,CAAC,CAEhC;IAED,IAAI,UAAU,IAAI,UAAU,CAAC,GAAG,CAAC,CAEhC;IAED,IAAI,mBAAmB,IAAI,UAAU,CAAC,OAAO,CAAC,CAE7C;IAED,IAAI,cAAc,IAAI,UAAU,CAAC,OAAO,CAAC,CAExC;IAED,IAAI,QAAQ,IAAI,UAAU,CAAC,GAAG,CAAC,CAE9B;IAED,IAAI,iBAAiB,IAAI,UAAU,CAAC,iBAAiB,CAAC,CAErD;IAED,IAAI,kBAAkB,IAAI,UAAU,CAAC,MAAM,CAAC,CAE3C;IAED,IAAI,kBAAkB,IAAI,UAAU,CAAC,aAAa,CAAC,CAElD;IAED,IAAI,eAAe,IAAI,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAEtD;IAED,IAAI,mBAAmB,IAAI,UAAU,CAAC,OAAO,CAAC,CAE7C;IAED,IAAI,KAAK,IAAI,UAAU,CAAC,GAAG,CAAC,CAE3B;IAED,IAAI,UAAU,IAAI,UAAU,CAAC,cAAc,CAAC,CAE3C;IAED,IAAI,OAAO,IAAI,UAAU,CAAC,GAAG,CAAC,CAE7B;IAED,IAAI,oBAAoB,IAAI,UAAU,CAAC,OAAO,CAAC,CAE9C;IAED,SAAS,IAAI,IAAI;IAIjB,SAAS,IAAI,IAAI;IAIjB,kBAAkB,IAAI,IAAI;IAI1B,kBAAkB,IAAI,IAAI;IAI1B,YAAY,IAAI,IAAI;IAIpB,WAAW,IAAI,IAAI;IAInB,OAAO,IAAI,IAAI;IAIf,oBAAoB,CAAC,QAAQ,EAAE,iBAAiB,GAAG,IAAI;IAIvD,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAItC,sBAAsB,IAAI,IAAI;IAI9B,wBAAwB,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;IAI5D,sBAAsB,IAAI,IAAI;IAI9B,iBAAiB,CAAC,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,IAAI;IAI7D,gBAAgB,IAAI,IAAI;IAIxB,iBAAiB,IAAI,IAAI;IAIzB,IAAI,IAAI,IAAI;IAQZ,YAAY,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI;IAIxC,MAAM,IAAI,IAAI;IAId,mBAAmB,IAAI,IAAI;IAI3B,mBAAmB,IAAI,IAAI;yCAxJhB,+BAA+B;6CAA/B,+BAA+B;CA2J3C"}
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { ConfigService } from '@valtimo/config';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { CreateObjectSyncConfigRequest, CreateObjectSyncConfigResult, ObjectSyncConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ObjectApiSyncService {
|
|
6
7
|
private http;
|
|
7
8
|
private configService;
|
|
@@ -11,4 +12,7 @@ export declare class ObjectApiSyncService {
|
|
|
11
12
|
createObjectSyncConfig(request: CreateObjectSyncConfigRequest): Observable<CreateObjectSyncConfigResult>;
|
|
12
13
|
modifyObjectSyncConfig(request: ObjectSyncConfig): Observable<CreateObjectSyncConfigResult>;
|
|
13
14
|
deleteObjectSyncConfig(configId: string): Observable<any>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectApiSyncService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ObjectApiSyncService>;
|
|
14
17
|
}
|
|
18
|
+
//# sourceMappingURL=object-api-sync.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-api-sync.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/connector-management/src/lib/services/object-api-sync/object-api-sync.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,gBAAgB,EACjB,MAAM,cAAc,CAAC;;AAEtB,qBAGa,oBAAoB;IAGnB,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,aAAa;IAF3D,OAAO,CAAC,gBAAgB,CAAM;gBAEV,IAAI,EAAE,UAAU,EAAU,aAAa,EAAE,aAAa;IAI1E,oBAAoB,CAAC,sBAAsB,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAOzF,sBAAsB,CACpB,OAAO,EAAE,6BAA6B,GACrC,UAAU,CAAC,4BAA4B,CAAC;IAO3C,sBAAsB,CAAC,OAAO,EAAE,gBAAgB,GAAG,UAAU,CAAC,4BAA4B,CAAC;IAO3F,sBAAsB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCA9B9C,oBAAoB;6CAApB,oBAAoB;CAmChC"}
|
package/package.json
CHANGED
|
@@ -1,20 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valtimo/connector-management",
|
|
3
3
|
"license": "EUPL-1.2",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.2.0",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/common": "^
|
|
7
|
-
"@angular/core": "^
|
|
6
|
+
"@angular/common": "^13.2.3",
|
|
7
|
+
"@angular/core": "^13.2.3",
|
|
8
|
+
"@angular/flex-layout": "^13.0.0-beta.38"
|
|
8
9
|
},
|
|
9
10
|
"dependencies": {
|
|
10
11
|
"tslib": "^2.0.0"
|
|
11
12
|
},
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"fesm2015": "fesm2015/valtimo-connector-management.
|
|
13
|
+
"module": "fesm2015/valtimo-connector-management.mjs",
|
|
14
|
+
"es2020": "fesm2020/valtimo-connector-management.mjs",
|
|
15
|
+
"esm2020": "esm2020/valtimo-connector-management.mjs",
|
|
16
|
+
"fesm2020": "fesm2020/valtimo-connector-management.mjs",
|
|
17
|
+
"fesm2015": "fesm2015/valtimo-connector-management.mjs",
|
|
17
18
|
"typings": "valtimo-connector-management.d.ts",
|
|
18
|
-
"
|
|
19
|
+
"exports": {
|
|
20
|
+
"./package.json": {
|
|
21
|
+
"default": "./package.json"
|
|
22
|
+
},
|
|
23
|
+
".": {
|
|
24
|
+
"types": "./valtimo-connector-management.d.ts",
|
|
25
|
+
"esm2020": "./esm2020/valtimo-connector-management.mjs",
|
|
26
|
+
"es2020": "./fesm2020/valtimo-connector-management.mjs",
|
|
27
|
+
"es2015": "./fesm2015/valtimo-connector-management.mjs",
|
|
28
|
+
"node": "./fesm2015/valtimo-connector-management.mjs",
|
|
29
|
+
"default": "./fesm2020/valtimo-connector-management.mjs"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
19
32
|
"sideEffects": false
|
|
20
|
-
}
|
|
33
|
+
}
|
package/public-api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export * from './lib/models';
|
|
|
2
2
|
export * from './lib/connector-management.module';
|
|
3
3
|
export * from './lib/components/connector-link-extension-modal/connector-link-extension-modal.component';
|
|
4
4
|
export * from './lib/components/connector-link-extension/connector-link-extension.component';
|
|
5
|
-
export * from './lib/components/add-connector/add-connector.component';
|
|
5
|
+
export * from './lib/components/add-connector-select/add-connector-select.component';
|
|
6
6
|
export * from './lib/components/connector-management/connector-management.component';
|
|
7
7
|
export * from './lib/components/connector-modal/connector-modal.component';
|
|
8
8
|
export * from './lib/components/edit-connector-properties/edit-connector-properties.component';
|
|
@@ -12,3 +12,7 @@ export * from './lib/extension/connector-management.extension.init';
|
|
|
12
12
|
export * from './lib/services/connector-management/connector-management.service';
|
|
13
13
|
export * from './lib/services/object-api-sync/object-api-sync.service';
|
|
14
14
|
export * from './lib/services/connector-management-state/connector-management-state.service';
|
|
15
|
+
export * from './lib/components/edit-taak-connector/edit-taak-connector.component';
|
|
16
|
+
export * from './lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component';
|
|
17
|
+
export * from './lib/components/add-connector-configure/add-connector-configure.component';
|
|
18
|
+
//# sourceMappingURL=public-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/connector-management/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,cAAc,CAAC;AAC7B,cAAc,mCAAmC,CAAC;AAClD,cAAc,0FAA0F,CAAC;AACzG,cAAc,8EAA8E,CAAC;AAC7F,cAAc,sEAAsE,CAAC;AACrF,cAAc,sEAAsE,CAAC;AACrF,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gFAAgF,CAAC;AAC/F,cAAc,8DAA8D,CAAC;AAC7E,cAAc,0FAA0F,CAAC;AACzG,cAAc,qDAAqD,CAAC;AACpE,cAAc,kEAAkE,CAAC;AACjF,cAAc,wDAAwD,CAAC;AACvE,cAAc,8EAA8E,CAAC;AAC7F,cAAc,oEAAoE,CAAC;AACnF,cAAc,8FAA8F,CAAC;AAC7G,cAAc,4EAA4E,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
+
/// <amd-module name="@valtimo/connector-management" />
|
|
4
5
|
export * from './public-api';
|
|
5
|
-
|
|
6
|
-
export { EditProductAanvragenConnectorComponent as ɵa } from './lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component';
|
|
7
|
-
export { EditTaakConnectorComponent as ɵc } from './lib/components/edit-taak-connector/edit-taak-connector.component';
|
|
8
|
-
export { ConnectorManagementRoutingModule as ɵd } from './lib/connector-management-routing';
|
|
6
|
+
//# sourceMappingURL=valtimo-connector-management.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valtimo-connector-management.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/connector-management/src/valtimo-connector-management.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|