@5minds/node-red-dashboard-2-processcube-dynamic-table 2.0.2 → 2.0.3-develop-717243-md8mk9dy
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/README.md +7 -17
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,24 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
# ProcessCube Engine Integration for Node-RED Dashboard-2
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This repository provides custom UI nodes to seamlessly integrate the ProcessCube Engine into Node-RED's Dashboard-2. These nodes enable low-code automation and event-driven workflows within your Node-RED applications.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
| ------------ | -------------------------------------------------------------------------- |
|
|
7
|
-
| Table name | The name of the table. |
|
|
8
|
-
| Group | The group in which the component is rendered. |
|
|
9
|
-
| Size | The size of the table within the group. |
|
|
10
|
-
| Data | The property of `msg.payload` from where the table data is sourced. |
|
|
11
|
-
| Actions | The actions of each row. Each action corresponds to an output of the node. |
|
|
12
|
-
| Columns | The columns of the table. Must correspond to a key of the data property. |
|
|
5
|
+
## Documentation
|
|
13
6
|
|
|
14
|
-
|
|
7
|
+
- [LowCode](https://processcube.io/docs/node-red)
|
|
15
8
|
|
|
16
|
-
|
|
9
|
+
For more details, visit [ProcessCube.io](https://processcube.io).
|
|
17
10
|
|
|
18
|
-
|
|
11
|
+
## License
|
|
19
12
|
|
|
20
|
-
|
|
13
|
+
Distributed under the MIT License.
|
|
21
14
|
|
|
22
|
-
### Referece
|
|
23
|
-
|
|
24
|
-
[https://processcube.io/docs/solutions/node-red](https://processcube.io/docs/solutions/node-red)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/node-red-dashboard-2-processcube-dynamic-table",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3-develop-717243-md8mk9dy",
|
|
4
4
|
"description": "A ui component for showing dynamic Data with actions in a table",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"processcube",
|
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"version": ">=3.0.0",
|
|
66
66
|
"nodes": {
|
|
67
67
|
"ui-dynamic-table": "nodes/dynamic-table.js"
|
|
68
|
-
}
|
|
68
|
+
},
|
|
69
|
+
"examples": "examples"
|
|
69
70
|
},
|
|
70
71
|
"node-red-dashboard-2": {
|
|
71
72
|
"version": "1.0.0",
|