@diasro/ucsd-its-frontend 0.2.1 → 0.2.2
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.
|
@@ -8074,12 +8074,13 @@ const Sd = Z({
|
|
|
8074
8074
|
"onUpdate:modelValue": a[0] || (a[0] = (o) => k(t).isInProgress = o),
|
|
8075
8075
|
persistent: !0,
|
|
8076
8076
|
transition: "dialog-top-transition",
|
|
8077
|
-
width: "auto"
|
|
8077
|
+
width: "auto",
|
|
8078
|
+
"z-index": "20000"
|
|
8078
8079
|
}, {
|
|
8079
8080
|
default: I(() => [
|
|
8080
8081
|
g(mt, { color: "primary" }, {
|
|
8081
8082
|
title: I(() => [...a[1] || (a[1] = [
|
|
8082
|
-
oe(" Please stand by. Sending your request to the server. ", -1)
|
|
8083
|
+
oe(" Please stand by. Sending your request to the server With z-index. ", -1)
|
|
8083
8084
|
])]),
|
|
8084
8085
|
subtitle: I(() => [
|
|
8085
8086
|
oe(ge(k(t).progressMessage), 1)
|