ywana-core8 0.0.994 → 0.0.995
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/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +3 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/task.js +1 -0
package/dist/index.modern.js
CHANGED
@@ -5702,6 +5702,9 @@ var TaskMonitor = function TaskMonitor(props) {
|
|
5702
5702
|
}, {
|
5703
5703
|
id: "percentage",
|
5704
5704
|
label: ""
|
5705
|
+
}, {
|
5706
|
+
id: "message",
|
5707
|
+
label: "Message"
|
5705
5708
|
},
|
5706
5709
|
// { id: "resourceID", label: "Recurso" },
|
5707
5710
|
// { id: "owner", label: "Propietario" },
|