@factoringplus/pl-components-pack-v3 0.5.85 → 0.5.87
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.
|
@@ -20069,7 +20069,8 @@ const _hoisted_1$D = {
|
|
|
20069
20069
|
disabled: j.disabled,
|
|
20070
20070
|
onFocusin: $,
|
|
20071
20071
|
onKeydown: withKeys(withModifiers(V, ["prevent"]), ["tab"]),
|
|
20072
|
-
onInput: le[0] || (le[0] = (ie) => re.value = ie.target.value
|
|
20072
|
+
onInput: le[0] || (le[0] = (ie) => re.value = ie.target.value),
|
|
20073
|
+
onChange: le[1] || (le[1] = (ie) => re.value = ie.target.value.trim())
|
|
20073
20074
|
}, null, 40, _hoisted_3$s)
|
|
20074
20075
|
]),
|
|
20075
20076
|
createElementVNode("div", _hoisted_4$n, [
|
|
@@ -34498,7 +34499,7 @@ const PlQuestionnairePlugin = {
|
|
|
34498
34499
|
install(g) {
|
|
34499
34500
|
g.component("PlCard", _sfc_main$j);
|
|
34500
34501
|
}
|
|
34501
|
-
}, plCheckbox_vue_vue_type_style_index_0_lang = "", _hoisted_1 = { id: "plCheckbox" }, _hoisted_2 = ["id", "name"], _hoisted_3 = ["for"], _sfc_main$i = {
|
|
34502
|
+
}, plCheckbox_vue_vue_type_style_index_0_lang = "", _hoisted_1 = { id: "plCheckbox" }, _hoisted_2 = ["id", "name", "disabled"], _hoisted_3 = ["for"], _sfc_main$i = {
|
|
34502
34503
|
__name: "pl-checkbox",
|
|
34503
34504
|
props: {
|
|
34504
34505
|
label: {
|
|
@@ -34508,6 +34509,10 @@ const PlQuestionnairePlugin = {
|
|
|
34508
34509
|
modelValue: {
|
|
34509
34510
|
type: Boolean,
|
|
34510
34511
|
required: !0
|
|
34512
|
+
},
|
|
34513
|
+
disabled: {
|
|
34514
|
+
type: Boolean,
|
|
34515
|
+
default: !1
|
|
34511
34516
|
}
|
|
34512
34517
|
},
|
|
34513
34518
|
emits: ["update:modelValue"],
|
|
@@ -34524,7 +34529,8 @@ const PlQuestionnairePlugin = {
|
|
|
34524
34529
|
"onUpdate:modelValue": le[0] || (le[0] = (ue) => z.value = ue),
|
|
34525
34530
|
type: "checkbox",
|
|
34526
34531
|
class: "custom-checkbox",
|
|
34527
|
-
name: re.value
|
|
34532
|
+
name: re.value,
|
|
34533
|
+
disabled: j.disabled
|
|
34528
34534
|
}, null, 8, _hoisted_2), [
|
|
34529
34535
|
[vModelCheckbox, z.value]
|
|
34530
34536
|
]),
|