New node types and smaller fixes

This commit is contained in:
barsdeveloper
2023-05-07 14:39:56 +02:00
parent c3d94f8cde
commit 6307d11e89
15 changed files with 129 additions and 38 deletions

View File

@@ -240,7 +240,7 @@ const tests = [
color: Configuration.nodeColors.lime,
icon: SVGIcon.switch,
pins: 11,
pinName: ["Selection", "Min", "XXSmall", "XSmall", "Small", "Medium", "Large", "XLarge", "XXLarge", "Max"],
pinNames: ["Selection", "Min", "XXSmall", "XSmall", "Small", "Medium", "Large", "XLarge", "XXLarge", "Max"],
delegate: false,
development: false,
},
@@ -261,7 +261,7 @@ const tests = [
color: Configuration.nodeColors.gray,
icon: SVGIcon.flipflop,
pins: 4,
pinName: ["A", "B", "IsA"],
pinNames: ["A", "B", "Is A"],
delegate: false,
development: false,
},
@@ -285,7 +285,7 @@ const tests = [
color: Configuration.nodeColors.lime,
icon: SVGIcon.switch,
pins: 7,
pinName: ["Selection", "0", "1", "2", "3", "Default"],
pinNames: ["Selection", "0", "1", "2", "3", "Default"],
delegate: false,
development: false,
},
@@ -311,7 +311,7 @@ const tests = [
color: Configuration.nodeColors.lime,
icon: SVGIcon.switch,
pins: 6,
pinName: ["Selection", "Case 0", "Case 1", "Case 2", "Default"],
pinNames: ["Selection", "Case 0", "Case 1", "Case 2", "Default"],
delegate: false,
development: false,
},
@@ -361,7 +361,7 @@ const tests = [
color: Configuration.nodeColors.lime,
icon: SVGIcon.switch,
pins: 18,
pinName: [
pinNames: [
"Selection",
"Case 0",
"Case 1",
@@ -401,7 +401,7 @@ const tests = [
color: Configuration.nodeColors.lime,
icon: SVGIcon.switch,
pins: 4,
pinName: ["Selection", "Case 0", "Default"],
pinNames: ["Selection", "Case 0", "Default"],
delegate: false,
development: false,
},
@@ -427,7 +427,7 @@ const tests = [
color: Configuration.nodeColors.lime,
icon: SVGIcon.switch,
pins: 5,
pinName: ["Selection", "X Axis", "Y Axis", "Z Axis"],
pinNames: ["Selection", "X Axis", "Y Axis", "Z Axis"],
delegate: false,
development: false,
},
@@ -466,7 +466,7 @@ const tests = [
color: Configuration.nodeColors.lime,
icon: SVGIcon.switch,
pins: 11,
pinName: [
pinNames: [
"Selection",
"Translate X",
"Translate Y",