ywana-core8 0.0.993 → 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 +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +4 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +4 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/task.js +2 -1
package/dist/index.umd.js
CHANGED
@@ -5680,7 +5680,7 @@
|
|
5680
5680
|
return function () {
|
5681
5681
|
clearInterval(interval);
|
5682
5682
|
};
|
5683
|
-
}, []);
|
5683
|
+
}, [filters]);
|
5684
5684
|
var table = {
|
5685
5685
|
columns: [{
|
5686
5686
|
id: "state",
|
@@ -5704,6 +5704,9 @@
|
|
5704
5704
|
}, {
|
5705
5705
|
id: "percentage",
|
5706
5706
|
label: ""
|
5707
|
+
}, {
|
5708
|
+
id: "message",
|
5709
|
+
label: "Message"
|
5707
5710
|
},
|
5708
5711
|
// { id: "resourceID", label: "Recurso" },
|
5709
5712
|
// { id: "owner", label: "Propietario" },
|