sakana-element 2.1.4 → 2.1.5
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/es/{Select-TIoGsqKv.js → Select-Blw_iO2r.js} +1 -1
- package/dist/es/index.js +1 -1
- package/dist/index.css +1 -1
- package/dist/theme/Select.css +39 -39
- package/dist/theme/index.css +1 -5
- package/dist/types/components/Select/useKeyMap.d.ts +1 -1
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.css.gz +0 -0
- package/dist/umd/index.umd.cjs +1 -1
- package/dist/umd/index.umd.cjs.gz +0 -0
- package/package.json +1 -1
- package/dist/theme/fonts/zpix.ttf +0 -0
|
@@ -126,7 +126,7 @@ const Y = Symbol("selectContext"), Z = { modifiers: [{ name: "offset", options:
|
|
|
126
126
|
}, blur: () => {
|
|
127
127
|
Ce();
|
|
128
128
|
} }), (e3, l3) => (r(), u("div", { ref_key: "selectRef", ref: D2, class: c(["px-select", { "is-disabled": he.value, "is-ghost": e3.ghost, [`px-select--${e3.size}`]: e3.size, [`px-select--${e3.color}`]: ve.value }]), style: w(ge.value), onClick: d(Re, ["stop"]), onMouseenter: l3[2] || (l3[2] = (e4) => pe.mouseHover = true), onMouseleave: l3[3] || (l3[3] = (e4) => pe.mouseHover = false) }, [h(X, { ref_key: "tooltipRef", ref: te2, placement: "bottom-start", "popper-options": v(Z), onClickOutside: l3[1] || (l3[1] = (e4) => Fe(false)), manual: "" }, { default: I((() => [k("div", { ref_key: "inputWrapperRef", ref: Le }, [h(Q, { ref_key: "inputRef", ref: ne2, modelValue: pe.inputValue, "onUpdate:modelValue": l3[0] || (l3[0] = (e4) => pe.inputValue = e4), id: v(Oe), disabled: he.value, ghost: e3.ghost, color: e3.color, size: e3.size, placeholder: e3.filterable ? Me.value : e3.placeholder, readonly: !e3.filterable || !de.value, onFocus: v(De), onBlur: v(ze), onInput: v(Se), onKeydown: We }, { suffix: I((() => [ye.value ? (r(), L(J, { key: 0, icon: "close-box", class: "px-input__clear", onClick: d($e, ["stop"]), onMousedown: d(v(W), ["prevent"]) }, null, 8, ["onMousedown"])) : (r(), L(J, { key: 1, class: c(["header-angle", { "is-active": de.value }]), icon: "chevron-down" }, null, 8, ["class"]))])), _: 1 }, 8, ["modelValue", "id", "disabled", "ghost", "color", "size", "placeholder", "readonly", "onFocus", "onBlur", "onInput"])], 512)])), content: I((() => [pe.loading ? (r(), u("div", ae, [h(J, { icon: "loader", spin: "" })])) : e3.filterable && Ve.value ? (r(), u("div", ie, " No data ")) : M("", true), k("ul", se, [be.value ? (r(true), u(S, { key: 1 }, O(ue2.value, (([e4, l4]) => (r(), L(oe, B({ key: e4, ref_for: true }, l4), null, 16)))), 128)) : (r(true), u(S, { key: 0 }, O(re.value, ((e4) => (r(), L(oe, B({ key: e4.value, ref_for: true }, e4), null, 16)))), 128))])])), _: 1 }, 8, ["popper-options"])], 38));
|
|
129
|
-
} }), [["__scopeId", "data-v-
|
|
129
|
+
} }), [["__scopeId", "data-v-28834867"]])), ue = a(oe);
|
|
130
130
|
export {
|
|
131
131
|
ne as P,
|
|
132
132
|
ue as a
|
package/dist/es/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { m } from "./Message-ganFfLeU.js";
|
|
|
18
18
|
import { P as f } from "./Notification-D4RYHV9o.js";
|
|
19
19
|
import { a, n } from "./Notification-D4RYHV9o.js";
|
|
20
20
|
import { P as H } from "./Popconfirm-Cop44KwQ.js";
|
|
21
|
-
import { P as S, a as x } from "./Select-
|
|
21
|
+
import { P as S, a as x } from "./Select-Blw_iO2r.js";
|
|
22
22
|
import { P as Y } from "./Switch-CHjcLtHs.js";
|
|
23
23
|
import { P as k } from "./Tooltip-HWx_i2FA.js";
|
|
24
24
|
import { f as K } from "./vendor-DXmGx29U.js";
|