@factoringplus/pl-components-pack-v3 0.5.85 → 0.5.86
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.
|
@@ -34498,7 +34498,7 @@ const PlQuestionnairePlugin = {
|
|
|
34498
34498
|
install(g) {
|
|
34499
34499
|
g.component("PlCard", _sfc_main$j);
|
|
34500
34500
|
}
|
|
34501
|
-
}, plCheckbox_vue_vue_type_style_index_0_lang = "", _hoisted_1 = { id: "plCheckbox" }, _hoisted_2 = ["id", "name"], _hoisted_3 = ["for"], _sfc_main$i = {
|
|
34501
|
+
}, plCheckbox_vue_vue_type_style_index_0_lang = "", _hoisted_1 = { id: "plCheckbox" }, _hoisted_2 = ["id", "name", "disabled"], _hoisted_3 = ["for"], _sfc_main$i = {
|
|
34502
34502
|
__name: "pl-checkbox",
|
|
34503
34503
|
props: {
|
|
34504
34504
|
label: {
|
|
@@ -34508,6 +34508,10 @@ const PlQuestionnairePlugin = {
|
|
|
34508
34508
|
modelValue: {
|
|
34509
34509
|
type: Boolean,
|
|
34510
34510
|
required: !0
|
|
34511
|
+
},
|
|
34512
|
+
disabled: {
|
|
34513
|
+
type: Boolean,
|
|
34514
|
+
default: !1
|
|
34511
34515
|
}
|
|
34512
34516
|
},
|
|
34513
34517
|
emits: ["update:modelValue"],
|
|
@@ -34524,7 +34528,8 @@ const PlQuestionnairePlugin = {
|
|
|
34524
34528
|
"onUpdate:modelValue": le[0] || (le[0] = (ue) => z.value = ue),
|
|
34525
34529
|
type: "checkbox",
|
|
34526
34530
|
class: "custom-checkbox",
|
|
34527
|
-
name: re.value
|
|
34531
|
+
name: re.value,
|
|
34532
|
+
disabled: j.disabled
|
|
34528
34533
|
}, null, 8, _hoisted_2), [
|
|
34529
34534
|
[vModelCheckbox, z.value]
|
|
34530
34535
|
]),
|