@factoringplus/pl-components-pack-v3 0.5.74 → 0.5.76-pre-01
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.
|
@@ -19986,7 +19986,7 @@ const formatCurrency = (g, y = 2, j = !1) => {
|
|
|
19986
19986
|
}), plOption_vue_vue_type_style_index_0_scoped_92b2d385_lang = "", PlOption = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-92b2d385"]]), _hoisted_1$D = {
|
|
19987
19987
|
key: 0,
|
|
19988
19988
|
class: "pl-autocomplete__prefix-container"
|
|
19989
|
-
}, _hoisted_2$y = { class: "pl-autocomplete__inner-container" }, _hoisted_3$s = ["id", "prop", "placeholder", "disabled"], _hoisted_4$n = { class: "pl-autocomplete__suffix-container" }, _sfc_main$Y = {
|
|
19989
|
+
}, _hoisted_2$y = { class: "pl-autocomplete__inner-container" }, _hoisted_3$s = ["id", "prop", "placeholder", "value", "disabled"], _hoisted_4$n = { class: "pl-autocomplete__suffix-container" }, _sfc_main$Y = {
|
|
19990
19990
|
__name: "pl-default",
|
|
19991
19991
|
props: {
|
|
19992
19992
|
prop: {
|
|
@@ -20049,17 +20049,16 @@ const formatCurrency = (g, y = 2, j = !1) => {
|
|
|
20049
20049
|
}, null, 8, ["name"])
|
|
20050
20050
|
])) : createCommentVNode("", !0),
|
|
20051
20051
|
createElementVNode("div", _hoisted_2$y, [
|
|
20052
|
-
|
|
20052
|
+
createElementVNode("input", {
|
|
20053
20053
|
id: j.id,
|
|
20054
20054
|
prop: j.prop,
|
|
20055
20055
|
class: "pl-autocomplete__inner",
|
|
20056
20056
|
placeholder: j.placeholder,
|
|
20057
20057
|
type: "text",
|
|
20058
|
-
|
|
20058
|
+
value: $.value,
|
|
20059
|
+
onInput: re[0] || (re[0] = (le) => $.value = le.target.value),
|
|
20059
20060
|
disabled: j.disabled
|
|
20060
|
-
}, null,
|
|
20061
|
-
[vModelText, $.value]
|
|
20062
|
-
])
|
|
20061
|
+
}, null, 40, _hoisted_3$s)
|
|
20063
20062
|
]),
|
|
20064
20063
|
createElementVNode("div", _hoisted_4$n, [
|
|
20065
20064
|
!j.disabled && j.clearable && $.value ? (openBlock(), createBlock(ae, {
|