@valtimo/plugin 5.2.0 → 5.5.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/plugin-configuration-container/plugin-configuration-container.component.mjs +131 -0
- package/esm2020/lib/components/plugin-configuration-container/plugin-configuration-container.module.mjs +35 -0
- 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 +72 -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 +81 -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/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/create-zaak-configuration/create-zaak-configuration.component.mjs +39 -12
- package/esm2020/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +49 -11
- package/esm2020/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.mjs +65 -0
- package/esm2020/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.mjs +58 -12
- package/esm2020/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.mjs +68 -12
- package/esm2020/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.mjs +63 -12
- package/esm2020/lib/plugins/open-zaak/models/config.mjs +17 -0
- package/esm2020/lib/plugins/open-zaak/models/index.mjs +17 -0
- package/esm2020/lib/plugins/open-zaak/open-zaak-plugin.module.mjs +40 -9
- package/esm2020/lib/plugins/open-zaak/open-zaak-plugin.specification.mjs +48 -2
- package/esm2020/lib/plugins/smart-documents/assets/index.mjs +17 -0
- package/esm2020/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.mjs +18 -0
- package/esm2020/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.mjs +83 -0
- package/esm2020/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.mjs +75 -0
- package/esm2020/lib/plugins/smart-documents/models/config.mjs +17 -0
- package/esm2020/lib/plugins/smart-documents/models/index.mjs +17 -0
- package/esm2020/lib/plugins/smart-documents/smart-documents-plugin.module.mjs +58 -0
- package/esm2020/lib/plugins/smart-documents/smart-documents-plugin.specification.mjs +78 -0
- package/esm2020/lib/services/index.mjs +6 -2
- package/esm2020/lib/services/plugin-translation.service.mjs +9 -5
- package/esm2020/lib/services/plugin.service.mjs +4 -4
- package/esm2020/public-api.mjs +20 -2
- package/fesm2015/valtimo-plugin.mjs +1233 -88
- package/fesm2015/valtimo-plugin.mjs.map +1 -1
- package/fesm2020/valtimo-plugin.mjs +1220 -89
- package/fesm2020/valtimo-plugin.mjs.map +1 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +34 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts +11 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts.map +1 -0
- 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 +23 -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 +23 -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 +15 -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/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/create-zaak-configuration/create-zaak-configuration.component.d.ts +15 -9
- package/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +15 -7
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.d.ts +23 -0
- package/lib/plugins/open-zaak/components/select-zaak-type/select-zaak-type.component.d.ts.map +1 -0
- package/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.d.ts +22 -9
- package/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.d.ts.map +1 -1
- package/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.d.ts +22 -9
- package/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.d.ts.map +1 -1
- package/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.d.ts +22 -9
- package/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.d.ts.map +1 -1
- package/lib/plugins/open-zaak/models/config.d.ts +11 -0
- package/lib/plugins/open-zaak/models/config.d.ts.map +1 -0
- package/lib/plugins/open-zaak/models/index.d.ts +2 -0
- package/lib/plugins/open-zaak/models/index.d.ts.map +1 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +5 -3
- 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 +2 -0
- package/lib/plugins/smart-documents/assets/index.d.ts.map +1 -0
- package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts +3 -0
- package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts +29 -0
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts +23 -0
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/models/config.d.ts +19 -0
- package/lib/plugins/smart-documents/models/config.d.ts.map +1 -0
- package/lib/plugins/smart-documents/models/index.d.ts +2 -0
- package/lib/plugins/smart-documents/models/index.d.ts.map +1 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts +12 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts.map +1 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts +4 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -0
- package/lib/services/index.d.ts.map +1 -1
- package/lib/services/plugin-translation.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +11 -0
- package/public-api.d.ts.map +1 -1
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, Injectable, Inject, Pipe, NgModule, EventEmitter, Component, Input, Output } from '@angular/core';
|
|
3
|
-
import { BehaviorSubject, combineLatest } from 'rxjs';
|
|
4
|
-
import { map } from 'rxjs/operators';
|
|
2
|
+
import { InjectionToken, Injectable, Inject, Pipe, NgModule, EventEmitter, ViewContainerRef, Component, ViewChild, Input, Output } from '@angular/core';
|
|
3
|
+
import { BehaviorSubject, combineLatest, take, of, Subject, map as map$1 } from 'rxjs';
|
|
4
|
+
import { map, tap, switchMap } from 'rxjs/operators';
|
|
5
5
|
import * as i1 from '@ngx-translate/core';
|
|
6
6
|
import { TranslateModule } from '@ngx-translate/core';
|
|
7
|
-
import { CommonModule } from '@angular/common';
|
|
8
7
|
import * as i1$1 from '@valtimo/user-interface';
|
|
9
|
-
import { TitleModule } from '@valtimo/user-interface';
|
|
8
|
+
import { ParagraphModule, TitleModule, FormModule, InputModule, SelectModule, InputLabelModule, MultiInputModule } from '@valtimo/user-interface';
|
|
9
|
+
import * as i2 from '@angular/common';
|
|
10
|
+
import { CommonModule } from '@angular/common';
|
|
11
|
+
import * as i1$2 from '@valtimo/resource';
|
|
10
12
|
|
|
11
13
|
/*
|
|
12
14
|
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
@@ -17,7 +19,11 @@ import { TitleModule } from '@valtimo/user-interface';
|
|
|
17
19
|
*
|
|
18
20
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
19
21
|
*
|
|
20
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
22
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
23
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
24
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
25
|
+
* See the License for the specific language governing permissions and
|
|
26
|
+
* limitations under the License.
|
|
21
27
|
*/
|
|
22
28
|
const PLUGINS_TOKEN = new InjectionToken('Provide plugin config; an array of plugin specifications.');
|
|
23
29
|
|
|
@@ -30,7 +36,11 @@ const PLUGINS_TOKEN = new InjectionToken('Provide plugin config; an array of plu
|
|
|
30
36
|
*
|
|
31
37
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
32
38
|
*
|
|
33
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
39
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
40
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
41
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
42
|
+
* See the License for the specific language governing permissions and
|
|
43
|
+
* limitations under the License.
|
|
34
44
|
*/
|
|
35
45
|
|
|
36
46
|
/*
|
|
@@ -65,9 +75,9 @@ class PluginService {
|
|
|
65
75
|
return this._availablePluginIds$;
|
|
66
76
|
}
|
|
67
77
|
}
|
|
68
|
-
PluginService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
69
|
-
PluginService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
70
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
78
|
+
PluginService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginService, deps: [{ token: PLUGINS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
79
|
+
PluginService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginService, providedIn: 'root' });
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginService, decorators: [{
|
|
71
81
|
type: Injectable,
|
|
72
82
|
args: [{
|
|
73
83
|
providedIn: 'root',
|
|
@@ -86,7 +96,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
86
96
|
*
|
|
87
97
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
88
98
|
*
|
|
89
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
99
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
100
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
101
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
102
|
+
* See the License for the specific language governing permissions and
|
|
103
|
+
* limitations under the License.
|
|
90
104
|
*/
|
|
91
105
|
class PluginTranslationService {
|
|
92
106
|
constructor(translateService, pluginService) {
|
|
@@ -109,9 +123,9 @@ class PluginTranslationService {
|
|
|
109
123
|
return translation || `${pluginDefinitionKey}.${translateKey}`;
|
|
110
124
|
}
|
|
111
125
|
}
|
|
112
|
-
PluginTranslationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
113
|
-
PluginTranslationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
126
|
+
PluginTranslationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslationService, deps: [{ token: i1.TranslateService }, { token: PluginService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
127
|
+
PluginTranslationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslationService, providedIn: 'root' });
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslationService, decorators: [{
|
|
115
129
|
type: Injectable,
|
|
116
130
|
args: [{
|
|
117
131
|
providedIn: 'root',
|
|
@@ -127,7 +141,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
127
141
|
*
|
|
128
142
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
129
143
|
*
|
|
130
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
144
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
145
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
146
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
147
|
+
* See the License for the specific language governing permissions and
|
|
148
|
+
* limitations under the License.
|
|
131
149
|
*/
|
|
132
150
|
|
|
133
151
|
/*
|
|
@@ -139,7 +157,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
139
157
|
*
|
|
140
158
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
141
159
|
*
|
|
142
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
160
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
161
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
162
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
163
|
+
* See the License for the specific language governing permissions and
|
|
164
|
+
* limitations under the License.
|
|
143
165
|
*/
|
|
144
166
|
|
|
145
167
|
/*
|
|
@@ -151,7 +173,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
151
173
|
*
|
|
152
174
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
153
175
|
*
|
|
154
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
176
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
177
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
178
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
179
|
+
* See the License for the specific language governing permissions and
|
|
180
|
+
* limitations under the License.
|
|
155
181
|
*/
|
|
156
182
|
|
|
157
183
|
/*
|
|
@@ -163,7 +189,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
163
189
|
*
|
|
164
190
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
165
191
|
*
|
|
166
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
192
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
193
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
194
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
195
|
+
* See the License for the specific language governing permissions and
|
|
196
|
+
* limitations under the License.
|
|
167
197
|
*/
|
|
168
198
|
class PluginTranslatePipe {
|
|
169
199
|
constructor(pluginTranslationService, pluginService) {
|
|
@@ -174,9 +204,9 @@ class PluginTranslatePipe {
|
|
|
174
204
|
return this.pluginTranslationService.translate(translateKey, pluginDefinitionKey);
|
|
175
205
|
}
|
|
176
206
|
}
|
|
177
|
-
PluginTranslatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
178
|
-
PluginTranslatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.
|
|
179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
207
|
+
PluginTranslatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslatePipe, deps: [{ token: PluginTranslationService }, { token: PluginService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
208
|
+
PluginTranslatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslatePipe, name: "pluginTranslate" });
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslatePipe, decorators: [{
|
|
180
210
|
type: Pipe,
|
|
181
211
|
args: [{
|
|
182
212
|
name: 'pluginTranslate',
|
|
@@ -192,14 +222,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
192
222
|
*
|
|
193
223
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
194
224
|
*
|
|
195
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
225
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
226
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
227
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
228
|
+
* See the License for the specific language governing permissions and
|
|
229
|
+
* limitations under the License.
|
|
196
230
|
*/
|
|
197
231
|
class PluginTranslatePipeModule {
|
|
198
232
|
}
|
|
199
|
-
PluginTranslatePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
200
|
-
PluginTranslatePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
201
|
-
PluginTranslatePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
233
|
+
PluginTranslatePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
234
|
+
PluginTranslatePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslatePipeModule, declarations: [PluginTranslatePipe], imports: [TranslateModule], exports: [PluginTranslatePipe] });
|
|
235
|
+
PluginTranslatePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslatePipeModule, imports: [[TranslateModule]] });
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginTranslatePipeModule, decorators: [{
|
|
203
237
|
type: NgModule,
|
|
204
238
|
args: [{
|
|
205
239
|
imports: [TranslateModule],
|
|
@@ -217,7 +251,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
217
251
|
*
|
|
218
252
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
219
253
|
*
|
|
220
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
254
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
255
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
256
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
257
|
+
* See the License for the specific language governing permissions and
|
|
258
|
+
* limitations under the License.
|
|
221
259
|
*/
|
|
222
260
|
|
|
223
261
|
/*
|
|
@@ -229,7 +267,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
229
267
|
*
|
|
230
268
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
231
269
|
*
|
|
232
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
270
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
271
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
272
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
273
|
+
* See the License for the specific language governing permissions and
|
|
274
|
+
* limitations under the License.
|
|
233
275
|
*/
|
|
234
276
|
|
|
235
277
|
/*
|
|
@@ -241,26 +283,113 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
241
283
|
*
|
|
242
284
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
243
285
|
*
|
|
244
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
286
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
287
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
288
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
289
|
+
* See the License for the specific language governing permissions and
|
|
290
|
+
* limitations under the License.
|
|
245
291
|
*/
|
|
246
|
-
class
|
|
247
|
-
constructor() {
|
|
292
|
+
class PluginConfigurationContainerComponent {
|
|
293
|
+
constructor(pluginService) {
|
|
294
|
+
this.pluginService = pluginService;
|
|
248
295
|
this.valid = new EventEmitter();
|
|
249
296
|
this.configuration = new EventEmitter();
|
|
297
|
+
this.noConfigurationComponentAvailable$ = new BehaviorSubject(false);
|
|
298
|
+
this.componentRef$ = new BehaviorSubject(undefined);
|
|
299
|
+
this._componentType = new BehaviorSubject(null);
|
|
300
|
+
this._pluginDefinitionKey = new BehaviorSubject('');
|
|
301
|
+
this._functionKey = new BehaviorSubject('');
|
|
302
|
+
}
|
|
303
|
+
set type(type) {
|
|
304
|
+
this._componentType.next(type);
|
|
305
|
+
}
|
|
306
|
+
set pluginDefinitionKey(key) {
|
|
307
|
+
this._pluginDefinitionKey.next(key);
|
|
308
|
+
}
|
|
309
|
+
set functionKey(key) {
|
|
310
|
+
this._functionKey.next(key);
|
|
311
|
+
}
|
|
312
|
+
ngOnInit() {
|
|
313
|
+
this.openPluginSubscription();
|
|
314
|
+
this.openComponentInstanceSubscription();
|
|
315
|
+
}
|
|
316
|
+
ngOnDestroy() {
|
|
317
|
+
this.pluginSubscription?.unsubscribe();
|
|
318
|
+
this.componentRefSubscription?.unsubscribe();
|
|
319
|
+
}
|
|
320
|
+
openPluginSubscription() {
|
|
321
|
+
this.pluginSubscription = combineLatest([
|
|
322
|
+
this._pluginDefinitionKey,
|
|
323
|
+
this._functionKey,
|
|
324
|
+
this._componentType,
|
|
325
|
+
this.pluginService.pluginSpecifications$,
|
|
326
|
+
])
|
|
327
|
+
.pipe(tap(([pluginDefinitionKey, functionKey, componentType, pluginSpecifications]) => {
|
|
328
|
+
let configurationComponent;
|
|
329
|
+
this.dynamicContainer.clear();
|
|
330
|
+
if (componentType === 'configuration' && pluginDefinitionKey) {
|
|
331
|
+
configurationComponent = pluginSpecifications.find(specification => specification.pluginId === pluginDefinitionKey)?.pluginConfigurationComponent;
|
|
332
|
+
}
|
|
333
|
+
else if (componentType === 'function' && pluginDefinitionKey && functionKey) {
|
|
334
|
+
const pluginSpecification = pluginSpecifications.find(specification => specification.pluginId === pluginDefinitionKey);
|
|
335
|
+
configurationComponent =
|
|
336
|
+
pluginSpecification?.functionConfigurationComponents[functionKey];
|
|
337
|
+
}
|
|
338
|
+
if (configurationComponent) {
|
|
339
|
+
const componentRef = this.dynamicContainer.createComponent(configurationComponent);
|
|
340
|
+
this.componentRef$.next(componentRef);
|
|
341
|
+
this.noConfigurationComponentAvailable$.next(false);
|
|
342
|
+
}
|
|
343
|
+
else {
|
|
344
|
+
this.noConfigurationComponentAvailable$.next(true);
|
|
345
|
+
}
|
|
346
|
+
}))
|
|
347
|
+
.subscribe();
|
|
348
|
+
}
|
|
349
|
+
openComponentInstanceSubscription() {
|
|
350
|
+
this.componentRefSubscription = combineLatest([
|
|
351
|
+
this.componentRef$,
|
|
352
|
+
this._pluginDefinitionKey,
|
|
353
|
+
]).subscribe(([ref, pluginDefinitionKey]) => {
|
|
354
|
+
const instance = ref?.instance;
|
|
355
|
+
this.configurationSubscription?.unsubscribe();
|
|
356
|
+
this.validSubscription?.unsubscribe();
|
|
357
|
+
if (instance) {
|
|
358
|
+
instance.save$ = this.save$;
|
|
359
|
+
instance.disabled$ = this.disabled$;
|
|
360
|
+
instance.pluginId = pluginDefinitionKey;
|
|
361
|
+
if (this.prefillConfiguration$) {
|
|
362
|
+
instance.prefillConfiguration$ = this.prefillConfiguration$;
|
|
363
|
+
}
|
|
364
|
+
this.validSubscription = instance.valid.subscribe(valid => {
|
|
365
|
+
this.valid.emit(valid);
|
|
366
|
+
});
|
|
367
|
+
this.configurationSubscription = instance.configuration.subscribe(configuration => {
|
|
368
|
+
this.configuration.emit(configuration);
|
|
369
|
+
});
|
|
370
|
+
}
|
|
371
|
+
});
|
|
250
372
|
}
|
|
251
373
|
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
374
|
+
PluginConfigurationContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginConfigurationContainerComponent, deps: [{ token: PluginService }], target: i0.ɵɵFactoryTarget.Component });
|
|
375
|
+
PluginConfigurationContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PluginConfigurationContainerComponent, selector: "valtimo-plugin-configuration-container", inputs: { type: "type", pluginDefinitionKey: "pluginDefinitionKey", functionKey: "functionKey", save$: "save$", disabled$: "disabled$", prefillConfiguration$: "prefillConfiguration$" }, outputs: { valid: "valid", configuration: "configuration" }, viewQueries: [{ propertyName: "dynamicContainer", first: true, predicate: ["pluginConfigurationComponent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-template #pluginConfigurationComponent></ng-template>\n<ng-container *ngIf=\"noConfigurationComponentAvailable$ | async\">\n <v-paragraph [center]=\"true\">{{ 'plugin.noConfigurationComponent' | translate }}</v-paragraph>\n</ng-container>\n", styles: ["/*!\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"], components: [{ type: i1$1.ParagraphComponent, selector: "v-paragraph", inputs: ["center", "fullWidth", "margin", "italic"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe, "translate": i1.TranslatePipe } });
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginConfigurationContainerComponent, decorators: [{
|
|
255
377
|
type: Component,
|
|
256
|
-
args: [{ selector: 'valtimo-
|
|
257
|
-
}], propDecorators: {
|
|
378
|
+
args: [{ selector: 'valtimo-plugin-configuration-container', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-template #pluginConfigurationComponent></ng-template>\n<ng-container *ngIf=\"noConfigurationComponentAvailable$ | async\">\n <v-paragraph [center]=\"true\">{{ 'plugin.noConfigurationComponent' | translate }}</v-paragraph>\n</ng-container>\n", styles: ["/*!\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"] }]
|
|
379
|
+
}], ctorParameters: function () { return [{ type: PluginService }]; }, propDecorators: { dynamicContainer: [{
|
|
380
|
+
type: ViewChild,
|
|
381
|
+
args: ['pluginConfigurationComponent', { static: true, read: ViewContainerRef }]
|
|
382
|
+
}], type: [{
|
|
383
|
+
type: Input
|
|
384
|
+
}], pluginDefinitionKey: [{
|
|
385
|
+
type: Input
|
|
386
|
+
}], functionKey: [{
|
|
258
387
|
type: Input
|
|
259
388
|
}], save$: [{
|
|
260
389
|
type: Input
|
|
261
|
-
}], disabled
|
|
390
|
+
}], disabled$: [{
|
|
262
391
|
type: Input
|
|
263
|
-
}],
|
|
392
|
+
}], prefillConfiguration$: [{
|
|
264
393
|
type: Input
|
|
265
394
|
}], valid: [{
|
|
266
395
|
type: Output
|
|
@@ -277,26 +406,206 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
277
406
|
*
|
|
278
407
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
279
408
|
*
|
|
280
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
409
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
410
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
411
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
412
|
+
* See the License for the specific language governing permissions and
|
|
413
|
+
* limitations under the License.
|
|
281
414
|
*/
|
|
282
|
-
class
|
|
415
|
+
class PluginConfigurationContainerModule {
|
|
416
|
+
}
|
|
417
|
+
PluginConfigurationContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginConfigurationContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
418
|
+
PluginConfigurationContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginConfigurationContainerModule, declarations: [PluginConfigurationContainerComponent], imports: [CommonModule, ParagraphModule, TranslateModule], exports: [PluginConfigurationContainerComponent] });
|
|
419
|
+
PluginConfigurationContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginConfigurationContainerModule, imports: [[CommonModule, ParagraphModule, TranslateModule]] });
|
|
420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PluginConfigurationContainerModule, decorators: [{
|
|
421
|
+
type: NgModule,
|
|
422
|
+
args: [{
|
|
423
|
+
declarations: [PluginConfigurationContainerComponent],
|
|
424
|
+
imports: [CommonModule, ParagraphModule, TranslateModule],
|
|
425
|
+
exports: [PluginConfigurationContainerComponent],
|
|
426
|
+
}]
|
|
427
|
+
}] });
|
|
428
|
+
|
|
429
|
+
/*
|
|
430
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
431
|
+
*
|
|
432
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
433
|
+
* you may not use this file except in compliance with the License.
|
|
434
|
+
* You may obtain a copy of the License at
|
|
435
|
+
*
|
|
436
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
437
|
+
*
|
|
438
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
439
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
440
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
441
|
+
* See the License for the specific language governing permissions and
|
|
442
|
+
* limitations under the License.
|
|
443
|
+
*/
|
|
444
|
+
class OpenZaakConfigurationComponent {
|
|
283
445
|
constructor() {
|
|
284
446
|
this.valid = new EventEmitter();
|
|
285
447
|
this.configuration = new EventEmitter();
|
|
448
|
+
this.formValue$ = new BehaviorSubject(null);
|
|
449
|
+
this.valid$ = new BehaviorSubject(false);
|
|
450
|
+
}
|
|
451
|
+
ngOnInit() {
|
|
452
|
+
this.openSaveSubscription();
|
|
453
|
+
}
|
|
454
|
+
ngOnDestroy() {
|
|
455
|
+
this.saveSubscription?.unsubscribe();
|
|
456
|
+
}
|
|
457
|
+
formValueChange(formValue) {
|
|
458
|
+
this.formValue$.next(formValue);
|
|
459
|
+
this.handleValid(formValue);
|
|
460
|
+
}
|
|
461
|
+
handleValid(formValue) {
|
|
462
|
+
const valid = !!(formValue.configurationTitle &&
|
|
463
|
+
formValue.url &&
|
|
464
|
+
formValue.catalogusUrl &&
|
|
465
|
+
formValue.rsin &&
|
|
466
|
+
formValue.secret &&
|
|
467
|
+
formValue.clientId);
|
|
468
|
+
this.valid$.next(valid);
|
|
469
|
+
this.valid.emit(valid);
|
|
470
|
+
}
|
|
471
|
+
openSaveSubscription() {
|
|
472
|
+
this.saveSubscription = this.save$?.subscribe(save => {
|
|
473
|
+
combineLatest([this.formValue$, this.valid$])
|
|
474
|
+
.pipe(take(1))
|
|
475
|
+
.subscribe(([formValue, valid]) => {
|
|
476
|
+
if (valid) {
|
|
477
|
+
this.configuration.emit(formValue);
|
|
478
|
+
}
|
|
479
|
+
});
|
|
480
|
+
});
|
|
286
481
|
}
|
|
287
482
|
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
483
|
+
OpenZaakConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpenZaakConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
484
|
+
OpenZaakConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: OpenZaakConfigurationComponent, selector: "valtimo-open-zaak-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form (valueChange)=\"formValueChange($event)\" *ngIf=\"{disabled: disabled$ | async} as obs\">\n <v-input\n name=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"clientId\"\n [title]=\"'clientId' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"secret\"\n type=\"password\"\n [title]=\"'secret' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"rsin\"\n [title]=\"'rsin' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"catalogusUrl\"\n [title]=\"'catalogusUrl' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n</v-form>\n", styles: ["/*!\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"], components: [{ type: i1$1.FormComponent, selector: "v-form", outputs: ["valueChange"] }, { type: i1$1.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "disabled", "step", "min", "maxLength", "tooltip", "required"], outputs: ["valueChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpenZaakConfigurationComponent, decorators: [{
|
|
291
486
|
type: Component,
|
|
292
|
-
args: [{ selector: 'valtimo-
|
|
293
|
-
}], propDecorators: {
|
|
487
|
+
args: [{ selector: 'valtimo-open-zaak-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form (valueChange)=\"formValueChange($event)\" *ngIf=\"{disabled: disabled$ | async} as obs\">\n <v-input\n name=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"clientId\"\n [title]=\"'clientId' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"secret\"\n type=\"password\"\n [title]=\"'secret' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"rsin\"\n [title]=\"'rsin' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-input\n name=\"catalogusUrl\"\n [title]=\"'catalogusUrl' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n</v-form>\n", styles: ["/*!\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"] }]
|
|
488
|
+
}], propDecorators: { save$: [{
|
|
294
489
|
type: Input
|
|
295
|
-
}],
|
|
490
|
+
}], disabled$: [{
|
|
491
|
+
type: Input
|
|
492
|
+
}], pluginId: [{
|
|
493
|
+
type: Input
|
|
494
|
+
}], valid: [{
|
|
495
|
+
type: Output
|
|
496
|
+
}], configuration: [{
|
|
497
|
+
type: Output
|
|
498
|
+
}] } });
|
|
499
|
+
|
|
500
|
+
/*
|
|
501
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
502
|
+
*
|
|
503
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
504
|
+
* you may not use this file except in compliance with the License.
|
|
505
|
+
* You may obtain a copy of the License at
|
|
506
|
+
*
|
|
507
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
508
|
+
*
|
|
509
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
510
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
511
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
512
|
+
* See the License for the specific language governing permissions and
|
|
513
|
+
* limitations under the License.
|
|
514
|
+
*/
|
|
515
|
+
class SelectZaakTypeComponent {
|
|
516
|
+
constructor(openZaakService, modalService, pluginTranslationService) {
|
|
517
|
+
this.openZaakService = openZaakService;
|
|
518
|
+
this.modalService = modalService;
|
|
519
|
+
this.pluginTranslationService = pluginTranslationService;
|
|
520
|
+
this.zaakTypeSelected = new EventEmitter();
|
|
521
|
+
this.zaakTypeLinks$ = this.modalService.modalData$.pipe(switchMap(modalData => {
|
|
522
|
+
if (modalData?.processDefinitionKey) {
|
|
523
|
+
return this.openZaakService.getZaakTypeLinkListByProcess(modalData?.processDefinitionKey);
|
|
524
|
+
}
|
|
525
|
+
else {
|
|
526
|
+
return of(null);
|
|
527
|
+
}
|
|
528
|
+
}));
|
|
529
|
+
this.zaakTypeLinkSelectItems$ = this.zaakTypeLinks$.pipe(map(zaakTypeLinks => zaakTypeLinks?.map(link => ({
|
|
530
|
+
id: link.zaakTypeUrl,
|
|
531
|
+
text: link.documentDefinitionName,
|
|
532
|
+
}))));
|
|
533
|
+
this.selectedZaakTypeUrl$ = new BehaviorSubject('');
|
|
534
|
+
this.selectedZaakType$ = combineLatest([
|
|
535
|
+
this.selectedZaakTypeUrl$,
|
|
536
|
+
this.openZaakService.getZaakTypes(),
|
|
537
|
+
]).pipe(map(([selectedZaakTypeUrl, zaakTypes]) => zaakTypes.find(zaakType => zaakType.url === selectedZaakTypeUrl)), tap(selectedZaakType => this.zaakTypeSelected.emit(selectedZaakType)));
|
|
538
|
+
}
|
|
539
|
+
selectZaakTypeLink(zaakTypeUrl) {
|
|
540
|
+
this.selectedZaakTypeUrl$.next(zaakTypeUrl);
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
SelectZaakTypeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectZaakTypeComponent, deps: [{ token: i1$2.OpenZaakService }, { token: i1$1.ModalService }, { token: PluginTranslationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
544
|
+
SelectZaakTypeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SelectZaakTypeComponent, selector: "valtimo-select-zaak-type", inputs: { pluginId: "pluginId", disabled: "disabled" }, outputs: { zaakTypeSelected: "zaakTypeSelected" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-container\n *ngIf=\"{\n zaakTypeLinkSelectItems: zaakTypeLinkSelectItems$ | async,\n selectedZaakType: selectedZaakType$ | async\n } as obs\"\n>\n <v-select\n (selectedChange)=\"selectZaakTypeLink($event)\"\n [items]=\"obs.zaakTypeLinkSelectItems\"\n [disabled]=\"!obs.zaakTypeLinkSelectItems || disabled\"\n [notFoundText]=\"'noZaakTypeLinksFound' | pluginTranslate: pluginId | async\"\n [title]=\"'documentDefinition' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n ></v-select>\n <div class=\"selected-zaak-type\">\n <v-input-label [title]=\"'zaakType' | pluginTranslate: pluginId | async\"></v-input-label>\n <v-paragraph *ngIf=\"obs.selectedZaakType?.omschrijving; else noSelectedZaakType\">{{\n obs.selectedZaakType.omschrijving\n }}</v-paragraph>\n </div>\n</ng-container>\n\n<ng-template #noSelectedZaakType>\n <v-paragraph>{{ 'noZaakTypeSelected' | pluginTranslate: pluginId | async }}</v-paragraph>\n</ng-template>\n", styles: [".selected-zaak-type{margin-block-end:var(--v-input-margin)}\n"], components: [{ type: i1$1.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "clearable", "disabled", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required"], outputs: ["selectedChange", "clear"] }, { type: i1$1.InputLabelComponent, selector: "v-input-label", inputs: ["name", "title", "titleTranslationKey", "tooltip", "required"] }, { type: i1$1.ParagraphComponent, selector: "v-paragraph", inputs: ["center", "fullWidth", "margin", "italic"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectZaakTypeComponent, decorators: [{
|
|
546
|
+
type: Component,
|
|
547
|
+
args: [{ selector: 'valtimo-select-zaak-type', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-container\n *ngIf=\"{\n zaakTypeLinkSelectItems: zaakTypeLinkSelectItems$ | async,\n selectedZaakType: selectedZaakType$ | async\n } as obs\"\n>\n <v-select\n (selectedChange)=\"selectZaakTypeLink($event)\"\n [items]=\"obs.zaakTypeLinkSelectItems\"\n [disabled]=\"!obs.zaakTypeLinkSelectItems || disabled\"\n [notFoundText]=\"'noZaakTypeLinksFound' | pluginTranslate: pluginId | async\"\n [title]=\"'documentDefinition' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n ></v-select>\n <div class=\"selected-zaak-type\">\n <v-input-label [title]=\"'zaakType' | pluginTranslate: pluginId | async\"></v-input-label>\n <v-paragraph *ngIf=\"obs.selectedZaakType?.omschrijving; else noSelectedZaakType\">{{\n obs.selectedZaakType.omschrijving\n }}</v-paragraph>\n </div>\n</ng-container>\n\n<ng-template #noSelectedZaakType>\n <v-paragraph>{{ 'noZaakTypeSelected' | pluginTranslate: pluginId | async }}</v-paragraph>\n</ng-template>\n", styles: [".selected-zaak-type{margin-block-end:var(--v-input-margin)}\n"] }]
|
|
548
|
+
}], ctorParameters: function () { return [{ type: i1$2.OpenZaakService }, { type: i1$1.ModalService }, { type: PluginTranslationService }]; }, propDecorators: { pluginId: [{
|
|
296
549
|
type: Input
|
|
297
550
|
}], disabled: [{
|
|
298
551
|
type: Input
|
|
299
|
-
}],
|
|
552
|
+
}], zaakTypeSelected: [{
|
|
553
|
+
type: Output
|
|
554
|
+
}] } });
|
|
555
|
+
|
|
556
|
+
/*
|
|
557
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
558
|
+
*
|
|
559
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
560
|
+
* you may not use this file except in compliance with the License.
|
|
561
|
+
* You may obtain a copy of the License at
|
|
562
|
+
*
|
|
563
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
564
|
+
*
|
|
565
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
566
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
567
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
568
|
+
* See the License for the specific language governing permissions and
|
|
569
|
+
* limitations under the License.
|
|
570
|
+
*/
|
|
571
|
+
class CreateZaakConfigurationComponent {
|
|
572
|
+
constructor() {
|
|
573
|
+
this.valid = new EventEmitter();
|
|
574
|
+
this.configuration = new EventEmitter();
|
|
575
|
+
this.selectedZaakType$ = new BehaviorSubject(null);
|
|
576
|
+
}
|
|
577
|
+
ngOnInit() {
|
|
578
|
+
this.openValidSubscription();
|
|
579
|
+
}
|
|
580
|
+
ngOnDestroy() {
|
|
581
|
+
this.validSubscription?.unsubscribe();
|
|
582
|
+
}
|
|
583
|
+
selectZaakType(zaakType) {
|
|
584
|
+
this.selectedZaakType$.next(zaakType);
|
|
585
|
+
}
|
|
586
|
+
openValidSubscription() {
|
|
587
|
+
this.validSubscription = combineLatest([this.selectedZaakType$])
|
|
588
|
+
.pipe(tap(([zaakType]) => {
|
|
589
|
+
if (zaakType) {
|
|
590
|
+
this.valid.emit(true);
|
|
591
|
+
}
|
|
592
|
+
else {
|
|
593
|
+
this.valid.emit(false);
|
|
594
|
+
}
|
|
595
|
+
}))
|
|
596
|
+
.subscribe();
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
CreateZaakConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CreateZaakConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
600
|
+
CreateZaakConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CreateZaakConfigurationComponent, selector: "valtimo-create-zaak-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n", styles: [""], components: [{ type: SelectZaakTypeComponent, selector: "valtimo-select-zaak-type", inputs: ["pluginId", "disabled"], outputs: ["zaakTypeSelected"] }], pipes: { "async": i2.AsyncPipe } });
|
|
601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CreateZaakConfigurationComponent, decorators: [{
|
|
602
|
+
type: Component,
|
|
603
|
+
args: [{ selector: 'valtimo-create-zaak-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n", styles: [""] }]
|
|
604
|
+
}], propDecorators: { save$: [{
|
|
605
|
+
type: Input
|
|
606
|
+
}], disabled$: [{
|
|
607
|
+
type: Input
|
|
608
|
+
}], pluginId: [{
|
|
300
609
|
type: Input
|
|
301
610
|
}], valid: [{
|
|
302
611
|
type: Output
|
|
@@ -313,26 +622,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
313
622
|
*
|
|
314
623
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
315
624
|
*
|
|
316
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
625
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
626
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
627
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
628
|
+
* See the License for the specific language governing permissions and
|
|
629
|
+
* limitations under the License.
|
|
317
630
|
*/
|
|
318
631
|
class SetBesluitConfigurationComponent {
|
|
319
632
|
constructor() {
|
|
320
633
|
this.valid = new EventEmitter();
|
|
321
634
|
this.configuration = new EventEmitter();
|
|
635
|
+
this.selectedBesluit$ = new BehaviorSubject('');
|
|
636
|
+
this.selectedZaakType$ = new BehaviorSubject(null);
|
|
637
|
+
this.BESLUITEN = ['test besluit', 'test besluit met document'];
|
|
638
|
+
this.besluitSelectItems = this.BESLUITEN.map(besluit => ({
|
|
639
|
+
id: besluit,
|
|
640
|
+
text: besluit,
|
|
641
|
+
}));
|
|
642
|
+
this.clearSubject$ = new Subject();
|
|
643
|
+
}
|
|
644
|
+
ngOnInit() {
|
|
645
|
+
this.openValidSubscription();
|
|
646
|
+
}
|
|
647
|
+
ngOnDestroy() {
|
|
648
|
+
this.validSubscription?.unsubscribe();
|
|
649
|
+
}
|
|
650
|
+
selectZaakType(zaakType) {
|
|
651
|
+
this.selectedZaakType$.next(zaakType);
|
|
652
|
+
if (!zaakType) {
|
|
653
|
+
this.clearBesluit();
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
clearBesluit() {
|
|
657
|
+
this.selectedBesluit$.next('');
|
|
658
|
+
this.clearSubject$.next(null);
|
|
659
|
+
}
|
|
660
|
+
selectBesluit(besluit) {
|
|
661
|
+
this.selectedBesluit$.next(besluit);
|
|
662
|
+
}
|
|
663
|
+
openValidSubscription() {
|
|
664
|
+
this.validSubscription = combineLatest([this.selectedBesluit$, this.selectedZaakType$])
|
|
665
|
+
.pipe(tap(([besluit, zaakType]) => {
|
|
666
|
+
if (besluit && zaakType) {
|
|
667
|
+
this.valid.emit(true);
|
|
668
|
+
}
|
|
669
|
+
else {
|
|
670
|
+
this.valid.emit(false);
|
|
671
|
+
}
|
|
672
|
+
}))
|
|
673
|
+
.subscribe();
|
|
322
674
|
}
|
|
323
675
|
}
|
|
324
|
-
SetBesluitConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
325
|
-
SetBesluitConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
676
|
+
SetBesluitConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SetBesluitConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
677
|
+
SetBesluitConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SetBesluitConfigurationComponent, selector: "valtimo-set-besluit-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n<v-select\n [items]=\"besluitSelectItems\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n [title]=\"'besluit' | pluginTranslate: pluginId | async\"\n [disabled]=\"(selectedZaakType$ | async) === null || (disabled$ | async)\"\n [clearSelectionSubject$]=\"clearSubject$\"\n (selectedChange)=\"selectBesluit($event)\"\n></v-select>\n", styles: [""], components: [{ type: SelectZaakTypeComponent, selector: "valtimo-select-zaak-type", inputs: ["pluginId", "disabled"], outputs: ["zaakTypeSelected"] }, { type: i1$1.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "clearable", "disabled", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required"], outputs: ["selectedChange", "clear"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SetBesluitConfigurationComponent, decorators: [{
|
|
327
679
|
type: Component,
|
|
328
|
-
args: [{ selector: 'valtimo-set-besluit-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-title
|
|
329
|
-
}], propDecorators: {
|
|
330
|
-
type: Input
|
|
331
|
-
}], save$: [{
|
|
680
|
+
args: [{ selector: 'valtimo-set-besluit-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n<v-select\n [items]=\"besluitSelectItems\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n [title]=\"'besluit' | pluginTranslate: pluginId | async\"\n [disabled]=\"(selectedZaakType$ | async) === null || (disabled$ | async)\"\n [clearSelectionSubject$]=\"clearSubject$\"\n (selectedChange)=\"selectBesluit($event)\"\n></v-select>\n", styles: [""] }]
|
|
681
|
+
}], propDecorators: { save$: [{
|
|
332
682
|
type: Input
|
|
333
|
-
}], disabled
|
|
683
|
+
}], disabled$: [{
|
|
334
684
|
type: Input
|
|
335
|
-
}],
|
|
685
|
+
}], pluginId: [{
|
|
336
686
|
type: Input
|
|
337
687
|
}], valid: [{
|
|
338
688
|
type: Output
|
|
@@ -349,26 +699,77 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
349
699
|
*
|
|
350
700
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
351
701
|
*
|
|
352
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
702
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
703
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
704
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
705
|
+
* See the License for the specific language governing permissions and
|
|
706
|
+
* limitations under the License.
|
|
353
707
|
*/
|
|
354
708
|
class SetResultaatConfigurationComponent {
|
|
355
709
|
constructor() {
|
|
356
710
|
this.valid = new EventEmitter();
|
|
357
711
|
this.configuration = new EventEmitter();
|
|
712
|
+
this.selectedResultaat$ = new BehaviorSubject('');
|
|
713
|
+
this.selectedZaakType$ = new BehaviorSubject(null);
|
|
714
|
+
this.RESULTATEN = [
|
|
715
|
+
'Ingetrokken',
|
|
716
|
+
'Ongegrond met financ',
|
|
717
|
+
'Gegrond met financië',
|
|
718
|
+
'Informeel afgehandel',
|
|
719
|
+
'Niet ontvankelijk ve',
|
|
720
|
+
'Gegrond met invloed',
|
|
721
|
+
'Ongegrond',
|
|
722
|
+
'Afgebroken',
|
|
723
|
+
'Gegrond',
|
|
724
|
+
];
|
|
725
|
+
this.resultaatSelectItems = this.RESULTATEN.map(resultaat => ({
|
|
726
|
+
id: resultaat,
|
|
727
|
+
text: resultaat,
|
|
728
|
+
}));
|
|
729
|
+
this.clearSubject$ = new Subject();
|
|
730
|
+
}
|
|
731
|
+
ngOnInit() {
|
|
732
|
+
this.openValidSubscription();
|
|
733
|
+
}
|
|
734
|
+
ngOnDestroy() {
|
|
735
|
+
this.validSubscription?.unsubscribe();
|
|
736
|
+
}
|
|
737
|
+
selectZaakType(zaakType) {
|
|
738
|
+
this.selectedZaakType$.next(zaakType);
|
|
739
|
+
if (!zaakType) {
|
|
740
|
+
this.clearResultaat();
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
clearResultaat() {
|
|
744
|
+
this.selectedResultaat$.next('');
|
|
745
|
+
this.clearSubject$.next(null);
|
|
746
|
+
}
|
|
747
|
+
selectResultaat(resultaat) {
|
|
748
|
+
this.selectedResultaat$.next(resultaat);
|
|
749
|
+
}
|
|
750
|
+
openValidSubscription() {
|
|
751
|
+
this.validSubscription = combineLatest([this.selectedResultaat$, this.selectedZaakType$])
|
|
752
|
+
.pipe(tap(([resultaat, zaakType]) => {
|
|
753
|
+
if (resultaat && zaakType) {
|
|
754
|
+
this.valid.emit(true);
|
|
755
|
+
}
|
|
756
|
+
else {
|
|
757
|
+
this.valid.emit(false);
|
|
758
|
+
}
|
|
759
|
+
}))
|
|
760
|
+
.subscribe();
|
|
358
761
|
}
|
|
359
762
|
}
|
|
360
|
-
SetResultaatConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
361
|
-
SetResultaatConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
763
|
+
SetResultaatConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SetResultaatConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
764
|
+
SetResultaatConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SetResultaatConfigurationComponent, selector: "valtimo-set-resultaat-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n<v-select\n [items]=\"resultaatSelectItems\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n [title]=\"'zaakResultaat' | pluginTranslate: pluginId | async\"\n [disabled]=\"(selectedZaakType$ | async) === null || (disabled$ | async)\"\n [clearSelectionSubject$]=\"clearSubject$\"\n (selectedChange)=\"selectResultaat($event)\"\n></v-select>\n", styles: [""], components: [{ type: SelectZaakTypeComponent, selector: "valtimo-select-zaak-type", inputs: ["pluginId", "disabled"], outputs: ["zaakTypeSelected"] }, { type: i1$1.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "clearable", "disabled", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required"], outputs: ["selectedChange", "clear"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SetResultaatConfigurationComponent, decorators: [{
|
|
363
766
|
type: Component,
|
|
364
|
-
args: [{ selector: 'valtimo-set-resultaat-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-title
|
|
365
|
-
}], propDecorators: {
|
|
366
|
-
type: Input
|
|
367
|
-
}], save$: [{
|
|
767
|
+
args: [{ selector: 'valtimo-set-resultaat-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n<v-select\n [items]=\"resultaatSelectItems\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n [title]=\"'zaakResultaat' | pluginTranslate: pluginId | async\"\n [disabled]=\"(selectedZaakType$ | async) === null || (disabled$ | async)\"\n [clearSelectionSubject$]=\"clearSubject$\"\n (selectedChange)=\"selectResultaat($event)\"\n></v-select>\n", styles: [""] }]
|
|
768
|
+
}], propDecorators: { save$: [{
|
|
368
769
|
type: Input
|
|
369
|
-
}], disabled
|
|
770
|
+
}], disabled$: [{
|
|
370
771
|
type: Input
|
|
371
|
-
}],
|
|
772
|
+
}], pluginId: [{
|
|
372
773
|
type: Input
|
|
373
774
|
}], valid: [{
|
|
374
775
|
type: Output
|
|
@@ -385,26 +786,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
385
786
|
*
|
|
386
787
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
387
788
|
*
|
|
388
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
789
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
790
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
791
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
792
|
+
* See the License for the specific language governing permissions and
|
|
793
|
+
* limitations under the License.
|
|
389
794
|
*/
|
|
390
795
|
class SetStatusConfigurationComponent {
|
|
391
796
|
constructor() {
|
|
392
797
|
this.valid = new EventEmitter();
|
|
393
798
|
this.configuration = new EventEmitter();
|
|
799
|
+
this.selectedStatus = new BehaviorSubject('');
|
|
800
|
+
this.selectedZaakType$ = new BehaviorSubject(null);
|
|
801
|
+
this.STATUSES = [
|
|
802
|
+
'Geregistreerd',
|
|
803
|
+
'Geaccepteerd',
|
|
804
|
+
'In behandeling genomen',
|
|
805
|
+
'Afgehandeld',
|
|
806
|
+
];
|
|
807
|
+
this.statusesSelectItems = this.STATUSES.map(status => ({
|
|
808
|
+
id: status,
|
|
809
|
+
text: status,
|
|
810
|
+
}));
|
|
811
|
+
this.clearSubject$ = new Subject();
|
|
812
|
+
}
|
|
813
|
+
ngOnInit() {
|
|
814
|
+
this.openValidSubscription();
|
|
815
|
+
}
|
|
816
|
+
ngOnDestroy() {
|
|
817
|
+
this.validSubscription?.unsubscribe();
|
|
818
|
+
}
|
|
819
|
+
selectZaakType(zaakType) {
|
|
820
|
+
this.selectedZaakType$.next(zaakType);
|
|
821
|
+
if (!zaakType) {
|
|
822
|
+
this.clearStatus();
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
clearStatus() {
|
|
826
|
+
this.selectedStatus.next('');
|
|
827
|
+
this.clearSubject$.next(null);
|
|
828
|
+
}
|
|
829
|
+
selectStatus(status) {
|
|
830
|
+
this.selectedStatus.next(status);
|
|
831
|
+
}
|
|
832
|
+
openValidSubscription() {
|
|
833
|
+
this.validSubscription = combineLatest([this.selectedStatus, this.selectedZaakType$])
|
|
834
|
+
.pipe(tap(([status, zaakType]) => {
|
|
835
|
+
if (status && zaakType) {
|
|
836
|
+
this.valid.emit(true);
|
|
837
|
+
}
|
|
838
|
+
else {
|
|
839
|
+
this.valid.emit(false);
|
|
840
|
+
}
|
|
841
|
+
}))
|
|
842
|
+
.subscribe();
|
|
394
843
|
}
|
|
395
844
|
}
|
|
396
|
-
SetStatusConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
397
|
-
SetStatusConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
845
|
+
SetStatusConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SetStatusConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
846
|
+
SetStatusConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SetStatusConfigurationComponent, selector: "valtimo-set-status-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n<v-select\n [items]=\"statusesSelectItems\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n [title]=\"'zaakStatus' | pluginTranslate: pluginId | async\"\n [disabled]=\"(selectedZaakType$ | async) === null || (disabled$ | async)\"\n [clearSelectionSubject$]=\"clearSubject$\"\n (selectedChange)=\"selectStatus($event)\"\n></v-select>\n", styles: [""], components: [{ type: SelectZaakTypeComponent, selector: "valtimo-select-zaak-type", inputs: ["pluginId", "disabled"], outputs: ["zaakTypeSelected"] }, { type: i1$1.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "clearable", "disabled", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required"], outputs: ["selectedChange", "clear"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SetStatusConfigurationComponent, decorators: [{
|
|
399
848
|
type: Component,
|
|
400
|
-
args: [{ selector: 'valtimo-set-status-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-title
|
|
401
|
-
}], propDecorators: {
|
|
402
|
-
type: Input
|
|
403
|
-
}], save$: [{
|
|
849
|
+
args: [{ selector: 'valtimo-set-status-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<valtimo-select-zaak-type\n [pluginId]=\"pluginId\"\n [disabled]=\"disabled$ | async\"\n (zaakTypeSelected)=\"selectZaakType($event)\"\n></valtimo-select-zaak-type>\n<v-select\n [items]=\"statusesSelectItems\"\n [margin]=\"true\"\n [widthInPx]=\"350\"\n [title]=\"'zaakStatus' | pluginTranslate: pluginId | async\"\n [disabled]=\"(selectedZaakType$ | async) === null || (disabled$ | async)\"\n [clearSelectionSubject$]=\"clearSubject$\"\n (selectedChange)=\"selectStatus($event)\"\n></v-select>\n", styles: [""] }]
|
|
850
|
+
}], propDecorators: { save$: [{
|
|
404
851
|
type: Input
|
|
405
|
-
}], disabled
|
|
852
|
+
}], disabled$: [{
|
|
406
853
|
type: Input
|
|
407
|
-
}],
|
|
854
|
+
}], pluginId: [{
|
|
408
855
|
type: Input
|
|
409
856
|
}], valid: [{
|
|
410
857
|
type: Output
|
|
@@ -429,18 +876,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
429
876
|
*/
|
|
430
877
|
class OpenZaakPluginModule {
|
|
431
878
|
}
|
|
432
|
-
OpenZaakPluginModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
433
|
-
OpenZaakPluginModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
879
|
+
OpenZaakPluginModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpenZaakPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
880
|
+
OpenZaakPluginModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpenZaakPluginModule, declarations: [OpenZaakConfigurationComponent,
|
|
434
881
|
CreateZaakConfigurationComponent,
|
|
435
882
|
SetBesluitConfigurationComponent,
|
|
436
883
|
SetResultaatConfigurationComponent,
|
|
437
|
-
SetStatusConfigurationComponent
|
|
884
|
+
SetStatusConfigurationComponent,
|
|
885
|
+
SelectZaakTypeComponent], imports: [CommonModule,
|
|
886
|
+
TitleModule,
|
|
887
|
+
FormModule,
|
|
888
|
+
InputModule,
|
|
889
|
+
PluginTranslatePipeModule,
|
|
890
|
+
SelectModule,
|
|
891
|
+
InputLabelModule,
|
|
892
|
+
ParagraphModule], exports: [OpenZaakConfigurationComponent,
|
|
438
893
|
CreateZaakConfigurationComponent,
|
|
439
894
|
SetBesluitConfigurationComponent,
|
|
440
895
|
SetResultaatConfigurationComponent,
|
|
441
|
-
SetStatusConfigurationComponent
|
|
442
|
-
|
|
443
|
-
i0.ɵɵ
|
|
896
|
+
SetStatusConfigurationComponent,
|
|
897
|
+
SelectZaakTypeComponent] });
|
|
898
|
+
OpenZaakPluginModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpenZaakPluginModule, imports: [[
|
|
899
|
+
CommonModule,
|
|
900
|
+
TitleModule,
|
|
901
|
+
FormModule,
|
|
902
|
+
InputModule,
|
|
903
|
+
PluginTranslatePipeModule,
|
|
904
|
+
SelectModule,
|
|
905
|
+
InputLabelModule,
|
|
906
|
+
ParagraphModule,
|
|
907
|
+
]] });
|
|
908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpenZaakPluginModule, decorators: [{
|
|
444
909
|
type: NgModule,
|
|
445
910
|
args: [{
|
|
446
911
|
declarations: [
|
|
@@ -449,14 +914,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
449
914
|
SetBesluitConfigurationComponent,
|
|
450
915
|
SetResultaatConfigurationComponent,
|
|
451
916
|
SetStatusConfigurationComponent,
|
|
917
|
+
SelectZaakTypeComponent,
|
|
918
|
+
],
|
|
919
|
+
imports: [
|
|
920
|
+
CommonModule,
|
|
921
|
+
TitleModule,
|
|
922
|
+
FormModule,
|
|
923
|
+
InputModule,
|
|
924
|
+
PluginTranslatePipeModule,
|
|
925
|
+
SelectModule,
|
|
926
|
+
InputLabelModule,
|
|
927
|
+
ParagraphModule,
|
|
452
928
|
],
|
|
453
|
-
imports: [CommonModule, TitleModule],
|
|
454
929
|
exports: [
|
|
455
930
|
OpenZaakConfigurationComponent,
|
|
456
931
|
CreateZaakConfigurationComponent,
|
|
457
932
|
SetBesluitConfigurationComponent,
|
|
458
933
|
SetResultaatConfigurationComponent,
|
|
459
934
|
SetStatusConfigurationComponent,
|
|
935
|
+
SelectZaakTypeComponent,
|
|
460
936
|
],
|
|
461
937
|
}]
|
|
462
938
|
}] });
|
|
@@ -470,7 +946,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImpor
|
|
|
470
946
|
*
|
|
471
947
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
472
948
|
*
|
|
473
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
949
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
950
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
951
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
952
|
+
* See the License for the specific language governing permissions and
|
|
953
|
+
* limitations under the License.
|
|
474
954
|
*/
|
|
475
955
|
const OPEN_ZAAK_PLUGIN_LOGO_BASE64 = 'data:image/png;base64,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';
|
|
476
956
|
|
|
@@ -483,7 +963,11 @@ const OPEN_ZAAK_PLUGIN_LOGO_BASE64 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhE
|
|
|
483
963
|
*
|
|
484
964
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
485
965
|
*
|
|
486
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
966
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
967
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
968
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
969
|
+
* See the License for the specific language governing permissions and
|
|
970
|
+
* limitations under the License.
|
|
487
971
|
*/
|
|
488
972
|
|
|
489
973
|
/*
|
|
@@ -495,7 +979,11 @@ const OPEN_ZAAK_PLUGIN_LOGO_BASE64 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhE
|
|
|
495
979
|
*
|
|
496
980
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
497
981
|
*
|
|
498
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
982
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
983
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
984
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
985
|
+
* See the License for the specific language governing permissions and
|
|
986
|
+
* limitations under the License.
|
|
499
987
|
*/
|
|
500
988
|
const openZaakPluginSpecification = {
|
|
501
989
|
pluginId: 'openzaak',
|
|
@@ -515,6 +1003,20 @@ const openZaakPluginSpecification = {
|
|
|
515
1003
|
'set-status': 'Status instellen',
|
|
516
1004
|
'set-resultaat': 'Resultaat instellen',
|
|
517
1005
|
'set-besluit': 'Besluit instellen',
|
|
1006
|
+
configurationTitle: 'Configuratienaam',
|
|
1007
|
+
url: 'OpenZaak URL',
|
|
1008
|
+
clientId: 'Client ID',
|
|
1009
|
+
secret: 'Secret',
|
|
1010
|
+
rsin: 'Rsin',
|
|
1011
|
+
catalogusUrl: 'Catalogus URL',
|
|
1012
|
+
zaakType: 'Zaaktype',
|
|
1013
|
+
zaakStatus: 'Zaakstatus',
|
|
1014
|
+
zaakResultaat: 'Resultaat',
|
|
1015
|
+
besluit: 'Besluit',
|
|
1016
|
+
documentDefinition: 'Documentdefinitie',
|
|
1017
|
+
noZaakTypeSelected: 'Geen zaaktype geselecteerd',
|
|
1018
|
+
noZaakTypeLinksFound: "Geen gelinkte zaaktype's gevonden",
|
|
1019
|
+
noProcessDefinition: 'Er is geen procesdefinitie geselecteerd',
|
|
518
1020
|
},
|
|
519
1021
|
en: {
|
|
520
1022
|
title: 'OpenZaak',
|
|
@@ -523,6 +1025,20 @@ const openZaakPluginSpecification = {
|
|
|
523
1025
|
'set-status': 'Set status',
|
|
524
1026
|
'set-resultaat': 'Set result',
|
|
525
1027
|
'set-besluit': 'Set besluit',
|
|
1028
|
+
configurationTitle: 'Configuration name',
|
|
1029
|
+
url: 'OpenZaak URL',
|
|
1030
|
+
clientId: 'Client ID',
|
|
1031
|
+
secret: 'Secret',
|
|
1032
|
+
rsin: 'Rsin',
|
|
1033
|
+
catalogusUrl: 'Catalog URL',
|
|
1034
|
+
zaakType: 'Zaaktype',
|
|
1035
|
+
zaakStatus: 'Zaakstatus',
|
|
1036
|
+
zaakResultaat: 'Result',
|
|
1037
|
+
besluit: 'Besluit',
|
|
1038
|
+
documentDefinition: 'Document definition',
|
|
1039
|
+
noZaakTypeSelected: 'No zaaktype selected',
|
|
1040
|
+
noZaakTypeLinksFound: 'No linked zaaktypes found',
|
|
1041
|
+
noProcessDefinition: 'No process definition is selected',
|
|
526
1042
|
},
|
|
527
1043
|
de: {
|
|
528
1044
|
title: 'OpenZaak',
|
|
@@ -531,6 +1047,20 @@ const openZaakPluginSpecification = {
|
|
|
531
1047
|
'set-status': 'Status festlegen',
|
|
532
1048
|
'set-resultaat': 'Ergebnis einstellen',
|
|
533
1049
|
'set-besluit': 'Besluit setzen',
|
|
1050
|
+
configurationTitle: 'Konfigurationsname',
|
|
1051
|
+
url: 'OpenZaak URL',
|
|
1052
|
+
clientId: 'Client ID',
|
|
1053
|
+
secret: 'Secret',
|
|
1054
|
+
rsin: 'Rsin',
|
|
1055
|
+
catalogusUrl: 'Katalog URL',
|
|
1056
|
+
zaakType: 'Zaaktype',
|
|
1057
|
+
zaakStatus: 'Zaakstatus',
|
|
1058
|
+
zaakResultaat: 'Resultat',
|
|
1059
|
+
besluit: 'Besluit',
|
|
1060
|
+
documentDefinition: 'Dokumentendefinition',
|
|
1061
|
+
noZaakTypeSelected: 'Kein Zaaktype ausgewählt',
|
|
1062
|
+
noZaakTypeLinksFound: 'Keine verknüpften Zaaktypen gefunden',
|
|
1063
|
+
noProcessDefinition: 'Es ist keine Prozessdefinition ausgewählt',
|
|
534
1064
|
},
|
|
535
1065
|
},
|
|
536
1066
|
};
|
|
@@ -544,12 +1074,613 @@ const openZaakPluginSpecification = {
|
|
|
544
1074
|
*
|
|
545
1075
|
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
546
1076
|
*
|
|
547
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1077
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1078
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1079
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1080
|
+
* See the License for the specific language governing permissions and
|
|
1081
|
+
* limitations under the License.
|
|
1082
|
+
*/
|
|
1083
|
+
class SmartDocumentsConfigurationComponent {
|
|
1084
|
+
constructor() {
|
|
1085
|
+
this.valid = new EventEmitter();
|
|
1086
|
+
this.configuration = new EventEmitter();
|
|
1087
|
+
this.formValue$ = new BehaviorSubject(null);
|
|
1088
|
+
this.valid$ = new BehaviorSubject(false);
|
|
1089
|
+
}
|
|
1090
|
+
ngOnInit() {
|
|
1091
|
+
this.openSaveSubscription();
|
|
1092
|
+
}
|
|
1093
|
+
ngOnDestroy() {
|
|
1094
|
+
this.saveSubscription?.unsubscribe();
|
|
1095
|
+
}
|
|
1096
|
+
formValueChange(formValue) {
|
|
1097
|
+
this.formValue$.next(formValue);
|
|
1098
|
+
this.handleValid(formValue);
|
|
1099
|
+
}
|
|
1100
|
+
handleValid(formValue) {
|
|
1101
|
+
const valid = !!(formValue.configurationTitle &&
|
|
1102
|
+
formValue.url &&
|
|
1103
|
+
formValue.password &&
|
|
1104
|
+
formValue.username);
|
|
1105
|
+
this.valid$.next(valid);
|
|
1106
|
+
this.valid.emit(valid);
|
|
1107
|
+
}
|
|
1108
|
+
openSaveSubscription() {
|
|
1109
|
+
this.saveSubscription = this.save$?.subscribe(save => {
|
|
1110
|
+
combineLatest([this.formValue$, this.valid$])
|
|
1111
|
+
.pipe(take(1))
|
|
1112
|
+
.subscribe(([formValue, valid]) => {
|
|
1113
|
+
if (valid) {
|
|
1114
|
+
this.configuration.emit(formValue);
|
|
1115
|
+
}
|
|
1116
|
+
});
|
|
1117
|
+
});
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
SmartDocumentsConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartDocumentsConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1121
|
+
SmartDocumentsConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SmartDocumentsConfigurationComponent, selector: "valtimo-smart-documents-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form (valueChange)=\"formValueChange($event)\" *ngIf=\"{disabled: disabled$ | async} as obs\">\n <v-input\n name=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"username\"\n [title]=\"'username' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"password\"\n type=\"password\"\n [title]=\"'password' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n</v-form>\n", styles: [""], components: [{ type: i1$1.FormComponent, selector: "v-form", outputs: ["valueChange"] }, { type: i1$1.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "disabled", "step", "min", "maxLength", "tooltip", "required"], outputs: ["valueChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
1122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartDocumentsConfigurationComponent, decorators: [{
|
|
1123
|
+
type: Component,
|
|
1124
|
+
args: [{ selector: 'valtimo-smart-documents-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form (valueChange)=\"formValueChange($event)\" *ngIf=\"{disabled: disabled$ | async} as obs\">\n <v-input\n name=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"username\"\n [title]=\"'username' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"password\"\n type=\"password\"\n [title]=\"'password' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n</v-form>\n", styles: [""] }]
|
|
1125
|
+
}], propDecorators: { save$: [{
|
|
1126
|
+
type: Input
|
|
1127
|
+
}], disabled$: [{
|
|
1128
|
+
type: Input
|
|
1129
|
+
}], pluginId: [{
|
|
1130
|
+
type: Input
|
|
1131
|
+
}], valid: [{
|
|
1132
|
+
type: Output
|
|
1133
|
+
}], configuration: [{
|
|
1134
|
+
type: Output
|
|
1135
|
+
}] } });
|
|
1136
|
+
|
|
1137
|
+
/*
|
|
1138
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1139
|
+
*
|
|
1140
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1141
|
+
* you may not use this file except in compliance with the License.
|
|
1142
|
+
* You may obtain a copy of the License at
|
|
1143
|
+
*
|
|
1144
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1145
|
+
*
|
|
1146
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1147
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1148
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1149
|
+
* See the License for the specific language governing permissions and
|
|
1150
|
+
* limitations under the License.
|
|
1151
|
+
*/
|
|
1152
|
+
class GenerateDocumentConfigurationComponent {
|
|
1153
|
+
constructor() {
|
|
1154
|
+
this.valid = new EventEmitter();
|
|
1155
|
+
this.configuration = new EventEmitter();
|
|
1156
|
+
this.FORMATS = ['DOCX', 'HTML', 'PDF', 'XML'];
|
|
1157
|
+
this.FORMAT_SELECT_ITEMS = this.FORMATS.map(format => ({
|
|
1158
|
+
id: format,
|
|
1159
|
+
text: format,
|
|
1160
|
+
}));
|
|
1161
|
+
this.formValue$ = new BehaviorSubject(null);
|
|
1162
|
+
this.valid$ = new BehaviorSubject(false);
|
|
1163
|
+
}
|
|
1164
|
+
ngOnInit() {
|
|
1165
|
+
this.openSaveSubscription();
|
|
1166
|
+
}
|
|
1167
|
+
ngOnDestroy() {
|
|
1168
|
+
this.saveSubscription?.unsubscribe();
|
|
1169
|
+
}
|
|
1170
|
+
formValueChange(formValue) {
|
|
1171
|
+
this.formValue$.next(formValue);
|
|
1172
|
+
this.handleValid(formValue);
|
|
1173
|
+
}
|
|
1174
|
+
handleValid(formValue) {
|
|
1175
|
+
const valid = !!(formValue.templateGroup &&
|
|
1176
|
+
formValue.templateName &&
|
|
1177
|
+
formValue.format &&
|
|
1178
|
+
formValue.resultingDocumentProcessVariableName &&
|
|
1179
|
+
formValue.templateData?.length > 0);
|
|
1180
|
+
this.valid$.next(valid);
|
|
1181
|
+
this.valid.emit(valid);
|
|
1182
|
+
}
|
|
1183
|
+
openSaveSubscription() {
|
|
1184
|
+
this.saveSubscription = this.save$?.subscribe(save => {
|
|
1185
|
+
combineLatest([this.formValue$, this.valid$])
|
|
1186
|
+
.pipe(take(1))
|
|
1187
|
+
.subscribe(([formValue, valid]) => {
|
|
1188
|
+
if (valid) {
|
|
1189
|
+
this.configuration.emit(formValue);
|
|
1190
|
+
}
|
|
1191
|
+
});
|
|
1192
|
+
});
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
GenerateDocumentConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GenerateDocumentConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1196
|
+
GenerateDocumentConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: GenerateDocumentConfigurationComponent, selector: "valtimo-generate-document-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-paragraph [margin]=\"true\" [italic]=\"true\">\n {{ 'generateDocumentWarning' | pluginTranslate: pluginId | async }}\n</v-paragraph>\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"templateGroup\"\n [title]=\"'templateGroup' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.templateGroup\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"templateName\"\n [title]=\"'templateName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.templateName\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"resultingDocumentProcessVariableName\"\n [title]=\"'resultingDocumentProcessVariableName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.resultingDocumentProcessVariableName\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'resultingDocumentProcessVariableNameTooltip' | pluginTranslate: pluginId | async\"\n [required]=\"true\"\n >\n </v-input>\n <v-select\n [items]=\"FORMAT_SELECT_ITEMS\"\n [margin]=\"true\"\n [widthInPx]=\"150\"\n name=\"format\"\n [title]=\"'format' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.format\"\n [required]=\"true\"\n ></v-select>\n <v-multi-input\n name=\"templateData\"\n [title]=\"'templateData' | pluginTranslate: pluginId | async\"\n type=\"keyValue\"\n [disabled]=\"obs.disabled\"\n [defaultValues]=\"obs.prefill?.templateData\"\n [margin]=\"true\"\n [required]=\"true\"\n ></v-multi-input>\n</v-form>\n", styles: [""], components: [{ type: i1$1.ParagraphComponent, selector: "v-paragraph", inputs: ["center", "fullWidth", "margin", "italic"] }, { type: i1$1.FormComponent, selector: "v-form", outputs: ["valueChange"] }, { type: i1$1.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "disabled", "step", "min", "maxLength", "tooltip", "required"], outputs: ["valueChange"] }, { type: i1$1.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "clearable", "disabled", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required"], outputs: ["selectedChange", "clear"] }, { type: i1$1.MultiInputComponent, selector: "v-multi-input", inputs: ["name", "title", "titleTranslationKey", "type", "initialAmountOfRows", "minimumAmountOfRows", "maxRows", "addRowText", "addRowTranslationKey", "deleteRowText", "deleteRowTranslationKey", "disabled", "defaultValues", "margin", "tooltip", "required"], outputs: ["valueChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
1197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GenerateDocumentConfigurationComponent, decorators: [{
|
|
1198
|
+
type: Component,
|
|
1199
|
+
args: [{ selector: 'valtimo-generate-document-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-paragraph [margin]=\"true\" [italic]=\"true\">\n {{ 'generateDocumentWarning' | pluginTranslate: pluginId | async }}\n</v-paragraph>\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"templateGroup\"\n [title]=\"'templateGroup' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.templateGroup\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"templateName\"\n [title]=\"'templateName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.templateName\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"resultingDocumentProcessVariableName\"\n [title]=\"'resultingDocumentProcessVariableName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.resultingDocumentProcessVariableName\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'resultingDocumentProcessVariableNameTooltip' | pluginTranslate: pluginId | async\"\n [required]=\"true\"\n >\n </v-input>\n <v-select\n [items]=\"FORMAT_SELECT_ITEMS\"\n [margin]=\"true\"\n [widthInPx]=\"150\"\n name=\"format\"\n [title]=\"'format' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.format\"\n [required]=\"true\"\n ></v-select>\n <v-multi-input\n name=\"templateData\"\n [title]=\"'templateData' | pluginTranslate: pluginId | async\"\n type=\"keyValue\"\n [disabled]=\"obs.disabled\"\n [defaultValues]=\"obs.prefill?.templateData\"\n [margin]=\"true\"\n [required]=\"true\"\n ></v-multi-input>\n</v-form>\n", styles: [""] }]
|
|
1200
|
+
}], propDecorators: { save$: [{
|
|
1201
|
+
type: Input
|
|
1202
|
+
}], disabled$: [{
|
|
1203
|
+
type: Input
|
|
1204
|
+
}], pluginId: [{
|
|
1205
|
+
type: Input
|
|
1206
|
+
}], prefillConfiguration$: [{
|
|
1207
|
+
type: Input
|
|
1208
|
+
}], valid: [{
|
|
1209
|
+
type: Output
|
|
1210
|
+
}], configuration: [{
|
|
1211
|
+
type: Output
|
|
1212
|
+
}] } });
|
|
1213
|
+
|
|
1214
|
+
/*
|
|
1215
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1216
|
+
*
|
|
1217
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1218
|
+
* you may not use this file except in compliance with the License.
|
|
1219
|
+
* You may obtain a copy of the License at
|
|
1220
|
+
*
|
|
1221
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1222
|
+
*
|
|
1223
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1224
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1225
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1226
|
+
* See the License for the specific language governing permissions and
|
|
1227
|
+
* limitations under the License.
|
|
1228
|
+
*/
|
|
1229
|
+
class SmartDocumentsPluginModule {
|
|
1230
|
+
}
|
|
1231
|
+
SmartDocumentsPluginModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartDocumentsPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1232
|
+
SmartDocumentsPluginModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartDocumentsPluginModule, declarations: [SmartDocumentsConfigurationComponent, GenerateDocumentConfigurationComponent], imports: [CommonModule,
|
|
1233
|
+
PluginTranslatePipeModule,
|
|
1234
|
+
FormModule,
|
|
1235
|
+
InputModule,
|
|
1236
|
+
SelectModule,
|
|
1237
|
+
MultiInputModule,
|
|
1238
|
+
ParagraphModule], exports: [SmartDocumentsConfigurationComponent, GenerateDocumentConfigurationComponent] });
|
|
1239
|
+
SmartDocumentsPluginModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartDocumentsPluginModule, imports: [[
|
|
1240
|
+
CommonModule,
|
|
1241
|
+
PluginTranslatePipeModule,
|
|
1242
|
+
FormModule,
|
|
1243
|
+
InputModule,
|
|
1244
|
+
SelectModule,
|
|
1245
|
+
MultiInputModule,
|
|
1246
|
+
ParagraphModule,
|
|
1247
|
+
]] });
|
|
1248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartDocumentsPluginModule, decorators: [{
|
|
1249
|
+
type: NgModule,
|
|
1250
|
+
args: [{
|
|
1251
|
+
declarations: [SmartDocumentsConfigurationComponent, GenerateDocumentConfigurationComponent],
|
|
1252
|
+
imports: [
|
|
1253
|
+
CommonModule,
|
|
1254
|
+
PluginTranslatePipeModule,
|
|
1255
|
+
FormModule,
|
|
1256
|
+
InputModule,
|
|
1257
|
+
SelectModule,
|
|
1258
|
+
MultiInputModule,
|
|
1259
|
+
ParagraphModule,
|
|
1260
|
+
],
|
|
1261
|
+
exports: [SmartDocumentsConfigurationComponent, GenerateDocumentConfigurationComponent],
|
|
1262
|
+
}]
|
|
1263
|
+
}] });
|
|
1264
|
+
|
|
1265
|
+
/*
|
|
1266
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1267
|
+
*
|
|
1268
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1269
|
+
* you may not use this file except in compliance with the License.
|
|
1270
|
+
* You may obtain a copy of the License at
|
|
1271
|
+
*
|
|
1272
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1273
|
+
*
|
|
1274
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1275
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1276
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1277
|
+
* See the License for the specific language governing permissions and
|
|
1278
|
+
* limitations under the License.
|
|
1279
|
+
*/
|
|
1280
|
+
const SMART_DOCUMENTS_PLUGIN_LOGO_BASE64 = 'data:image/png;base64,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';
|
|
1281
|
+
|
|
1282
|
+
/*
|
|
1283
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1284
|
+
*
|
|
1285
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1286
|
+
* you may not use this file except in compliance with the License.
|
|
1287
|
+
* You may obtain a copy of the License at
|
|
1288
|
+
*
|
|
1289
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1290
|
+
*
|
|
1291
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1292
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1293
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1294
|
+
* See the License for the specific language governing permissions and
|
|
1295
|
+
* limitations under the License.
|
|
1296
|
+
*/
|
|
1297
|
+
|
|
1298
|
+
/*
|
|
1299
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1300
|
+
*
|
|
1301
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1302
|
+
* you may not use this file except in compliance with the License.
|
|
1303
|
+
* You may obtain a copy of the License at
|
|
1304
|
+
*
|
|
1305
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1306
|
+
*
|
|
1307
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1308
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1309
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1310
|
+
* See the License for the specific language governing permissions and
|
|
1311
|
+
* limitations under the License.
|
|
1312
|
+
*/
|
|
1313
|
+
const smartDocumentsPluginSpecification = {
|
|
1314
|
+
pluginId: 'smartdocuments',
|
|
1315
|
+
pluginConfigurationComponent: SmartDocumentsConfigurationComponent,
|
|
1316
|
+
pluginLogoBase64: SMART_DOCUMENTS_PLUGIN_LOGO_BASE64,
|
|
1317
|
+
functionConfigurationComponents: {
|
|
1318
|
+
'generate-document': GenerateDocumentConfigurationComponent,
|
|
1319
|
+
},
|
|
1320
|
+
pluginTranslations: {
|
|
1321
|
+
nl: {
|
|
1322
|
+
title: 'SmartDocuments',
|
|
1323
|
+
description: 'Automatiseer documenten met slimme templates.',
|
|
1324
|
+
configurationTitle: 'Configuratienaam',
|
|
1325
|
+
url: 'SmartDocuments URL',
|
|
1326
|
+
username: 'Gebruikersnaam',
|
|
1327
|
+
password: 'Wachtwoord',
|
|
1328
|
+
'generate-document': 'Document genereren',
|
|
1329
|
+
templateGroup: 'Template-groep',
|
|
1330
|
+
templateName: 'Template-naam',
|
|
1331
|
+
format: 'Documentformaat',
|
|
1332
|
+
templateData: 'Template-data',
|
|
1333
|
+
resultingDocumentProcessVariableName: 'Naam procesvariabele voor opslag document',
|
|
1334
|
+
resultingDocumentProcessVariableNameTooltip: 'De locatie van het gegenereerde document wordt opgeslagen in een procesvariabele. Deze procesvariabele kan gebruikt worden om het document te verwerken in een andere BPMN-taak.',
|
|
1335
|
+
generateDocumentWarning: 'Deze actie genereert een tijdelijk bestand. Het verwerken hiervan moet door een andere actie worden gedaan.',
|
|
1336
|
+
},
|
|
1337
|
+
en: {
|
|
1338
|
+
title: 'SmartDocuments',
|
|
1339
|
+
description: 'Automate documents with smart templates.',
|
|
1340
|
+
configurationTitle: 'Configuration name',
|
|
1341
|
+
url: 'SmartDocuments URL',
|
|
1342
|
+
username: 'Username',
|
|
1343
|
+
password: 'Password',
|
|
1344
|
+
'generate-document': 'Generate document',
|
|
1345
|
+
templateGroup: 'Template group',
|
|
1346
|
+
templateName: 'Template name',
|
|
1347
|
+
format: 'Document format',
|
|
1348
|
+
templateData: 'Template data',
|
|
1349
|
+
resultingDocumentProcessVariableName: 'Process variable name for storing document',
|
|
1350
|
+
resultingDocumentProcessVariableNameTooltip: 'The location of the generated document is stored in a process variable. This process variable can be used to access the document in another BPMN task.',
|
|
1351
|
+
generateDocumentWarning: 'This action generates a temporary file. It needs to be stored in a following task.',
|
|
1352
|
+
},
|
|
1353
|
+
de: {
|
|
1354
|
+
title: 'SmartDocuments',
|
|
1355
|
+
description: 'Automatisieren Sie Dokumente mit intelligenten Templates.',
|
|
1356
|
+
configurationTitle: 'Konfigurationsname',
|
|
1357
|
+
url: 'SmartDocuments URL',
|
|
1358
|
+
username: 'Nutzername',
|
|
1359
|
+
password: 'Passwort',
|
|
1360
|
+
'generate-document': 'Dokument generieren',
|
|
1361
|
+
templateGroup: 'Templategruppe',
|
|
1362
|
+
templateName: 'Templatename',
|
|
1363
|
+
format: 'Dokumentformat',
|
|
1364
|
+
templateData: 'Templatedaten',
|
|
1365
|
+
resultingDocumentProcessVariableName: 'Prozessvariablenname zum Speichern des Dokuments',
|
|
1366
|
+
resultingDocumentProcessVariableNameTooltip: 'Der Ort des generierten Dokuments wird in einer Prozessvariablen gespeichert. Diese Prozessvariable wird verwendet, um in einer anderen BPMN-Aufgabe auf das Dokument zuzugreifen.',
|
|
1367
|
+
generateDocumentWarning: 'Diese Aktion erzeugt eine temporäre Datei. Die Verarbeitung muss durch eine andere Aktion erfolgen.',
|
|
1368
|
+
},
|
|
1369
|
+
},
|
|
1370
|
+
};
|
|
1371
|
+
|
|
1372
|
+
/*
|
|
1373
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1374
|
+
*
|
|
1375
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1376
|
+
* you may not use this file except in compliance with the License.
|
|
1377
|
+
* You may obtain a copy of the License at
|
|
1378
|
+
*
|
|
1379
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1380
|
+
*
|
|
1381
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1382
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1383
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1384
|
+
* See the License for the specific language governing permissions and
|
|
1385
|
+
* limitations under the License.
|
|
1386
|
+
*/
|
|
1387
|
+
class DocumentenApiConfigurationComponent {
|
|
1388
|
+
constructor() {
|
|
1389
|
+
this.valid = new EventEmitter();
|
|
1390
|
+
this.configuration = new EventEmitter();
|
|
1391
|
+
this.formValue$ = new BehaviorSubject(null);
|
|
1392
|
+
this.valid$ = new BehaviorSubject(false);
|
|
1393
|
+
}
|
|
1394
|
+
ngOnInit() {
|
|
1395
|
+
this.openSaveSubscription();
|
|
1396
|
+
}
|
|
1397
|
+
ngOnDestroy() {
|
|
1398
|
+
this.saveSubscription?.unsubscribe();
|
|
1399
|
+
}
|
|
1400
|
+
formValueChange(formValue) {
|
|
1401
|
+
this.formValue$.next(formValue);
|
|
1402
|
+
this.handleValid(formValue);
|
|
1403
|
+
}
|
|
1404
|
+
handleValid(formValue) {
|
|
1405
|
+
const valid = !!(formValue.configurationTitle && formValue.url);
|
|
1406
|
+
this.valid$.next(valid);
|
|
1407
|
+
this.valid.emit(valid);
|
|
1408
|
+
}
|
|
1409
|
+
openSaveSubscription() {
|
|
1410
|
+
this.saveSubscription = this.save$?.subscribe(save => {
|
|
1411
|
+
combineLatest([this.formValue$, this.valid$])
|
|
1412
|
+
.pipe(take(1))
|
|
1413
|
+
.subscribe(([formValue, valid]) => {
|
|
1414
|
+
if (valid) {
|
|
1415
|
+
this.configuration.emit(formValue);
|
|
1416
|
+
}
|
|
1417
|
+
});
|
|
1418
|
+
});
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
DocumentenApiConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DocumentenApiConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1422
|
+
DocumentenApiConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DocumentenApiConfigurationComponent, selector: "valtimo-documenten-api-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form (valueChange)=\"formValueChange($event)\" *ngIf=\"{disabled: disabled$ | async} as obs\">\n <v-input\n name=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n</v-form>\n", styles: [""], components: [{ type: i1$1.FormComponent, selector: "v-form", outputs: ["valueChange"] }, { type: i1$1.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "disabled", "step", "min", "maxLength", "tooltip", "required"], outputs: ["valueChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
1423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DocumentenApiConfigurationComponent, decorators: [{
|
|
1424
|
+
type: Component,
|
|
1425
|
+
args: [{ selector: 'valtimo-documenten-api-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form (valueChange)=\"formValueChange($event)\" *ngIf=\"{disabled: disabled$ | async} as obs\">\n <v-input\n name=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n</v-form>\n", styles: [""] }]
|
|
1426
|
+
}], propDecorators: { save$: [{
|
|
1427
|
+
type: Input
|
|
1428
|
+
}], disabled$: [{
|
|
1429
|
+
type: Input
|
|
1430
|
+
}], pluginId: [{
|
|
1431
|
+
type: Input
|
|
1432
|
+
}], valid: [{
|
|
1433
|
+
type: Output
|
|
1434
|
+
}], configuration: [{
|
|
1435
|
+
type: Output
|
|
1436
|
+
}] } });
|
|
1437
|
+
|
|
1438
|
+
/*
|
|
1439
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1440
|
+
*
|
|
1441
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1442
|
+
* you may not use this file except in compliance with the License.
|
|
1443
|
+
* You may obtain a copy of the License at
|
|
1444
|
+
*
|
|
1445
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1446
|
+
*
|
|
1447
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1448
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1449
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1450
|
+
* See the License for the specific language governing permissions and
|
|
1451
|
+
* limitations under the License.
|
|
1452
|
+
*/
|
|
1453
|
+
class StoreTempDocumentConfigurationComponent {
|
|
1454
|
+
constructor(translateService, pluginTranslationService) {
|
|
1455
|
+
this.translateService = translateService;
|
|
1456
|
+
this.pluginTranslationService = pluginTranslationService;
|
|
1457
|
+
this.valid = new EventEmitter();
|
|
1458
|
+
this.configuration = new EventEmitter();
|
|
1459
|
+
this.LANGUAGE_ITEMS = ['nld'];
|
|
1460
|
+
this.languageSelectItems$ = this.translateService.stream('key').pipe(map$1(() => this.LANGUAGE_ITEMS.map(item => ({
|
|
1461
|
+
id: item,
|
|
1462
|
+
text: this.pluginTranslationService.instant(item, this.pluginId),
|
|
1463
|
+
}))));
|
|
1464
|
+
this.STATUS_ITEMS = [
|
|
1465
|
+
'in_bewerking',
|
|
1466
|
+
'ter_vaststelling',
|
|
1467
|
+
'definitief',
|
|
1468
|
+
'gearchiveerd',
|
|
1469
|
+
];
|
|
1470
|
+
this.statusSelectItems$ = this.translateService.stream('key').pipe(map$1(() => this.STATUS_ITEMS.map(item => ({
|
|
1471
|
+
id: item,
|
|
1472
|
+
text: this.pluginTranslationService.instant(item, this.pluginId),
|
|
1473
|
+
}))));
|
|
1474
|
+
this.formValue$ = new BehaviorSubject(null);
|
|
1475
|
+
this.valid$ = new BehaviorSubject(false);
|
|
1476
|
+
}
|
|
1477
|
+
ngOnInit() {
|
|
1478
|
+
this.openSaveSubscription();
|
|
1479
|
+
}
|
|
1480
|
+
ngOnDestroy() {
|
|
1481
|
+
this.saveSubscription?.unsubscribe();
|
|
1482
|
+
}
|
|
1483
|
+
formValueChange(formValue) {
|
|
1484
|
+
this.formValue$.next(formValue);
|
|
1485
|
+
this.handleValid(formValue);
|
|
1486
|
+
}
|
|
1487
|
+
handleValid(formValue) {
|
|
1488
|
+
const valid = !!(formValue.localDocumentLocation &&
|
|
1489
|
+
formValue.taal &&
|
|
1490
|
+
formValue.status &&
|
|
1491
|
+
formValue.informatieobjecttype);
|
|
1492
|
+
this.valid$.next(valid);
|
|
1493
|
+
this.valid.emit(valid);
|
|
1494
|
+
}
|
|
1495
|
+
openSaveSubscription() {
|
|
1496
|
+
this.saveSubscription = this.save$?.subscribe(save => {
|
|
1497
|
+
combineLatest([this.formValue$, this.valid$])
|
|
1498
|
+
.pipe(take(1))
|
|
1499
|
+
.subscribe(([formValue, valid]) => {
|
|
1500
|
+
if (valid) {
|
|
1501
|
+
this.configuration.emit(formValue);
|
|
1502
|
+
}
|
|
1503
|
+
});
|
|
1504
|
+
});
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
StoreTempDocumentConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StoreTempDocumentConfigurationComponent, deps: [{ token: i1.TranslateService }, { token: PluginTranslationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1508
|
+
StoreTempDocumentConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StoreTempDocumentConfigurationComponent, selector: "valtimo-store-temp-document-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"localDocumentLocation\"\n [title]=\"'localDocumentLocation' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.localDocumentLocation\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"storedDocumentUrl\"\n [title]=\"'storedDocumentUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.storedDocumentUrl\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-select\n [items]=\"languageSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.taal || LANGUAGE_ITEMS[0]\"\n [required]=\"true\"\n ></v-select>\n <v-select\n [items]=\"statusSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.status || STATUS_ITEMS[2]\"\n [required]=\"true\"\n ></v-select>\n <v-input\n name=\"informatieobjecttype\"\n [title]=\"'informatieobjecttype' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.informatieobjecttype\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n</v-form>\n", styles: [""], components: [{ type: i1$1.FormComponent, selector: "v-form", outputs: ["valueChange"] }, { type: i1$1.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "disabled", "step", "min", "maxLength", "tooltip", "required"], outputs: ["valueChange"] }, { type: i1$1.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "clearable", "disabled", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required"], outputs: ["selectedChange", "clear"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i2.AsyncPipe, "pluginTranslate": PluginTranslatePipe } });
|
|
1509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StoreTempDocumentConfigurationComponent, decorators: [{
|
|
1510
|
+
type: Component,
|
|
1511
|
+
args: [{ selector: 'valtimo-store-temp-document-configuration', template: "<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-input\n name=\"localDocumentLocation\"\n [title]=\"'localDocumentLocation' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.localDocumentLocation\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n <v-input\n name=\"storedDocumentUrl\"\n [title]=\"'storedDocumentUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.storedDocumentUrl\"\n [disabled]=\"obs.disabled\"\n >\n </v-input>\n <v-select\n [items]=\"languageSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.taal || LANGUAGE_ITEMS[0]\"\n [required]=\"true\"\n ></v-select>\n <v-select\n [items]=\"statusSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.status || STATUS_ITEMS[2]\"\n [required]=\"true\"\n ></v-select>\n <v-input\n name=\"informatieobjecttype\"\n [title]=\"'informatieobjecttype' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.informatieobjecttype\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n >\n </v-input>\n</v-form>\n", styles: [""] }]
|
|
1512
|
+
}], ctorParameters: function () { return [{ type: i1.TranslateService }, { type: PluginTranslationService }]; }, propDecorators: { save$: [{
|
|
1513
|
+
type: Input
|
|
1514
|
+
}], disabled$: [{
|
|
1515
|
+
type: Input
|
|
1516
|
+
}], pluginId: [{
|
|
1517
|
+
type: Input
|
|
1518
|
+
}], prefillConfiguration$: [{
|
|
1519
|
+
type: Input
|
|
1520
|
+
}], valid: [{
|
|
1521
|
+
type: Output
|
|
1522
|
+
}], configuration: [{
|
|
1523
|
+
type: Output
|
|
1524
|
+
}] } });
|
|
1525
|
+
|
|
1526
|
+
/*
|
|
1527
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1528
|
+
*
|
|
1529
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1530
|
+
* you may not use this file except in compliance with the License.
|
|
1531
|
+
* You may obtain a copy of the License at
|
|
1532
|
+
*
|
|
1533
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1534
|
+
*
|
|
1535
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1536
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1537
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1538
|
+
* See the License for the specific language governing permissions and
|
|
1539
|
+
* limitations under the License.
|
|
1540
|
+
*/
|
|
1541
|
+
class DocumentenApiPluginModule {
|
|
1542
|
+
}
|
|
1543
|
+
DocumentenApiPluginModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DocumentenApiPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1544
|
+
DocumentenApiPluginModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DocumentenApiPluginModule, declarations: [DocumentenApiConfigurationComponent, StoreTempDocumentConfigurationComponent], imports: [CommonModule, PluginTranslatePipeModule, FormModule, InputModule, SelectModule], exports: [DocumentenApiConfigurationComponent, StoreTempDocumentConfigurationComponent] });
|
|
1545
|
+
DocumentenApiPluginModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DocumentenApiPluginModule, imports: [[CommonModule, PluginTranslatePipeModule, FormModule, InputModule, SelectModule]] });
|
|
1546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DocumentenApiPluginModule, decorators: [{
|
|
1547
|
+
type: NgModule,
|
|
1548
|
+
args: [{
|
|
1549
|
+
declarations: [DocumentenApiConfigurationComponent, StoreTempDocumentConfigurationComponent],
|
|
1550
|
+
imports: [CommonModule, PluginTranslatePipeModule, FormModule, InputModule, SelectModule],
|
|
1551
|
+
exports: [DocumentenApiConfigurationComponent, StoreTempDocumentConfigurationComponent],
|
|
1552
|
+
}]
|
|
1553
|
+
}] });
|
|
1554
|
+
|
|
1555
|
+
/*
|
|
1556
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1557
|
+
*
|
|
1558
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1559
|
+
* you may not use this file except in compliance with the License.
|
|
1560
|
+
* You may obtain a copy of the License at
|
|
1561
|
+
*
|
|
1562
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1563
|
+
*
|
|
1564
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1565
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1566
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1567
|
+
* See the License for the specific language governing permissions and
|
|
1568
|
+
* limitations under the License.
|
|
1569
|
+
*/
|
|
1570
|
+
const DOCUMENTEN_API_PLUGIN_LOGO_BASE64 = 'data:image/png;base64,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';
|
|
1571
|
+
|
|
1572
|
+
/*
|
|
1573
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1574
|
+
*
|
|
1575
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1576
|
+
* you may not use this file except in compliance with the License.
|
|
1577
|
+
* You may obtain a copy of the License at
|
|
1578
|
+
*
|
|
1579
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1580
|
+
*
|
|
1581
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1582
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1583
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1584
|
+
* See the License for the specific language governing permissions and
|
|
1585
|
+
* limitations under the License.
|
|
1586
|
+
*/
|
|
1587
|
+
|
|
1588
|
+
/*
|
|
1589
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1590
|
+
*
|
|
1591
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1592
|
+
* you may not use this file except in compliance with the License.
|
|
1593
|
+
* You may obtain a copy of the License at
|
|
1594
|
+
*
|
|
1595
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1596
|
+
*
|
|
1597
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1598
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1599
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1600
|
+
* See the License for the specific language governing permissions and
|
|
1601
|
+
* limitations under the License.
|
|
1602
|
+
*/
|
|
1603
|
+
const documentenApiPluginSpecification = {
|
|
1604
|
+
pluginId: 'documentenapi',
|
|
1605
|
+
pluginConfigurationComponent: DocumentenApiConfigurationComponent,
|
|
1606
|
+
pluginLogoBase64: DOCUMENTEN_API_PLUGIN_LOGO_BASE64,
|
|
1607
|
+
functionConfigurationComponents: {
|
|
1608
|
+
'store-temp-document': StoreTempDocumentConfigurationComponent,
|
|
1609
|
+
},
|
|
1610
|
+
pluginTranslations: {
|
|
1611
|
+
nl: {
|
|
1612
|
+
title: 'Documenten API',
|
|
1613
|
+
description: 'API voor opslag en ontsluiting van documenten en daarbij behorende metadata.',
|
|
1614
|
+
'store-temp-document': 'Document opslaan',
|
|
1615
|
+
configurationTitle: 'Configuratienaam',
|
|
1616
|
+
url: 'Documenten API URL',
|
|
1617
|
+
localDocumentLocation: 'Naam procesvariabele met document',
|
|
1618
|
+
storedDocumentUrl: 'Naam procesvariabele voor opslag document-URL',
|
|
1619
|
+
taal: 'Taal',
|
|
1620
|
+
status: 'Status',
|
|
1621
|
+
informatieobjecttype: 'Informatieobjecttype',
|
|
1622
|
+
nld: 'Nederlands',
|
|
1623
|
+
in_bewerking: 'In bewerking',
|
|
1624
|
+
ter_vaststelling: 'Ter vaststelling',
|
|
1625
|
+
definitief: 'Definitief',
|
|
1626
|
+
gearchiveerd: 'Gearchiveerd',
|
|
1627
|
+
},
|
|
1628
|
+
en: {
|
|
1629
|
+
title: 'Documenten API',
|
|
1630
|
+
description: 'API for storing and accessing documents and associated metadata.',
|
|
1631
|
+
'store-temp-document': 'Save document',
|
|
1632
|
+
configurationTitle: 'Configuration name',
|
|
1633
|
+
url: 'Documenten API URL',
|
|
1634
|
+
localDocumentLocation: 'Name of process variable with document',
|
|
1635
|
+
storedDocumentUrl: 'Process variable name for storing document URL',
|
|
1636
|
+
taal: 'Language',
|
|
1637
|
+
status: 'Status',
|
|
1638
|
+
informatieobjecttype: 'Information object type',
|
|
1639
|
+
nld: 'Dutch',
|
|
1640
|
+
in_bewerking: 'Editing',
|
|
1641
|
+
ter_vaststelling: 'To be confirmed',
|
|
1642
|
+
definitief: 'Final',
|
|
1643
|
+
gearchiveerd: 'Archived',
|
|
1644
|
+
},
|
|
1645
|
+
de: {
|
|
1646
|
+
title: 'Documenten API',
|
|
1647
|
+
description: 'API zum Speichern und Zugreifen auf Dokumente und zugehörige Metadaten.',
|
|
1648
|
+
'store-temp-document': 'Dokument speichern',
|
|
1649
|
+
configurationTitle: 'Konfigurationsname',
|
|
1650
|
+
url: 'Documenten API URL',
|
|
1651
|
+
localDocumentLocation: 'Name Prozessvariable mit Dokument',
|
|
1652
|
+
storedDocumentUrl: 'Name der Prozessvariablen zum Speichern der Dokument-URL',
|
|
1653
|
+
taal: 'Sprache',
|
|
1654
|
+
status: 'Status',
|
|
1655
|
+
informatieobjecttype: 'Informationsobjekttyp',
|
|
1656
|
+
nld: 'Niederländisch',
|
|
1657
|
+
in_bewerking: 'In Bearbeitung',
|
|
1658
|
+
ter_vaststelling: 'Zu bestimmen',
|
|
1659
|
+
definitief: 'Endgültig',
|
|
1660
|
+
gearchiveerd: 'Archiviert',
|
|
1661
|
+
},
|
|
1662
|
+
},
|
|
1663
|
+
};
|
|
1664
|
+
|
|
1665
|
+
/*
|
|
1666
|
+
* Copyright 2015-2020 Ritense BV, the Netherlands.
|
|
1667
|
+
*
|
|
1668
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1669
|
+
* you may not use this file except in compliance with the License.
|
|
1670
|
+
* You may obtain a copy of the License at
|
|
1671
|
+
*
|
|
1672
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1673
|
+
*
|
|
1674
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1675
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1676
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1677
|
+
* See the License for the specific language governing permissions and
|
|
1678
|
+
* limitations under the License.
|
|
548
1679
|
*/
|
|
549
1680
|
|
|
550
1681
|
/**
|
|
551
1682
|
* Generated bundle index. Do not edit.
|
|
552
1683
|
*/
|
|
553
1684
|
|
|
554
|
-
export { CreateZaakConfigurationComponent, OpenZaakConfigurationComponent, OpenZaakPluginModule, PLUGINS_TOKEN, PluginService, PluginTranslatePipe, PluginTranslatePipeModule, PluginTranslationService, SetBesluitConfigurationComponent, SetResultaatConfigurationComponent, SetStatusConfigurationComponent, openZaakPluginSpecification };
|
|
1685
|
+
export { CreateZaakConfigurationComponent, DocumentenApiConfigurationComponent, DocumentenApiPluginModule, GenerateDocumentConfigurationComponent, OpenZaakConfigurationComponent, OpenZaakPluginModule, PLUGINS_TOKEN, PluginConfigurationContainerComponent, PluginConfigurationContainerModule, PluginService, PluginTranslatePipe, PluginTranslatePipeModule, PluginTranslationService, SelectZaakTypeComponent, SetBesluitConfigurationComponent, SetResultaatConfigurationComponent, SetStatusConfigurationComponent, SmartDocumentsConfigurationComponent, SmartDocumentsPluginModule, StoreTempDocumentConfigurationComponent, documentenApiPluginSpecification, openZaakPluginSpecification, smartDocumentsPluginSpecification };
|
|
555
1686
|
//# sourceMappingURL=valtimo-plugin.mjs.map
|