@wwtdev/bsds-components-vue3 2.27.1 → 2.27.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.
package/lib/bsds-components.js
CHANGED
|
@@ -5677,6 +5677,10 @@ const ui = ["data-shown", "data-hide-toggle"], ci = ["aria-expanded", "aria-cont
|
|
|
5677
5677
|
type: Number,
|
|
5678
5678
|
default: 1
|
|
5679
5679
|
},
|
|
5680
|
+
breakout: {
|
|
5681
|
+
type: Boolean,
|
|
5682
|
+
default: !1
|
|
5683
|
+
},
|
|
5680
5684
|
disabled: {
|
|
5681
5685
|
type: Boolean,
|
|
5682
5686
|
default: !1
|
|
@@ -5846,6 +5850,7 @@ const ui = ["data-shown", "data-hide-toggle"], ci = ["aria-expanded", "aria-cont
|
|
|
5846
5850
|
], 8, Ri),
|
|
5847
5851
|
N(Je, {
|
|
5848
5852
|
"anchor-id": v.value,
|
|
5853
|
+
breakout: e.breakout,
|
|
5849
5854
|
preloaded: !0,
|
|
5850
5855
|
shown: a.value,
|
|
5851
5856
|
"use-mobile-style": !1,
|
|
@@ -5915,7 +5920,7 @@ const ui = ["data-shown", "data-hide-toggle"], ci = ["aria-expanded", "aria-cont
|
|
|
5915
5920
|
}, 8, ["label", "model-value", "options-id", "shown"]))
|
|
5916
5921
|
]),
|
|
5917
5922
|
_: 1
|
|
5918
|
-
}, 8, ["anchor-id", "shown"]),
|
|
5923
|
+
}, 8, ["anchor-id", "breakout", "shown"]),
|
|
5919
5924
|
w("div", Wi, [
|
|
5920
5925
|
f.value ? (r(), V(xe, {
|
|
5921
5926
|
key: 0,
|