@arbocollab/arbo-web-scene 0.26.5-alpha.40 → 0.26.5-alpha.41
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/es/index.es.js +5 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/umd/index.umd.js +1 -1
package/es/index.es.js
CHANGED
|
@@ -51370,7 +51370,7 @@ const ckn = {
|
|
|
51370
51370
|
(s = (o = e == null ? void 0 : e.config) == null ? void 0 : o.globalProperties) == null || s.setStoreValue("scene", "setCurrentSceneTabId", a);
|
|
51371
51371
|
}
|
|
51372
51372
|
return e.config.globalProperties.setStoreValue = r, e.config.globalProperties.handleSetTab = i, { handleSetTab: i };
|
|
51373
|
-
}, mkn = "0.26.5-alpha.
|
|
51373
|
+
}, mkn = "0.26.5-alpha.41", gkn = {
|
|
51374
51374
|
"@arbocollab/arbo-chart-component": "1.0.1",
|
|
51375
51375
|
"@arbocollab/arbo-comment-utils": "1.0.1",
|
|
51376
51376
|
"@arbocollab/arbo-common-utils": "npm:@arbocollab/arbo-common-utils@0.0.12-alpha.0",
|
|
@@ -203968,7 +203968,10 @@ function SWr(e, t, n, r, i, a) {
|
|
|
203968
203968
|
return Nt((j(), oe(
|
|
203969
203969
|
"div",
|
|
203970
203970
|
{
|
|
203971
|
-
class: Pe(["update-processing", {
|
|
203971
|
+
class: Pe(["update-processing", {
|
|
203972
|
+
danger: n.state == r.BulkProcessState.DANGER,
|
|
203973
|
+
warning: n.state == r.BulkProcessState.WARNING
|
|
203974
|
+
}])
|
|
203972
203975
|
},
|
|
203973
203976
|
[
|
|
203974
203977
|
Le(o, { name: "AnimatedHourglass" })
|