1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red/editor-client/src/js
Nick O'Leary 2bbdc85a29
Prevent unknown node from breaking editor
If a node provides a .js file that registers a type
but its .html is empty, then the editor will know about
the type, but there will be no node definition.

This fix handles that in some of the utility functions
for generating node appearance.

This wasn't an exhaustive check for these things - just
some obvious candidates that I hit in testing 'bad' nodes
2021-05-13 14:28:01 +01:00
..
text Found some more ids and classes to namespace 2019-05-16 22:32:28 +01:00
ui Prevent unknown node from breaking editor 2021-05-13 14:28:01 +01:00
comms.js Upgrade to jq 3.3.1 / jq-ui 1.12.1 2019-04-29 11:50:15 +01:00
events.js Switch RED.events.DEBUG messages to warn to get stacktraces 2020-06-14 23:43:15 +01:00
font-awesome.js Remove filtering of duplicate fa icons 2020-07-22 14:51:07 +01:00
history.js Implement node property typing 2021-01-08 14:19:12 +00:00
i18n.js Initial plugin runtime api implementation 2021-01-18 16:25:40 +00:00
jquery-addons.js Add more ui tooltips 2018-10-24 22:57:16 +01:00
keymap.json Use cursor keys to change selection in workspace 2021-03-10 14:04:47 +00:00
main.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
nodes.js Stop module with missing types from preventing editor load 2021-05-13 14:06:43 +01:00
plugins.js Add i18n function to editor plugins when they are registered 2021-01-20 15:35:44 +00:00
polyfills.js make flow download code separate utility instead of polyfill 2021-02-11 23:10:33 +09:00
red.js Add Japanese translations for Node-RED v1.3 2021-04-08 20:06:35 +09:00
settings.js Deprecate editorTheme.palette.editable for externalModules.palette.allowInstall 2020-12-23 23:29:07 +00:00
user.js Allow to explicit use userMenu in the theme configuration 2020-12-29 22:06:02 +00:00
validators.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00