@wwtdev/bsds-components-vue3 2.27.0 → 2.27.1
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
|
@@ -651,13 +651,7 @@ const fa = {
|
|
|
651
651
|
slotDefinitions: $a
|
|
652
652
|
}, Symbol.toStringTag, { value: "Module" })), rn = {
|
|
653
653
|
// REQUIRED
|
|
654
|
-
|
|
655
|
-
default: void 0,
|
|
656
|
-
description: "Sets the `id` attribute of the modal element and this\n prop is required for the modal to be accessible.",
|
|
657
|
-
required: !0,
|
|
658
|
-
type: String,
|
|
659
|
-
typeDef: "string"
|
|
660
|
-
},
|
|
654
|
+
// none
|
|
661
655
|
// OPTIONAL
|
|
662
656
|
alert: {
|
|
663
657
|
default: !1,
|
|
@@ -704,6 +698,12 @@ const fa = {
|
|
|
704
698
|
type: Boolean,
|
|
705
699
|
typeDef: "boolean"
|
|
706
700
|
},
|
|
701
|
+
modalId: {
|
|
702
|
+
default: void 0,
|
|
703
|
+
description: "Sets the `id` attribute of the modal element and this\n value is emitted when closing the modal.",
|
|
704
|
+
type: String,
|
|
705
|
+
typeDef: "string"
|
|
706
|
+
},
|
|
707
707
|
preloaded: {
|
|
708
708
|
default: !1,
|
|
709
709
|
description: "If `true`, the content will always be rendered via\n `v-show` rather than `v-if`.",
|