@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,545 @@
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 () {
76
+ return [{ type: undefined, decorators: [{
77
+ type: Inject,
78
+ args: [PLUGINS_TOKEN]
79
+ }] }];
80
+ } });
81
+
82
+ /*
83
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
84
+ *
85
+ * Licensed under EUPL, Version 1.2 (the "License");
86
+ * you may not use this file except in compliance with the License.
87
+ * You may obtain a copy of the License at
88
+ *
89
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
90
+ *
91
+ * 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.
92
+ */
93
+ class PluginTranslationService {
94
+ constructor(translateService, pluginService) {
95
+ this.translateService = translateService;
96
+ this.pluginService = pluginService;
97
+ }
98
+ translate(translateKey, pluginDefinitionKey) {
99
+ return combineLatest([
100
+ this.pluginService.pluginSpecifications$,
101
+ this.translateService.stream('key'),
102
+ ]).pipe(map(([pluginSpecifications]) => this.getTranslation(pluginSpecifications, pluginDefinitionKey, translateKey)));
103
+ }
104
+ instant(translateKey, pluginDefinitionKey) {
105
+ return this.getTranslation(this.pluginService.pluginSpecifications, pluginDefinitionKey, translateKey);
106
+ }
107
+ getTranslation(pluginSpecifications, pluginDefinitionKey, translateKey) {
108
+ const currentLang = this.translateService.currentLang;
109
+ const pluginSpecification = pluginSpecifications.find(specification => specification.pluginId === pluginDefinitionKey);
110
+ const translation = pluginSpecification === null || pluginSpecification === void 0 ? void 0 : pluginSpecification.pluginTranslations[currentLang][translateKey];
111
+ return translation || `${pluginDefinitionKey}.${translateKey}`;
112
+ }
113
+ }
114
+ 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 });
115
+ PluginTranslationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslationService, providedIn: 'root' });
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslationService, decorators: [{
117
+ type: Injectable,
118
+ args: [{
119
+ providedIn: 'root',
120
+ }]
121
+ }], ctorParameters: function () { return [{ type: i1.TranslateService }, { type: PluginService }]; } });
122
+
123
+ /*
124
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
125
+ *
126
+ * Licensed under EUPL, Version 1.2 (the "License");
127
+ * you may not use this file except in compliance with the License.
128
+ * You may obtain a copy of the License at
129
+ *
130
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
131
+ *
132
+ * 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.
133
+ */
134
+
135
+ /*
136
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
137
+ *
138
+ * Licensed under EUPL, Version 1.2 (the "License");
139
+ * you may not use this file except in compliance with the License.
140
+ * You may obtain a copy of the License at
141
+ *
142
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
143
+ *
144
+ * 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.
145
+ */
146
+
147
+ /*
148
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
149
+ *
150
+ * Licensed under EUPL, Version 1.2 (the "License");
151
+ * you may not use this file except in compliance with the License.
152
+ * You may obtain a copy of the License at
153
+ *
154
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
155
+ *
156
+ * 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.
157
+ */
158
+ class PluginTranslatePipe {
159
+ constructor(pluginTranslationService, pluginService) {
160
+ this.pluginTranslationService = pluginTranslationService;
161
+ this.pluginService = pluginService;
162
+ }
163
+ transform(translateKey, pluginDefinitionKey) {
164
+ return this.pluginTranslationService.translate(translateKey, pluginDefinitionKey);
165
+ }
166
+ }
167
+ 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 });
168
+ PluginTranslatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipe, name: "pluginTranslate" });
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipe, decorators: [{
170
+ type: Pipe,
171
+ args: [{
172
+ name: 'pluginTranslate',
173
+ }]
174
+ }], ctorParameters: function () { return [{ type: PluginTranslationService }, { type: PluginService }]; } });
175
+
176
+ /*
177
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
178
+ *
179
+ * Licensed under EUPL, Version 1.2 (the "License");
180
+ * you may not use this file except in compliance with the License.
181
+ * You may obtain a copy of the License at
182
+ *
183
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
184
+ *
185
+ * 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.
186
+ */
187
+ class PluginTranslatePipeModule {
188
+ }
189
+ PluginTranslatePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
190
+ PluginTranslatePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, declarations: [PluginTranslatePipe], imports: [TranslateModule], exports: [PluginTranslatePipe] });
191
+ PluginTranslatePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, imports: [[TranslateModule]] });
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: PluginTranslatePipeModule, decorators: [{
193
+ type: NgModule,
194
+ args: [{
195
+ imports: [TranslateModule],
196
+ declarations: [PluginTranslatePipe],
197
+ exports: [PluginTranslatePipe],
198
+ }]
199
+ }] });
200
+
201
+ /*
202
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
203
+ *
204
+ * Licensed under EUPL, Version 1.2 (the "License");
205
+ * you may not use this file except in compliance with the License.
206
+ * You may obtain a copy of the License at
207
+ *
208
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
209
+ *
210
+ * 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.
211
+ */
212
+
213
+ /*
214
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
215
+ *
216
+ * Licensed under EUPL, Version 1.2 (the "License");
217
+ * you may not use this file except in compliance with the License.
218
+ * You may obtain a copy of the License at
219
+ *
220
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
221
+ *
222
+ * 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.
223
+ */
224
+
225
+ /*
226
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
227
+ *
228
+ * Licensed under EUPL, Version 1.2 (the "License");
229
+ * you may not use this file except in compliance with the License.
230
+ * You may obtain a copy of the License at
231
+ *
232
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
233
+ *
234
+ * 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.
235
+ */
236
+ class OpenZaakConfigurationComponent {
237
+ constructor() {
238
+ this.valid = new EventEmitter();
239
+ this.configuration = new EventEmitter();
240
+ }
241
+ }
242
+ OpenZaakConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
243
+ 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"] }] });
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakConfigurationComponent, decorators: [{
245
+ type: Component,
246
+ 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: [""] }]
247
+ }], propDecorators: { clear$: [{
248
+ type: Input
249
+ }], save$: [{
250
+ type: Input
251
+ }], disabled: [{
252
+ type: Input
253
+ }], error: [{
254
+ type: Input
255
+ }], valid: [{
256
+ type: Output
257
+ }], configuration: [{
258
+ type: Output
259
+ }] } });
260
+
261
+ /*
262
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
263
+ *
264
+ * Licensed under EUPL, Version 1.2 (the "License");
265
+ * you may not use this file except in compliance with the License.
266
+ * You may obtain a copy of the License at
267
+ *
268
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
269
+ *
270
+ * 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.
271
+ */
272
+ class CreateZaakConfigurationComponent {
273
+ constructor() {
274
+ this.valid = new EventEmitter();
275
+ this.configuration = new EventEmitter();
276
+ }
277
+ }
278
+ CreateZaakConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CreateZaakConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
279
+ 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"] }] });
280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: CreateZaakConfigurationComponent, decorators: [{
281
+ type: Component,
282
+ 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: [""] }]
283
+ }], propDecorators: { clear$: [{
284
+ type: Input
285
+ }], save$: [{
286
+ type: Input
287
+ }], disabled: [{
288
+ type: Input
289
+ }], error: [{
290
+ type: Input
291
+ }], valid: [{
292
+ type: Output
293
+ }], configuration: [{
294
+ type: Output
295
+ }] } });
296
+
297
+ /*
298
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
299
+ *
300
+ * Licensed under EUPL, Version 1.2 (the "License");
301
+ * you may not use this file except in compliance with the License.
302
+ * You may obtain a copy of the License at
303
+ *
304
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
305
+ *
306
+ * 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.
307
+ */
308
+ class SetBesluitConfigurationComponent {
309
+ constructor() {
310
+ this.valid = new EventEmitter();
311
+ this.configuration = new EventEmitter();
312
+ }
313
+ }
314
+ SetBesluitConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetBesluitConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
315
+ 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"] }] });
316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetBesluitConfigurationComponent, decorators: [{
317
+ type: Component,
318
+ 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: [""] }]
319
+ }], propDecorators: { clear$: [{
320
+ type: Input
321
+ }], save$: [{
322
+ type: Input
323
+ }], disabled: [{
324
+ type: Input
325
+ }], error: [{
326
+ type: Input
327
+ }], valid: [{
328
+ type: Output
329
+ }], configuration: [{
330
+ type: Output
331
+ }] } });
332
+
333
+ /*
334
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
335
+ *
336
+ * Licensed under EUPL, Version 1.2 (the "License");
337
+ * you may not use this file except in compliance with the License.
338
+ * You may obtain a copy of the License at
339
+ *
340
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
341
+ *
342
+ * 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.
343
+ */
344
+ class SetResultaatConfigurationComponent {
345
+ constructor() {
346
+ this.valid = new EventEmitter();
347
+ this.configuration = new EventEmitter();
348
+ }
349
+ }
350
+ SetResultaatConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetResultaatConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
351
+ 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"] }] });
352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetResultaatConfigurationComponent, decorators: [{
353
+ type: Component,
354
+ 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: [""] }]
355
+ }], propDecorators: { clear$: [{
356
+ type: Input
357
+ }], save$: [{
358
+ type: Input
359
+ }], disabled: [{
360
+ type: Input
361
+ }], error: [{
362
+ type: Input
363
+ }], valid: [{
364
+ type: Output
365
+ }], configuration: [{
366
+ type: Output
367
+ }] } });
368
+
369
+ /*
370
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
371
+ *
372
+ * Licensed under EUPL, Version 1.2 (the "License");
373
+ * you may not use this file except in compliance with the License.
374
+ * You may obtain a copy of the License at
375
+ *
376
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
377
+ *
378
+ * 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.
379
+ */
380
+ class SetStatusConfigurationComponent {
381
+ constructor() {
382
+ this.valid = new EventEmitter();
383
+ this.configuration = new EventEmitter();
384
+ }
385
+ }
386
+ SetStatusConfigurationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetStatusConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
387
+ 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"] }] });
388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: SetStatusConfigurationComponent, decorators: [{
389
+ type: Component,
390
+ 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: [""] }]
391
+ }], propDecorators: { clear$: [{
392
+ type: Input
393
+ }], save$: [{
394
+ type: Input
395
+ }], disabled: [{
396
+ type: Input
397
+ }], error: [{
398
+ type: Input
399
+ }], valid: [{
400
+ type: Output
401
+ }], configuration: [{
402
+ type: Output
403
+ }] } });
404
+
405
+ /*
406
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
407
+ *
408
+ * Licensed under EUPL, Version 1.2 (the "License");
409
+ * you may not use this file except in compliance with the License.
410
+ * You may obtain a copy of the License at
411
+ *
412
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
413
+ *
414
+ * Unless required by applicable law or agreed to in writing, software
415
+ * distributed under the License is distributed on an "AS IS" basis,
416
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
417
+ * See the License for the specific language governing permissions and
418
+ * limitations under the License.
419
+ */
420
+ class OpenZaakPluginModule {
421
+ }
422
+ OpenZaakPluginModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
423
+ OpenZaakPluginModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, declarations: [OpenZaakConfigurationComponent,
424
+ CreateZaakConfigurationComponent,
425
+ SetBesluitConfigurationComponent,
426
+ SetResultaatConfigurationComponent,
427
+ SetStatusConfigurationComponent], imports: [CommonModule, TitleModule], exports: [OpenZaakConfigurationComponent,
428
+ CreateZaakConfigurationComponent,
429
+ SetBesluitConfigurationComponent,
430
+ SetResultaatConfigurationComponent,
431
+ SetStatusConfigurationComponent] });
432
+ OpenZaakPluginModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, imports: [[CommonModule, TitleModule]] });
433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: OpenZaakPluginModule, decorators: [{
434
+ type: NgModule,
435
+ args: [{
436
+ declarations: [
437
+ OpenZaakConfigurationComponent,
438
+ CreateZaakConfigurationComponent,
439
+ SetBesluitConfigurationComponent,
440
+ SetResultaatConfigurationComponent,
441
+ SetStatusConfigurationComponent,
442
+ ],
443
+ imports: [CommonModule, TitleModule],
444
+ exports: [
445
+ OpenZaakConfigurationComponent,
446
+ CreateZaakConfigurationComponent,
447
+ SetBesluitConfigurationComponent,
448
+ SetResultaatConfigurationComponent,
449
+ SetStatusConfigurationComponent,
450
+ ],
451
+ }]
452
+ }] });
453
+
454
+ /*
455
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
456
+ *
457
+ * Licensed under EUPL, Version 1.2 (the "License");
458
+ * you may not use this file except in compliance with the License.
459
+ * You may obtain a copy of the License at
460
+ *
461
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
462
+ *
463
+ * 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.
464
+ */
465
+ const OPEN_ZAAK_PLUGIN_LOGO_BASE64 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAARtAAAEbQF9GpMFAAAAB3RJTUUH5gYKBB8NWNadBAAAAAZiS0dEAP8A/wD/oL2nkwAADG1JREFUaN7lm3tw1cUVx9O/2uqMnUEg1FZnOmOx8ih1ykwZcajaoVoEqmbkGR4+QEBQHI2iTpUZwSEhRJ6CgLwThhLCI2ocqChCpFJeLRhCeIcg3JsHSUhyb27uzel+9u7v5ndfed6EOOzMmfyyv92z57t7Xru/vXFxMSw9Upxxv/ioKC5+vvO2+PmOPooSFaUp+kJRniKnIpcinyGXqcszbdJMnz7wgBc8O11RAkI/VfSAoiRFOYouK3Irku6KuqU4pCuU7JA7DfFMHe9oE+8nt+mbY3g9YHjfZJALrsbFp2igdyh6SlGmWa367gYYdNcCh9y3pFj+tKpEHttYJk9vuS6jM/3EM3W8ow1trX7wgJfhmWnGuEOPqca+GSv6c0VPKtqjqIYV6mpWqtfSYklQYOZ+c0N25rvlv9fq5IdKn1S468VVVy+1Xj/xTB3vaENb+tAXHnaejGHGetKM3UFAU5w/UX/7KUpXVKWFUityT5pThmaUybJD1XLCUSfVnnppbaEvPOAFT3jrVfcDrzJj9zOytPuqTlJ0Id7M/t1KGNQz+7Rbyl2tBxmtwBPejMFYXVMCtn7ByBL71TZg4xUtw7My09jY4A2lsi3PJTdqYw80tDAGYzFm9wY1dxmZ4mMCuocfKHSvomycCB71Nwud8o+9N+SKsr2OLozJ2MjQrcGxZRsZtcxtBXu/on2WCv/x4xLJVDPt8cpNK4yNDMhiU/F9RtbWgbatbADsX9aXyndFHuksBVmQKQT0vS1Wb5vNZltg/7apTL531klnK8iEbDbQ2S2yaQP2Z8YZBFa2M4K1gw5Z6WUGQ3PAXuPvZDwgTqG/spN/dyI1jlaQEVmNI3P5MWgsTa7uHxSdx+3jCTO/d8mPpSArMpuQdd5gaTKxSLcSfty/x/ejwatlRWbbRiQ9YmIS/+E1CzAJelVXk1QUVXjl5IkTsnLlStm2bZtcv35dMz58+LCmDRs2yPbt26WqqkrXOxwOycjIkPXr18vly5d13dGjR3XbTZs26XclJSXtCrqo0qtlN/ZcZTBpjA2AUx0Qu57dzA4p3PZ8jxw9clgGDRokr7/+uiQkJMjLL78sbrdbnn32WXn44YflvffekwcffFDS0tI0aOpnzJih248ePVpP0JQpU2TAgAHy7rvval5vv/12h6g2GMxK79bYUh1h6sxM1JCkk7fWqOA+WwF6/vnnNZOTJ09K//79JS8vT8aPHy+zZ8/W9azmkCFDZN++fdKzZ0+ZP3++LFy4UHr16iWHDh2SSZMmSVJSkm77ySefyPDhw6W2trbd01AwgMXssp4KqLVt876VGWFnQrJOQVBWlXLhwgUNGBWdMGGCpKSk6HpUffDgwfL5558HAGMCa9askatXr8oLL7wQaItaDxs2rN0BU8BwT8Mqbw0cIhjAnCo40Puh6WVy3ex6duzYIQMHDtRg3n//fXn88celtLRUxo0bp0Hu3btXRo0apdW4qKhIHnnkEVm0aJGelK+++kpqamq0htgBDx06tEMAgwEsxpYdBmMAcJLlmZeqPahVsFdWCoAvvfSSHDlyRNezwmPGjJGpU6dqDTh//ryuP3jwoEybNk2/T05Olurqaq3Gn332mX6fm5ur7b2urmOSGLDYPHaSBZgDtxy2XJwy/M8RLgwC+nz++FRfXy+JiYmyePFi/b9VbxX+93g8up3V3nq2/u+oAhZ9cuJfZc7Iboszp4uFGDhnTE2dVCAw3nnLli2dPi6DBUzGeRWCFcBjOSmkcs43N5rFCNvsCDuMNNktLWAygDkNHRtnzoL1iSGHaPZCCCJuvvnmmwGaNWuWvPHGG/LWW2/JtWvXgtozCdgsDqyxgq3v3LkzIqCtW7fK2bNnw8wkKytLdu/e3WLAYAKbseM0AH+BYd+3xKlPDu0Fj4yjOXDgQIAQlkkYMWKE3LgRrBEnVFbWt29fHZujFYTHARK7KysrwwDPnDlTj2Ovw3ymT58uV65caTFgMIHNOK8vAJzHDoOz4eYc2ZAy4qFJF0MLHpgsC0B46Ejl1KlTOja/+OKLsmfPniYBk7rCrymtaexICGxmF5UHYCexigNxzogbK3hrVHnJkiVh75xOp04tT58+rVcDzYhU6LtixQodqjCRUA9uB0wbwtylS5dabfdgApuJx04AuywPzcF4Y2XXrl06kaioqAh7h41ZeXJ6err25GHJgMqtJ06cqCeFTQTx/dy5c2GAmawvv/xSx3kyvLYUMNk8tQvAvjtN/szXgMZUmayK/DhsW6biLqv69ddfB9qOHTs2TA3J2F577bVA7P7ggw9k1apVQYBfffVVmTNnjs7k2HC0NW6DCWx3+gH7mgUYVX7nnXcCyUZoOX78uN4UMBnYKN6dbIuVtjsrJoXUs6CgQK8yqebIkSOD7H3y5Mm677Fjx7Q25eTkxBxwkyqdnZ0tzz33nJSXl0d8Txr5xBNP6HCF02LTwfYQwUlPKfn5+fLoo48Gto8Qq/nQQw8FbJbVJFUlR7f23fCxUtdYqXSjTgv1ZNBIqmw5K9SXFWMV0Qav1ytlZWVB3pyVTU1N1aBoY+XTq1evDth+JC+9bt06eeWVV3SyEyunFTUsITh2tHTp0uib7cxMvVqRbA0TmDt3rtYMJoU4HVouXrwozzzzTOCEJBQwGgJ/PHuswlLUxIOwgBqy1cOm2C1ZxP/FxcU6nkbLgFBjHB2riP1G2yURntauXRsRMKWwsFBry/79+2OSeERNLclwCA0IhH3aCSdG+Fi+fHnEMGU5O1LNefPmhYGwF9R+48aNWks2b94sZ86cCWtDf87QQndnrUktE/XmISXa5qHeT2zz1GA+Q34Vbl7IaI6QzQo/rd08pAQ2D4lB28OEkO3h+TKv/POkS7YoOvpD8GF8QalX10P7L9WKtx23ufBmDGs8xrYXZKMeWZHZvj1MiLA9vD3aAcChKx5994IZ+vvmhqMfHXuVbfRbXqydQd+PiuVAYfttF+HNGIzFmMdtvgaZhm/2e2Fk/c8VT2MHALc3esRDDBuXVa6DNseeWXmuIEVf8G2VWN+fcP1nS2P/DfWM4vnYxobvRoxpVyY+kiMbMiKrPZeIdsQTfIiXEbySn3L696H/jsUw9a64usEeS2t8kritPHD1iAAfS9Dwgqd15SlRASqraRgfWZBJ3zFRMn562h18iJcR/RAv4jEtpaq2Xg/EDPZIdcjCg8EzXFBaJ39lBZL9oFnp3EKP+Npg0/TNVWoMr27mChTPdtuF/YdKFmSyVrfKdvUi6jFttIN4+70NbOh3S/223HtZsey7WBt2WGZlM1Af1SY1t6pVVyLoQ194WPzgHXq4iAy9TZv7lWy5Nh/S6EF8tE8t9q+GzPi8Aw32yrfY0yV1YV4bTehhrjHR9s9rSyVV2dyxqx6pdNdHjCrU8Y42tB2k+sQbHvCCZ6hXZmz79+BkJZtdo5r+1BLtY1qlN9hesxrsFXd/sTxYEOwLp/J75VGtK4bdjPcckl4mM3MqZL5avZWHqzXxTB3vaENb60oiPOBlt1mdiqoxE0LsutTWplkf05r7uZSZ1sySG0AXhKw0M006l7S7UocQ+HRR7bvM8/+1+lq2aX9HW/rQFx6hfoCxAmCT/YtiX/1mfy5tyQdxgjxqZwmOan2j7ClUuDo1eL4S8GO1kuO3l8uA1SXy28VO+bVStbuUo4F4po53tKEtfep84U4Mm2UsCywyhCZDLfogTulurvw0deXhiBrIUhvLkeG9S6p9UTfh3Kc8qux0z7la2XHKrYln6ngX7fABnvDubXNijH0kBGykKw9g6d68ex5NX2qxnJTVhvBATMw65ZJyd9vzTHjAC57wthxUJCfW6kstLb22hLPAQxKyLGeDdxyuhMQp5RfXNXkwGHo6QR/6wuNuc6kU3ozBWKFOrM3Xllp6Mc3r8ycJzDzZjnX5mz7kvyO3+q8RY1/fXvZoAc+qBB/imTre0Ya29KGvxQee8GYMb4jFxOxiWmuuHpLlkNqR8fRc7L/12iW5wTP/MtXvBEkSCDkQz9TxLuCxzS15eMDr0wJ3UAalvXF7XD1s7eXSGqWW7LJQP3ZYOJtfLXAEYqwOQTayYjVtaEsf+sKjJoI5tNvl0lhcH6b+lLJJ8trF31XLrH9VypTsCpmoQhDEM3W8ow1tG+PV7teHoyQmk9tyQZyYSpyFmrPBaOKC+OR2/TlAfKozrvuC4k7zEwAtS2oH/MznlvmRxy37M55b8odaP9af4v0f7OO0BSS5cpoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDYtMTBUMDQ6MzE6MTMtMDQ6MDAqVmbCAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA2LTEwVDA0OjMxOjEzLTA0OjAwWwvefgAAAABJRU5ErkJggg==';
466
+
467
+ /*
468
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
469
+ *
470
+ * Licensed under EUPL, Version 1.2 (the "License");
471
+ * you may not use this file except in compliance with the License.
472
+ * You may obtain a copy of the License at
473
+ *
474
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
475
+ *
476
+ * 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.
477
+ */
478
+
479
+ /*
480
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
481
+ *
482
+ * Licensed under EUPL, Version 1.2 (the "License");
483
+ * you may not use this file except in compliance with the License.
484
+ * You may obtain a copy of the License at
485
+ *
486
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
487
+ *
488
+ * 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.
489
+ */
490
+ const openZaakPluginSpecification = {
491
+ pluginId: 'openzaak',
492
+ pluginConfigurationComponent: OpenZaakConfigurationComponent,
493
+ pluginLogoBase64: OPEN_ZAAK_PLUGIN_LOGO_BASE64,
494
+ functionConfigurationComponents: {
495
+ 'create-zaak': CreateZaakConfigurationComponent,
496
+ 'set-status': SetStatusConfigurationComponent,
497
+ 'set-resultaat': SetResultaatConfigurationComponent,
498
+ 'set-besluit': SetBesluitConfigurationComponent,
499
+ },
500
+ pluginTranslations: {
501
+ nl: {
502
+ title: 'OpenZaak',
503
+ description: 'OpenZaak is een productiewaardig API platform die de API-standaard voor zaakgericht werken implementeert (de ZGW-API’s).',
504
+ 'create-zaak': 'Zaak aanmaken',
505
+ 'set-status': 'Status instellen',
506
+ 'set-resultaat': 'Resultaat instellen',
507
+ 'set-besluit': 'Besluit instellen',
508
+ },
509
+ en: {
510
+ title: 'OpenZaak',
511
+ description: 'OpenZaak is a production-worthy API platform that implements the API standard for case-oriented working (the ZGW APIs).',
512
+ 'create-zaak': 'Create zaak',
513
+ 'set-status': 'Set status',
514
+ 'set-resultaat': 'Set result',
515
+ 'set-besluit': 'Set besluit',
516
+ },
517
+ de: {
518
+ title: 'OpenZaak',
519
+ description: 'OpenZaak ist eine produktionstaugliche API-Plattform, die den API-Standard für fallorientiertes Arbeiten (die ZGW-APIs) implementiert.',
520
+ 'create-zaak': 'Zaak erstellen',
521
+ 'set-status': 'Status festlegen',
522
+ 'set-resultaat': 'Ergebnis einstellen',
523
+ 'set-besluit': 'Besluit setzen',
524
+ },
525
+ },
526
+ };
527
+
528
+ /*
529
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
530
+ *
531
+ * Licensed under EUPL, Version 1.2 (the "License");
532
+ * you may not use this file except in compliance with the License.
533
+ * You may obtain a copy of the License at
534
+ *
535
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
536
+ *
537
+ * 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.
538
+ */
539
+
540
+ /**
541
+ * Generated bundle index. Do not edit.
542
+ */
543
+
544
+ export { CreateZaakConfigurationComponent, OpenZaakConfigurationComponent, OpenZaakPluginModule, PLUGINS_TOKEN, PluginService, PluginTranslatePipe, PluginTranslatePipeModule, PluginTranslationService, SetBesluitConfigurationComponent, SetResultaatConfigurationComponent, SetStatusConfigurationComponent, openZaakPluginSpecification };
545
+ //# sourceMappingURL=valtimo-plugin.mjs.map