@valtimo-plugins/github 1.0.1

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 (46) hide show
  1. package/fesm2022/valtimo-plugins-github.mjs +2022 -0
  2. package/fesm2022/valtimo-plugins-github.mjs.map +1 -0
  3. package/index.d.ts +5 -0
  4. package/lib/assets/github-plugin-logo.d.ts +8 -0
  5. package/lib/assets/index.d.ts +1 -0
  6. package/lib/base/github-function-configuration.component.d.ts +58 -0
  7. package/lib/components/comment/comment-configuration.component.d.ts +8 -0
  8. package/lib/components/create-branch/create-branch-configuration.component.d.ts +8 -0
  9. package/lib/components/create-issue/create-issue-configuration.component.d.ts +8 -0
  10. package/lib/components/create-label/create-label-configuration.component.d.ts +8 -0
  11. package/lib/components/create-or-update-file/create-or-update-file-configuration.component.d.ts +8 -0
  12. package/lib/components/create-pull-request/create-pull-request-configuration.component.d.ts +8 -0
  13. package/lib/components/get-authenticated-user/get-authenticated-user-configuration.component.d.ts +8 -0
  14. package/lib/components/get-check-status/get-check-status-configuration.component.d.ts +8 -0
  15. package/lib/components/get-file-content/get-file-content-configuration.component.d.ts +8 -0
  16. package/lib/components/get-issue/get-issue-configuration.component.d.ts +8 -0
  17. package/lib/components/get-job-logs/get-job-logs-configuration.component.d.ts +8 -0
  18. package/lib/components/get-project-items/get-project-items-configuration.component.d.ts +8 -0
  19. package/lib/components/get-pull-request/get-pull-request-configuration.component.d.ts +8 -0
  20. package/lib/components/get-repository/get-repository-configuration.component.d.ts +8 -0
  21. package/lib/components/get-workflow-run/get-workflow-run-configuration.component.d.ts +8 -0
  22. package/lib/components/github-configuration/github-configuration.component.d.ts +28 -0
  23. package/lib/components/graphql-query/graphql-query-configuration.component.d.ts +8 -0
  24. package/lib/components/list-issues/list-issues-configuration.component.d.ts +11 -0
  25. package/lib/components/list-pull-requests/list-pull-requests-configuration.component.d.ts +11 -0
  26. package/lib/components/list-repositories/list-repositories-configuration.component.d.ts +11 -0
  27. package/lib/components/list-review-threads/list-review-threads-configuration.component.d.ts +8 -0
  28. package/lib/components/list-workflow-runs/list-workflow-runs-configuration.component.d.ts +8 -0
  29. package/lib/components/merge-pull-request/merge-pull-request-configuration.component.d.ts +11 -0
  30. package/lib/components/reply-to-review-comment/reply-to-review-comment-configuration.component.d.ts +8 -0
  31. package/lib/components/request-reviewers/request-reviewers-configuration.component.d.ts +8 -0
  32. package/lib/components/rerun-workflow/rerun-workflow-configuration.component.d.ts +8 -0
  33. package/lib/components/resolve-review-thread/resolve-review-thread-configuration.component.d.ts +8 -0
  34. package/lib/components/rest-request/rest-request-configuration.component.d.ts +11 -0
  35. package/lib/components/review-pull-request/review-pull-request-configuration.component.d.ts +11 -0
  36. package/lib/components/search-issues/search-issues-configuration.component.d.ts +11 -0
  37. package/lib/components/set-project-item-field/set-project-item-field-configuration.component.d.ts +11 -0
  38. package/lib/components/set-pull-request-draft/set-pull-request-draft-configuration.component.d.ts +8 -0
  39. package/lib/components/update-issue/update-issue-configuration.component.d.ts +12 -0
  40. package/lib/components/update-pull-request/update-pull-request-configuration.component.d.ts +11 -0
  41. package/lib/github-plugin-module.d.ts +43 -0
  42. package/lib/github-plugin.specification.d.ts +3 -0
  43. package/lib/models/config.d.ts +253 -0
  44. package/lib/models/index.d.ts +1 -0
  45. package/package.json +27 -0
  46. package/public_api.d.ts +38 -0
@@ -0,0 +1,2022 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, Output, Input, Component, inject, Directive, NgModule } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import { CommonModule } from '@angular/common';
5
+ import * as i3 from '@valtimo/plugin';
6
+ import { PluginTranslationService, PluginTranslatePipeModule } from '@valtimo/plugin';
7
+ import * as i2 from '@valtimo/components';
8
+ import { FormModule, InputModule, ParagraphModule, SelectModule } from '@valtimo/components';
9
+ import { BehaviorSubject, combineLatest, take, map } from 'rxjs';
10
+ import { TranslateService } from '@ngx-translate/core';
11
+
12
+ /*
13
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
14
+ *
15
+ * Licensed under EUPL, Version 1.2 (the "License");
16
+ * you may not use this file except in compliance with the License.
17
+ * You may obtain a copy of the License at
18
+ *
19
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
20
+ *
21
+ * Unless required by applicable law or agreed to in writing, software
22
+ * distributed under the License is distributed on an "AS IS" basis,
23
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
+ * See the License for the specific language governing permissions and
25
+ * limitations under the License.
26
+ */
27
+
28
+ /*
29
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
30
+ *
31
+ * Licensed under EUPL, Version 1.2 (the "License");
32
+ * you may not use this file except in compliance with the License.
33
+ * You may obtain a copy of the License at
34
+ *
35
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
36
+ *
37
+ * Unless required by applicable law or agreed to in writing, software
38
+ * distributed under the License is distributed on an "AS IS" basis,
39
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40
+ * See the License for the specific language governing permissions and
41
+ * limitations under the License.
42
+ */
43
+
44
+ /*
45
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
46
+ *
47
+ * Licensed under EUPL, Version 1.2 (the "License");
48
+ * you may not use this file except in compliance with the License.
49
+ * You may obtain a copy of the License at
50
+ *
51
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
52
+ *
53
+ * Unless required by applicable law or agreed to in writing, software
54
+ * distributed under the License is distributed on an "AS IS" basis,
55
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
56
+ * See the License for the specific language governing permissions and
57
+ * limitations under the License.
58
+ */
59
+ class GitHubConfigurationComponent {
60
+ constructor() {
61
+ this.valid = new EventEmitter();
62
+ this.configuration = new EventEmitter();
63
+ this.formValue$ = new BehaviorSubject(null);
64
+ this.valid$ = new BehaviorSubject(false);
65
+ }
66
+ ngOnInit() {
67
+ this.openSaveSubscription();
68
+ }
69
+ ngOnDestroy() {
70
+ this.saveSubscription?.unsubscribe();
71
+ }
72
+ formValueChange(formValue) {
73
+ this.formValue$.next(formValue);
74
+ this.handleValid(formValue);
75
+ }
76
+ /**
77
+ * The url and the token are the whole connection; everything else has a default. The
78
+ * default repository deliberately is not required — a configuration that works across
79
+ * repositories fills it in per action instead.
80
+ */
81
+ handleValid(formValue) {
82
+ const valid = !!(formValue.configurationTitle && formValue.url && formValue.token);
83
+ this.valid$.next(valid);
84
+ this.valid.emit(valid);
85
+ }
86
+ openSaveSubscription() {
87
+ this.saveSubscription = this.save$?.subscribe(() => {
88
+ combineLatest([this.formValue$, this.valid$])
89
+ .pipe(take(1))
90
+ .subscribe(([formValue, valid]) => {
91
+ if (valid) {
92
+ this.configuration.emit(formValue);
93
+ }
94
+ });
95
+ });
96
+ }
97
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GitHubConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
98
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GitHubConfigurationComponent, isStandalone: false, selector: "valtimo-github-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.configurationTitle\"\n [required]=\"true\"\n [tooltip]=\"'configurationTitleTooltip' | pluginTranslate: pluginId | async\"\n [widthPx]=\"350\"\n placeholder=\"GitHub Plugin\"\n ></v-input>\n\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.url || 'https://api.github.com'\"\n [required]=\"true\"\n [tooltip]=\"'urlTooltip' | pluginTranslate: pluginId | async\"\n placeholder=\"https://api.github.com\"\n ></v-input>\n\n <v-input\n name=\"token\"\n type=\"password\"\n [title]=\"'token' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.token\"\n [required]=\"true\"\n [tooltip]=\"'tokenTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"defaultRepository\"\n [title]=\"'defaultRepository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.defaultRepository\"\n [required]=\"false\"\n [tooltip]=\"'defaultRepositoryTooltip' | pluginTranslate: pluginId | async\"\n placeholder=\"owner/repo\"\n ></v-input>\n\n <v-input\n name=\"graphqlUrl\"\n [title]=\"'graphqlUrl' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.graphqlUrl\"\n [required]=\"false\"\n [tooltip]=\"'graphqlUrlTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"perPage\"\n type=\"number\"\n [title]=\"'perPage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.perPage || 100\"\n [required]=\"false\"\n [tooltip]=\"'perPageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"maxPages\"\n type=\"number\"\n [title]=\"'maxPages' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.maxPages || 5\"\n [required]=\"false\"\n [tooltip]=\"'maxPagesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
99
+ }
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GitHubConfigurationComponent, decorators: [{
101
+ type: Component,
102
+ args: [{ standalone: false, selector: 'valtimo-github-configuration', template: "<!--\n ~ Copyright 2015-2026 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=\"configurationTitle\"\n [title]=\"'configurationTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.configurationTitle\"\n [required]=\"true\"\n [tooltip]=\"'configurationTitleTooltip' | pluginTranslate: pluginId | async\"\n [widthPx]=\"350\"\n placeholder=\"GitHub Plugin\"\n ></v-input>\n\n <v-input\n name=\"url\"\n [title]=\"'url' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.url || 'https://api.github.com'\"\n [required]=\"true\"\n [tooltip]=\"'urlTooltip' | pluginTranslate: pluginId | async\"\n placeholder=\"https://api.github.com\"\n ></v-input>\n\n <v-input\n name=\"token\"\n type=\"password\"\n [title]=\"'token' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.token\"\n [required]=\"true\"\n [tooltip]=\"'tokenTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"defaultRepository\"\n [title]=\"'defaultRepository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.defaultRepository\"\n [required]=\"false\"\n [tooltip]=\"'defaultRepositoryTooltip' | pluginTranslate: pluginId | async\"\n placeholder=\"owner/repo\"\n ></v-input>\n\n <v-input\n name=\"graphqlUrl\"\n [title]=\"'graphqlUrl' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.graphqlUrl\"\n [required]=\"false\"\n [tooltip]=\"'graphqlUrlTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"perPage\"\n type=\"number\"\n [title]=\"'perPage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.perPage || 100\"\n [required]=\"false\"\n [tooltip]=\"'perPageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"maxPages\"\n type=\"number\"\n [title]=\"'maxPages' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [defaultValue]=\"obs.prefill?.maxPages || 5\"\n [required]=\"false\"\n [tooltip]=\"'maxPagesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
103
+ }], propDecorators: { save$: [{
104
+ type: Input
105
+ }], disabled$: [{
106
+ type: Input
107
+ }], pluginId: [{
108
+ type: Input
109
+ }], prefillConfiguration$: [{
110
+ type: Input
111
+ }], valid: [{
112
+ type: Output
113
+ }], configuration: [{
114
+ type: Output
115
+ }] } });
116
+
117
+ /*
118
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
119
+ *
120
+ * Licensed under EUPL, Version 1.2 (the "License");
121
+ * you may not use this file except in compliance with the License.
122
+ * You may obtain a copy of the License at
123
+ *
124
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
125
+ *
126
+ * Unless required by applicable law or agreed to in writing, software
127
+ * distributed under the License is distributed on an "AS IS" basis,
128
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
129
+ * See the License for the specific language governing permissions and
130
+ * limitations under the License.
131
+ */
132
+ /**
133
+ * What every action configuration screen of this plugin has in common.
134
+ *
135
+ * There are more than thirty of them and they differ only in which fields they show and
136
+ * which of those are required. Written out per component that would be thirty copies of the
137
+ * same save subscription and the same validity plumbing, and thirty places for one of them
138
+ * to drift — a component that forgets to unsubscribe, or that emits an invalid
139
+ * configuration, is not something a reviewer would spot in the thirtieth copy.
140
+ *
141
+ * Subclasses declare their required fields and nothing else. Dependencies are taken with
142
+ * `inject()` rather than through a constructor so that a subclass does not have to declare
143
+ * one purely to pass them up.
144
+ */
145
+ class GitHubFunctionConfigurationComponent {
146
+ constructor() {
147
+ this.valid = new EventEmitter();
148
+ this.configuration = new EventEmitter();
149
+ this.translateService = inject(TranslateService);
150
+ this.pluginTranslationService = inject(PluginTranslationService);
151
+ this.formValue$ = new BehaviorSubject(null);
152
+ this.valid$ = new BehaviorSubject(false);
153
+ }
154
+ ngOnInit() {
155
+ this.openSaveSubscription();
156
+ }
157
+ ngOnDestroy() {
158
+ this.saveSubscription?.unsubscribe();
159
+ }
160
+ formValueChange(formValue) {
161
+ this.formValue$.next(formValue);
162
+ this.handleValid(formValue);
163
+ }
164
+ /**
165
+ * Builds the options of a dropdown, relabelled whenever the language changes.
166
+ *
167
+ * The labels come from this plugin's own translations under `<field>.<value>`, so the
168
+ * value that reaches the backend is the one GitHub knows — `REQUEST_CHANGES`, not
169
+ * whatever it is called in Dutch.
170
+ */
171
+ selectItems(field, values) {
172
+ return this.translateService.stream('key').pipe(map(() => values.map(value => ({
173
+ id: value,
174
+ text: this.pluginTranslationService.instant(`${field}.${value}`, this.pluginId),
175
+ }))));
176
+ }
177
+ /**
178
+ * A field counts as filled in when it has a value — which is not the same as being
179
+ * truthy. `false` on a checkbox and `0` in a number field are answers, and treating them
180
+ * as missing would make a step that legitimately says "no" unsavable.
181
+ */
182
+ handleValid(formValue) {
183
+ const valid = this.requiredFields().every(field => {
184
+ const value = formValue?.[field];
185
+ return value !== undefined && value !== null && value !== '';
186
+ });
187
+ this.valid$.next(valid);
188
+ this.valid.emit(valid);
189
+ }
190
+ openSaveSubscription() {
191
+ this.saveSubscription = this.save$?.subscribe(() => {
192
+ combineLatest([this.formValue$, this.valid$])
193
+ .pipe(take(1))
194
+ .subscribe(([formValue, valid]) => {
195
+ if (valid) {
196
+ this.configuration.emit(formValue);
197
+ }
198
+ });
199
+ });
200
+ }
201
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GitHubFunctionConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
202
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: GitHubFunctionConfigurationComponent, isStandalone: true, inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$" }, outputs: { valid: "valid", configuration: "configuration" }, ngImport: i0 }); }
203
+ }
204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GitHubFunctionConfigurationComponent, decorators: [{
205
+ type: Directive
206
+ }], propDecorators: { save$: [{
207
+ type: Input
208
+ }], disabled$: [{
209
+ type: Input
210
+ }], pluginId: [{
211
+ type: Input
212
+ }], prefillConfiguration$: [{
213
+ type: Input
214
+ }], valid: [{
215
+ type: Output
216
+ }], configuration: [{
217
+ type: Output
218
+ }] } });
219
+
220
+ /*
221
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
222
+ *
223
+ * Licensed under EUPL, Version 1.2 (the "License");
224
+ * you may not use this file except in compliance with the License.
225
+ * You may obtain a copy of the License at
226
+ *
227
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
228
+ *
229
+ * Unless required by applicable law or agreed to in writing, software
230
+ * distributed under the License is distributed on an "AS IS" basis,
231
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
232
+ * See the License for the specific language governing permissions and
233
+ * limitations under the License.
234
+ */
235
+ class GetRepositoryConfigurationComponent extends GitHubFunctionConfigurationComponent {
236
+ requiredFields() {
237
+ return [];
238
+ }
239
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetRepositoryConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
240
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetRepositoryConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-repository-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getRepositoryDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
241
+ }
242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetRepositoryConfigurationComponent, decorators: [{
243
+ type: Component,
244
+ args: [{ standalone: false, selector: 'valtimo-github-get-repository-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getRepositoryDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
245
+ }] });
246
+
247
+ /*
248
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
249
+ *
250
+ * Licensed under EUPL, Version 1.2 (the "License");
251
+ * you may not use this file except in compliance with the License.
252
+ * You may obtain a copy of the License at
253
+ *
254
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
255
+ *
256
+ * Unless required by applicable law or agreed to in writing, software
257
+ * distributed under the License is distributed on an "AS IS" basis,
258
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
259
+ * See the License for the specific language governing permissions and
260
+ * limitations under the License.
261
+ */
262
+ class ListRepositoriesConfigurationComponent extends GitHubFunctionConfigurationComponent {
263
+ constructor() {
264
+ super(...arguments);
265
+ this.typeItems$ = this.selectItems('type', ['all', 'public', 'private', 'forks', 'sources', 'member']);
266
+ }
267
+ requiredFields() {
268
+ return ['owner'];
269
+ }
270
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListRepositoriesConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
271
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ListRepositoriesConfigurationComponent, isStandalone: false, selector: "valtimo-github-list-repositories-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listRepositoriesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n typeItems: typeItems$ | async\n } as obs\"\n>\n <v-input\n name=\"owner\"\n [title]=\"'owner' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.owner\"\n [placeholder]=\"'valtimo-platform'\"\n [tooltip]=\"'ownerTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"type\"\n [items]=\"obs.typeItems || []\"\n [title]=\"'type' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.type\"\n [tooltip]=\"'typeTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
272
+ }
273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListRepositoriesConfigurationComponent, decorators: [{
274
+ type: Component,
275
+ args: [{ standalone: false, selector: 'valtimo-github-list-repositories-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listRepositoriesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n typeItems: typeItems$ | async\n } as obs\"\n>\n <v-input\n name=\"owner\"\n [title]=\"'owner' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.owner\"\n [placeholder]=\"'valtimo-platform'\"\n [tooltip]=\"'ownerTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"type\"\n [items]=\"obs.typeItems || []\"\n [title]=\"'type' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.type\"\n [tooltip]=\"'typeTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
276
+ }] });
277
+
278
+ /*
279
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
280
+ *
281
+ * Licensed under EUPL, Version 1.2 (the "License");
282
+ * you may not use this file except in compliance with the License.
283
+ * You may obtain a copy of the License at
284
+ *
285
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
286
+ *
287
+ * Unless required by applicable law or agreed to in writing, software
288
+ * distributed under the License is distributed on an "AS IS" basis,
289
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
290
+ * See the License for the specific language governing permissions and
291
+ * limitations under the License.
292
+ */
293
+ class GetAuthenticatedUserConfigurationComponent extends GitHubFunctionConfigurationComponent {
294
+ requiredFields() {
295
+ return [];
296
+ }
297
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetAuthenticatedUserConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
298
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetAuthenticatedUserConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-authenticated-user-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getAuthenticatedUserDescription' | pluginTranslate: pluginId | async }}</p>\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=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
299
+ }
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetAuthenticatedUserConfigurationComponent, decorators: [{
301
+ type: Component,
302
+ args: [{ standalone: false, selector: 'valtimo-github-get-authenticated-user-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getAuthenticatedUserDescription' | pluginTranslate: pluginId | async }}</p>\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=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
303
+ }] });
304
+
305
+ /*
306
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
307
+ *
308
+ * Licensed under EUPL, Version 1.2 (the "License");
309
+ * you may not use this file except in compliance with the License.
310
+ * You may obtain a copy of the License at
311
+ *
312
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
313
+ *
314
+ * Unless required by applicable law or agreed to in writing, software
315
+ * distributed under the License is distributed on an "AS IS" basis,
316
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
317
+ * See the License for the specific language governing permissions and
318
+ * limitations under the License.
319
+ */
320
+ class ListIssuesConfigurationComponent extends GitHubFunctionConfigurationComponent {
321
+ constructor() {
322
+ super(...arguments);
323
+ this.stateItems$ = this.selectItems('state', ['open', 'closed', 'all']);
324
+ }
325
+ requiredFields() {
326
+ return [];
327
+ }
328
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListIssuesConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
329
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ListIssuesConfigurationComponent, isStandalone: false, selector: "valtimo-github-list-issues-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listIssuesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'state' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'stateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"labels\"\n [title]=\"'labels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.labels\"\n [placeholder]=\"'bug, feedback'\"\n [tooltip]=\"'labelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"assignee\"\n [title]=\"'assignee' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.assignee\"\n [tooltip]=\"'assigneeTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"creator\"\n [title]=\"'creator' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.creator\"\n [tooltip]=\"'creatorTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"since\"\n [title]=\"'since' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.since\"\n [placeholder]=\"'2026-01-01T00:00:00Z'\"\n [tooltip]=\"'sinceTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
330
+ }
331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListIssuesConfigurationComponent, decorators: [{
332
+ type: Component,
333
+ args: [{ standalone: false, selector: 'valtimo-github-list-issues-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listIssuesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'state' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'stateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"labels\"\n [title]=\"'labels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.labels\"\n [placeholder]=\"'bug, feedback'\"\n [tooltip]=\"'labelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"assignee\"\n [title]=\"'assignee' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.assignee\"\n [tooltip]=\"'assigneeTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"creator\"\n [title]=\"'creator' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.creator\"\n [tooltip]=\"'creatorTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"since\"\n [title]=\"'since' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.since\"\n [placeholder]=\"'2026-01-01T00:00:00Z'\"\n [tooltip]=\"'sinceTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
334
+ }] });
335
+
336
+ /*
337
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
338
+ *
339
+ * Licensed under EUPL, Version 1.2 (the "License");
340
+ * you may not use this file except in compliance with the License.
341
+ * You may obtain a copy of the License at
342
+ *
343
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
344
+ *
345
+ * Unless required by applicable law or agreed to in writing, software
346
+ * distributed under the License is distributed on an "AS IS" basis,
347
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
348
+ * See the License for the specific language governing permissions and
349
+ * limitations under the License.
350
+ */
351
+ class GetIssueConfigurationComponent extends GitHubFunctionConfigurationComponent {
352
+ requiredFields() {
353
+ return ['issueNumber'];
354
+ }
355
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetIssueConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
356
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetIssueConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-issue-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getIssueDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeComments\"\n type=\"checkbox\"\n [title]=\"'includeComments' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeComments ?? false\"\n [tooltip]=\"'includeCommentsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeTimeline\"\n type=\"checkbox\"\n [title]=\"'includeTimeline' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeTimeline ?? false\"\n [tooltip]=\"'includeTimelineTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
357
+ }
358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetIssueConfigurationComponent, decorators: [{
359
+ type: Component,
360
+ args: [{ standalone: false, selector: 'valtimo-github-get-issue-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getIssueDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeComments\"\n type=\"checkbox\"\n [title]=\"'includeComments' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeComments ?? false\"\n [tooltip]=\"'includeCommentsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeTimeline\"\n type=\"checkbox\"\n [title]=\"'includeTimeline' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeTimeline ?? false\"\n [tooltip]=\"'includeTimelineTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
361
+ }] });
362
+
363
+ /*
364
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
365
+ *
366
+ * Licensed under EUPL, Version 1.2 (the "License");
367
+ * you may not use this file except in compliance with the License.
368
+ * You may obtain a copy of the License at
369
+ *
370
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
371
+ *
372
+ * Unless required by applicable law or agreed to in writing, software
373
+ * distributed under the License is distributed on an "AS IS" basis,
374
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
375
+ * See the License for the specific language governing permissions and
376
+ * limitations under the License.
377
+ */
378
+ class SearchIssuesConfigurationComponent extends GitHubFunctionConfigurationComponent {
379
+ constructor() {
380
+ super(...arguments);
381
+ this.orderItems$ = this.selectItems('order', ['', 'desc', 'asc']);
382
+ }
383
+ requiredFields() {
384
+ return ['query'];
385
+ }
386
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SearchIssuesConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
387
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: SearchIssuesConfigurationComponent, isStandalone: false, selector: "valtimo-github-search-issues-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'searchIssuesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n orderItems: orderItems$ | async\n } as obs\"\n>\n <v-input\n name=\"query\"\n [title]=\"'query' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.query\"\n [placeholder]=\"'org:ritense is:pr is:open label:maintained-by-ai'\"\n [tooltip]=\"'queryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"sort\"\n [title]=\"'sort' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.sort\"\n [placeholder]=\"'updated'\"\n [tooltip]=\"'sortTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"order\"\n [items]=\"obs.orderItems || []\"\n [title]=\"'order' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.order\"\n [tooltip]=\"'orderTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
388
+ }
389
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SearchIssuesConfigurationComponent, decorators: [{
390
+ type: Component,
391
+ args: [{ standalone: false, selector: 'valtimo-github-search-issues-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'searchIssuesDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n orderItems: orderItems$ | async\n } as obs\"\n>\n <v-input\n name=\"query\"\n [title]=\"'query' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.query\"\n [placeholder]=\"'org:ritense is:pr is:open label:maintained-by-ai'\"\n [tooltip]=\"'queryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"sort\"\n [title]=\"'sort' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.sort\"\n [placeholder]=\"'updated'\"\n [tooltip]=\"'sortTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"order\"\n [items]=\"obs.orderItems || []\"\n [title]=\"'order' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.order\"\n [tooltip]=\"'orderTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
392
+ }] });
393
+
394
+ /*
395
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
396
+ *
397
+ * Licensed under EUPL, Version 1.2 (the "License");
398
+ * you may not use this file except in compliance with the License.
399
+ * You may obtain a copy of the License at
400
+ *
401
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
402
+ *
403
+ * Unless required by applicable law or agreed to in writing, software
404
+ * distributed under the License is distributed on an "AS IS" basis,
405
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
406
+ * See the License for the specific language governing permissions and
407
+ * limitations under the License.
408
+ */
409
+ class CreateIssueConfigurationComponent extends GitHubFunctionConfigurationComponent {
410
+ requiredFields() {
411
+ return ['title'];
412
+ }
413
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateIssueConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
414
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CreateIssueConfigurationComponent, isStandalone: false, selector: "valtimo-github-create-issue-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createIssueDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'issueTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'issueTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"labels\"\n [title]=\"'newLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.labels\"\n [placeholder]=\"'bug, feedback'\"\n [tooltip]=\"'newLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"assignees\"\n [title]=\"'assignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.assignees\"\n [placeholder]=\"'Klaas-Ritense'\"\n [tooltip]=\"'assigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
415
+ }
416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateIssueConfigurationComponent, decorators: [{
417
+ type: Component,
418
+ args: [{ standalone: false, selector: 'valtimo-github-create-issue-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createIssueDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'issueTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'issueTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"labels\"\n [title]=\"'newLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.labels\"\n [placeholder]=\"'bug, feedback'\"\n [tooltip]=\"'newLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"assignees\"\n [title]=\"'assignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.assignees\"\n [placeholder]=\"'Klaas-Ritense'\"\n [tooltip]=\"'assigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
419
+ }] });
420
+
421
+ /*
422
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
423
+ *
424
+ * Licensed under EUPL, Version 1.2 (the "License");
425
+ * you may not use this file except in compliance with the License.
426
+ * You may obtain a copy of the License at
427
+ *
428
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
429
+ *
430
+ * Unless required by applicable law or agreed to in writing, software
431
+ * distributed under the License is distributed on an "AS IS" basis,
432
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
433
+ * See the License for the specific language governing permissions and
434
+ * limitations under the License.
435
+ */
436
+ class UpdateIssueConfigurationComponent extends GitHubFunctionConfigurationComponent {
437
+ constructor() {
438
+ super(...arguments);
439
+ this.stateItems$ = this.selectItems('state', ['', 'open', 'closed']);
440
+ this.stateReasonItems$ = this.selectItems('stateReason', ['', 'completed', 'not_planned', 'reopened']);
441
+ }
442
+ requiredFields() {
443
+ return ['issueNumber'];
444
+ }
445
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UpdateIssueConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
446
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: UpdateIssueConfigurationComponent, isStandalone: false, selector: "valtimo-github-update-issue-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'updateIssueDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async,\n stateReasonItems: stateReasonItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'newTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'newTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'newBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'newBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'newState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'newStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-select\n name=\"stateReason\"\n [items]=\"obs.stateReasonItems || []\"\n [title]=\"'stateReason' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.stateReason\"\n [tooltip]=\"'stateReasonTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"addLabels\"\n [title]=\"'addLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addLabels\"\n [placeholder]=\"'created-by-ai'\"\n [tooltip]=\"'addLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeLabels\"\n [title]=\"'removeLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeLabels\"\n [placeholder]=\"'feedback'\"\n [tooltip]=\"'removeLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"addAssignees\"\n [title]=\"'addAssignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addAssignees\"\n [tooltip]=\"'addAssigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeAssignees\"\n [title]=\"'removeAssignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeAssignees\"\n [tooltip]=\"'removeAssigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
447
+ }
448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UpdateIssueConfigurationComponent, decorators: [{
449
+ type: Component,
450
+ args: [{ standalone: false, selector: 'valtimo-github-update-issue-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'updateIssueDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async,\n stateReasonItems: stateReasonItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'newTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'newTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'newBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'newBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'newState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'newStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-select\n name=\"stateReason\"\n [items]=\"obs.stateReasonItems || []\"\n [title]=\"'stateReason' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.stateReason\"\n [tooltip]=\"'stateReasonTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"addLabels\"\n [title]=\"'addLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addLabels\"\n [placeholder]=\"'created-by-ai'\"\n [tooltip]=\"'addLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeLabels\"\n [title]=\"'removeLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeLabels\"\n [placeholder]=\"'feedback'\"\n [tooltip]=\"'removeLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"addAssignees\"\n [title]=\"'addAssignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addAssignees\"\n [tooltip]=\"'addAssigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeAssignees\"\n [title]=\"'removeAssignees' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeAssignees\"\n [tooltip]=\"'removeAssigneesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
451
+ }] });
452
+
453
+ /*
454
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
455
+ *
456
+ * Licensed under EUPL, Version 1.2 (the "License");
457
+ * you may not use this file except in compliance with the License.
458
+ * You may obtain a copy of the License at
459
+ *
460
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
461
+ *
462
+ * Unless required by applicable law or agreed to in writing, software
463
+ * distributed under the License is distributed on an "AS IS" basis,
464
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
465
+ * See the License for the specific language governing permissions and
466
+ * limitations under the License.
467
+ */
468
+ class CommentConfigurationComponent extends GitHubFunctionConfigurationComponent {
469
+ requiredFields() {
470
+ return ['issueNumber', 'body'];
471
+ }
472
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CommentConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
473
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CommentConfigurationComponent, isStandalone: false, selector: "valtimo-github-comment-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'commentDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
474
+ }
475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CommentConfigurationComponent, decorators: [{
476
+ type: Component,
477
+ args: [{ standalone: false, selector: 'valtimo-github-comment-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'commentDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
478
+ }] });
479
+
480
+ /*
481
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
482
+ *
483
+ * Licensed under EUPL, Version 1.2 (the "License");
484
+ * you may not use this file except in compliance with the License.
485
+ * You may obtain a copy of the License at
486
+ *
487
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
488
+ *
489
+ * Unless required by applicable law or agreed to in writing, software
490
+ * distributed under the License is distributed on an "AS IS" basis,
491
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
492
+ * See the License for the specific language governing permissions and
493
+ * limitations under the License.
494
+ */
495
+ class ListPullRequestsConfigurationComponent extends GitHubFunctionConfigurationComponent {
496
+ constructor() {
497
+ super(...arguments);
498
+ this.stateItems$ = this.selectItems('state', ['open', 'closed', 'all']);
499
+ }
500
+ requiredFields() {
501
+ return [];
502
+ }
503
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListPullRequestsConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
504
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ListPullRequestsConfigurationComponent, isStandalone: false, selector: "valtimo-github-list-pull-requests-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listPullRequestsDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'prState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'prStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"base\"\n [title]=\"'baseFilter' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [tooltip]=\"'baseFilterTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"head\"\n [title]=\"'headFilter' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.head\"\n [tooltip]=\"'headFilterTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
505
+ }
506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListPullRequestsConfigurationComponent, decorators: [{
507
+ type: Component,
508
+ args: [{ standalone: false, selector: 'valtimo-github-list-pull-requests-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listPullRequestsDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'prState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'prStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"base\"\n [title]=\"'baseFilter' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [tooltip]=\"'baseFilterTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"head\"\n [title]=\"'headFilter' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.head\"\n [tooltip]=\"'headFilterTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
509
+ }] });
510
+
511
+ /*
512
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
513
+ *
514
+ * Licensed under EUPL, Version 1.2 (the "License");
515
+ * you may not use this file except in compliance with the License.
516
+ * You may obtain a copy of the License at
517
+ *
518
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
519
+ *
520
+ * Unless required by applicable law or agreed to in writing, software
521
+ * distributed under the License is distributed on an "AS IS" basis,
522
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
523
+ * See the License for the specific language governing permissions and
524
+ * limitations under the License.
525
+ */
526
+ class GetPullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent {
527
+ requiredFields() {
528
+ return ['pullRequestNumber'];
529
+ }
530
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetPullRequestConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
531
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetPullRequestConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-pull-request-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeFiles\"\n type=\"checkbox\"\n [title]=\"'includeFiles' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeFiles ?? false\"\n [tooltip]=\"'includeFilesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeReviews\"\n type=\"checkbox\"\n [title]=\"'includeReviews' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeReviews ?? false\"\n [tooltip]=\"'includeReviewsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeComments\"\n type=\"checkbox\"\n [title]=\"'includeComments' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeComments ?? false\"\n [tooltip]=\"'includeCommentsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeChecks\"\n type=\"checkbox\"\n [title]=\"'includeChecks' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeChecks ?? false\"\n [tooltip]=\"'includeChecksTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
532
+ }
533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetPullRequestConfigurationComponent, decorators: [{
534
+ type: Component,
535
+ args: [{ standalone: false, selector: 'valtimo-github-get-pull-request-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeFiles\"\n type=\"checkbox\"\n [title]=\"'includeFiles' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeFiles ?? false\"\n [tooltip]=\"'includeFilesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeReviews\"\n type=\"checkbox\"\n [title]=\"'includeReviews' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeReviews ?? false\"\n [tooltip]=\"'includeReviewsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeComments\"\n type=\"checkbox\"\n [title]=\"'includeComments' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeComments ?? false\"\n [tooltip]=\"'includeCommentsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeChecks\"\n type=\"checkbox\"\n [title]=\"'includeChecks' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeChecks ?? false\"\n [tooltip]=\"'includeChecksTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
536
+ }] });
537
+
538
+ /*
539
+ * Copyright 2015-2026 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
548
+ * distributed under the License is distributed on an "AS IS" basis,
549
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
550
+ * See the License for the specific language governing permissions and
551
+ * limitations under the License.
552
+ */
553
+ class CreatePullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent {
554
+ requiredFields() {
555
+ return ['title', 'head'];
556
+ }
557
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreatePullRequestConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
558
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CreatePullRequestConfigurationComponent, isStandalone: false, selector: "valtimo-github-create-pull-request-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'issueTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'issueTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"head\"\n [title]=\"'head' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.head\"\n [placeholder]=\"'feature/ABC-123'\"\n [tooltip]=\"'headTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"base\"\n [title]=\"'base' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [placeholder]=\"'main'\"\n [tooltip]=\"'baseTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"draft\"\n type=\"checkbox\"\n [title]=\"'draft' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.draft ?? false\"\n [tooltip]=\"'draftTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
559
+ }
560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreatePullRequestConfigurationComponent, decorators: [{
561
+ type: Component,
562
+ args: [{ standalone: false, selector: 'valtimo-github-create-pull-request-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'issueTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'issueTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"head\"\n [title]=\"'head' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.head\"\n [placeholder]=\"'feature/ABC-123'\"\n [tooltip]=\"'headTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"base\"\n [title]=\"'base' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [placeholder]=\"'main'\"\n [tooltip]=\"'baseTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"draft\"\n type=\"checkbox\"\n [title]=\"'draft' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.draft ?? false\"\n [tooltip]=\"'draftTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
563
+ }] });
564
+
565
+ /*
566
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
567
+ *
568
+ * Licensed under EUPL, Version 1.2 (the "License");
569
+ * you may not use this file except in compliance with the License.
570
+ * You may obtain a copy of the License at
571
+ *
572
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
573
+ *
574
+ * Unless required by applicable law or agreed to in writing, software
575
+ * distributed under the License is distributed on an "AS IS" basis,
576
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
577
+ * See the License for the specific language governing permissions and
578
+ * limitations under the License.
579
+ */
580
+ class UpdatePullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent {
581
+ constructor() {
582
+ super(...arguments);
583
+ this.stateItems$ = this.selectItems('state', ['', 'open', 'closed']);
584
+ }
585
+ requiredFields() {
586
+ return ['pullRequestNumber'];
587
+ }
588
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UpdatePullRequestConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
589
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: UpdatePullRequestConfigurationComponent, isStandalone: false, selector: "valtimo-github-update-pull-request-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'updatePullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'newTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'newTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'newBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'newBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"base\"\n [title]=\"'newBase' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [tooltip]=\"'newBaseTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'newState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'newStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"addLabels\"\n [title]=\"'addLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addLabels\"\n [placeholder]=\"'created-by-ai'\"\n [tooltip]=\"'addLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeLabels\"\n [title]=\"'removeLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeLabels\"\n [placeholder]=\"'feedback'\"\n [tooltip]=\"'removeLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
590
+ }
591
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UpdatePullRequestConfigurationComponent, decorators: [{
592
+ type: Component,
593
+ args: [{ standalone: false, selector: 'valtimo-github-update-pull-request-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'updatePullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n stateItems: stateItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"title\"\n [title]=\"'newTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.title\"\n [tooltip]=\"'newTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'newBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'newBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"base\"\n [title]=\"'newBase' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.base\"\n [tooltip]=\"'newBaseTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"state\"\n [items]=\"obs.stateItems || []\"\n [title]=\"'newState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.state\"\n [tooltip]=\"'newStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"addLabels\"\n [title]=\"'addLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.addLabels\"\n [placeholder]=\"'created-by-ai'\"\n [tooltip]=\"'addLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"removeLabels\"\n [title]=\"'removeLabels' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.removeLabels\"\n [placeholder]=\"'feedback'\"\n [tooltip]=\"'removeLabelsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
594
+ }] });
595
+
596
+ /*
597
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
598
+ *
599
+ * Licensed under EUPL, Version 1.2 (the "License");
600
+ * you may not use this file except in compliance with the License.
601
+ * You may obtain a copy of the License at
602
+ *
603
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
604
+ *
605
+ * Unless required by applicable law or agreed to in writing, software
606
+ * distributed under the License is distributed on an "AS IS" basis,
607
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
608
+ * See the License for the specific language governing permissions and
609
+ * limitations under the License.
610
+ */
611
+ class SetPullRequestDraftConfigurationComponent extends GitHubFunctionConfigurationComponent {
612
+ requiredFields() {
613
+ return ['pullRequestNumber', 'draft'];
614
+ }
615
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SetPullRequestDraftConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
616
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: SetPullRequestDraftConfigurationComponent, isStandalone: false, selector: "valtimo-github-set-pull-request-draft-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'setPullRequestDraftDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"draft\"\n type=\"checkbox\"\n [title]=\"'draftState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.draft ?? false\"\n [tooltip]=\"'draftStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
617
+ }
618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SetPullRequestDraftConfigurationComponent, decorators: [{
619
+ type: Component,
620
+ args: [{ standalone: false, selector: 'valtimo-github-set-pull-request-draft-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'setPullRequestDraftDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"draft\"\n type=\"checkbox\"\n [title]=\"'draftState' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.draft ?? false\"\n [tooltip]=\"'draftStateTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
621
+ }] });
622
+
623
+ /*
624
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
625
+ *
626
+ * Licensed under EUPL, Version 1.2 (the "License");
627
+ * you may not use this file except in compliance with the License.
628
+ * You may obtain a copy of the License at
629
+ *
630
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
631
+ *
632
+ * Unless required by applicable law or agreed to in writing, software
633
+ * distributed under the License is distributed on an "AS IS" basis,
634
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
635
+ * See the License for the specific language governing permissions and
636
+ * limitations under the License.
637
+ */
638
+ class MergePullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent {
639
+ constructor() {
640
+ super(...arguments);
641
+ this.mergeMethodItems$ = this.selectItems('mergeMethod', ['merge', 'squash', 'rebase']);
642
+ }
643
+ requiredFields() {
644
+ return ['pullRequestNumber'];
645
+ }
646
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MergePullRequestConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
647
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: MergePullRequestConfigurationComponent, isStandalone: false, selector: "valtimo-github-merge-pull-request-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'mergePullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n mergeMethodItems: mergeMethodItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"mergeMethod\"\n [items]=\"obs.mergeMethodItems || []\"\n [title]=\"'mergeMethod' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.mergeMethod\"\n [tooltip]=\"'mergeMethodTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"commitTitle\"\n [title]=\"'commitTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.commitTitle\"\n [tooltip]=\"'commitTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commitMessage\"\n [title]=\"'commitMessage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.commitMessage\"\n [tooltip]=\"'commitMessageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"expectedHeadSha\"\n [title]=\"'expectedHeadSha' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.expectedHeadSha\"\n [placeholder]=\"'pv:pullRequestHeadSha'\"\n [tooltip]=\"'expectedHeadShaTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
648
+ }
649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MergePullRequestConfigurationComponent, decorators: [{
650
+ type: Component,
651
+ args: [{ standalone: false, selector: 'valtimo-github-merge-pull-request-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'mergePullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n mergeMethodItems: mergeMethodItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"mergeMethod\"\n [items]=\"obs.mergeMethodItems || []\"\n [title]=\"'mergeMethod' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.mergeMethod\"\n [tooltip]=\"'mergeMethodTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"commitTitle\"\n [title]=\"'commitTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.commitTitle\"\n [tooltip]=\"'commitTitleTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commitMessage\"\n [title]=\"'commitMessage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.commitMessage\"\n [tooltip]=\"'commitMessageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"expectedHeadSha\"\n [title]=\"'expectedHeadSha' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.expectedHeadSha\"\n [placeholder]=\"'pv:pullRequestHeadSha'\"\n [tooltip]=\"'expectedHeadShaTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
652
+ }] });
653
+
654
+ /*
655
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
656
+ *
657
+ * Licensed under EUPL, Version 1.2 (the "License");
658
+ * you may not use this file except in compliance with the License.
659
+ * You may obtain a copy of the License at
660
+ *
661
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
662
+ *
663
+ * Unless required by applicable law or agreed to in writing, software
664
+ * distributed under the License is distributed on an "AS IS" basis,
665
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
666
+ * See the License for the specific language governing permissions and
667
+ * limitations under the License.
668
+ */
669
+ class ReviewPullRequestConfigurationComponent extends GitHubFunctionConfigurationComponent {
670
+ constructor() {
671
+ super(...arguments);
672
+ this.eventItems$ = this.selectItems('event', ['APPROVE', 'REQUEST_CHANGES', 'COMMENT']);
673
+ }
674
+ requiredFields() {
675
+ return ['pullRequestNumber', 'event'];
676
+ }
677
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ReviewPullRequestConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
678
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ReviewPullRequestConfigurationComponent, isStandalone: false, selector: "valtimo-github-review-pull-request-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'reviewPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n eventItems: eventItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"event\"\n [items]=\"obs.eventItems || []\"\n [title]=\"'event' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultSelectionId]=\"obs.prefill?.event\"\n [tooltip]=\"'eventTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"body\"\n [title]=\"'reviewBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'reviewBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
679
+ }
680
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ReviewPullRequestConfigurationComponent, decorators: [{
681
+ type: Component,
682
+ args: [{ standalone: false, selector: 'valtimo-github-review-pull-request-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'reviewPullRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n eventItems: eventItems$ | async\n } as obs\"\n>\n <v-input\n name=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"event\"\n [items]=\"obs.eventItems || []\"\n [title]=\"'event' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultSelectionId]=\"obs.prefill?.event\"\n [tooltip]=\"'eventTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"body\"\n [title]=\"'reviewBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'reviewBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
683
+ }] });
684
+
685
+ /*
686
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
687
+ *
688
+ * Licensed under EUPL, Version 1.2 (the "License");
689
+ * you may not use this file except in compliance with the License.
690
+ * You may obtain a copy of the License at
691
+ *
692
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
693
+ *
694
+ * Unless required by applicable law or agreed to in writing, software
695
+ * distributed under the License is distributed on an "AS IS" basis,
696
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
697
+ * See the License for the specific language governing permissions and
698
+ * limitations under the License.
699
+ */
700
+ class RequestReviewersConfigurationComponent extends GitHubFunctionConfigurationComponent {
701
+ requiredFields() {
702
+ return ['pullRequestNumber'];
703
+ }
704
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RequestReviewersConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
705
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: RequestReviewersConfigurationComponent, isStandalone: false, selector: "valtimo-github-request-reviewers-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'requestReviewersDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"reviewers\"\n [title]=\"'reviewers' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.reviewers\"\n [placeholder]=\"'Klaas-Ritense, theo-ritense'\"\n [tooltip]=\"'reviewersTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"teamReviewers\"\n [title]=\"'teamReviewers' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.teamReviewers\"\n [tooltip]=\"'teamReviewersTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
706
+ }
707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RequestReviewersConfigurationComponent, decorators: [{
708
+ type: Component,
709
+ args: [{ standalone: false, selector: 'valtimo-github-request-reviewers-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'requestReviewersDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"reviewers\"\n [title]=\"'reviewers' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.reviewers\"\n [placeholder]=\"'Klaas-Ritense, theo-ritense'\"\n [tooltip]=\"'reviewersTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"teamReviewers\"\n [title]=\"'teamReviewers' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.teamReviewers\"\n [tooltip]=\"'teamReviewersTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
710
+ }] });
711
+
712
+ /*
713
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
714
+ *
715
+ * Licensed under EUPL, Version 1.2 (the "License");
716
+ * you may not use this file except in compliance with the License.
717
+ * You may obtain a copy of the License at
718
+ *
719
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
720
+ *
721
+ * Unless required by applicable law or agreed to in writing, software
722
+ * distributed under the License is distributed on an "AS IS" basis,
723
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
724
+ * See the License for the specific language governing permissions and
725
+ * limitations under the License.
726
+ */
727
+ class ListReviewThreadsConfigurationComponent extends GitHubFunctionConfigurationComponent {
728
+ requiredFields() {
729
+ return ['pullRequestNumber'];
730
+ }
731
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListReviewThreadsConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
732
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ListReviewThreadsConfigurationComponent, isStandalone: false, selector: "valtimo-github-list-review-threads-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listReviewThreadsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"onlyUnresolved\"\n type=\"checkbox\"\n [title]=\"'onlyUnresolved' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.onlyUnresolved ?? false\"\n [tooltip]=\"'onlyUnresolvedTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
733
+ }
734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListReviewThreadsConfigurationComponent, decorators: [{
735
+ type: Component,
736
+ args: [{ standalone: false, selector: 'valtimo-github-list-review-threads-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listReviewThreadsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"onlyUnresolved\"\n type=\"checkbox\"\n [title]=\"'onlyUnresolved' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.onlyUnresolved ?? false\"\n [tooltip]=\"'onlyUnresolvedTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
737
+ }] });
738
+
739
+ /*
740
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
741
+ *
742
+ * Licensed under EUPL, Version 1.2 (the "License");
743
+ * you may not use this file except in compliance with the License.
744
+ * You may obtain a copy of the License at
745
+ *
746
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
747
+ *
748
+ * Unless required by applicable law or agreed to in writing, software
749
+ * distributed under the License is distributed on an "AS IS" basis,
750
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
751
+ * See the License for the specific language governing permissions and
752
+ * limitations under the License.
753
+ */
754
+ class ReplyToReviewCommentConfigurationComponent extends GitHubFunctionConfigurationComponent {
755
+ requiredFields() {
756
+ return ['pullRequestNumber', 'commentId', 'body'];
757
+ }
758
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ReplyToReviewCommentConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
759
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ReplyToReviewCommentConfigurationComponent, isStandalone: false, selector: "valtimo-github-reply-to-review-comment-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'replyToReviewCommentDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commentId\"\n [title]=\"'commentId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.commentId\"\n [placeholder]=\"'pv:reviewCommentId'\"\n [tooltip]=\"'commentIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
760
+ }
761
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ReplyToReviewCommentConfigurationComponent, decorators: [{
762
+ type: Component,
763
+ args: [{ standalone: false, selector: 'valtimo-github-reply-to-review-comment-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'replyToReviewCommentDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"pullRequestNumber\"\n type=\"number\"\n [title]=\"'pullRequestNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.pullRequestNumber\"\n [tooltip]=\"'pullRequestNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commentId\"\n [title]=\"'commentId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.commentId\"\n [placeholder]=\"'pv:reviewCommentId'\"\n [tooltip]=\"'commentIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'body' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.body\"\n [tooltip]=\"'bodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
764
+ }] });
765
+
766
+ /*
767
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
768
+ *
769
+ * Licensed under EUPL, Version 1.2 (the "License");
770
+ * you may not use this file except in compliance with the License.
771
+ * You may obtain a copy of the License at
772
+ *
773
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
774
+ *
775
+ * Unless required by applicable law or agreed to in writing, software
776
+ * distributed under the License is distributed on an "AS IS" basis,
777
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
778
+ * See the License for the specific language governing permissions and
779
+ * limitations under the License.
780
+ */
781
+ class ResolveReviewThreadConfigurationComponent extends GitHubFunctionConfigurationComponent {
782
+ requiredFields() {
783
+ return ['threadId'];
784
+ }
785
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResolveReviewThreadConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
786
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ResolveReviewThreadConfigurationComponent, isStandalone: false, selector: "valtimo-github-resolve-review-thread-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'resolveReviewThreadDescription' | pluginTranslate: pluginId | async }}</p>\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=\"threadId\"\n [title]=\"'threadId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.threadId\"\n [placeholder]=\"'pv:reviewThreadId'\"\n [tooltip]=\"'threadIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resolve\"\n type=\"checkbox\"\n [title]=\"'resolve' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resolve ?? false\"\n [tooltip]=\"'resolveTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
787
+ }
788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ResolveReviewThreadConfigurationComponent, decorators: [{
789
+ type: Component,
790
+ args: [{ standalone: false, selector: 'valtimo-github-resolve-review-thread-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'resolveReviewThreadDescription' | pluginTranslate: pluginId | async }}</p>\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=\"threadId\"\n [title]=\"'threadId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.threadId\"\n [placeholder]=\"'pv:reviewThreadId'\"\n [tooltip]=\"'threadIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resolve\"\n type=\"checkbox\"\n [title]=\"'resolve' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resolve ?? false\"\n [tooltip]=\"'resolveTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
791
+ }] });
792
+
793
+ /*
794
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
795
+ *
796
+ * Licensed under EUPL, Version 1.2 (the "License");
797
+ * you may not use this file except in compliance with the License.
798
+ * You may obtain a copy of the License at
799
+ *
800
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
801
+ *
802
+ * Unless required by applicable law or agreed to in writing, software
803
+ * distributed under the License is distributed on an "AS IS" basis,
804
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
805
+ * See the License for the specific language governing permissions and
806
+ * limitations under the License.
807
+ */
808
+ class CreateLabelConfigurationComponent extends GitHubFunctionConfigurationComponent {
809
+ requiredFields() {
810
+ return ['name'];
811
+ }
812
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateLabelConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
813
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CreateLabelConfigurationComponent, isStandalone: false, selector: "valtimo-github-create-label-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createLabelDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"name\"\n [title]=\"'name' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.name\"\n [placeholder]=\"'maintained-by-ai'\"\n [tooltip]=\"'nameTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"color\"\n [title]=\"'color' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.color\"\n [placeholder]=\"'0E8A16'\"\n [tooltip]=\"'colorTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"description\"\n [title]=\"'labelDescription' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.description\"\n [tooltip]=\"'labelDescriptionTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
814
+ }
815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateLabelConfigurationComponent, decorators: [{
816
+ type: Component,
817
+ args: [{ standalone: false, selector: 'valtimo-github-create-label-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createLabelDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"name\"\n [title]=\"'name' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.name\"\n [placeholder]=\"'maintained-by-ai'\"\n [tooltip]=\"'nameTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"color\"\n [title]=\"'color' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.color\"\n [placeholder]=\"'0E8A16'\"\n [tooltip]=\"'colorTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"description\"\n [title]=\"'labelDescription' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.description\"\n [tooltip]=\"'labelDescriptionTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
818
+ }] });
819
+
820
+ /*
821
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
822
+ *
823
+ * Licensed under EUPL, Version 1.2 (the "License");
824
+ * you may not use this file except in compliance with the License.
825
+ * You may obtain a copy of the License at
826
+ *
827
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
828
+ *
829
+ * Unless required by applicable law or agreed to in writing, software
830
+ * distributed under the License is distributed on an "AS IS" basis,
831
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
832
+ * See the License for the specific language governing permissions and
833
+ * limitations under the License.
834
+ */
835
+ class GetCheckStatusConfigurationComponent extends GitHubFunctionConfigurationComponent {
836
+ requiredFields() {
837
+ return ['ref'];
838
+ }
839
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetCheckStatusConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
840
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetCheckStatusConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-check-status-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getCheckStatusDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"ref\"\n [title]=\"'ref' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.ref\"\n [placeholder]=\"'pv:pullRequestHeadSha'\"\n [tooltip]=\"'refTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
841
+ }
842
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetCheckStatusConfigurationComponent, decorators: [{
843
+ type: Component,
844
+ args: [{ standalone: false, selector: 'valtimo-github-get-check-status-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getCheckStatusDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"ref\"\n [title]=\"'ref' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.ref\"\n [placeholder]=\"'pv:pullRequestHeadSha'\"\n [tooltip]=\"'refTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
845
+ }] });
846
+
847
+ /*
848
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
849
+ *
850
+ * Licensed under EUPL, Version 1.2 (the "License");
851
+ * you may not use this file except in compliance with the License.
852
+ * You may obtain a copy of the License at
853
+ *
854
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
855
+ *
856
+ * Unless required by applicable law or agreed to in writing, software
857
+ * distributed under the License is distributed on an "AS IS" basis,
858
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
859
+ * See the License for the specific language governing permissions and
860
+ * limitations under the License.
861
+ */
862
+ class ListWorkflowRunsConfigurationComponent extends GitHubFunctionConfigurationComponent {
863
+ requiredFields() {
864
+ return [];
865
+ }
866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListWorkflowRunsConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
867
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ListWorkflowRunsConfigurationComponent, isStandalone: false, selector: "valtimo-github-list-workflow-runs-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listWorkflowRunsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branch\"\n [title]=\"'branch' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.branch\"\n [tooltip]=\"'branchTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"status\"\n [title]=\"'runStatus' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.status\"\n [placeholder]=\"'failure'\"\n [tooltip]=\"'runStatusTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"event\"\n [title]=\"'runEvent' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.event\"\n [placeholder]=\"'push'\"\n [tooltip]=\"'runEventTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
868
+ }
869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ListWorkflowRunsConfigurationComponent, decorators: [{
870
+ type: Component,
871
+ args: [{ standalone: false, selector: 'valtimo-github-list-workflow-runs-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'listWorkflowRunsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branch\"\n [title]=\"'branch' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.branch\"\n [tooltip]=\"'branchTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"status\"\n [title]=\"'runStatus' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.status\"\n [placeholder]=\"'failure'\"\n [tooltip]=\"'runStatusTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"event\"\n [title]=\"'runEvent' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.event\"\n [placeholder]=\"'push'\"\n [tooltip]=\"'runEventTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"limit\"\n type=\"number\"\n [title]=\"'limit' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.limit\"\n [tooltip]=\"'limitTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
872
+ }] });
873
+
874
+ /*
875
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
876
+ *
877
+ * Licensed under EUPL, Version 1.2 (the "License");
878
+ * you may not use this file except in compliance with the License.
879
+ * You may obtain a copy of the License at
880
+ *
881
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
882
+ *
883
+ * Unless required by applicable law or agreed to in writing, software
884
+ * distributed under the License is distributed on an "AS IS" basis,
885
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
886
+ * See the License for the specific language governing permissions and
887
+ * limitations under the License.
888
+ */
889
+ class GetWorkflowRunConfigurationComponent extends GitHubFunctionConfigurationComponent {
890
+ requiredFields() {
891
+ return ['runId'];
892
+ }
893
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetWorkflowRunConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
894
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetWorkflowRunConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-workflow-run-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getWorkflowRunDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"runId\"\n [title]=\"'runId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.runId\"\n [placeholder]=\"'pv:workflowRunId'\"\n [tooltip]=\"'runIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeJobs\"\n type=\"checkbox\"\n [title]=\"'includeJobs' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeJobs ?? false\"\n [tooltip]=\"'includeJobsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
895
+ }
896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetWorkflowRunConfigurationComponent, decorators: [{
897
+ type: Component,
898
+ args: [{ standalone: false, selector: 'valtimo-github-get-workflow-run-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getWorkflowRunDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"runId\"\n [title]=\"'runId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.runId\"\n [placeholder]=\"'pv:workflowRunId'\"\n [tooltip]=\"'runIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"includeJobs\"\n type=\"checkbox\"\n [title]=\"'includeJobs' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.includeJobs ?? false\"\n [tooltip]=\"'includeJobsTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
899
+ }] });
900
+
901
+ /*
902
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
903
+ *
904
+ * Licensed under EUPL, Version 1.2 (the "License");
905
+ * you may not use this file except in compliance with the License.
906
+ * You may obtain a copy of the License at
907
+ *
908
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
909
+ *
910
+ * Unless required by applicable law or agreed to in writing, software
911
+ * distributed under the License is distributed on an "AS IS" basis,
912
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
913
+ * See the License for the specific language governing permissions and
914
+ * limitations under the License.
915
+ */
916
+ class GetJobLogsConfigurationComponent extends GitHubFunctionConfigurationComponent {
917
+ requiredFields() {
918
+ return ['jobId'];
919
+ }
920
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetJobLogsConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
921
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetJobLogsConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-job-logs-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getJobLogsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"jobId\"\n [title]=\"'jobId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.jobId\"\n [placeholder]=\"'pv:failedJobId'\"\n [tooltip]=\"'jobIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"maxLines\"\n type=\"number\"\n [title]=\"'maxLines' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.maxLines\"\n [tooltip]=\"'maxLinesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
922
+ }
923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetJobLogsConfigurationComponent, decorators: [{
924
+ type: Component,
925
+ args: [{ standalone: false, selector: 'valtimo-github-get-job-logs-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getJobLogsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"jobId\"\n [title]=\"'jobId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.jobId\"\n [placeholder]=\"'pv:failedJobId'\"\n [tooltip]=\"'jobIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"maxLines\"\n type=\"number\"\n [title]=\"'maxLines' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.maxLines\"\n [tooltip]=\"'maxLinesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
926
+ }] });
927
+
928
+ /*
929
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
930
+ *
931
+ * Licensed under EUPL, Version 1.2 (the "License");
932
+ * you may not use this file except in compliance with the License.
933
+ * You may obtain a copy of the License at
934
+ *
935
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
936
+ *
937
+ * Unless required by applicable law or agreed to in writing, software
938
+ * distributed under the License is distributed on an "AS IS" basis,
939
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
940
+ * See the License for the specific language governing permissions and
941
+ * limitations under the License.
942
+ */
943
+ class RerunWorkflowConfigurationComponent extends GitHubFunctionConfigurationComponent {
944
+ requiredFields() {
945
+ return ['runId'];
946
+ }
947
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RerunWorkflowConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
948
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: RerunWorkflowConfigurationComponent, isStandalone: false, selector: "valtimo-github-rerun-workflow-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'rerunWorkflowDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"runId\"\n [title]=\"'runId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.runId\"\n [placeholder]=\"'pv:workflowRunId'\"\n [tooltip]=\"'runIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"onlyFailed\"\n type=\"checkbox\"\n [title]=\"'onlyFailed' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.onlyFailed ?? false\"\n [tooltip]=\"'onlyFailedTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
949
+ }
950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RerunWorkflowConfigurationComponent, decorators: [{
951
+ type: Component,
952
+ args: [{ standalone: false, selector: 'valtimo-github-rerun-workflow-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'rerunWorkflowDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"runId\"\n [title]=\"'runId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.runId\"\n [placeholder]=\"'pv:workflowRunId'\"\n [tooltip]=\"'runIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"onlyFailed\"\n type=\"checkbox\"\n [title]=\"'onlyFailed' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.onlyFailed ?? false\"\n [tooltip]=\"'onlyFailedTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
953
+ }] });
954
+
955
+ /*
956
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
957
+ *
958
+ * Licensed under EUPL, Version 1.2 (the "License");
959
+ * you may not use this file except in compliance with the License.
960
+ * You may obtain a copy of the License at
961
+ *
962
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
963
+ *
964
+ * Unless required by applicable law or agreed to in writing, software
965
+ * distributed under the License is distributed on an "AS IS" basis,
966
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
967
+ * See the License for the specific language governing permissions and
968
+ * limitations under the License.
969
+ */
970
+ class GetFileContentConfigurationComponent extends GitHubFunctionConfigurationComponent {
971
+ requiredFields() {
972
+ return ['path'];
973
+ }
974
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetFileContentConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
975
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetFileContentConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-file-content-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getFileContentDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"path\"\n [title]=\"'path' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [placeholder]=\"'documentation/plugin.md'\"\n [tooltip]=\"'pathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"ref\"\n [title]=\"'fileRef' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.ref\"\n [tooltip]=\"'fileRefTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
976
+ }
977
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetFileContentConfigurationComponent, decorators: [{
978
+ type: Component,
979
+ args: [{ standalone: false, selector: 'valtimo-github-get-file-content-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getFileContentDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"path\"\n [title]=\"'path' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [placeholder]=\"'documentation/plugin.md'\"\n [tooltip]=\"'pathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"ref\"\n [title]=\"'fileRef' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.ref\"\n [tooltip]=\"'fileRefTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
980
+ }] });
981
+
982
+ /*
983
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
984
+ *
985
+ * Licensed under EUPL, Version 1.2 (the "License");
986
+ * you may not use this file except in compliance with the License.
987
+ * You may obtain a copy of the License at
988
+ *
989
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
990
+ *
991
+ * Unless required by applicable law or agreed to in writing, software
992
+ * distributed under the License is distributed on an "AS IS" basis,
993
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
994
+ * See the License for the specific language governing permissions and
995
+ * limitations under the License.
996
+ */
997
+ class CreateOrUpdateFileConfigurationComponent extends GitHubFunctionConfigurationComponent {
998
+ requiredFields() {
999
+ return ['path', 'commitMessage'];
1000
+ }
1001
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateOrUpdateFileConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1002
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CreateOrUpdateFileConfigurationComponent, isStandalone: false, selector: "valtimo-github-create-or-update-file-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createOrUpdateFileDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"path\"\n [title]=\"'writePath' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [tooltip]=\"'writePathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commitMessage\"\n [title]=\"'commitMessage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.commitMessage\"\n [tooltip]=\"'commitMessageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"content\"\n [title]=\"'content' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.content\"\n [tooltip]=\"'contentTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resourceId\"\n [title]=\"'resourceId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resourceId\"\n [placeholder]=\"'pv:resourceId'\"\n [tooltip]=\"'resourceIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branch\"\n [title]=\"'writeBranch' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.branch\"\n [tooltip]=\"'writeBranchTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"expectedSha\"\n [title]=\"'expectedSha' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.expectedSha\"\n [tooltip]=\"'expectedShaTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
1003
+ }
1004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateOrUpdateFileConfigurationComponent, decorators: [{
1005
+ type: Component,
1006
+ args: [{ standalone: false, selector: 'valtimo-github-create-or-update-file-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createOrUpdateFileDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"path\"\n [title]=\"'writePath' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [tooltip]=\"'writePathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"commitMessage\"\n [title]=\"'commitMessage' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.commitMessage\"\n [tooltip]=\"'commitMessageTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"content\"\n [title]=\"'content' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.content\"\n [tooltip]=\"'contentTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resourceId\"\n [title]=\"'resourceId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resourceId\"\n [placeholder]=\"'pv:resourceId'\"\n [tooltip]=\"'resourceIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branch\"\n [title]=\"'writeBranch' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.branch\"\n [tooltip]=\"'writeBranchTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"expectedSha\"\n [title]=\"'expectedSha' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.expectedSha\"\n [tooltip]=\"'expectedShaTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
1007
+ }] });
1008
+
1009
+ /*
1010
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1011
+ *
1012
+ * Licensed under EUPL, Version 1.2 (the "License");
1013
+ * you may not use this file except in compliance with the License.
1014
+ * You may obtain a copy of the License at
1015
+ *
1016
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1017
+ *
1018
+ * Unless required by applicable law or agreed to in writing, software
1019
+ * distributed under the License is distributed on an "AS IS" basis,
1020
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1021
+ * See the License for the specific language governing permissions and
1022
+ * limitations under the License.
1023
+ */
1024
+ class CreateBranchConfigurationComponent extends GitHubFunctionConfigurationComponent {
1025
+ requiredFields() {
1026
+ return ['branchName'];
1027
+ }
1028
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateBranchConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1029
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: CreateBranchConfigurationComponent, isStandalone: false, selector: "valtimo-github-create-branch-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createBranchDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branchName\"\n [title]=\"'branchName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.branchName\"\n [placeholder]=\"'feature/ABC-123'\"\n [tooltip]=\"'branchNameTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"fromRef\"\n [title]=\"'fromRef' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.fromRef\"\n [tooltip]=\"'fromRefTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
1030
+ }
1031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: CreateBranchConfigurationComponent, decorators: [{
1032
+ type: Component,
1033
+ args: [{ standalone: false, selector: 'valtimo-github-create-branch-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'createBranchDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"branchName\"\n [title]=\"'branchName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.branchName\"\n [placeholder]=\"'feature/ABC-123'\"\n [tooltip]=\"'branchNameTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"fromRef\"\n [title]=\"'fromRef' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.fromRef\"\n [tooltip]=\"'fromRefTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
1034
+ }] });
1035
+
1036
+ /*
1037
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1038
+ *
1039
+ * Licensed under EUPL, Version 1.2 (the "License");
1040
+ * you may not use this file except in compliance with the License.
1041
+ * You may obtain a copy of the License at
1042
+ *
1043
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1044
+ *
1045
+ * Unless required by applicable law or agreed to in writing, software
1046
+ * distributed under the License is distributed on an "AS IS" basis,
1047
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1048
+ * See the License for the specific language governing permissions and
1049
+ * limitations under the License.
1050
+ */
1051
+ class GetProjectItemsConfigurationComponent extends GitHubFunctionConfigurationComponent {
1052
+ requiredFields() {
1053
+ return ['issueNumber'];
1054
+ }
1055
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetProjectItemsConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1056
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GetProjectItemsConfigurationComponent, isStandalone: false, selector: "valtimo-github-get-project-items-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getProjectItemsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
1057
+ }
1058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GetProjectItemsConfigurationComponent, decorators: [{
1059
+ type: Component,
1060
+ args: [{ standalone: false, selector: 'valtimo-github-get-project-items-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'getProjectItemsDescription' | pluginTranslate: pluginId | async }}</p>\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=\"repository\"\n [title]=\"'repository' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.repository\"\n [placeholder]=\"'owner/repo'\"\n [tooltip]=\"'repositoryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"issueNumber\"\n type=\"number\"\n [title]=\"'issueNumber' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.issueNumber\"\n [tooltip]=\"'issueNumberTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
1061
+ }] });
1062
+
1063
+ /*
1064
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1065
+ *
1066
+ * Licensed under EUPL, Version 1.2 (the "License");
1067
+ * you may not use this file except in compliance with the License.
1068
+ * You may obtain a copy of the License at
1069
+ *
1070
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1071
+ *
1072
+ * Unless required by applicable law or agreed to in writing, software
1073
+ * distributed under the License is distributed on an "AS IS" basis,
1074
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1075
+ * See the License for the specific language governing permissions and
1076
+ * limitations under the License.
1077
+ */
1078
+ class SetProjectItemFieldConfigurationComponent extends GitHubFunctionConfigurationComponent {
1079
+ constructor() {
1080
+ super(...arguments);
1081
+ this.valueTypeItems$ = this.selectItems('valueType', ['text', 'number', 'date', 'singleSelectOptionId', 'iterationId']);
1082
+ }
1083
+ requiredFields() {
1084
+ return ['projectId', 'itemId', 'fieldId', 'valueType', 'value'];
1085
+ }
1086
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SetProjectItemFieldConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1087
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: SetProjectItemFieldConfigurationComponent, isStandalone: false, selector: "valtimo-github-set-project-item-field-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'setProjectItemFieldDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n valueTypeItems: valueTypeItems$ | async\n } as obs\"\n>\n <v-input\n name=\"projectId\"\n [title]=\"'projectId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.projectId\"\n [placeholder]=\"'pv:projectId'\"\n [tooltip]=\"'projectIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"itemId\"\n [title]=\"'itemId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.itemId\"\n [placeholder]=\"'pv:projectItemId'\"\n [tooltip]=\"'itemIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"fieldId\"\n [title]=\"'fieldId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.fieldId\"\n [placeholder]=\"'pv:sprintFieldId'\"\n [tooltip]=\"'fieldIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"valueType\"\n [items]=\"obs.valueTypeItems || []\"\n [title]=\"'valueType' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultSelectionId]=\"obs.prefill?.valueType\"\n [tooltip]=\"'valueTypeTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"value\"\n [title]=\"'value' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.value\"\n [tooltip]=\"'valueTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
1088
+ }
1089
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SetProjectItemFieldConfigurationComponent, decorators: [{
1090
+ type: Component,
1091
+ args: [{ standalone: false, selector: 'valtimo-github-set-project-item-field-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'setProjectItemFieldDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n valueTypeItems: valueTypeItems$ | async\n } as obs\"\n>\n <v-input\n name=\"projectId\"\n [title]=\"'projectId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.projectId\"\n [placeholder]=\"'pv:projectId'\"\n [tooltip]=\"'projectIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"itemId\"\n [title]=\"'itemId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.itemId\"\n [placeholder]=\"'pv:projectItemId'\"\n [tooltip]=\"'itemIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"fieldId\"\n [title]=\"'fieldId' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.fieldId\"\n [placeholder]=\"'pv:sprintFieldId'\"\n [tooltip]=\"'fieldIdTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-select\n name=\"valueType\"\n [items]=\"obs.valueTypeItems || []\"\n [title]=\"'valueType' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultSelectionId]=\"obs.prefill?.valueType\"\n [tooltip]=\"'valueTypeTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"value\"\n [title]=\"'value' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.value\"\n [tooltip]=\"'valueTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
1092
+ }] });
1093
+
1094
+ /*
1095
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1096
+ *
1097
+ * Licensed under EUPL, Version 1.2 (the "License");
1098
+ * you may not use this file except in compliance with the License.
1099
+ * You may obtain a copy of the License at
1100
+ *
1101
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1102
+ *
1103
+ * Unless required by applicable law or agreed to in writing, software
1104
+ * distributed under the License is distributed on an "AS IS" basis,
1105
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1106
+ * See the License for the specific language governing permissions and
1107
+ * limitations under the License.
1108
+ */
1109
+ class RestRequestConfigurationComponent extends GitHubFunctionConfigurationComponent {
1110
+ constructor() {
1111
+ super(...arguments);
1112
+ this.methodItems$ = this.selectItems('method', ['GET', 'POST', 'PATCH', 'PUT', 'DELETE']);
1113
+ }
1114
+ requiredFields() {
1115
+ return ['path'];
1116
+ }
1117
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RestRequestConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1118
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: RestRequestConfigurationComponent, isStandalone: false, selector: "valtimo-github-rest-request-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'restRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n methodItems: methodItems$ | async\n } as obs\"\n>\n <v-select\n name=\"method\"\n [items]=\"obs.methodItems || []\"\n [title]=\"'method' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.method\"\n [tooltip]=\"'methodTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"path\"\n [title]=\"'restPath' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [placeholder]=\"'/repos/{owner}/{repo}/releases'\"\n [tooltip]=\"'restPathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'restBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [placeholder]=\"'{&quot;title&quot;: &quot;pv:issueTitle&quot;}'\"\n [tooltip]=\"'restBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
1119
+ }
1120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: RestRequestConfigurationComponent, decorators: [{
1121
+ type: Component,
1122
+ args: [{ standalone: false, selector: 'valtimo-github-rest-request-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'restRequestDescription' | pluginTranslate: pluginId | async }}</p>\n\n<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n methodItems: methodItems$ | async\n } as obs\"\n>\n <v-select\n name=\"method\"\n [items]=\"obs.methodItems || []\"\n [title]=\"'method' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultSelectionId]=\"obs.prefill?.method\"\n [tooltip]=\"'methodTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n name=\"path\"\n [title]=\"'restPath' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.path\"\n [placeholder]=\"'/repos/{owner}/{repo}/releases'\"\n [tooltip]=\"'restPathTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"body\"\n [title]=\"'restBody' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.body\"\n [placeholder]=\"'{&quot;title&quot;: &quot;pv:issueTitle&quot;}'\"\n [tooltip]=\"'restBodyTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
1123
+ }] });
1124
+
1125
+ /*
1126
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1127
+ *
1128
+ * Licensed under EUPL, Version 1.2 (the "License");
1129
+ * you may not use this file except in compliance with the License.
1130
+ * You may obtain a copy of the License at
1131
+ *
1132
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1133
+ *
1134
+ * Unless required by applicable law or agreed to in writing, software
1135
+ * distributed under the License is distributed on an "AS IS" basis,
1136
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1137
+ * See the License for the specific language governing permissions and
1138
+ * limitations under the License.
1139
+ */
1140
+ class GraphqlQueryConfigurationComponent extends GitHubFunctionConfigurationComponent {
1141
+ requiredFields() {
1142
+ return ['query'];
1143
+ }
1144
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GraphqlQueryConfigurationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1145
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GraphqlQueryConfigurationComponent, isStandalone: false, selector: "valtimo-github-graphql-query-configuration", usesInheritance: true, ngImport: i0, template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'graphqlQueryDescription' | pluginTranslate: pluginId | async }}</p>\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=\"query\"\n [title]=\"'graphqlQuery' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.query\"\n [tooltip]=\"'graphqlQueryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"variables\"\n [title]=\"'variables' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.variables\"\n [placeholder]=\"'{&quot;owner&quot;: &quot;pv:owner&quot;}'\"\n [tooltip]=\"'variablesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.PluginTranslatePipe, name: "pluginTranslate" }] }); }
1146
+ }
1147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GraphqlQueryConfigurationComponent, decorators: [{
1148
+ type: Component,
1149
+ args: [{ standalone: false, selector: 'valtimo-github-graphql-query-configuration', template: "<!--\n ~ Copyright 2015-2026 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<p style=\"margin-bottom: 1.5rem\">{{ 'graphqlQueryDescription' | pluginTranslate: pluginId | async }}</p>\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=\"query\"\n [title]=\"'graphqlQuery' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [defaultValue]=\"obs.prefill?.query\"\n [tooltip]=\"'graphqlQueryTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"variables\"\n [title]=\"'variables' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.variables\"\n [placeholder]=\"'{&quot;owner&quot;: &quot;pv:owner&quot;}'\"\n [tooltip]=\"'variablesTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n\n <v-input\n name=\"resultVariable\"\n [title]=\"'resultVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [defaultValue]=\"obs.prefill?.resultVariable\"\n [tooltip]=\"'resultVariableTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n</v-form>\n" }]
1150
+ }] });
1151
+
1152
+ /*
1153
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1154
+ *
1155
+ * Licensed under EUPL, Version 1.2 (the "License");
1156
+ * you may not use this file except in compliance with the License.
1157
+ * You may obtain a copy of the License at
1158
+ *
1159
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1160
+ *
1161
+ * Unless required by applicable law or agreed to in writing, software
1162
+ * distributed under the License is distributed on an "AS IS" basis,
1163
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1164
+ * See the License for the specific language governing permissions and
1165
+ * limitations under the License.
1166
+ */
1167
+ class GitHubPluginModule {
1168
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GitHubPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1169
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: GitHubPluginModule, declarations: [GitHubConfigurationComponent,
1170
+ GetRepositoryConfigurationComponent,
1171
+ ListRepositoriesConfigurationComponent,
1172
+ GetAuthenticatedUserConfigurationComponent,
1173
+ ListIssuesConfigurationComponent,
1174
+ GetIssueConfigurationComponent,
1175
+ SearchIssuesConfigurationComponent,
1176
+ CreateIssueConfigurationComponent,
1177
+ UpdateIssueConfigurationComponent,
1178
+ CommentConfigurationComponent,
1179
+ ListPullRequestsConfigurationComponent,
1180
+ GetPullRequestConfigurationComponent,
1181
+ CreatePullRequestConfigurationComponent,
1182
+ UpdatePullRequestConfigurationComponent,
1183
+ SetPullRequestDraftConfigurationComponent,
1184
+ MergePullRequestConfigurationComponent,
1185
+ ReviewPullRequestConfigurationComponent,
1186
+ RequestReviewersConfigurationComponent,
1187
+ ListReviewThreadsConfigurationComponent,
1188
+ ReplyToReviewCommentConfigurationComponent,
1189
+ ResolveReviewThreadConfigurationComponent,
1190
+ CreateLabelConfigurationComponent,
1191
+ GetCheckStatusConfigurationComponent,
1192
+ ListWorkflowRunsConfigurationComponent,
1193
+ GetWorkflowRunConfigurationComponent,
1194
+ GetJobLogsConfigurationComponent,
1195
+ RerunWorkflowConfigurationComponent,
1196
+ GetFileContentConfigurationComponent,
1197
+ CreateOrUpdateFileConfigurationComponent,
1198
+ CreateBranchConfigurationComponent,
1199
+ GetProjectItemsConfigurationComponent,
1200
+ SetProjectItemFieldConfigurationComponent,
1201
+ RestRequestConfigurationComponent,
1202
+ GraphqlQueryConfigurationComponent], imports: [CommonModule,
1203
+ PluginTranslatePipeModule,
1204
+ FormModule,
1205
+ InputModule,
1206
+ ParagraphModule,
1207
+ SelectModule], exports: [GitHubConfigurationComponent,
1208
+ GetRepositoryConfigurationComponent,
1209
+ ListRepositoriesConfigurationComponent,
1210
+ GetAuthenticatedUserConfigurationComponent,
1211
+ ListIssuesConfigurationComponent,
1212
+ GetIssueConfigurationComponent,
1213
+ SearchIssuesConfigurationComponent,
1214
+ CreateIssueConfigurationComponent,
1215
+ UpdateIssueConfigurationComponent,
1216
+ CommentConfigurationComponent,
1217
+ ListPullRequestsConfigurationComponent,
1218
+ GetPullRequestConfigurationComponent,
1219
+ CreatePullRequestConfigurationComponent,
1220
+ UpdatePullRequestConfigurationComponent,
1221
+ SetPullRequestDraftConfigurationComponent,
1222
+ MergePullRequestConfigurationComponent,
1223
+ ReviewPullRequestConfigurationComponent,
1224
+ RequestReviewersConfigurationComponent,
1225
+ ListReviewThreadsConfigurationComponent,
1226
+ ReplyToReviewCommentConfigurationComponent,
1227
+ ResolveReviewThreadConfigurationComponent,
1228
+ CreateLabelConfigurationComponent,
1229
+ GetCheckStatusConfigurationComponent,
1230
+ ListWorkflowRunsConfigurationComponent,
1231
+ GetWorkflowRunConfigurationComponent,
1232
+ GetJobLogsConfigurationComponent,
1233
+ RerunWorkflowConfigurationComponent,
1234
+ GetFileContentConfigurationComponent,
1235
+ CreateOrUpdateFileConfigurationComponent,
1236
+ CreateBranchConfigurationComponent,
1237
+ GetProjectItemsConfigurationComponent,
1238
+ SetProjectItemFieldConfigurationComponent,
1239
+ RestRequestConfigurationComponent,
1240
+ GraphqlQueryConfigurationComponent] }); }
1241
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GitHubPluginModule, imports: [CommonModule,
1242
+ PluginTranslatePipeModule,
1243
+ FormModule,
1244
+ InputModule,
1245
+ ParagraphModule,
1246
+ SelectModule] }); }
1247
+ }
1248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GitHubPluginModule, decorators: [{
1249
+ type: NgModule,
1250
+ args: [{
1251
+ declarations: [
1252
+ GitHubConfigurationComponent,
1253
+ GetRepositoryConfigurationComponent,
1254
+ ListRepositoriesConfigurationComponent,
1255
+ GetAuthenticatedUserConfigurationComponent,
1256
+ ListIssuesConfigurationComponent,
1257
+ GetIssueConfigurationComponent,
1258
+ SearchIssuesConfigurationComponent,
1259
+ CreateIssueConfigurationComponent,
1260
+ UpdateIssueConfigurationComponent,
1261
+ CommentConfigurationComponent,
1262
+ ListPullRequestsConfigurationComponent,
1263
+ GetPullRequestConfigurationComponent,
1264
+ CreatePullRequestConfigurationComponent,
1265
+ UpdatePullRequestConfigurationComponent,
1266
+ SetPullRequestDraftConfigurationComponent,
1267
+ MergePullRequestConfigurationComponent,
1268
+ ReviewPullRequestConfigurationComponent,
1269
+ RequestReviewersConfigurationComponent,
1270
+ ListReviewThreadsConfigurationComponent,
1271
+ ReplyToReviewCommentConfigurationComponent,
1272
+ ResolveReviewThreadConfigurationComponent,
1273
+ CreateLabelConfigurationComponent,
1274
+ GetCheckStatusConfigurationComponent,
1275
+ ListWorkflowRunsConfigurationComponent,
1276
+ GetWorkflowRunConfigurationComponent,
1277
+ GetJobLogsConfigurationComponent,
1278
+ RerunWorkflowConfigurationComponent,
1279
+ GetFileContentConfigurationComponent,
1280
+ CreateOrUpdateFileConfigurationComponent,
1281
+ CreateBranchConfigurationComponent,
1282
+ GetProjectItemsConfigurationComponent,
1283
+ SetProjectItemFieldConfigurationComponent,
1284
+ RestRequestConfigurationComponent,
1285
+ GraphqlQueryConfigurationComponent,
1286
+ ],
1287
+ imports: [
1288
+ CommonModule,
1289
+ PluginTranslatePipeModule,
1290
+ FormModule,
1291
+ InputModule,
1292
+ ParagraphModule,
1293
+ SelectModule,
1294
+ ],
1295
+ exports: [
1296
+ GitHubConfigurationComponent,
1297
+ GetRepositoryConfigurationComponent,
1298
+ ListRepositoriesConfigurationComponent,
1299
+ GetAuthenticatedUserConfigurationComponent,
1300
+ ListIssuesConfigurationComponent,
1301
+ GetIssueConfigurationComponent,
1302
+ SearchIssuesConfigurationComponent,
1303
+ CreateIssueConfigurationComponent,
1304
+ UpdateIssueConfigurationComponent,
1305
+ CommentConfigurationComponent,
1306
+ ListPullRequestsConfigurationComponent,
1307
+ GetPullRequestConfigurationComponent,
1308
+ CreatePullRequestConfigurationComponent,
1309
+ UpdatePullRequestConfigurationComponent,
1310
+ SetPullRequestDraftConfigurationComponent,
1311
+ MergePullRequestConfigurationComponent,
1312
+ ReviewPullRequestConfigurationComponent,
1313
+ RequestReviewersConfigurationComponent,
1314
+ ListReviewThreadsConfigurationComponent,
1315
+ ReplyToReviewCommentConfigurationComponent,
1316
+ ResolveReviewThreadConfigurationComponent,
1317
+ CreateLabelConfigurationComponent,
1318
+ GetCheckStatusConfigurationComponent,
1319
+ ListWorkflowRunsConfigurationComponent,
1320
+ GetWorkflowRunConfigurationComponent,
1321
+ GetJobLogsConfigurationComponent,
1322
+ RerunWorkflowConfigurationComponent,
1323
+ GetFileContentConfigurationComponent,
1324
+ CreateOrUpdateFileConfigurationComponent,
1325
+ CreateBranchConfigurationComponent,
1326
+ GetProjectItemsConfigurationComponent,
1327
+ SetProjectItemFieldConfigurationComponent,
1328
+ RestRequestConfigurationComponent,
1329
+ GraphqlQueryConfigurationComponent,
1330
+ ],
1331
+ }]
1332
+ }] });
1333
+
1334
+ /*
1335
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1336
+ *
1337
+ * Licensed under EUPL, Version 1.2 (the "License");
1338
+ * you may not use this file except in compliance with the License.
1339
+ * You may obtain a copy of the License at
1340
+ *
1341
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1342
+ *
1343
+ * Unless required by applicable law or agreed to in writing, software
1344
+ * distributed under the License is distributed on an "AS IS" basis,
1345
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1346
+ * See the License for the specific language governing permissions and
1347
+ * limitations under the License.
1348
+ */
1349
+ /**
1350
+ * The GitHub mark, inlined as an SVG data URI.
1351
+ *
1352
+ * SVG rather than a PNG so it stays sharp at whatever size the plugin list renders it, and
1353
+ * inlined rather than an asset file because the plugin library is consumed as a package and
1354
+ * a relative asset path would resolve against the host application, not against this.
1355
+ */
1356
+ const GITHUB_PLUGIN_LOGO_BASE64 = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5OCA5NiIgd2lkdGg9Ijk4IiBoZWlnaHQ9Ijk2Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzI0MjkyZiIgZD0iTTQ4Ljg1NCAwQzIxLjgzOSAwIDAgMjIgMCA0OS4yMTdjMCAyMS43NTYgMTMuOTkzIDQwLjE3MiAzMy40MDUgNDYuNjkgMi40MjcuNDkgMy4zMTYtMS4wNTkgMy4zMTYtMi4zNjIgMC0xLjE0MS0uMDgtNS4wNTItLjA4LTkuMTI3LTEzLjU5IDIuOTM0LTE2LjQyLTUuODY3LTE2LjQyLTUuODY3LTIuMTg0LTUuNzA0LTUuNDItNy4xNy01LjQyLTcuMTctNC40NDgtMy4wMTUuMzI0LTMuMDE1LjMyNC0zLjAxNSA0LjkzNC4zMjYgNy41MjMgNS4wNTIgNy41MjMgNS4wNTIgNC4zNjcgNy40OTYgMTEuNDA0IDUuMzc4IDE0LjIzNSA0LjA3NC40MDQtMy4xNzggMS42OTktNS4zNzggMy4wNzQtNi42LTEwLjgzOS0xLjE0MS0yMi4yNDMtNS4zNzgtMjIuMjQzLTI0LjI4MyAwLTUuMzc4IDEuOTQtOS43NzggNS4wMTQtMTMuMi0uNDg1LTEuMjIyLTIuMTg0LTYuMjc1LjQ4Ni0xMy4wMzggMCAwIDQuMTI1LTEuMzA0IDEzLjQyNiA1LjA1MmE0Ni45NyA0Ni45NyAwIDAgMSAxMi4yMTQtMS42M2M0LjEyNSAwIDguMzMuNTcxIDEyLjIxMyAxLjYzIDkuMzAyLTYuMzU2IDEzLjQyNy01LjA1MiAxMy40MjctNS4wNTIgMi42NyA2Ljc2My45NyAxMS44MTYuNDg1IDEzLjAzOCAzLjE1NSAzLjQyMiA1LjAxNSA3LjgyMiA1LjAxNSAxMy4yIDAgMTguOTA1LTExLjQwNCAyMy4wNi0yMi4zMjQgMjQuMjgzIDEuNzggMS41NDggMy4zMTYgNC40ODEgMy4zMTYgOS4xMjYgMCA2LjYtLjA4IDExLjg5Ny0uMDggMTMuNTI2IDAgMS4zMDQuODkgMi44NTMgMy4zMTYgMi4zNjQgMTkuNDEyLTYuNTIgMzMuNDA1LTI0LjkzNSAzMy40MDUtNDYuNjkxQzk3LjcwNyAyMiA3NS43ODggMCA0OC44NTQgMHoiLz48L3N2Zz4=';
1357
+
1358
+ /*
1359
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1360
+ *
1361
+ * Licensed under EUPL, Version 1.2 (the "License");
1362
+ * you may not use this file except in compliance with the License.
1363
+ * You may obtain a copy of the License at
1364
+ *
1365
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1366
+ *
1367
+ * Unless required by applicable law or agreed to in writing, software
1368
+ * distributed under the License is distributed on an "AS IS" basis,
1369
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1370
+ * See the License for the specific language governing permissions and
1371
+ * limitations under the License.
1372
+ */
1373
+
1374
+ /*
1375
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
1376
+ *
1377
+ * Licensed under EUPL, Version 1.2 (the "License");
1378
+ * you may not use this file except in compliance with the License.
1379
+ * You may obtain a copy of the License at
1380
+ *
1381
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1382
+ *
1383
+ * Unless required by applicable law or agreed to in writing, software
1384
+ * distributed under the License is distributed on an "AS IS" basis,
1385
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1386
+ * See the License for the specific language governing permissions and
1387
+ * limitations under the License.
1388
+ */
1389
+ const githubPluginSpecification = {
1390
+ pluginId: 'github',
1391
+ pluginConfigurationComponent: GitHubConfigurationComponent,
1392
+ pluginLogoBase64: GITHUB_PLUGIN_LOGO_BASE64,
1393
+ functionConfigurationComponents: {
1394
+ 'get-repository': GetRepositoryConfigurationComponent,
1395
+ 'list-repositories': ListRepositoriesConfigurationComponent,
1396
+ 'get-authenticated-user': GetAuthenticatedUserConfigurationComponent,
1397
+ 'list-issues': ListIssuesConfigurationComponent,
1398
+ 'get-issue': GetIssueConfigurationComponent,
1399
+ 'search-issues': SearchIssuesConfigurationComponent,
1400
+ 'create-issue': CreateIssueConfigurationComponent,
1401
+ 'update-issue': UpdateIssueConfigurationComponent,
1402
+ 'comment': CommentConfigurationComponent,
1403
+ 'list-pull-requests': ListPullRequestsConfigurationComponent,
1404
+ 'get-pull-request': GetPullRequestConfigurationComponent,
1405
+ 'create-pull-request': CreatePullRequestConfigurationComponent,
1406
+ 'update-pull-request': UpdatePullRequestConfigurationComponent,
1407
+ 'set-pull-request-draft': SetPullRequestDraftConfigurationComponent,
1408
+ 'merge-pull-request': MergePullRequestConfigurationComponent,
1409
+ 'review-pull-request': ReviewPullRequestConfigurationComponent,
1410
+ 'request-reviewers': RequestReviewersConfigurationComponent,
1411
+ 'list-review-threads': ListReviewThreadsConfigurationComponent,
1412
+ 'reply-to-review-comment': ReplyToReviewCommentConfigurationComponent,
1413
+ 'resolve-review-thread': ResolveReviewThreadConfigurationComponent,
1414
+ 'create-label': CreateLabelConfigurationComponent,
1415
+ 'get-check-status': GetCheckStatusConfigurationComponent,
1416
+ 'list-workflow-runs': ListWorkflowRunsConfigurationComponent,
1417
+ 'get-workflow-run': GetWorkflowRunConfigurationComponent,
1418
+ 'get-job-logs': GetJobLogsConfigurationComponent,
1419
+ 'rerun-workflow': RerunWorkflowConfigurationComponent,
1420
+ 'get-file-content': GetFileContentConfigurationComponent,
1421
+ 'create-or-update-file': CreateOrUpdateFileConfigurationComponent,
1422
+ 'create-branch': CreateBranchConfigurationComponent,
1423
+ 'get-project-items': GetProjectItemsConfigurationComponent,
1424
+ 'set-project-item-field': SetProjectItemFieldConfigurationComponent,
1425
+ 'rest-request': RestRequestConfigurationComponent,
1426
+ 'graphql-query': GraphqlQueryConfigurationComponent,
1427
+ },
1428
+ pluginTranslations: {
1429
+ nl: {
1430
+ title: 'GitHub',
1431
+ description: 'Lees en schrijf GitHub vanuit een proces: issues, pull requests, reviews, checks, bestanden en projectborden.',
1432
+ configurationTitle: 'Configuratienaam',
1433
+ configurationTitleTooltip: 'De naam van de huidige plugin-configuratie. Onder deze naam is de configuratie in de rest van de applicatie terug te vinden.',
1434
+ url: 'GitHub API-URL',
1435
+ urlTooltip: 'https://api.github.com voor github.com. Voor GitHub Enterprise Server is dit https://jouw-host/api/v3.',
1436
+ token: 'Token',
1437
+ tokenTooltip: 'Alles wat dit token mag, mag elk proces dat aan deze configuratie gekoppeld is. Geef een configuratie die alleen leest dus ook een token dat alleen leest.',
1438
+ defaultRepository: 'Standaard repository',
1439
+ defaultRepositoryTooltip: 'Wordt gebruikt door elke actie die zelf geen repository invult. Laat leeg voor een configuratie die over meerdere repositories werkt.',
1440
+ graphqlUrl: 'GraphQL-URL',
1441
+ graphqlUrlTooltip: 'Laat leeg om af te leiden uit de API-URL. Dat klopt voor github.com en voor Enterprise Server.',
1442
+ perPage: 'Items per pagina',
1443
+ perPageTooltip: 'Hoeveel items per aanvraag bij GitHub worden opgehaald. GitHub staat maximaal 100 toe.',
1444
+ maxPages: "Maximum aantal pagina's per actie",
1445
+ maxPagesTooltip: "Begrenst hoeveel pagina's één lijstactie leest. Wordt de grens geraakt, dan staat truncated in het resultaat op true — een lijst die vroegtijdig stopte ziet er anders uit als een korte lijst.",
1446
+ 'get-repository': "Repository ophalen",
1447
+ getRepositoryDescription: "Leest een repository: de standaardbranch, of hij privé is en of hij gearchiveerd is.",
1448
+ 'list-repositories': "Repositories opsommen",
1449
+ listRepositoriesDescription: "Somt de repositories van een organisatie of gebruiker op.",
1450
+ 'get-authenticated-user': "Ingelogde gebruiker ophalen",
1451
+ getAuthenticatedUserDescription: "Meldt bij welk account het token van deze configuratie hoort. Handig om te controleren of een configuratie werkt.",
1452
+ 'list-issues': "Issues opsommen",
1453
+ listIssuesDescription: "Somt de issues van een repository op. Open pull requests komen ook terug — elk item zegt onder isPullRequest wat het is.",
1454
+ 'get-issue': "Issue ophalen",
1455
+ getIssueDescription: "Leest één issue, eventueel met de reacties en de tijdlijn.",
1456
+ 'search-issues': "Issues en pull requests zoeken",
1457
+ searchIssuesDescription: "Voert een zoekopdracht uit over meerdere repositories, in de zoeksyntax van GitHub zelf.",
1458
+ 'create-issue': "Issue aanmaken",
1459
+ createIssueDescription: "Opent een nieuw issue.",
1460
+ 'update-issue': "Issue bijwerken",
1461
+ updateIssueDescription: "Werkt een issue bij, en voegt labels en toewijzingen toe of haalt ze weg. Alles wat leeg blijft, blijft zoals het is.",
1462
+ 'comment': "Reageren op issue of pull request",
1463
+ commentDescription: "Plaatst een reactie. Een pull request vul je hier net zo in als een issue.",
1464
+ 'list-pull-requests': "Pull requests opsommen",
1465
+ listPullRequestsDescription: "Somt de pull requests van één repository op.",
1466
+ 'get-pull-request': "Pull request ophalen",
1467
+ getPullRequestDescription: "Leest één pull request, eventueel met de gewijzigde bestanden, reviews, reacties en checkstatus.",
1468
+ 'create-pull-request': "Pull request aanmaken",
1469
+ createPullRequestDescription: "Opent een pull request vanaf een branch die al bestaat.",
1470
+ 'update-pull-request': "Pull request bijwerken",
1471
+ updatePullRequestDescription: "Werkt een pull request bij, en voegt labels toe of haalt ze weg. Alles wat leeg blijft, blijft zoals het is.",
1472
+ 'set-pull-request-draft': "Pull request klaarzetten of terug naar concept",
1473
+ setPullRequestDraftDescription: "Zet een pull request tussen concept en klaar voor review.",
1474
+ 'merge-pull-request': "Pull request mergen",
1475
+ mergePullRequestDescription: "Merget een pull request.",
1476
+ 'review-pull-request': "Pull request reviewen",
1477
+ reviewPullRequestDescription: "Keurt een pull request goed, vraagt wijzigingen of plaatst een opmerking. GitHub staat niemand toe zijn eigen pull request goed te keuren.",
1478
+ 'request-reviewers': "Reviewers vragen",
1479
+ requestReviewersDescription: "Vraagt personen of teams om een pull request te reviewen.",
1480
+ 'list-review-threads': "Reviewthreads ophalen",
1481
+ listReviewThreadsDescription: "Leest de reviewgesprekken bij de regels van een pull request, elk met de vraag of het is opgelost.",
1482
+ 'reply-to-review-comment': "Antwoorden op reviewreactie",
1483
+ replyToReviewCommentDescription: "Antwoordt een reviewer in diens eigen thread, in plaats van als nieuwe reactie onderaan.",
1484
+ 'resolve-review-thread': "Reviewthread oplossen",
1485
+ resolveReviewThreadDescription: "Markeert een reviewgesprek als opgelost, of heropent het.",
1486
+ 'create-label': "Label aanmaken",
1487
+ createLabelDescription: "Maakt een label aan. Een label dat er al is wordt gerapporteerd zoals het is in plaats van te falen, dus dit kan elke keer draaien.",
1488
+ 'get-check-status': "Checkstatus ophalen",
1489
+ getCheckStatusDescription: "Meldt of een commit groen is, over zowel check runs als commit statuses. Een commit die niemand heeft gebouwd meldt none, niet success.",
1490
+ 'list-workflow-runs': "Workflow-runs opsommen",
1491
+ listWorkflowRunsDescription: "Somt de GitHub Actions-runs van een repository op.",
1492
+ 'get-workflow-run': "Workflow-run ophalen",
1493
+ getWorkflowRunDescription: "Leest één Actions-run, eventueel met de jobs en welke stappen daarvan misgingen.",
1494
+ 'get-job-logs': "Joblogboek ophalen",
1495
+ getJobLogsDescription: "Leest het staartje van het logboek van één job — daar staat waarom een job faalde.",
1496
+ 'rerun-workflow': "Workflow opnieuw uitvoeren",
1497
+ rerunWorkflowDescription: "Voert een Actions-run opnieuw uit, standaard alleen de gefaalde jobs.",
1498
+ 'get-file-content': "Bestandsinhoud ophalen",
1499
+ getFileContentDescription: "Leest een bestand uit een repository, of toont de inhoud van een map. Een bestand dat geen tekst is komt terug als base64.",
1500
+ 'create-or-update-file': "Bestand aanmaken of bijwerken",
1501
+ createOrUpdateFileDescription: "Commit een bestand direct op een branch, zonder pull request ertussen.",
1502
+ 'create-branch': "Branch aanmaken",
1503
+ createBranchDescription: "Takt af van een andere ref. Een branch die al bestaat wordt gerapporteerd zoals hij is in plaats van te falen.",
1504
+ 'get-project-items': "Projectitems ophalen",
1505
+ getProjectItemsDescription: "Leest de projectkaarten waarop een issue staat, met alle veldwaarden — sprint, status, schatting. De ids die nodig zijn om een veld terug te schrijven komen hiervandaan.",
1506
+ 'set-project-item-field': "Projectveld instellen",
1507
+ setProjectItemFieldDescription: "Stelt één veld op één projectkaart in.",
1508
+ 'rest-request': "REST-aanvraag",
1509
+ restRequestDescription: "Roept elk GitHub REST-endpoint aan, voor alles wat de andere acties niet dekken. Het antwoord wordt opgeslagen zoals GitHub het stuurde, zonder inkorten.",
1510
+ 'graphql-query': "GraphQL-query",
1511
+ graphqlQueryDescription: "Voert elk GitHub GraphQL-document uit. De data wordt opgeslagen zoals GitHub die stuurde, zonder inkorten.",
1512
+ repository: "Repository",
1513
+ repositoryTooltip: "Laat leeg om de standaard repository van deze pluginconfiguratie te gebruiken. Accepteert een procesvariabele, bijvoorbeeld pv:targetRepository.",
1514
+ resultVariable: "Resultaatvariabele",
1515
+ resultVariableTooltip: "Naam van de procesvariabele waarin het antwoord wordt opgeslagen. Laat leeg om het antwoord niet te bewaren.",
1516
+ owner: "Eigenaar",
1517
+ ownerTooltip: "Een organisatie of een gebruiker.",
1518
+ type: "Soort",
1519
+ typeTooltip: "Welke repositories van deze eigenaar getoond worden.",
1520
+ "type.all": "Alle",
1521
+ "type.public": "Openbaar",
1522
+ "type.private": "Privé",
1523
+ "type.forks": "Forks",
1524
+ "type.sources": "Bronnen",
1525
+ "type.member": "Lid van",
1526
+ limit: "Maximum aantal resultaten",
1527
+ limitTooltip: "Stopt met lezen zodra dit aantal is bereikt. Laat leeg voor het paginabudget van de configuratie.",
1528
+ state: "Status",
1529
+ stateTooltip: "Welke issues meegenomen worden.",
1530
+ "state.open": "Open",
1531
+ "state.closed": "Gesloten",
1532
+ "state.all": "Alle",
1533
+ labels: "Labels",
1534
+ labelsTooltip: "Door komma's gescheiden. Bij een lijstactie filtert dit: alleen issues met álle genoemde labels komen terug.",
1535
+ assignee: "Toegewezen aan",
1536
+ assigneeTooltip: "Een GitHub-login. Gebruik none voor issues zonder toewijzing, of * voor alle.",
1537
+ creator: "Aangemaakt door",
1538
+ creatorTooltip: "Een GitHub-login.",
1539
+ since: "Gewijzigd sinds",
1540
+ sinceTooltip: "Alleen issues die na dit moment zijn bijgewerkt, als ISO 8601-tijdstempel.",
1541
+ issueNumber: "Issuenummer",
1542
+ issueNumberTooltip: "Het nummer uit de issue-URL. Een pull request heeft er ook een, en die werkt hier ook.",
1543
+ includeComments: "Reacties meenemen",
1544
+ includeCommentsTooltip: "Kost een extra aanroep, en levert bij een lange discussie veel tekst op.",
1545
+ includeTimeline: "Tijdlijn meenemen",
1546
+ includeTimelineTooltip: "Labelwijzigingen, kruisverwijzingen en commits. Hier is te zien of er al een pull request voor dit issue bestaat.",
1547
+ query: "Zoekopdracht",
1548
+ queryTooltip: "De zoeksyntax van GitHub zelf. Let op: de zoekindex loopt tot enkele minuten achter op wijzigingen.",
1549
+ sort: "Sorteren op",
1550
+ sortTooltip: "Bijvoorbeeld created, updated of comments. Laat leeg voor beste overeenkomst.",
1551
+ order: "Volgorde",
1552
+ orderTooltip: "Heeft alleen effect samen met een sorteerveld.",
1553
+ "order.": "Ongewijzigd laten",
1554
+ "order.desc": "Aflopend",
1555
+ "order.asc": "Oplopend",
1556
+ issueTitle: "Titel",
1557
+ issueTitleTooltip: "De titel.",
1558
+ body: "Tekst",
1559
+ bodyTooltip: "Markdown. Meestal een procesvariabele, bijvoorbeeld pv:reviewReply.",
1560
+ newLabels: "Labels",
1561
+ newLabelsTooltip: "Door komma's gescheiden.",
1562
+ assignees: "Toegewezen aan",
1563
+ assigneesTooltip: "Door komma's gescheiden GitHub-logins.",
1564
+ newTitle: "Titel",
1565
+ newTitleTooltip: "Laat leeg om de titel ongewijzigd te laten.",
1566
+ newBody: "Tekst",
1567
+ newBodyTooltip: "Markdown. Laat leeg om de omschrijving ongewijzigd te laten.",
1568
+ newState: "Nieuwe status",
1569
+ newStateTooltip: "Laat leeg om de status ongewijzigd te laten. Sluiten is hier niet hetzelfde als mergen.",
1570
+ "state.": "Ongewijzigd laten",
1571
+ stateReason: "Reden",
1572
+ stateReasonTooltip: "Waarom het issue gesloten of heropend wordt.",
1573
+ "stateReason.": "Ongewijzigd laten",
1574
+ "stateReason.completed": "Afgerond",
1575
+ "stateReason.not_planned": "Niet gepland",
1576
+ "stateReason.reopened": "Heropend",
1577
+ addLabels: "Labels toevoegen",
1578
+ addLabelsTooltip: "Door komma's gescheiden. Worden toegevoegd aan wat er al staat; bestaande labels blijven.",
1579
+ removeLabels: "Labels verwijderen",
1580
+ removeLabelsTooltip: "Door komma's gescheiden. Een label dat er niet is, is geen fout.",
1581
+ addAssignees: "Toewijzingen toevoegen",
1582
+ addAssigneesTooltip: "Door komma's gescheiden GitHub-logins.",
1583
+ removeAssignees: "Toewijzingen verwijderen",
1584
+ removeAssigneesTooltip: "Door komma's gescheiden GitHub-logins.",
1585
+ prState: "Status",
1586
+ prStateTooltip: "Welke pull requests meegenomen worden.",
1587
+ baseFilter: "Doelbranch",
1588
+ baseFilterTooltip: "Filtert op de branch waar de wijzigingen naartoe gaan.",
1589
+ headFilter: "Bronbranch",
1590
+ headFilterTooltip: "Filtert op de branch waar de wijzigingen vandaan komen.",
1591
+ pullRequestNumber: "Pull-requestnummer",
1592
+ pullRequestNumberTooltip: "Het nummer uit de pull-request-URL.",
1593
+ includeFiles: "Gewijzigde bestanden meenemen",
1594
+ includeFilesTooltip: "Bestandsnamen en regelaantallen, niet de diff zelf.",
1595
+ includeReviews: "Reviews meenemen",
1596
+ includeReviewsTooltip: "De goedkeuringen en wijzigingsverzoeken, met de tekst die erbij is getypt.",
1597
+ includeChecks: "Checkstatus meenemen",
1598
+ includeChecksTooltip: "Of de head-commit groen is, over check runs en commit statuses heen.",
1599
+ head: "Bronbranch",
1600
+ headTooltip: "De branch met de wijzigingen. Die moet bestaan en voorlopen op de doelbranch.",
1601
+ base: "Doelbranch",
1602
+ baseTooltip: "Laat leeg voor de standaardbranch van de repository zelf — die heet niet overal main.",
1603
+ draft: "Concept",
1604
+ draftTooltip: "Een concept-pull-request kan niet gemerged worden en vraagt niemand om review.",
1605
+ newBase: "Doelbranch",
1606
+ newBaseTooltip: "Laat leeg om de doelbranch ongewijzigd te laten.",
1607
+ draftState: "Concept",
1608
+ draftStateTooltip: "Aan zet de pull request terug naar concept; uit markeert hem klaar voor review.",
1609
+ mergeMethod: "Mergemethode",
1610
+ mergeMethodTooltip: "De methode moet door de repository toegestaan zijn, anders weigert GitHub de merge.",
1611
+ "mergeMethod.merge": "Mergecommit",
1612
+ "mergeMethod.squash": "Samenvoegen en mergen",
1613
+ "mergeMethod.rebase": "Rebasen en mergen",
1614
+ commitTitle: "Committitel",
1615
+ commitTitleTooltip: "Laat leeg voor de titel die GitHub zelf zou maken.",
1616
+ commitMessage: "Commitbericht",
1617
+ commitMessageTooltip: "Laat leeg voor het bericht dat GitHub zelf zou maken.",
1618
+ expectedHeadSha: "Verwachte head-commit",
1619
+ expectedHeadShaTooltip: "De moeite waard: GitHub weigert de merge als de branch sinds het laatste lezen is verplaatst, in plaats van een commit te mergen die niemand heeft gezien.",
1620
+ event: "Oordeel",
1621
+ eventTooltip: "Wat voor soort review wordt ingediend.",
1622
+ "event.APPROVE": "Goedkeuren",
1623
+ "event.REQUEST_CHANGES": "Wijzigingen vragen",
1624
+ "event.COMMENT": "Opmerking",
1625
+ reviewBody: "Tekst",
1626
+ reviewBodyTooltip: "Verplicht bij een opmerking of wijzigingsverzoek; optioneel bij een goedkeuring.",
1627
+ reviewers: "Reviewers",
1628
+ reviewersTooltip: "Door komma's gescheiden GitHub-logins. Iemand kan niet om review van zijn eigen pull request gevraagd worden.",
1629
+ teamReviewers: "Reviewende teams",
1630
+ teamReviewersTooltip: "Door komma's gescheiden team-slugs, zonder de organisatie.",
1631
+ onlyUnresolved: "Alleen onopgeloste",
1632
+ onlyUnresolvedTooltip: "Laat aanstaan om openstaande feedback af te werken: anders komen dezelfde beantwoorde opmerkingen elke ronde terug.",
1633
+ commentId: "Reactie",
1634
+ commentIdTooltip: "Het numerieke id van een reactie in de thread, zoals teruggegeven door Reviewthreads ophalen.",
1635
+ threadId: "Thread",
1636
+ threadIdTooltip: "Het id van de thread, zoals teruggegeven door Reviewthreads ophalen. Niet hetzelfde als een reactie-id.",
1637
+ resolve: "Oplossen",
1638
+ resolveTooltip: "Aan markeert het gesprek als opgelost; uit heropent het.",
1639
+ name: "Naam",
1640
+ nameTooltip: "De labelnaam, precies zoals die moet verschijnen.",
1641
+ color: "Kleur",
1642
+ colorTooltip: "Zes hexadecimale tekens. Een # ervoor mag en wordt weggelaten.",
1643
+ labelDescription: "Omschrijving",
1644
+ labelDescriptionTooltip: "Wordt getoond als iemand over het label beweegt.",
1645
+ ref: "Commit, branch of tag",
1646
+ refTooltip: "Een commit-sha is het precieze antwoord; een branchnaam rapporteert wat er op dit moment bovenaan staat.",
1647
+ branch: "Branch",
1648
+ branchTooltip: "Filtert op de branch waarvoor de run was.",
1649
+ runStatus: "Status",
1650
+ runStatusTooltip: "Bijvoorbeeld completed, in_progress, failure of success.",
1651
+ runEvent: "Gestart door",
1652
+ runEventTooltip: "Filtert op wat de run startte, bijvoorbeeld push of pull_request.",
1653
+ runId: "Run",
1654
+ runIdTooltip: "Het numerieke id van de workflow-run.",
1655
+ includeJobs: "Jobs meenemen",
1656
+ includeJobsTooltip: "Voegt alle jobs van de run toe, en apart de gefaalde jobs met de stappen die misgingen.",
1657
+ jobId: "Job",
1658
+ jobIdTooltip: "Het numerieke id van de job, zoals teruggegeven door Workflow-run ophalen.",
1659
+ maxLines: "Aantal regels",
1660
+ maxLinesTooltip: "Het staartje van het log wordt bewaard: een gefaalde job zegt onderaan waaróm.",
1661
+ onlyFailed: "Alleen gefaalde jobs",
1662
+ onlyFailedTooltip: "Uit voert de hele workflow opnieuw uit, wat de volledige build kost.",
1663
+ path: "Pad",
1664
+ pathTooltip: "Relatief aan de root van de repository. Bij een map worden de items getoond.",
1665
+ fileRef: "Commit, branch of tag",
1666
+ fileRefTooltip: "Laat leeg voor de standaardbranch van de repository.",
1667
+ writePath: "Pad",
1668
+ writePathTooltip: "Relatief aan de root van de repository. Onderliggende mappen worden aangemaakt.",
1669
+ content: "Inhoud",
1670
+ contentTooltip: "De tekst die gecommit wordt. Gebruik een resource voor alles wat geen tekst is.",
1671
+ resourceId: "Resource",
1672
+ resourceIdTooltip: "Een bestand in tijdelijke opslag, via een procesvariabele. Zo commit je een afbeelding. Geef dit óf inhoud, niet allebei.",
1673
+ writeBranch: "Branch",
1674
+ writeBranchTooltip: "Laat leeg voor de standaardbranch van de repository. De commit komt er direct op te staan, zonder pull request ertussen.",
1675
+ expectedSha: "Verwachte blob-sha",
1676
+ expectedShaTooltip: "Laat leeg om het bestaande bestand op te zoeken en te vervangen. Vul in om te weigeren als het bestand sinds het lezen is gewijzigd.",
1677
+ branchName: "Branchnaam",
1678
+ branchNameTooltip: "Zonder refs/heads/. Een branch die al bestaat wordt gerapporteerd zoals hij is, en is geen fout.",
1679
+ fromRef: "Aftakken van",
1680
+ fromRefTooltip: "Een branch, tag of commit. Laat leeg voor de standaardbranch van de repository.",
1681
+ projectId: "Project",
1682
+ projectIdTooltip: "Het node-id van het project, zoals teruggegeven door Projectitems ophalen.",
1683
+ itemId: "Kaart",
1684
+ itemIdTooltip: "Het node-id van de kaart op het bord, zoals teruggegeven door Projectitems ophalen.",
1685
+ fieldId: "Veld",
1686
+ fieldIdTooltip: "Het node-id van het veld, zoals teruggegeven door Projectitems ophalen.",
1687
+ valueType: "Soort waarde",
1688
+ valueTypeTooltip: "Een keuzelijst en een iteratie nemen het id van de optie, niet het label.",
1689
+ "valueType.text": "Tekst",
1690
+ "valueType.number": "Getal",
1691
+ "valueType.date": "Datum",
1692
+ "valueType.singleSelectOptionId": "Keuzelijstoptie",
1693
+ "valueType.iterationId": "Iteratie",
1694
+ value: "Waarde",
1695
+ valueTooltip: "Waarop het veld gezet wordt.",
1696
+ method: "Methode",
1697
+ methodTooltip: "Laat op GET staan om te lezen.",
1698
+ "method.GET": "GET (lezen)",
1699
+ "method.POST": "POST",
1700
+ "method.PATCH": "PATCH",
1701
+ "method.PUT": "PUT",
1702
+ "method.DELETE": "DELETE",
1703
+ restPath: "Pad",
1704
+ restPathTooltip: "Relatief aan de REST-root van deze configuratie, bijvoorbeeld /repos/ritense/coworker-plugin/releases.",
1705
+ restBody: "Body",
1706
+ restBodyTooltip: "JSON. Laat leeg voor een aanvraag zonder body.",
1707
+ graphqlQuery: "Query",
1708
+ graphqlQueryTooltip: "Een GraphQL-query of -mutatie.",
1709
+ variables: "Variabelen",
1710
+ variablesTooltip: "JSON-object met de variabelen van de query. Laat leeg voor een query zonder variabelen.",
1711
+ },
1712
+ en: {
1713
+ title: 'GitHub',
1714
+ description: 'Read and write GitHub from a process: issues, pull requests, reviews, checks, files and project boards.',
1715
+ configurationTitle: 'Configuration name',
1716
+ configurationTitleTooltip: 'The name of the current plugin configuration. Under this name, the configuration can be found in the rest of the application.',
1717
+ url: 'GitHub API url',
1718
+ urlTooltip: 'https://api.github.com for github.com. For GitHub Enterprise Server this is https://your-host/api/v3.',
1719
+ token: 'Token',
1720
+ tokenTooltip: 'Whatever this token may do, every process linked to this configuration may do. Give a configuration that only reads a token that only reads.',
1721
+ defaultRepository: 'Default repository',
1722
+ defaultRepositoryTooltip: 'Used by every action that does not name a repository of its own. Leave empty for a configuration that works across repositories.',
1723
+ graphqlUrl: 'GraphQL url',
1724
+ graphqlUrlTooltip: 'Leave empty to derive it from the API url, which is right for github.com and for Enterprise Server.',
1725
+ perPage: 'Items per page',
1726
+ perPageTooltip: 'How many items are read per request to GitHub. GitHub caps this at 100.',
1727
+ maxPages: 'Maximum pages per action',
1728
+ maxPagesTooltip: 'Caps how many pages one list action reads. Reaching the cap sets truncated to true in the result — a list that stopped early otherwise looks exactly like a short one.',
1729
+ 'get-repository': "Get repository",
1730
+ getRepositoryDescription: "Reads a repository: its default branch, whether it is private and whether it is archived.",
1731
+ 'list-repositories': "List repositories",
1732
+ listRepositoriesDescription: "Lists the repositories of an organisation or a user.",
1733
+ 'get-authenticated-user': "Get authenticated user",
1734
+ getAuthenticatedUserDescription: "Reports which account the token of this configuration belongs to. Useful to check a configuration works.",
1735
+ 'list-issues': "List issues",
1736
+ listIssuesDescription: "Lists the issues of a repository. Open pull requests come back too — each item says which it is under isPullRequest.",
1737
+ 'get-issue': "Get issue",
1738
+ getIssueDescription: "Reads one issue, optionally with its comments and its timeline.",
1739
+ 'search-issues': "Search issues and pull requests",
1740
+ searchIssuesDescription: "Runs a query across repositories, in GitHub's own search syntax.",
1741
+ 'create-issue': "Create issue",
1742
+ createIssueDescription: "Opens a new issue.",
1743
+ 'update-issue': "Update issue",
1744
+ updateIssueDescription: "Edits an issue, and adds or removes labels and assignees. Everything left empty stays as it is.",
1745
+ 'comment': "Comment on issue or pull request",
1746
+ commentDescription: "Posts a comment. A pull request takes its number here just like an issue does.",
1747
+ 'list-pull-requests': "List pull requests",
1748
+ listPullRequestsDescription: "Lists the pull requests of one repository.",
1749
+ 'get-pull-request': "Get pull request",
1750
+ getPullRequestDescription: "Reads one pull request, optionally with its changed files, reviews, comments and check status.",
1751
+ 'create-pull-request': "Create pull request",
1752
+ createPullRequestDescription: "Opens a pull request from a branch that already exists.",
1753
+ 'update-pull-request': "Update pull request",
1754
+ updatePullRequestDescription: "Edits a pull request, and adds or removes labels. Everything left empty stays as it is.",
1755
+ 'set-pull-request-draft': "Mark pull request ready or draft",
1756
+ setPullRequestDraftDescription: "Moves a pull request between draft and ready for review.",
1757
+ 'merge-pull-request': "Merge pull request",
1758
+ mergePullRequestDescription: "Merges a pull request.",
1759
+ 'review-pull-request': "Review pull request",
1760
+ reviewPullRequestDescription: "Approves, requests changes on, or comments on a pull request. GitHub does not let anybody approve their own.",
1761
+ 'request-reviewers': "Request reviewers",
1762
+ requestReviewersDescription: "Asks people or teams to review a pull request.",
1763
+ 'list-review-threads': "List review threads",
1764
+ listReviewThreadsDescription: "Reads the inline review conversations of a pull request, each with whether it has been resolved.",
1765
+ 'reply-to-review-comment': "Reply to review comment",
1766
+ replyToReviewCommentDescription: "Answers a reviewer inside their own thread, rather than as a new comment at the bottom.",
1767
+ 'resolve-review-thread': "Resolve review thread",
1768
+ resolveReviewThreadDescription: "Marks a review conversation resolved, or reopens it.",
1769
+ 'create-label': "Create label",
1770
+ createLabelDescription: "Creates a label. A label that is already there is reported as it stands rather than failing, so this is safe to run every time.",
1771
+ 'get-check-status': "Get check status",
1772
+ getCheckStatusDescription: "Reports whether a commit is green, across both check runs and commit statuses. A commit nobody built reports none rather than success.",
1773
+ 'list-workflow-runs': "List workflow runs",
1774
+ listWorkflowRunsDescription: "Lists GitHub Actions runs of a repository.",
1775
+ 'get-workflow-run': "Get workflow run",
1776
+ getWorkflowRunDescription: "Reads one Actions run, optionally with its jobs and which of their steps failed.",
1777
+ 'get-job-logs': "Get job logs",
1778
+ getJobLogsDescription: "Reads the tail of one job's log, which is where a failing job says why.",
1779
+ 'rerun-workflow': "Re-run workflow",
1780
+ rerunWorkflowDescription: "Re-runs an Actions run, by default only the jobs that failed.",
1781
+ 'get-file-content': "Get file content",
1782
+ getFileContentDescription: "Reads a file out of a repository, or lists a directory. A file that is not text comes back as base64.",
1783
+ 'create-or-update-file': "Create or update file",
1784
+ createOrUpdateFileDescription: "Commits a file straight to a branch, with no pull request in between.",
1785
+ 'create-branch': "Create branch",
1786
+ createBranchDescription: "Branches off another ref. A branch that already exists is reported as it stands rather than failing.",
1787
+ 'get-project-items': "Get project items",
1788
+ getProjectItemsDescription: "Reads the project cards an issue sits on, with every field value on each — sprint, status, estimate. The ids needed to write a field back come from here.",
1789
+ 'set-project-item-field': "Set project item field",
1790
+ setProjectItemFieldDescription: "Sets one field on one project card.",
1791
+ 'rest-request': "REST request",
1792
+ restRequestDescription: "Calls any GitHub REST endpoint, for anything the other actions do not cover. The answer is stored exactly as GitHub sent it, not trimmed.",
1793
+ 'graphql-query': "GraphQL query",
1794
+ graphqlQueryDescription: "Runs any GitHub GraphQL document. The data is stored exactly as GitHub sent it, not trimmed.",
1795
+ repository: "Repository",
1796
+ repositoryTooltip: "Leave empty to use the default repository of this plugin configuration. Takes a process variable, for example pv:targetRepository.",
1797
+ resultVariable: "Result variable",
1798
+ resultVariableTooltip: "Name of the process variable the answer is stored in. Leave empty to discard it.",
1799
+ owner: "Owner",
1800
+ ownerTooltip: "An organisation or a user.",
1801
+ type: "Kind",
1802
+ typeTooltip: "Which repositories of this owner to list.",
1803
+ "type.all": "All",
1804
+ "type.public": "Public",
1805
+ "type.private": "Private",
1806
+ "type.forks": "Forks",
1807
+ "type.sources": "Sources",
1808
+ "type.member": "Member of",
1809
+ limit: "Maximum number of results",
1810
+ limitTooltip: "Stops reading once this many items have been collected. Leave empty for the page budget of the configuration.",
1811
+ state: "State",
1812
+ stateTooltip: "Which issues to include.",
1813
+ "state.open": "Open",
1814
+ "state.closed": "Closed",
1815
+ "state.all": "All",
1816
+ labels: "Labels",
1817
+ labelsTooltip: "Comma separated. On a list action this filters: only issues carrying all of them come back.",
1818
+ assignee: "Assignee",
1819
+ assigneeTooltip: "A GitHub login. Use none for issues nobody is assigned to, or * for any.",
1820
+ creator: "Created by",
1821
+ creatorTooltip: "A GitHub login.",
1822
+ since: "Changed since",
1823
+ sinceTooltip: "Only issues updated after this moment, as an ISO 8601 timestamp.",
1824
+ issueNumber: "Issue number",
1825
+ issueNumberTooltip: "The number in the issue URL. A pull request has one too, and it works here.",
1826
+ includeComments: "Include comments",
1827
+ includeCommentsTooltip: "Costs an extra call, and can be a great deal of text on a long discussion.",
1828
+ includeTimeline: "Include timeline",
1829
+ includeTimelineTooltip: "Label changes, cross references and commits. This is where an existing pull request for this issue shows up.",
1830
+ query: "Query",
1831
+ queryTooltip: "GitHub's own search syntax. Note the search index lags writes by up to a few minutes.",
1832
+ sort: "Sort by",
1833
+ sortTooltip: "For example created, updated or comments. Leave empty for best match.",
1834
+ order: "Order",
1835
+ orderTooltip: "Only has an effect together with a sort field.",
1836
+ "order.": "Leave unchanged",
1837
+ "order.desc": "Descending",
1838
+ "order.asc": "Ascending",
1839
+ issueTitle: "Title",
1840
+ issueTitleTooltip: "The title.",
1841
+ body: "Body",
1842
+ bodyTooltip: "Markdown. Usually a process variable, for example pv:reviewReply.",
1843
+ newLabels: "Labels",
1844
+ newLabelsTooltip: "Comma separated.",
1845
+ assignees: "Assignees",
1846
+ assigneesTooltip: "Comma separated GitHub logins.",
1847
+ newTitle: "Title",
1848
+ newTitleTooltip: "Leave empty to leave the title as it is.",
1849
+ newBody: "Body",
1850
+ newBodyTooltip: "Markdown. Leave empty to leave the description as it is.",
1851
+ newState: "New state",
1852
+ newStateTooltip: "Leave empty to leave the state as it is. Closing a pull request here does not merge it.",
1853
+ "state.": "Leave unchanged",
1854
+ stateReason: "Reason",
1855
+ stateReasonTooltip: "Why the issue is being closed or reopened.",
1856
+ "stateReason.": "Leave unchanged",
1857
+ "stateReason.completed": "Done",
1858
+ "stateReason.not_planned": "Not planned",
1859
+ "stateReason.reopened": "Reopened",
1860
+ addLabels: "Add labels",
1861
+ addLabelsTooltip: "Comma separated. Added to whatever is already there, rather than replacing it.",
1862
+ removeLabels: "Remove labels",
1863
+ removeLabelsTooltip: "Comma separated. A label that is not there is not an error.",
1864
+ addAssignees: "Add assignees",
1865
+ addAssigneesTooltip: "Comma separated GitHub logins.",
1866
+ removeAssignees: "Remove assignees",
1867
+ removeAssigneesTooltip: "Comma separated GitHub logins.",
1868
+ prState: "State",
1869
+ prStateTooltip: "Which pull requests to include.",
1870
+ baseFilter: "Target branch",
1871
+ baseFilterTooltip: "Filters on the branch the changes are going into.",
1872
+ headFilter: "Source branch",
1873
+ headFilterTooltip: "Filters on the branch the changes come from.",
1874
+ pullRequestNumber: "Pull request number",
1875
+ pullRequestNumberTooltip: "The number in the pull request URL.",
1876
+ includeFiles: "Include changed files",
1877
+ includeFilesTooltip: "Filenames and line counts, not the diff itself.",
1878
+ includeReviews: "Include reviews",
1879
+ includeReviewsTooltip: "The approve and request-changes verdicts, with the text typed into them.",
1880
+ includeChecks: "Include check status",
1881
+ includeChecksTooltip: "Whether the head commit is green, across check runs and commit statuses.",
1882
+ head: "Source branch",
1883
+ headTooltip: "The branch holding the changes. It has to exist and to be ahead of the target.",
1884
+ base: "Target branch",
1885
+ baseTooltip: "Leave empty for the repository's own default branch — not every repository calls it main.",
1886
+ draft: "Draft",
1887
+ draftTooltip: "A draft pull request cannot be merged and does not ask anybody for a review.",
1888
+ newBase: "Target branch",
1889
+ newBaseTooltip: "Leave empty to leave the target branch as it is.",
1890
+ draftState: "Draft",
1891
+ draftStateTooltip: "On moves the pull request back to draft; off marks it ready for review.",
1892
+ mergeMethod: "Merge method",
1893
+ mergeMethodTooltip: "The method has to be one the repository allows, or GitHub refuses the merge.",
1894
+ "mergeMethod.merge": "Merge commit",
1895
+ "mergeMethod.squash": "Squash and merge",
1896
+ "mergeMethod.rebase": "Rebase and merge",
1897
+ commitTitle: "Commit title",
1898
+ commitTitleTooltip: "Leave empty for the title GitHub would generate.",
1899
+ commitMessage: "Commit message",
1900
+ commitMessageTooltip: "Leave empty for the message GitHub would generate.",
1901
+ expectedHeadSha: "Expected head commit",
1902
+ expectedHeadShaTooltip: "Worth filling in: GitHub refuses the merge when the branch moved since it was last read, instead of merging a commit nobody reviewed.",
1903
+ event: "Verdict",
1904
+ eventTooltip: "What kind of review to submit.",
1905
+ "event.APPROVE": "Approve",
1906
+ "event.REQUEST_CHANGES": "Request changes",
1907
+ "event.COMMENT": "Comment",
1908
+ reviewBody: "Body",
1909
+ reviewBodyTooltip: "Required for a comment or a request for changes; optional on an approval.",
1910
+ reviewers: "Reviewers",
1911
+ reviewersTooltip: "Comma separated GitHub logins. Somebody cannot be asked to review their own pull request.",
1912
+ teamReviewers: "Reviewing teams",
1913
+ teamReviewersTooltip: "Comma separated team slugs, without the organisation.",
1914
+ onlyUnresolved: "Only unresolved",
1915
+ onlyUnresolvedTooltip: "Leave on to work through open feedback: without it the same answered remarks come back on every pass.",
1916
+ commentId: "Comment",
1917
+ commentIdTooltip: "The numeric id of any comment in the thread, as returned by List review threads.",
1918
+ threadId: "Thread",
1919
+ threadIdTooltip: "The thread's id, as returned by List review threads. Not the same as a comment id.",
1920
+ resolve: "Resolve",
1921
+ resolveTooltip: "On marks the conversation resolved; off reopens it.",
1922
+ name: "Name",
1923
+ nameTooltip: "The label name, exactly as it should appear.",
1924
+ color: "Colour",
1925
+ colorTooltip: "Six hex digits. A leading # is accepted and stripped.",
1926
+ labelDescription: "Description",
1927
+ labelDescriptionTooltip: "Shown when somebody hovers over the label.",
1928
+ ref: "Commit, branch or tag",
1929
+ refTooltip: "A commit sha is the precise answer; a branch name reports whatever is at its tip right now.",
1930
+ branch: "Branch",
1931
+ branchTooltip: "Filters on the branch the run was for.",
1932
+ runStatus: "Status",
1933
+ runStatusTooltip: "For example completed, in_progress, failure or success.",
1934
+ runEvent: "Triggered by",
1935
+ runEventTooltip: "Filters on what started the run, for example push or pull_request.",
1936
+ runId: "Run",
1937
+ runIdTooltip: "The numeric id of the workflow run.",
1938
+ includeJobs: "Include jobs",
1939
+ includeJobsTooltip: "Adds every job of the run and, separately, the ones that failed and which of their steps did.",
1940
+ jobId: "Job",
1941
+ jobIdTooltip: "The numeric id of the job, as returned by Get workflow run.",
1942
+ maxLines: "Number of lines",
1943
+ maxLinesTooltip: "The tail of the log is kept: a failing job says why it failed at the end.",
1944
+ onlyFailed: "Only failed jobs",
1945
+ onlyFailedTooltip: "Off re-runs the whole workflow, which costs the full build.",
1946
+ path: "Path",
1947
+ pathTooltip: "Relative to the root of the repository. A directory lists its entries.",
1948
+ fileRef: "Commit, branch or tag",
1949
+ fileRefTooltip: "Leave empty for the repository's default branch.",
1950
+ writePath: "Path",
1951
+ writePathTooltip: "Relative to the root of the repository. Directories along the way are created.",
1952
+ content: "Content",
1953
+ contentTooltip: "The text to commit. Use a resource instead for anything that is not text.",
1954
+ resourceId: "Resource",
1955
+ resourceIdTooltip: "A file in temporary resource storage, by process variable. This is the way to commit an image. Give either this or content, not both.",
1956
+ writeBranch: "Branch",
1957
+ writeBranchTooltip: "Leave empty for the repository's default branch. The commit lands straight on it, with no pull request in between.",
1958
+ expectedSha: "Expected blob sha",
1959
+ expectedShaTooltip: "Leave empty and the existing file is looked up and replaced. Fill it in to refuse a file that changed since it was read.",
1960
+ branchName: "Branch name",
1961
+ branchNameTooltip: "Without refs/heads/. A branch that already exists is reported as it stands, not an error.",
1962
+ fromRef: "Branch off",
1963
+ fromRefTooltip: "A branch, tag or commit. Leave empty for the repository's default branch.",
1964
+ projectId: "Project",
1965
+ projectIdTooltip: "The node id of the project, as returned by Get project items.",
1966
+ itemId: "Card",
1967
+ itemIdTooltip: "The node id of the card on the board, as returned by Get project items.",
1968
+ fieldId: "Field",
1969
+ fieldIdTooltip: "The node id of the field, as returned by Get project items.",
1970
+ valueType: "Kind of value",
1971
+ valueTypeTooltip: "A single select and an iteration take the id of the option, not its label.",
1972
+ "valueType.text": "Text",
1973
+ "valueType.number": "Number",
1974
+ "valueType.date": "Date",
1975
+ "valueType.singleSelectOptionId": "Single select option",
1976
+ "valueType.iterationId": "Iteration",
1977
+ value: "Value",
1978
+ valueTooltip: "What to set the field to.",
1979
+ method: "Method",
1980
+ methodTooltip: "Leave on GET to read.",
1981
+ "method.GET": "GET (read)",
1982
+ "method.POST": "POST",
1983
+ "method.PATCH": "PATCH",
1984
+ "method.PUT": "PUT",
1985
+ "method.DELETE": "DELETE",
1986
+ restPath: "Path",
1987
+ restPathTooltip: "Relative to the REST root of this configuration, for example /repos/ritense/coworker-plugin/releases.",
1988
+ restBody: "Body",
1989
+ restBodyTooltip: "JSON. Leave empty for a request without one.",
1990
+ graphqlQuery: "Query",
1991
+ graphqlQueryTooltip: "A GraphQL query or mutation.",
1992
+ variables: "Variables",
1993
+ variablesTooltip: "JSON object of the query variables. Leave empty for a query without any.",
1994
+ },
1995
+ },
1996
+ };
1997
+
1998
+ /*
1999
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
2000
+ *
2001
+ * Licensed under EUPL, Version 1.2 (the "License");
2002
+ * you may not use this file except in compliance with the License.
2003
+ * You may obtain a copy of the License at
2004
+ *
2005
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
2006
+ *
2007
+ * Unless required by applicable law or agreed to in writing, software
2008
+ * distributed under the License is distributed on an "AS IS" basis,
2009
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2010
+ * See the License for the specific language governing permissions and
2011
+ * limitations under the License.
2012
+ */
2013
+ /*
2014
+ * Public API Surface of the GitHub plugin
2015
+ */
2016
+
2017
+ /**
2018
+ * Generated bundle index. Do not edit.
2019
+ */
2020
+
2021
+ export { CommentConfigurationComponent, CreateBranchConfigurationComponent, CreateIssueConfigurationComponent, CreateLabelConfigurationComponent, CreateOrUpdateFileConfigurationComponent, CreatePullRequestConfigurationComponent, GetAuthenticatedUserConfigurationComponent, GetCheckStatusConfigurationComponent, GetFileContentConfigurationComponent, GetIssueConfigurationComponent, GetJobLogsConfigurationComponent, GetProjectItemsConfigurationComponent, GetPullRequestConfigurationComponent, GetRepositoryConfigurationComponent, GetWorkflowRunConfigurationComponent, GitHubConfigurationComponent, GitHubFunctionConfigurationComponent, GitHubPluginModule, GraphqlQueryConfigurationComponent, ListIssuesConfigurationComponent, ListPullRequestsConfigurationComponent, ListRepositoriesConfigurationComponent, ListReviewThreadsConfigurationComponent, ListWorkflowRunsConfigurationComponent, MergePullRequestConfigurationComponent, ReplyToReviewCommentConfigurationComponent, RequestReviewersConfigurationComponent, RerunWorkflowConfigurationComponent, ResolveReviewThreadConfigurationComponent, RestRequestConfigurationComponent, ReviewPullRequestConfigurationComponent, SearchIssuesConfigurationComponent, SetProjectItemFieldConfigurationComponent, SetPullRequestDraftConfigurationComponent, UpdateIssueConfigurationComponent, UpdatePullRequestConfigurationComponent, githubPluginSpecification };
2022
+ //# sourceMappingURL=valtimo-plugins-github.mjs.map