@gregoriusrippenstein/node-red-contrib-introspection 0.6.3 → 0.6.4
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/package.json +1 -1
- package/plugins/sidebar.html +39 -27
package/package.json
CHANGED
package/plugins/sidebar.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
(function() {
|
|
3
3
|
var globalRefToSvgData;
|
|
4
4
|
|
|
5
|
-
let obfuscateHelpers={getFlowDataFromCurrentWorkspace:e=>{var e=e||RED.workspaces.active(),t=RED.nodes.groups(e),e=(t=(t=t.concat(RED.nodes.junctions(e))).concat(RED.nodes.filterNodes({z:e})),RED.nodes.eachConfig(function(e){e.z===RED.workspaces.active()&&!1===e._def.hasUsers&&t.push(e)}),RED.nodes.workspace(e)||RED.nodes.subflow(e));return t.unshift(e),RED.nodes.createExportableNodeSet(t)},openImportDialog:e=>{RED.clipboard.import();let t=e;setTimeout(()=>{$("#red-ui-clipboard-dialog-import-text").val(JSON.stringify(t)).trigger("paste")},300)}};function obfuscatieCurrentFlow(t){let
|
|
5
|
+
let obfuscateHelpers={getFlowDataFromCurrentWorkspace:e=>{var e=e||RED.workspaces.active(),t=RED.nodes.groups(e),e=(t=(t=t.concat(RED.nodes.junctions(e))).concat(RED.nodes.filterNodes({z:e})),RED.nodes.eachConfig(function(e){e.z===RED.workspaces.active()&&!1===e._def.hasUsers&&t.push(e)}),RED.nodes.workspace(e)||RED.nodes.subflow(e));return t.unshift(e),RED.nodes.createExportableNodeSet(t)},openImportDialog:e=>{RED.clipboard.import();let t=e;setTimeout(()=>{$("#red-ui-clipboard-dialog-import-text").val(JSON.stringify(t)).trigger("paste")},300)}};function obfuscatieCurrentFlow(t){let u=obfuscateHelpers.getFlowDataFromCurrentWorkspace(),c=(t.remove_groups&&(u=u.filter(e=>"group"!=e.type)).forEach(e=>{delete e.g}),t.remove_debugs&&(u=u.filter(e=>"debug"!=e.type)),{}),r=[],s={},d={},o={},i=[],a={};if(u.forEach(e=>{"subflow"==(c[e.id]=e).type&&(a[e.id]=e),"junction"==e.type&&(s[e.id]=e),"link out"==e.type&&(o[e.id]=e),"link in"==e.type&&(d[e.id]=e),"link call"==e.type&&i.push(e.id),!t.javascript||"javascript"!=e.format&&"function"!=e.type||r.push(e)}),t.remove_junctions&&(Object.keys(s).forEach(o=>{let i=s[o];a[i.z]||u.forEach(t=>{for(let e=0;e<(t.wires||[]).length;e++){var r=t.wires[e].indexOf(o);-1<r&&(t.wires[e].splice(r,1),t.wires[e].push(...i.wires[0]))}})}),u=u.filter(e=>!("junction"==e.type&&!a[e.z]))),t.remove_linknodes){let r=[],l=(Object.keys(o).forEach(i=>{var e=o[i],t=e.links||[];t.reduce((e,t)=>e&&!!d[t],!0)&&"return"!=e.mode&&(r.push(i),t.forEach(o=>{u.forEach(t=>{for(let e=0;e<(t.wires||[]).length;e++){var r=t.wires[e].indexOf(i);-1<r&&(t.wires[e].splice(r,1),t.wires[e].push(...d[o].wires[0]))}})}))}),(o,e)=>{let t=[],i=[],r=[];function n(e){if(r.indexOf(e.id)<0)if(r.push(e.id),t.push(e),"link out"===e.type){if("return"!=e.mode)throw"not handable"}else RED.nodes.getNodeLinks(e).forEach(function(e){n(e.target)})}try{RED.nodes.getNodeLinks(e).forEach(function(e){n(e.target),i.push(e.target.id)});let r={};var s=t.map(e=>{var t={...c[e.id]};return t.id=RED.nodes.id(),t.x=o.x,t.y=o.y,r[e.id]=t});return s.forEach(e=>{e.wires&&(e.wires=e.wires.map(e=>e.map(e=>{var t=r[e];return"link out"==t.type?[...o.wires[0],(t||{}).id||e]:(t||{}).id||e}).flat()))}),{nodes:s.filter(e=>"link out"!=e.type),entryNodes:i.map(e=>r[e])}}catch(e){return console.log(e),!1}}),t=[],p=[];i.forEach(n=>{let s=c[n],a=d[s.links[0]];a&&l(s,a)&&(t.push(s.id),u.forEach(t=>{for(let e=0;e<(t.wires||[]).length;e++){var r,o,i=t.wires[e].indexOf(n);-1<i&&(o=(r=l(s,a)).entryNodes.map(e=>e.id),t.wires[e].splice(i,1),t.wires[e].push(...o),p.push(...r.nodes))}}))}),(u=u.filter(e=>r.indexOf(e.id)<0&&t.indexOf(e.id)<0)).push(...p)}var e;u.forEach(e=>{t.name&&(e.name=e.id),t.info&&(e.info="",delete e.outputLabels,delete e.inputLabels),t.position&&(e.x=150,e.y=150),t.remove_icons&&delete e.icon}),0<r.length?(e={parse:{},compress:{},mangle:{reserved:["$","export","require"]},output:null,sourceMap:null,nameCache:null,toplevel:!1,warnings:!1},$.ajax({url:"ClientCode/"+RED.nodes.id()+"/ugify",type:"POST",contentType:"application/json; charset=utf-8",data:JSON.stringify({nodes:r,cfg:e}),success:function(e){e.forEach(e=>{var t=c[e.id];"function"==t.type?t.func=e.func:"javascript"==t.format&&(t.template=e.template)}),obfuscateHelpers.openImportDialog(u)},error:function(e,t,r){RED.notify("ClientCode Communcation Failure: "+n.id+": "+t,{type:"error",timeout:3e3})}})):obfuscateHelpers.openImportDialog(u)}
|
|
6
6
|
|
|
7
7
|
function setupTreelist(){var e=collectOrphans();if(0==e.length){RED.notify("No Orphans Found",{type:"warning",timeout:2e3});try{$("#node-input-orphan-target-container-div").treeList("empty")}catch(e){}}else{try{$("#node-input-orphan-target-container-div").treeList("empty")}catch(e){$("#node-input-orphan-target-container-div").css({width:"100%",height:"calc(100%)"}).treeList({multi:!1}).on("treelistitemmouseover",function(e,t){}).on("treelistitemmouseout",function(e,t){}).on("treelistselect",function(e,t){t.node&&(RED.workspaces.show(t.node.z,!1,!1,!0),RED.view.reveal(t.node.id,!0),RED.view.redraw())}).on("treelistconfirm",function(e,t){var n;t.node&&(n=t.node.id,setTimeout(()=>{var e=RED.nodes.node(n);e&&(RED.view.reveal(e.id),RED.view.select(e.id),RED.editor.edit(e)),n==RED.workspaces.active()&&RED.workspaces.edit()},50))}),$("#node-input-orphan-target-filter").show();var n=$("#node-input-orphan-target-filter").searchBox({style:"compact",delay:300,change:function(){var e,t=$(this).val().trim().toLowerCase();""===t?($("#node-input-orphan-target-container-div").treeList("filter",null),n.searchBox("count","")):(e=$("#node-input-orphan-target-container-div").treeList("filter",function(e){return-1<e.label.toLowerCase().indexOf(t)||-1<e.node.type.toLowerCase().indexOf(t)}),n.searchBox("count",e+" / "+$("#node-input-orphan-target-container-div").treeList("data").length))}})}$("#node-input-orphan-target-container-div").treeList("data",e.sort((e,t)=>e.node.z>t.node.z))}}function collectOrphans(){const t=new Set;var n=[],i=(RED.nodes.eachLink(e=>{t.add(e.source),t.add(e.target)}),RED.nodes.eachNode(e=>{t.has(e)||n.push(e)}),[]),r={};return n.forEach(function(e){var t=RED.nodes.getType(e.type);if(t){var n=t.label,n=("function"==typeof n?n.call(e):n)||"",o=e.type;if(0===o.indexOf("subflow:"))return}t&&n||(n=e.type),r[e.id]={node:e,label:n,sublabel:o,selected:!1,checkbox:!1},i.push(r[e.id])}),i}
|
|
8
8
|
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
remove_junctions: $('#node-input-obfuscate-remove-junctions').is(":checked"),
|
|
72
72
|
remove_linknodes: $('#node-input-obfuscate-remove-linknodes').is(":checked"),
|
|
73
73
|
remove_icons: $('#node-input-obfuscate-remove-icons').is(":checked"),
|
|
74
|
+
remove_debugs: $('#node-input-obfuscate-remove-debugs').is(":checked"),
|
|
74
75
|
})
|
|
75
76
|
})
|
|
76
77
|
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
width: 100% !important;
|
|
140
141
|
}
|
|
141
142
|
.w-30 {
|
|
142
|
-
width:
|
|
143
|
+
width: 40% !important;
|
|
143
144
|
margin-left: 10px;
|
|
144
145
|
}
|
|
145
146
|
</style>
|
|
@@ -216,27 +217,37 @@
|
|
|
216
217
|
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
217
218
|
</div>
|
|
218
219
|
|
|
219
|
-
<div class="form-row col-100">
|
|
220
|
-
<label for="node-input-obfuscate-remove-icons" class="w-30">
|
|
221
|
-
<i class="fa fa-tag"></i>
|
|
222
|
-
<span>Remove Icon?</span>
|
|
223
|
-
</label>
|
|
224
|
-
<input type="checkbox" checked=checked id="node-input-obfuscate-remove-icons"
|
|
225
|
-
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
226
|
-
</div>
|
|
227
|
-
|
|
228
220
|
<div class="form-row">
|
|
229
221
|
<label for="node-input-obfuscate-position" class="w-30">
|
|
230
|
-
|
|
231
|
-
|
|
222
|
+
<i class="fa fa-map-pin"></i>
|
|
223
|
+
<span>Obfuscate Position?</span>
|
|
232
224
|
</label>
|
|
233
225
|
<input type="checkbox" checked=checked id="node-input-obfuscate-position"
|
|
234
226
|
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
235
227
|
</div>
|
|
228
|
+
|
|
229
|
+
<div class="form-row">
|
|
230
|
+
<label for="node-input-obfuscate-javascript" class="w-30">
|
|
231
|
+
<i class="fa fa-code"></i>
|
|
232
|
+
<span>Obfuscate Javascript?</span>
|
|
233
|
+
</label>
|
|
234
|
+
<input type="checkbox" checked=checked id="node-input-obfuscate-javascript"
|
|
235
|
+
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
236
|
+
</div>
|
|
237
|
+
|
|
238
|
+
<div class="form-row col-100">
|
|
239
|
+
<label for="node-input-obfuscate-remove-icons" class="w-30">
|
|
240
|
+
<i class="fa fa-adjust"></i>
|
|
241
|
+
<span>Remove Icon?</span>
|
|
242
|
+
</label>
|
|
243
|
+
<input type="checkbox" checked=checked id="node-input-obfuscate-remove-icons"
|
|
244
|
+
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
245
|
+
</div>
|
|
246
|
+
|
|
236
247
|
<div class="form-row">
|
|
237
248
|
<label for="node-input-obfuscate-info" class="w-30">
|
|
238
|
-
|
|
239
|
-
|
|
249
|
+
<i class="fa fa-info"></i>
|
|
250
|
+
<span>Remove Info?</span>
|
|
240
251
|
</label>
|
|
241
252
|
<input type="checkbox" checked=checked id="node-input-obfuscate-info"
|
|
242
253
|
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
@@ -244,25 +255,26 @@
|
|
|
244
255
|
|
|
245
256
|
<div class="form-row">
|
|
246
257
|
<label for="node-input-obfuscate-remove-groups" class="w-30">
|
|
247
|
-
|
|
248
|
-
|
|
258
|
+
<i class="fa fa-object-group"></i>
|
|
259
|
+
<span>Remove Groups?</span>
|
|
249
260
|
</label>
|
|
250
261
|
<input type="checkbox" checked=checked id="node-input-obfuscate-remove-groups"
|
|
251
262
|
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
252
263
|
</div>
|
|
253
264
|
|
|
254
265
|
<div class="form-row">
|
|
255
|
-
<label for="node-input-obfuscate-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
</label>
|
|
259
|
-
<input type="checkbox" checked=checked id="node-input-obfuscate-
|
|
260
|
-
|
|
266
|
+
<label for="node-input-obfuscate-remove-debugs" class="w-30">
|
|
267
|
+
<i class="fa fa-bug"></i>
|
|
268
|
+
<span>Remove debugs?</span>
|
|
269
|
+
</label>
|
|
270
|
+
<input type="checkbox" checked=checked id="node-input-obfuscate-remove-debugs"
|
|
271
|
+
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
261
272
|
</div>
|
|
273
|
+
|
|
262
274
|
<div class="form-row">
|
|
263
275
|
<label for="node-input-obfuscate-remove-junctions" class="w-30">
|
|
264
|
-
|
|
265
|
-
|
|
276
|
+
<i class="fa fa-sitemap"></i>
|
|
277
|
+
<span>Coalesce Junctions?</span>
|
|
266
278
|
</label>
|
|
267
279
|
<input type="checkbox" checked=checked id="node-input-obfuscate-remove-junctions"
|
|
268
280
|
style="display:inline-block; width:15px; vertical-align:baseline;">
|
|
@@ -270,8 +282,8 @@
|
|
|
270
282
|
|
|
271
283
|
<div class="form-row">
|
|
272
284
|
<label for="node-input-obfuscate-remove-linknodes" class="w-30">
|
|
273
|
-
|
|
274
|
-
|
|
285
|
+
<i class="fa fa-link"></i>
|
|
286
|
+
<span>Coalesce Link Nodes?</span>
|
|
275
287
|
</label>
|
|
276
288
|
<input type="checkbox" checked=checked id="node-input-obfuscate-remove-linknodes"
|
|
277
289
|
style="display:inline-block; width:15px; vertical-align:baseline;">
|