node-red-contrib-uibuilder
node-red-contrib-uibuilder copied to clipboard
Easily create data-driven web UI's for Node-RED using any (or no) front-end framework.
We're using docker to run Node-RED. Currently we have uibuilder getting installed automatically by providing a package.json to Node-RED, per these instructions https://nodered.org/docs/getting-started/docker: ```dockerfile # Copy package.json to the WORKDIR...
Added an additional example flow, demonstrating logging methods of messages passed both into and from a uibulder node, to both the Node-RED debug panel and the Web Dev console. I...
When using the new `uibuilder.esm.js` module, i noticed that because i wasnt loading a css file (all css was in each .vue file) the `uib-brand.css` file was loading but clashing...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.63 to 20.11.24. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.24.6. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
### Current Behavior I send in NodeRed the following to the UIB node: ``` return { payload: function() {console.log("Test")}, _socketId: msg._socketId } ``` Using the uiChange node ``` uibuilder.onChange('msg', function(msg)...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.55.0 to 4.2.12. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: properly update svelte:component props when there are spread props (#10604) [email protected] Patch Changes fix:...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 47.0.2 to 48.2.0. Release notes Sourced from eslint-plugin-jsdoc's releases. v48.2.0 48.2.0 (2024-02-22) Features check-param-names: Add disableMissingParamChecks option (#1206) (ba642e4) v48.1.0 48.1.0 (2024-02-14) Features check-line-alignment: add `disableWrapIndent`` option...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 5.0.6. Release notes Sourced from nanoid's releases. 5.0.6 Fixed React Native support. Changelog Sourced from nanoid's changelog. 5.0.6 Fixed React Native support. 5.0.5 Make browser’s...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.0.0 to 4.1.3. Release notes Sourced from actions/dependency-review-action's releases. 4.1.3 Fixes a bug in 4.1.2 that would introduce comments in every pull request, regardless of the user's...