@elyra/pipeline-schemas 3.0.76 → 3.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2017-2023 Elyra Authors
2
+ * Copyright 2017-2025 Elyra Authors
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2017-2023 Elyra Authors
2
+ # Copyright 2017-2025 Elyra Authors
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
package/CONTRIBUTING.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2023 Elyra Authors
3
+ Copyright 2017-2025 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2023 Elyra Authors
3
+ Copyright 2017-2025 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2023 Elyra Authors
3
+ Copyright 2017-2025 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  {% comment %}
3
- Copyright 2017-2023 Elyra Authors
3
+ Copyright 2017-2025 Elyra Authors
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this file except in compliance with the License.
@@ -29,6 +29,18 @@
29
29
  "description": "URL to operation icon",
30
30
  "type": "string"
31
31
  },
32
+ "title_info": {
33
+ "type": "object",
34
+ "properties": {
35
+ "action_refs": {
36
+ "description": "List of actions to be displayed in the title section",
37
+ "type": "array",
38
+ "items": {
39
+ "type": "string"
40
+ }
41
+ }
42
+ }
43
+ },
32
44
  "group_info": {
33
45
  "type": "array",
34
46
  "items": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2017-2023 Elyra Authors
2
+ * Copyright 2017-2025 Elyra Authors
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyra/pipeline-schemas",
3
- "version": "3.0.76",
3
+ "version": "3.0.78",
4
4
  "description": "pipeline-schemas",
5
5
  "main": "common-pipeline/pipeline-flow/upgrade/upgrade-flow.js",
6
6
  "homepage": "https://github.com/elyra-ai/pipeline-schemas",
@@ -1,558 +0,0 @@
1
- {
2
- "title": {
3
- "key": null,
4
- "ref": null,
5
- "props": {
6
- "id": "dialog.nodePropertiesTitle",
7
- "values": {}
8
- },
9
- "_owner": null,
10
- "_store": {}
11
- },
12
- "formData": {
13
- "componentId": "derive",
14
- "label": "Derive",
15
- "editorSize": "large",
16
- "uiItems": [
17
- {
18
- "itemType": "primaryTabs",
19
- "tabs": [
20
- {
21
- "text": "Settings",
22
- "group": "basic-settings",
23
- "content": {
24
- "itemType": "panel",
25
- "panel": {
26
- "id": "basic-settings",
27
- "panelType": "general",
28
- "uiItems": [
29
- {
30
- "itemType": "control",
31
- "control": {
32
- "name": "new_name",
33
- "label": {
34
- "text": "Derive field"
35
- },
36
- "separateLabel": true,
37
- "controlType": "textfield",
38
- "valueDef": {
39
- "propType": "string",
40
- "isList": false,
41
- "isMap": false
42
- }
43
- }
44
- },
45
- {
46
- "itemType": "control",
47
- "control": {
48
- "name": "formula_expr",
49
- "label": {
50
- "text": "Expression"
51
- },
52
- "separateLabel": true,
53
- "controlType": "expression",
54
- "valueDef": {
55
- "propType": "string",
56
- "isList": false,
57
- "isMap": false
58
- }
59
- }
60
- },
61
- {
62
- "itemType": "control",
63
- "control": {
64
- "name": "formula_measure_type",
65
- "label": {
66
- "text": "Measurement"
67
- },
68
- "separateLabel": true,
69
- "controlType": "oneofselect",
70
- "valueDef": {
71
- "propType": "string",
72
- "isList": false,
73
- "isMap": false
74
- },
75
- "values": [
76
- "Range",
77
- "Discrete",
78
- "Flag",
79
- "Set",
80
- "OrderedSet",
81
- "Typeless",
82
- "Collection",
83
- "Geospatial"
84
- ],
85
- "valueLabels": [
86
- "Range",
87
- "Discrete",
88
- "Flag",
89
- "Set",
90
- "Ordered Set",
91
- "Typeless",
92
- "Collection",
93
- "Geospatial"
94
- ]
95
- }
96
- }
97
- ]
98
- }
99
- }
100
- },
101
- {
102
- "text": "Annotations",
103
- "group": "annotations",
104
- "content": {
105
- "itemType": "panel",
106
- "panel": {
107
- "id": "annotations",
108
- "panelType": "general",
109
- "uiItems": [
110
- {
111
- "itemType": "control",
112
- "control": {
113
- "name": "use_custom_name",
114
- "label": {
115
- "text": "Custom name"
116
- },
117
- "separateLabel": false,
118
- "controlType": "checkbox",
119
- "valueDef": {
120
- "propType": "boolean",
121
- "isList": false,
122
- "isMap": false
123
- }
124
- }
125
- },
126
- {
127
- "itemType": "control",
128
- "control": {
129
- "name": "custom_name",
130
- "label": {
131
- "text": ""
132
- },
133
- "separateLabel": true,
134
- "controlType": "textfield",
135
- "valueDef": {
136
- "propType": "string",
137
- "isList": false,
138
- "isMap": false
139
- }
140
- }
141
- },
142
- {
143
- "itemType": "control",
144
- "control": {
145
- "name": "annotation",
146
- "label": {
147
- "text": "Annotation"
148
- },
149
- "separateLabel": true,
150
- "controlType": "textarea",
151
- "valueDef": {
152
- "propType": "string",
153
- "isList": false,
154
- "isMap": false
155
- }
156
- }
157
- }
158
- ]
159
- }
160
- }
161
- }
162
- ]
163
- }
164
- ],
165
- "buttons": [
166
- {
167
- "id": "ok",
168
- "text": "OK",
169
- "isPrimary": true,
170
- "url": ""
171
- },
172
- {
173
- "id": "cancel",
174
- "text": "Cancel",
175
- "isPrimary": false,
176
- "url": ""
177
- }
178
- ],
179
- "data": {
180
- "currentParameters": {
181
- "formula_measure_type": "Default",
182
- "annotation": "",
183
- "new_name": "Na_to_K",
184
- "formula_expr": "Na/K",
185
- "use_custom_name": false,
186
- "custom_name": "Na_to_K"
187
- },
188
- "datasetMetadata": [
189
- {
190
- "id": "schema1",
191
- "fields": [
192
- {
193
- "name": "Age",
194
- "type": "integer",
195
- "metadata": {
196
- "description": "",
197
- "measure": "range",
198
- "modeling_role": "input"
199
- }
200
- },
201
- {
202
- "name": "Sex",
203
- "type": "string",
204
- "metadata": {
205
- "description": "",
206
- "measure": "discrete",
207
- "modeling_role": "input"
208
- }
209
- },
210
- {
211
- "name": "BP",
212
- "type": "string",
213
- "metadata": {
214
- "description": "",
215
- "measure": "discrete",
216
- "modeling_role": "input"
217
- }
218
- },
219
- {
220
- "name": "Cholesterol",
221
- "type": "string",
222
- "metadata": {
223
- "description": "",
224
- "measure": "discrete",
225
- "modeling_role": "input"
226
- }
227
- },
228
- {
229
- "name": "Na",
230
- "type": "double",
231
- "metadata": {
232
- "description": "",
233
- "measure": "range",
234
- "modeling_role": "input"
235
- }
236
- },
237
- {
238
- "name": "K",
239
- "type": "double",
240
- "metadata": {
241
- "description": "",
242
- "measure": "range",
243
- "modeling_role": "input"
244
- }
245
- },
246
- {
247
- "name": "Drug",
248
- "type": "string",
249
- "metadata": {
250
- "description": "",
251
- "measure": "discrete",
252
- "modeling_role": "input"
253
- }
254
- }
255
- ]
256
- }
257
- ],
258
- "conditions": [
259
- {
260
- "enabled": {
261
- "paramNames": [
262
- "new_name"
263
- ],
264
- "evaluate": {
265
- "condition": {
266
- "param": "formula_expr",
267
- "op": "notContains",
268
- "value": "!"
269
- }
270
- }
271
- }
272
- },
273
- {
274
- "enabled": {
275
- "paramNames": [
276
- "formula_expr"
277
- ],
278
- "evaluate": {
279
- "condition": {
280
- "param": "new_name",
281
- "op": "isNotEmpty"
282
- }
283
- }
284
- }
285
- },
286
- {
287
- "enabled": {
288
- "paramNames": [
289
- "annotation"
290
- ],
291
- "evaluate": {
292
- "condition": {
293
- "param": "custom_name",
294
- "op": "isNotEmpty"
295
- }
296
- }
297
- }
298
- },
299
- {
300
- "visible": {
301
- "paramNames": [
302
- "annotation"
303
- ],
304
- "evaluate": {
305
- "condition": {
306
- "param": "custom_name",
307
- "op": "isNotEmpty"
308
- }
309
- }
310
- }
311
- },
312
- {
313
- "validation": {
314
- "fail_message": {
315
- "type": "warning",
316
- "message": {
317
- "default": "Either Measurement:Range is selected or Expression should contain '/'",
318
- "resource_key": "formula_expr_not_valid"
319
- },
320
- "focusParam": "formula_expr"
321
- },
322
- "evaluate": {
323
- "or": [
324
- {
325
- "condition": {
326
- "param": "formula_measure_type",
327
- "op": "contains",
328
- "value": "Range"
329
- }
330
- },
331
- {
332
- "condition": {
333
- "param": "formula_expr",
334
- "op": "contains",
335
- "value": "/"
336
- }
337
- }
338
- ]
339
- }
340
- }
341
- },
342
- {
343
- "validation": {
344
- "fail_message": {
345
- "type": "error",
346
- "message": {
347
- "default": "Field cannot be empty nor contain \"quotes\"",
348
- "resource_key": "new_name"
349
- },
350
- "focusParam": "new_name"
351
- },
352
- "evaluate": {
353
- "and": [
354
- {
355
- "condition": {
356
- "param": "new_name",
357
- "op": "isNotEmpty"
358
- }
359
- },
360
- {
361
- "condition": {
362
- "param": "new_name",
363
- "op": "notContains",
364
- "value": "\""
365
- }
366
- },
367
- {
368
- "condition": {
369
- "param": "new_name",
370
- "op": "notContains",
371
- "value": "'"
372
- }
373
- }
374
- ]
375
- }
376
- }
377
- },
378
- {
379
- "validation": {
380
- "fail_message": {
381
- "type": "error",
382
- "message": {
383
- "default": "Field cannot contain \"quote(s)\"",
384
- "resource_key": "formula_expr"
385
- },
386
- "focusParam": "formula_expr"
387
- },
388
- "evaluate": {
389
- "and": [
390
- {
391
- "condition": {
392
- "param": "formula_expr",
393
- "op": "notContains",
394
- "value": "'"
395
- }
396
- },
397
- {
398
- "condition": {
399
- "param": "formula_expr",
400
- "op": "notContains",
401
- "value": "\""
402
- }
403
- }
404
- ]
405
- }
406
- }
407
- },
408
- {
409
- "validation": {
410
- "fail_message": {
411
- "type": "warning",
412
- "message": {
413
- "default": "Field cannot contain ttt",
414
- "resource_key": "formula_expr"
415
- },
416
- "focusParam": "formula_expr"
417
- },
418
- "evaluate": {
419
- "condition": {
420
- "param": "formula_expr",
421
- "op": "notContains",
422
- "value": "ttt"
423
- }
424
- }
425
- }
426
- },
427
- {
428
- "validation": {
429
- "fail_message": {
430
- "type": "error",
431
- "message": {
432
- "default": "Field cannot be default",
433
- "resource_key": "formula_measure_type"
434
- },
435
- "focusParam": "formula_measure_type"
436
- },
437
- "evaluate": {
438
- "condition": {
439
- "param": "formula_measure_type",
440
- "op": "notContains",
441
- "value": "Default"
442
- }
443
- }
444
- }
445
- },
446
- {
447
- "validation": {
448
- "fail_message": {
449
- "type": "error",
450
- "message": {
451
- "default": "Field cannot contain \"quotes\"",
452
- "resource_key": "custom_name"
453
- },
454
- "focusParam": "custom_name"
455
- },
456
- "evaluate": {
457
- "and": [
458
- {
459
- "condition": {
460
- "param": "custom_name",
461
- "op": "notContains",
462
- "value": "'"
463
- }
464
- },
465
- {
466
- "condition": {
467
- "param": "custom_name",
468
- "op": "notContains",
469
- "value": "\""
470
- }
471
- }
472
- ]
473
- }
474
- }
475
- },
476
- {
477
- "validation": {
478
- "fail_message": {
479
- "type": "error",
480
- "message": {
481
- "default": "Field cannot be empty nor contain \"quotes\"",
482
- "resource_key": "annotation"
483
- },
484
- "focusParam": "annotations"
485
- },
486
- "evaluate": {
487
- "and": [
488
- {
489
- "condition": {
490
- "param": "annotation",
491
- "op": "isNotEmpty"
492
- }
493
- },
494
- {
495
- "condition": {
496
- "param": "annotation",
497
- "op": "notContains",
498
- "value": "\""
499
- }
500
- },
501
- {
502
- "condition": {
503
- "param": "annotation",
504
- "op": "notContains",
505
- "value": "'"
506
- }
507
- }
508
- ]
509
- }
510
- }
511
- },
512
- {
513
- "validation": {
514
- "fail_message": {
515
- "type": "warning",
516
- "message": {
517
- "default": "Annotation is empty when there is a custom name",
518
- "resource_key": "custom_name"
519
- },
520
- "focusParam": "custom_name"
521
- },
522
- "evaluate": {
523
- "or": [
524
- {
525
- "condition": {
526
- "param": "custom_name",
527
- "op": "isEmpty"
528
- }
529
- },
530
- {
531
- "and": [
532
- {
533
- "condition": {
534
- "param": "custom_name",
535
- "op": "isNotEmpty"
536
- }
537
- },
538
- {
539
- "condition": {
540
- "param": "annotation",
541
- "op": "isNotEmpty"
542
- }
543
- }
544
- ]
545
- }
546
- ]
547
- }
548
- }
549
- }
550
- ]
551
- }
552
- },
553
- "appData": {
554
- "nodeId": "id2PZSCTRPRIJ",
555
- "updateUrl": "streams/153651d6-9b88-423c-b01b-861f12d01489/diagrams/153651d6-9b88-423c-b01b-861f12d01489/nodes/id2PZSCTRPRIJ"
556
- },
557
- "additionalComponents": null
558
- }