comand-component-library 4.0.25 → 4.0.26
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/comand-component-library.js +10 -4
- package/dist/comand-component-library.umd.cjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +1 -0
- package/src/components/CmdFancyBox.vue +1 -1
- package/src/components/CmdFormElement.vue +13 -1
- package/src/components/CmdInputGroup.vue +4 -0
- package/src/components/CmdSiteSearch.vue +5 -2
|
@@ -3140,7 +3140,7 @@ function hs(e, n, t, s, o, i) {
|
|
|
3140
3140
|
role: e.validationStatus === "error" ? "alert" : "dialog"
|
|
3141
3141
|
}, null, 8, ["validationStatus", "relatedId", "cmdListOfRequirements", "role"])) : c("", !0)
|
|
3142
3142
|
], 2)) : c("", !0),
|
|
3143
|
-
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (l(), a("span", Gl, [
|
|
3143
|
+
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" && e.$attrs.type !== "search" ? (l(), a("span", Gl, [
|
|
3144
3144
|
t.fieldIconClass ? (l(), b(r, {
|
|
3145
3145
|
key: 0,
|
|
3146
3146
|
class: "place-inside",
|
|
@@ -3259,6 +3259,11 @@ function hs(e, n, t, s, o, i) {
|
|
|
3259
3259
|
class: C(["characters-left", { error: i.charactersLeft === 0 }])
|
|
3260
3260
|
}, g(i.charactersLeft), 3)
|
|
3261
3261
|
])) : t.element === "input" && e.$attrs.type === "search" ? (l(), a("span", ds, [
|
|
3262
|
+
t.fieldIconClass ? (l(), b(r, {
|
|
3263
|
+
key: 0,
|
|
3264
|
+
class: "place-inside",
|
|
3265
|
+
iconClass: t.fieldIconClass
|
|
3266
|
+
}, null, 8, ["iconClass"])) : c("", !0),
|
|
3262
3267
|
f("input", H(i.elementAttributes, {
|
|
3263
3268
|
id: e.htmlId,
|
|
3264
3269
|
onInput: n[20] || (n[20] = (...A) => i.onInput && i.onInput(...A)),
|
|
@@ -3266,7 +3271,7 @@ function hs(e, n, t, s, o, i) {
|
|
|
3266
3271
|
value: t.modelValue
|
|
3267
3272
|
}), null, 16, cs),
|
|
3268
3273
|
t.showSearchButton ? (l(), a("a", {
|
|
3269
|
-
key:
|
|
3274
|
+
key: 1,
|
|
3270
3275
|
href: "#",
|
|
3271
3276
|
class: C(["button no-flex", { disabled: e.$attrs.disabled }]),
|
|
3272
3277
|
title: t.iconSearch.tooltip,
|
|
@@ -3277,7 +3282,7 @@ function hs(e, n, t, s, o, i) {
|
|
|
3277
3282
|
}, null, 8, ["iconClass"])
|
|
3278
3283
|
], 10, us)) : c("", !0),
|
|
3279
3284
|
(u = t.iconDelete) != null && u.show ? (l(), a("a", {
|
|
3280
|
-
key:
|
|
3285
|
+
key: 2,
|
|
3281
3286
|
href: "#",
|
|
3282
3287
|
onClick: n[22] || (n[22] = O((A) => e.$emit("update:modelValue", ""), ["prevent"])),
|
|
3283
3288
|
title: (h = t.iconDelete) == null ? void 0 : h.tooltip
|
|
@@ -5792,7 +5797,7 @@ function Ar(e, n, t, s, o, i) {
|
|
|
5792
5797
|
e.fancyboxOptions.closeIcon ? (l(), a("a", {
|
|
5793
5798
|
key: 2,
|
|
5794
5799
|
href: "#",
|
|
5795
|
-
class: "button
|
|
5800
|
+
class: "button",
|
|
5796
5801
|
id: "close-dialog",
|
|
5797
5802
|
title: e.fancyboxOptions.closeIcon.tooltip,
|
|
5798
5803
|
ref: "close-dialog",
|
|
@@ -11431,6 +11436,7 @@ function $f(e, n, t, s, o, i) {
|
|
|
11431
11436
|
]),
|
|
11432
11437
|
t.useFilters ? (l(), a(x, { key: 1 }, [
|
|
11433
11438
|
f("a", {
|
|
11439
|
+
class: "filter-options",
|
|
11434
11440
|
href: "#",
|
|
11435
11441
|
onClick: n[3] || (n[3] = O((L) => o.showFilters = !o.showFilters, ["prevent"]))
|
|
11436
11442
|
}, [
|