@platforma-sdk/ui-vue 1.10.17 → 1.10.18
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/CHANGELOG.md +8 -0
- package/dist/lib.js +5 -5
- package/dist/lib.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/src/assets/base.scss +1 -1
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -9699,10 +9699,10 @@ function xE(t, e, n, i, s, a) {
|
|
|
9699
9699
|
}
|
|
9700
9700
|
const SE = /* @__PURE__ */ ui(wE, [["render", xE]]), kE = { key: 0 }, AE = ["tabindex", "onKeydown", "onClick"], TE = {
|
|
9701
9701
|
key: 1,
|
|
9702
|
-
class: "
|
|
9702
|
+
class: "pl-btn-group__helper"
|
|
9703
9703
|
}, EE = {
|
|
9704
9704
|
key: 2,
|
|
9705
|
-
class: "
|
|
9705
|
+
class: "pl-btn-group__error"
|
|
9706
9706
|
}, PE = {
|
|
9707
9707
|
name: "PlBtnGroup"
|
|
9708
9708
|
}, uG = /* @__PURE__ */ ue({
|
|
@@ -9724,7 +9724,7 @@ const SE = /* @__PURE__ */ ui(wE, [["render", xE]]), kE = { key: 0 }, AE = ["tab
|
|
|
9724
9724
|
}))
|
|
9725
9725
|
);
|
|
9726
9726
|
return (d, c) => (_(), S("div", {
|
|
9727
|
-
class: ye(["
|
|
9727
|
+
class: ye(["pl-btn-group", { disabled: d.disabled }])
|
|
9728
9728
|
}, [
|
|
9729
9729
|
d.label ? (_(), S("label", kE, [
|
|
9730
9730
|
G("span", null, oe(d.label), 1),
|
|
@@ -9741,11 +9741,11 @@ const SE = /* @__PURE__ */ ui(wE, [["render", xE]]), kE = { key: 0 }, AE = ["tab
|
|
|
9741
9741
|
})) : Y("", !0)
|
|
9742
9742
|
])) : Y("", !0),
|
|
9743
9743
|
c[1] || (c[1] = O()),
|
|
9744
|
-
be(SE, { class: "
|
|
9744
|
+
be(SE, { class: "pl-btn-group__container" }, {
|
|
9745
9745
|
default: Re(() => [
|
|
9746
9746
|
(_(!0), S(Qe, null, ut(l.value, (p, f) => (_(), S("div", {
|
|
9747
9747
|
key: f,
|
|
9748
|
-
class: ye(["
|
|
9748
|
+
class: ye(["pl-btn-group__option text-s", { active: d.modelValue === p.value }]),
|
|
9749
9749
|
tabindex: d.modelValue === p.value || d.disabled ? void 0 : 0,
|
|
9750
9750
|
onKeydown: ki((m) => s(p.value), ["enter"]),
|
|
9751
9751
|
onClick: (m) => s(p.value)
|