@elyra/pipeline-schemas 3.0.69 → 3.0.71

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-2020 Elyra Authors
2
+ * Copyright 2017-2023 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-2020 Elyra Authors
2
+ # Copyright 2017-2023 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-2020 Elyra Authors
3
+ Copyright 2017-2023 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-2020 Elyra Authors
3
+ Copyright 2017-2023 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-2020 Elyra Authors
3
+ Copyright 2017-2023 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-2020 Elyra Authors
3
+ Copyright 2017-2023 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.
@@ -205,6 +205,18 @@
205
205
  "properties": {},
206
206
  "additionalProperties": true
207
207
  },
208
+ "palette_image": {
209
+ "description": "Image name for the node displayed in palette. If omitted the image from 'image' field will be used.",
210
+ "type": "string"
211
+ },
212
+ "palette_class_name": {
213
+ "description": "CSS class name applied to the <div> shown in palette for the node",
214
+ "type": "string"
215
+ },
216
+ "palette_disabled": {
217
+ "description": "Indicates whether the node in the palette is disabled. If true, prevents the node being dragged or double-clicked from palette.",
218
+ "type": "boolean"
219
+ },
208
220
  "decorations": {
209
221
  "description": "Array of decorations used to decorate nodes",
210
222
  "type": "array",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2017-2020 Elyra Authors
2
+ * Copyright 2017-2023 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.69",
3
+ "version": "3.0.71",
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",