maz-ui 3.21.2 → 3.21.3
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.
|
@@ -45,7 +45,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
45
45
|
noElevation: { type: Boolean, default: false }
|
|
46
46
|
},
|
|
47
47
|
setup(__props) {
|
|
48
|
-
const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-
|
|
48
|
+
const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-e92bd359.mjs"));
|
|
49
49
|
const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
|
|
50
50
|
const { href, to } = useAttrs();
|
|
51
51
|
const slots = useSlots();
|
|
@@ -210,7 +210,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
210
210
|
id: { default: "maz-dropdown" },
|
|
211
211
|
trigger: { default: "both" },
|
|
212
212
|
color: { default: "transparent" },
|
|
213
|
-
position: { default: "bottom
|
|
213
|
+
position: { default: "bottom left" },
|
|
214
214
|
noCloseOnClick: { type: Boolean },
|
|
215
215
|
disabled: { type: Boolean }
|
|
216
216
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../assets/MazSpinner.css";
|
|
2
2
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, pushScopeId, popScopeId, createElementVNode } from "vue";
|
|
3
|
-
import { _ as _export_sfc } from "./MazDropdown-
|
|
3
|
+
import { _ as _export_sfc } from "./MazDropdown-6f4482d7.mjs";
|
|
4
4
|
const _withScopeId = (n) => (pushScopeId("data-v-c67298ec"), n = n(), popScopeId(), n);
|
|
5
5
|
const _hoisted_1 = ["width", "height"];
|
|
6
6
|
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode(
|
package/nuxt/index.json
CHANGED