@maxax/ui 1.1.80 → 1.1.81
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.mjs
CHANGED
|
@@ -21350,7 +21350,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
21350
21350
|
show: { type: Boolean },
|
|
21351
21351
|
to: {},
|
|
21352
21352
|
transformOrigin: {},
|
|
21353
|
-
trapFocus: { type: Boolean },
|
|
21353
|
+
trapFocus: { type: Boolean, default: true },
|
|
21354
21354
|
zIndex: {},
|
|
21355
21355
|
onClose: {},
|
|
21356
21356
|
onAfterEnter: {},
|