@sabrenski/spire-ui-vue 0.3.18 → 0.3.19
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/spire-ui.js
CHANGED
|
@@ -17747,7 +17747,8 @@ const qf1 = Symbol("popover"), tS1 = ["aria-expanded", "aria-disabled", "data-sp
|
|
|
17747
17747
|
size: { default: "md" },
|
|
17748
17748
|
placeholder: { default: "Select color" },
|
|
17749
17749
|
inline: { type: Boolean, default: !1 },
|
|
17750
|
-
clearable: { type: Boolean, default: !1 }
|
|
17750
|
+
clearable: { type: Boolean, default: !1 },
|
|
17751
|
+
placement: { default: "bottom-start" }
|
|
17751
17752
|
},
|
|
17752
17753
|
emits: ["update:modelValue", "change"],
|
|
17753
17754
|
setup(o, { emit: e }) {
|
|
@@ -17874,7 +17875,7 @@ const qf1 = Symbol("popover"), tS1 = ["aria-expanded", "aria-disabled", "data-sp
|
|
|
17874
17875
|
modelValue: C.value,
|
|
17875
17876
|
"onUpdate:modelValue": q[0] || (q[0] = (r1) => C.value = r1),
|
|
17876
17877
|
trigger: "click",
|
|
17877
|
-
placement:
|
|
17878
|
+
placement: o.placement,
|
|
17878
17879
|
disabled: f(i)
|
|
17879
17880
|
}, {
|
|
17880
17881
|
content: e1(() => [
|
|
@@ -17967,7 +17968,7 @@ const qf1 = Symbol("popover"), tS1 = ["aria-expanded", "aria-disabled", "data-sp
|
|
|
17967
17968
|
], 16, xS1)
|
|
17968
17969
|
]),
|
|
17969
17970
|
_: 1
|
|
17970
|
-
}, 8, ["modelValue", "disabled"]));
|
|
17971
|
+
}, 8, ["modelValue", "placement", "disabled"]));
|
|
17971
17972
|
}
|
|
17972
17973
|
}), AS1 = { class: "relative" }, TS1 = ["aria-expanded", "aria-disabled", "tabindex"], RS1 = { class: "flex-1 min-w-0" }, BS1 = {
|
|
17973
17974
|
key: 0,
|
package/package.json
CHANGED