@elyra/pipeline-schemas 3.0.61 → 3.0.63

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.
@@ -49,7 +49,7 @@
49
49
  "label": {
50
50
  "description": "External name of category",
51
51
  "type": "object",
52
- "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
52
+ "$ref": "https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/operators/uihints-v3-schema.json#/definitions/resource_definition"
53
53
  },
54
54
  "function_refs": {
55
55
  "description": "Array of function ids that are part of this fuction category",
@@ -78,7 +78,7 @@
78
78
  "label": {
79
79
  "description": "User-readable name of function",
80
80
  "type": "object",
81
- "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
81
+ "$ref": "https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/operators/uihints-v3-schema.json#/definitions/resource_definition"
82
82
  },
83
83
  "parameters": {
84
84
  "description": "Array of parameter information",
@@ -89,6 +89,11 @@
89
89
  },
90
90
  "uniqueItems": false
91
91
  },
92
+ "return_type_label": {
93
+ "description": "Translatable data type name of what is returned from the function. If this is not provided, default to return_type",
94
+ "type": "object",
95
+ "$ref": "https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/operators/uihints-v3-schema.json#/definitions/resource_definition"
96
+ },
92
97
  "return_type": {
93
98
  "description": "The data type name of what is returned from the function.",
94
99
  "type": "string"
@@ -96,7 +101,7 @@
96
101
  "description": {
97
102
  "description": "The help text for the function.",
98
103
  "type": "object",
99
- "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
104
+ "$ref": "https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/operators/uihints-v3-schema.json#/definitions/resource_definition"
100
105
  }
101
106
  },
102
107
  "required": [
@@ -113,7 +118,7 @@
113
118
  "label": {
114
119
  "description": "User-readable name of parameter",
115
120
  "type": "object",
116
- "$ref": "https://api.dataplatform.ibm.com/schemas/common-pipeline/operators/uihints-v3-schema.json#definitions/resource_definition"
121
+ "$ref": "https://github.com/elyra-ai/pipeline-schemas/blob/main/common-pipeline/operators/uihints-v3-schema.json#/definitions/resource_definition"
117
122
  },
118
123
  "type": {
119
124
  "description": "The type of the parameter.",
@@ -123,6 +123,7 @@
123
123
  "actionPanel",
124
124
  "textPanel",
125
125
  "twistyPanel",
126
+ "tearsheetPanel",
126
127
  "columnPanel"
127
128
  ]
128
129
  },
@@ -148,7 +149,7 @@
148
149
  "$ref": "#/definitions/resource_definition"
149
150
  },
150
151
  "description": {
151
- "description": "Group description. Used in a textPanel",
152
+ "description": "Group description. Used in a textPanel and tearsheetPanel",
152
153
  "type": "object",
153
154
  "$ref": "#/definitions/resource_definition"
154
155
  },
@@ -489,6 +490,10 @@
489
490
  "class_name": {
490
491
  "description": "Optional class name to set for this control",
491
492
  "type": "string"
493
+ },
494
+ "enable_maximize": {
495
+ "description": "Determines if maximize/minimze buttons are shown for code control",
496
+ "type": "boolean"
492
497
  }
493
498
  },
494
499
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyra/pipeline-schemas",
3
- "version": "3.0.61",
3
+ "version": "3.0.63",
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",