@valtimo/plugin 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +33 -0
  2. package/esm2020/lib/constants/index.mjs +13 -0
  3. package/esm2020/lib/constants/injection-tokens.mjs +15 -0
  4. package/esm2020/lib/models/index.mjs +13 -0
  5. package/esm2020/lib/models/plugin.mjs +13 -0
  6. package/esm2020/lib/pipes/index.mjs +13 -0
  7. package/esm2020/lib/pipes/plugin-translate/index.mjs +14 -0
  8. package/esm2020/lib/pipes/plugin-translate/plugin-translate-pipe.module.mjs +29 -0
  9. package/esm2020/lib/pipes/plugin-translate/plugin-translate.pipe.mjs +33 -0
  10. package/esm2020/lib/plugins/open-zaak/assets/index.mjs +13 -0
  11. package/esm2020/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.mjs +14 -0
  12. package/esm2020/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.mjs +39 -0
  13. package/esm2020/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +39 -0
  14. package/esm2020/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.mjs +39 -0
  15. package/esm2020/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.mjs +39 -0
  16. package/esm2020/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.mjs +39 -0
  17. package/esm2020/lib/plugins/open-zaak/open-zaak-plugin.module.mjs +58 -0
  18. package/esm2020/lib/plugins/open-zaak/open-zaak-plugin.specification.mjs +56 -0
  19. package/esm2020/lib/services/index.mjs +14 -0
  20. package/esm2020/lib/services/plugin-translation.service.mjs +47 -0
  21. package/esm2020/lib/services/plugin.service.mjs +49 -0
  22. package/esm2020/public-api.mjs +27 -0
  23. package/esm2020/valtimo-plugin.mjs +5 -0
  24. package/fesm2015/valtimo-plugin.mjs +545 -0
  25. package/fesm2015/valtimo-plugin.mjs.map +1 -0
  26. package/fesm2020/valtimo-plugin.mjs +555 -0
  27. package/fesm2020/valtimo-plugin.mjs.map +1 -0
  28. package/lib/constants/index.d.ts +2 -0
  29. package/lib/constants/index.d.ts.map +1 -0
  30. package/lib/constants/injection-tokens.d.ts +5 -0
  31. package/lib/constants/injection-tokens.d.ts.map +1 -0
  32. package/lib/models/index.d.ts +2 -0
  33. package/lib/models/index.d.ts.map +1 -0
  34. package/lib/models/plugin.d.ts +26 -0
  35. package/lib/models/plugin.d.ts.map +1 -0
  36. package/lib/pipes/index.d.ts +2 -0
  37. package/lib/pipes/index.d.ts.map +1 -0
  38. package/lib/pipes/plugin-translate/index.d.ts +3 -0
  39. package/lib/pipes/plugin-translate/index.d.ts.map +1 -0
  40. package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts +9 -0
  41. package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts.map +1 -0
  42. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts +14 -0
  43. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -0
  44. package/lib/plugins/open-zaak/assets/index.d.ts +2 -0
  45. package/lib/plugins/open-zaak/assets/index.d.ts.map +1 -0
  46. package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts +3 -0
  47. package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts.map +1 -0
  48. package/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.d.ts +15 -0
  49. package/lib/plugins/open-zaak/components/create-zaak-configuration/create-zaak-configuration.component.d.ts.map +1 -0
  50. package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +15 -0
  51. package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -0
  52. package/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.d.ts +15 -0
  53. package/lib/plugins/open-zaak/components/set-besluit-configuration/set-besluit-configuration.component.d.ts.map +1 -0
  54. package/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.d.ts +15 -0
  55. package/lib/plugins/open-zaak/components/set-resultaat-configuration/set-resultaat-configuration.component.d.ts.map +1 -0
  56. package/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.d.ts +15 -0
  57. package/lib/plugins/open-zaak/components/set-status-configuration/set-status-configuration.component.d.ts.map +1 -0
  58. package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +14 -0
  59. package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts.map +1 -0
  60. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts +4 -0
  61. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -0
  62. package/lib/services/index.d.ts +3 -0
  63. package/lib/services/index.d.ts.map +1 -0
  64. package/lib/services/plugin-translation.service.d.ts +15 -0
  65. package/lib/services/plugin-translation.service.d.ts.map +1 -0
  66. package/lib/services/plugin.service.d.ts +15 -0
  67. package/lib/services/plugin.service.d.ts.map +1 -0
  68. package/package.json +33 -0
  69. package/public-api.d.ts +12 -0
  70. package/public-api.d.ts.map +1 -0
  71. package/valtimo-plugin.d.ts +6 -0
  72. package/valtimo-plugin.d.ts.map +1 -0
@@ -0,0 +1,555 @@
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';
5
+ import * as i1 from '@ngx-translate/core';
6
+ import { TranslateModule } from '@ngx-translate/core';
7
+ import { CommonModule } from '@angular/common';
8
+ import * as i1$1 from '@valtimo/user-interface';
9
+ import { TitleModule } from '@valtimo/user-interface';
10
+
11
+ /*
12
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
13
+ *
14
+ * Licensed under EUPL, Version 1.2 (the "License");
15
+ * you may not use this file except in compliance with the License.
16
+ * You may obtain a copy of the License at
17
+ *
18
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
19
+ *
20
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
21
+ */
22
+ const PLUGINS_TOKEN = new InjectionToken('Provide plugin config; an array of plugin specifications.');
23
+
24
+ /*
25
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
26
+ *
27
+ * Licensed under EUPL, Version 1.2 (the "License");
28
+ * you may not use this file except in compliance with the License.
29
+ * You may obtain a copy of the License at
30
+ *
31
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
32
+ *
33
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
34
+ */
35
+
36
+ /*
37
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
38
+ *
39
+ * Licensed under EUPL, Version 1.2 (the "License");
40
+ * you may not use this file except in compliance with the License.
41
+ * You may obtain a copy of the License at
42
+ *
43
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
44
+ *
45
+ * Unless required by applicable law or agreed to in writing, software
46
+ * distributed under the License is distributed on an "AS IS" basis,
47
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
48
+ * See the License for the specific language governing permissions and
49
+ * limitations under the License.
50
+ */
51
+ class PluginService {
52
+ constructor(pluginConfig) {
53
+ this.pluginConfig = pluginConfig;
54
+ this._pluginSpecifications$ = new BehaviorSubject([]);
55
+ this._availablePluginIds$ = this._pluginSpecifications$.pipe(map(pluginSpecifications => pluginSpecifications.map(specification => specification.pluginId)));
56
+ this._pluginSpecifications$.next(pluginConfig);
57
+ }
58
+ get pluginSpecifications$() {
59
+ return this._pluginSpecifications$.asObservable();
60
+ }
61
+ get pluginSpecifications() {
62
+ return this._pluginSpecifications$.getValue();
63
+ }
64
+ get availablePluginIds$() {
65
+ return this._availablePluginIds$;
66
+ }
67
+ }
68
+ PluginService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginService, deps: [{ token: PLUGINS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
69
+ PluginService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginService, providedIn: 'root' });
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginService, decorators: [{
71
+ type: Injectable,
72
+ args: [{
73
+ providedIn: 'root',
74
+ }]
75
+ }], ctorParameters: function () { return [{ type: undefined, decorators: [{
76
+ type: Inject,
77
+ args: [PLUGINS_TOKEN]
78
+ }] }]; } });
79
+
80
+ /*
81
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
82
+ *
83
+ * Licensed under EUPL, Version 1.2 (the "License");
84
+ * you may not use this file except in compliance with the License.
85
+ * You may obtain a copy of the License at
86
+ *
87
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
88
+ *
89
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
90
+ */
91
+ class PluginTranslationService {
92
+ constructor(translateService, pluginService) {
93
+ this.translateService = translateService;
94
+ this.pluginService = pluginService;
95
+ }
96
+ translate(translateKey, pluginDefinitionKey) {
97
+ return combineLatest([
98
+ this.pluginService.pluginSpecifications$,
99
+ this.translateService.stream('key'),
100
+ ]).pipe(map(([pluginSpecifications]) => this.getTranslation(pluginSpecifications, pluginDefinitionKey, translateKey)));
101
+ }
102
+ instant(translateKey, pluginDefinitionKey) {
103
+ return this.getTranslation(this.pluginService.pluginSpecifications, pluginDefinitionKey, translateKey);
104
+ }
105
+ getTranslation(pluginSpecifications, pluginDefinitionKey, translateKey) {
106
+ const currentLang = this.translateService.currentLang;
107
+ const pluginSpecification = pluginSpecifications.find(specification => specification.pluginId === pluginDefinitionKey);
108
+ const translation = pluginSpecification?.pluginTranslations[currentLang][translateKey];
109
+ return translation || `${pluginDefinitionKey}.${translateKey}`;
110
+ }
111
+ }
112
+ PluginTranslationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslationService, deps: [{ token: i1.TranslateService }, { token: PluginService }], target: i0.ɵɵFactoryTarget.Injectable });
113
+ PluginTranslationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslationService, providedIn: 'root' });
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslationService, decorators: [{
115
+ type: Injectable,
116
+ args: [{
117
+ providedIn: 'root',
118
+ }]
119
+ }], ctorParameters: function () { return [{ type: i1.TranslateService }, { type: PluginService }]; } });
120
+
121
+ /*
122
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
123
+ *
124
+ * Licensed under EUPL, Version 1.2 (the "License");
125
+ * you may not use this file except in compliance with the License.
126
+ * You may obtain a copy of the License at
127
+ *
128
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
129
+ *
130
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
131
+ */
132
+
133
+ /*
134
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
135
+ *
136
+ * Licensed under EUPL, Version 1.2 (the "License");
137
+ * you may not use this file except in compliance with the License.
138
+ * You may obtain a copy of the License at
139
+ *
140
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
141
+ *
142
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
143
+ */
144
+
145
+ /*
146
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
147
+ *
148
+ * Licensed under EUPL, Version 1.2 (the "License");
149
+ * you may not use this file except in compliance with the License.
150
+ * You may obtain a copy of the License at
151
+ *
152
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
153
+ *
154
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
155
+ */
156
+
157
+ /*
158
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
159
+ *
160
+ * Licensed under EUPL, Version 1.2 (the "License");
161
+ * you may not use this file except in compliance with the License.
162
+ * You may obtain a copy of the License at
163
+ *
164
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
165
+ *
166
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
167
+ */
168
+ class PluginTranslatePipe {
169
+ constructor(pluginTranslationService, pluginService) {
170
+ this.pluginTranslationService = pluginTranslationService;
171
+ this.pluginService = pluginService;
172
+ }
173
+ transform(translateKey, pluginDefinitionKey) {
174
+ return this.pluginTranslationService.translate(translateKey, pluginDefinitionKey);
175
+ }
176
+ }
177
+ PluginTranslatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipe, deps: [{ token: PluginTranslationService }, { token: PluginService }], target: i0.ɵɵFactoryTarget.Pipe });
178
+ PluginTranslatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipe, name: "pluginTranslate" });
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipe, decorators: [{
180
+ type: Pipe,
181
+ args: [{
182
+ name: 'pluginTranslate',
183
+ }]
184
+ }], ctorParameters: function () { return [{ type: PluginTranslationService }, { type: PluginService }]; } });
185
+
186
+ /*
187
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
188
+ *
189
+ * Licensed under EUPL, Version 1.2 (the "License");
190
+ * you may not use this file except in compliance with the License.
191
+ * You may obtain a copy of the License at
192
+ *
193
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
194
+ *
195
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
196
+ */
197
+ class PluginTranslatePipeModule {
198
+ }
199
+ PluginTranslatePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
200
+ PluginTranslatePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, declarations: [PluginTranslatePipe], imports: [TranslateModule], exports: [PluginTranslatePipe] });
201
+ PluginTranslatePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, imports: [[TranslateModule]] });
202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, decorators: [{
203
+ type: NgModule,
204
+ args: [{
205
+ imports: [TranslateModule],
206
+ declarations: [PluginTranslatePipe],
207
+ exports: [PluginTranslatePipe],
208
+ }]
209
+ }] });
210
+
211
+ /*
212
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
213
+ *
214
+ * Licensed under EUPL, Version 1.2 (the "License");
215
+ * you may not use this file except in compliance with the License.
216
+ * You may obtain a copy of the License at
217
+ *
218
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
219
+ *
220
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
221
+ */
222
+
223
+ /*
224
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
225
+ *
226
+ * Licensed under EUPL, Version 1.2 (the "License");
227
+ * you may not use this file except in compliance with the License.
228
+ * You may obtain a copy of the License at
229
+ *
230
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
231
+ *
232
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
233
+ */
234
+
235
+ /*
236
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
237
+ *
238
+ * Licensed under EUPL, Version 1.2 (the "License");
239
+ * you may not use this file except in compliance with the License.
240
+ * You may obtain a copy of the License at
241
+ *
242
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
243
+ *
244
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
245
+ */
246
+ class OpenZaakConfigurationComponent {
247
+ constructor() {
248
+ this.valid = new EventEmitter();
249
+ this.configuration = new EventEmitter();
250
+ }
251
+ }
252
+ OpenZaakConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
253
+ OpenZaakConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: OpenZaakConfigurationComponent, selector: "valtimo-open-zaak-configuration", inputs: { clear$: "clear$", save$: "save$", disabled: "disabled", error: "error" }, 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-title>open zaak config works</v-title>\n", styles: [""], components: [{ type: i1$1.TitleComponent, selector: "v-title", inputs: ["type", "margin"] }] });
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakConfigurationComponent, decorators: [{
255
+ type: Component,
256
+ 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-title>open zaak config works</v-title>\n", styles: [""] }]
257
+ }], propDecorators: { clear$: [{
258
+ type: Input
259
+ }], save$: [{
260
+ type: Input
261
+ }], disabled: [{
262
+ type: Input
263
+ }], error: [{
264
+ type: Input
265
+ }], valid: [{
266
+ type: Output
267
+ }], configuration: [{
268
+ type: Output
269
+ }] } });
270
+
271
+ /*
272
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
273
+ *
274
+ * Licensed under EUPL, Version 1.2 (the "License");
275
+ * you may not use this file except in compliance with the License.
276
+ * You may obtain a copy of the License at
277
+ *
278
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
279
+ *
280
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
281
+ */
282
+ class CreateZaakConfigurationComponent {
283
+ constructor() {
284
+ this.valid = new EventEmitter();
285
+ this.configuration = new EventEmitter();
286
+ }
287
+ }
288
+ CreateZaakConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CreateZaakConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
289
+ CreateZaakConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: CreateZaakConfigurationComponent, selector: "valtimo-create-zaak-configuration", inputs: { clear$: "clear$", save$: "save$", disabled: "disabled", error: "error" }, 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-title>create-zaak function config works</v-title>\n", styles: [""], components: [{ type: i1$1.TitleComponent, selector: "v-title", inputs: ["type", "margin"] }] });
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CreateZaakConfigurationComponent, decorators: [{
291
+ type: Component,
292
+ 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<v-title>create-zaak function config works</v-title>\n", styles: [""] }]
293
+ }], propDecorators: { clear$: [{
294
+ type: Input
295
+ }], save$: [{
296
+ type: Input
297
+ }], disabled: [{
298
+ type: Input
299
+ }], error: [{
300
+ type: Input
301
+ }], valid: [{
302
+ type: Output
303
+ }], configuration: [{
304
+ type: Output
305
+ }] } });
306
+
307
+ /*
308
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
309
+ *
310
+ * Licensed under EUPL, Version 1.2 (the "License");
311
+ * you may not use this file except in compliance with the License.
312
+ * You may obtain a copy of the License at
313
+ *
314
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
315
+ *
316
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
317
+ */
318
+ class SetBesluitConfigurationComponent {
319
+ constructor() {
320
+ this.valid = new EventEmitter();
321
+ this.configuration = new EventEmitter();
322
+ }
323
+ }
324
+ SetBesluitConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetBesluitConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
325
+ SetBesluitConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: SetBesluitConfigurationComponent, selector: "valtimo-set-besluit-configuration", inputs: { clear$: "clear$", save$: "save$", disabled: "disabled", error: "error" }, 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-title>set-besluit function config works</v-title>\n", styles: [""], components: [{ type: i1$1.TitleComponent, selector: "v-title", inputs: ["type", "margin"] }] });
326
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetBesluitConfigurationComponent, decorators: [{
327
+ 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>set-besluit function config works</v-title>\n", styles: [""] }]
329
+ }], propDecorators: { clear$: [{
330
+ type: Input
331
+ }], save$: [{
332
+ type: Input
333
+ }], disabled: [{
334
+ type: Input
335
+ }], error: [{
336
+ type: Input
337
+ }], valid: [{
338
+ type: Output
339
+ }], configuration: [{
340
+ type: Output
341
+ }] } });
342
+
343
+ /*
344
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
345
+ *
346
+ * Licensed under EUPL, Version 1.2 (the "License");
347
+ * you may not use this file except in compliance with the License.
348
+ * You may obtain a copy of the License at
349
+ *
350
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
351
+ *
352
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
353
+ */
354
+ class SetResultaatConfigurationComponent {
355
+ constructor() {
356
+ this.valid = new EventEmitter();
357
+ this.configuration = new EventEmitter();
358
+ }
359
+ }
360
+ SetResultaatConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetResultaatConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
361
+ SetResultaatConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: SetResultaatConfigurationComponent, selector: "valtimo-set-resultaat-configuration", inputs: { clear$: "clear$", save$: "save$", disabled: "disabled", error: "error" }, 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-title>set-resultaat function config works</v-title>\n", styles: [""], components: [{ type: i1$1.TitleComponent, selector: "v-title", inputs: ["type", "margin"] }] });
362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetResultaatConfigurationComponent, decorators: [{
363
+ 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>set-resultaat function config works</v-title>\n", styles: [""] }]
365
+ }], propDecorators: { clear$: [{
366
+ type: Input
367
+ }], save$: [{
368
+ type: Input
369
+ }], disabled: [{
370
+ type: Input
371
+ }], error: [{
372
+ type: Input
373
+ }], valid: [{
374
+ type: Output
375
+ }], configuration: [{
376
+ type: Output
377
+ }] } });
378
+
379
+ /*
380
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
381
+ *
382
+ * Licensed under EUPL, Version 1.2 (the "License");
383
+ * you may not use this file except in compliance with the License.
384
+ * You may obtain a copy of the License at
385
+ *
386
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
387
+ *
388
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
389
+ */
390
+ class SetStatusConfigurationComponent {
391
+ constructor() {
392
+ this.valid = new EventEmitter();
393
+ this.configuration = new EventEmitter();
394
+ }
395
+ }
396
+ SetStatusConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetStatusConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
397
+ SetStatusConfigurationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: SetStatusConfigurationComponent, selector: "valtimo-set-status-configuration", inputs: { clear$: "clear$", save$: "save$", disabled: "disabled", error: "error" }, 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-title>set-status function config works</v-title>\n", styles: [""], components: [{ type: i1$1.TitleComponent, selector: "v-title", inputs: ["type", "margin"] }] });
398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetStatusConfigurationComponent, decorators: [{
399
+ 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>set-status function config works</v-title>\n", styles: [""] }]
401
+ }], propDecorators: { clear$: [{
402
+ type: Input
403
+ }], save$: [{
404
+ type: Input
405
+ }], disabled: [{
406
+ type: Input
407
+ }], error: [{
408
+ type: Input
409
+ }], valid: [{
410
+ type: Output
411
+ }], configuration: [{
412
+ type: Output
413
+ }] } });
414
+
415
+ /*
416
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
417
+ *
418
+ * Licensed under EUPL, Version 1.2 (the "License");
419
+ * you may not use this file except in compliance with the License.
420
+ * You may obtain a copy of the License at
421
+ *
422
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
423
+ *
424
+ * Unless required by applicable law or agreed to in writing, software
425
+ * distributed under the License is distributed on an "AS IS" basis,
426
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
427
+ * See the License for the specific language governing permissions and
428
+ * limitations under the License.
429
+ */
430
+ class OpenZaakPluginModule {
431
+ }
432
+ OpenZaakPluginModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
433
+ OpenZaakPluginModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, declarations: [OpenZaakConfigurationComponent,
434
+ CreateZaakConfigurationComponent,
435
+ SetBesluitConfigurationComponent,
436
+ SetResultaatConfigurationComponent,
437
+ SetStatusConfigurationComponent], imports: [CommonModule, TitleModule], exports: [OpenZaakConfigurationComponent,
438
+ CreateZaakConfigurationComponent,
439
+ SetBesluitConfigurationComponent,
440
+ SetResultaatConfigurationComponent,
441
+ SetStatusConfigurationComponent] });
442
+ OpenZaakPluginModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, imports: [[CommonModule, TitleModule]] });
443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, decorators: [{
444
+ type: NgModule,
445
+ args: [{
446
+ declarations: [
447
+ OpenZaakConfigurationComponent,
448
+ CreateZaakConfigurationComponent,
449
+ SetBesluitConfigurationComponent,
450
+ SetResultaatConfigurationComponent,
451
+ SetStatusConfigurationComponent,
452
+ ],
453
+ imports: [CommonModule, TitleModule],
454
+ exports: [
455
+ OpenZaakConfigurationComponent,
456
+ CreateZaakConfigurationComponent,
457
+ SetBesluitConfigurationComponent,
458
+ SetResultaatConfigurationComponent,
459
+ SetStatusConfigurationComponent,
460
+ ],
461
+ }]
462
+ }] });
463
+
464
+ /*
465
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
466
+ *
467
+ * Licensed under EUPL, Version 1.2 (the "License");
468
+ * you may not use this file except in compliance with the License.
469
+ * You may obtain a copy of the License at
470
+ *
471
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
472
+ *
473
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
474
+ */
475
+ const OPEN_ZAAK_PLUGIN_LOGO_BASE64 = 'data:image/png;base64,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';
476
+
477
+ /*
478
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
479
+ *
480
+ * Licensed under EUPL, Version 1.2 (the "License");
481
+ * you may not use this file except in compliance with the License.
482
+ * You may obtain a copy of the License at
483
+ *
484
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
485
+ *
486
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
487
+ */
488
+
489
+ /*
490
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
491
+ *
492
+ * Licensed under EUPL, Version 1.2 (the "License");
493
+ * you may not use this file except in compliance with the License.
494
+ * You may obtain a copy of the License at
495
+ *
496
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
497
+ *
498
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
499
+ */
500
+ const openZaakPluginSpecification = {
501
+ pluginId: 'openzaak',
502
+ pluginConfigurationComponent: OpenZaakConfigurationComponent,
503
+ pluginLogoBase64: OPEN_ZAAK_PLUGIN_LOGO_BASE64,
504
+ functionConfigurationComponents: {
505
+ 'create-zaak': CreateZaakConfigurationComponent,
506
+ 'set-status': SetStatusConfigurationComponent,
507
+ 'set-resultaat': SetResultaatConfigurationComponent,
508
+ 'set-besluit': SetBesluitConfigurationComponent,
509
+ },
510
+ pluginTranslations: {
511
+ nl: {
512
+ title: 'OpenZaak',
513
+ description: 'OpenZaak is een productiewaardig API platform die de API-standaard voor zaakgericht werken implementeert (de ZGW-API’s).',
514
+ 'create-zaak': 'Zaak aanmaken',
515
+ 'set-status': 'Status instellen',
516
+ 'set-resultaat': 'Resultaat instellen',
517
+ 'set-besluit': 'Besluit instellen',
518
+ },
519
+ en: {
520
+ title: 'OpenZaak',
521
+ description: 'OpenZaak is a production-worthy API platform that implements the API standard for case-oriented working (the ZGW APIs).',
522
+ 'create-zaak': 'Create zaak',
523
+ 'set-status': 'Set status',
524
+ 'set-resultaat': 'Set result',
525
+ 'set-besluit': 'Set besluit',
526
+ },
527
+ de: {
528
+ title: 'OpenZaak',
529
+ description: 'OpenZaak ist eine produktionstaugliche API-Plattform, die den API-Standard für fallorientiertes Arbeiten (die ZGW-APIs) implementiert.',
530
+ 'create-zaak': 'Zaak erstellen',
531
+ 'set-status': 'Status festlegen',
532
+ 'set-resultaat': 'Ergebnis einstellen',
533
+ 'set-besluit': 'Besluit setzen',
534
+ },
535
+ },
536
+ };
537
+
538
+ /*
539
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
540
+ *
541
+ * Licensed under EUPL, Version 1.2 (the "License");
542
+ * you may not use this file except in compliance with the License.
543
+ * You may obtain a copy of the License at
544
+ *
545
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
546
+ *
547
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.
548
+ */
549
+
550
+ /**
551
+ * Generated bundle index. Do not edit.
552
+ */
553
+
554
+ export { CreateZaakConfigurationComponent, OpenZaakConfigurationComponent, OpenZaakPluginModule, PLUGINS_TOKEN, PluginService, PluginTranslatePipe, PluginTranslatePipeModule, PluginTranslationService, SetBesluitConfigurationComponent, SetResultaatConfigurationComponent, SetStatusConfigurationComponent, openZaakPluginSpecification };
555
+ //# sourceMappingURL=valtimo-plugin.mjs.map