@factoringplus/pl-components-pack-v3 0.3.20 → 0.3.21
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.
|
@@ -42150,6 +42150,10 @@ const _sfc_main = {
|
|
|
42150
42150
|
options: {
|
|
42151
42151
|
type: Object,
|
|
42152
42152
|
required: true
|
|
42153
|
+
},
|
|
42154
|
+
checked: {
|
|
42155
|
+
type: Boolean,
|
|
42156
|
+
default: true
|
|
42153
42157
|
}
|
|
42154
42158
|
},
|
|
42155
42159
|
emits: ["update:modelValue"],
|
|
@@ -42177,7 +42181,7 @@ const _sfc_main = {
|
|
|
42177
42181
|
}, {
|
|
42178
42182
|
default: withCtx(() => [
|
|
42179
42183
|
createVNode(_component_el_select, {
|
|
42180
|
-
"popper-class": "selectBox",
|
|
42184
|
+
"popper-class": [{ checked: __props.checked }, "selectBox"],
|
|
42181
42185
|
modelValue: unref(select2),
|
|
42182
42186
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(select2) ? select2.value = $event : select2 = $event),
|
|
42183
42187
|
placeholder: __props.placeholder
|
|
@@ -42198,7 +42202,7 @@ const _sfc_main = {
|
|
|
42198
42202
|
}), 128))
|
|
42199
42203
|
]),
|
|
42200
42204
|
_: 1
|
|
42201
|
-
}, 8, ["modelValue", "placeholder"])
|
|
42205
|
+
}, 8, ["popper-class", "modelValue", "placeholder"])
|
|
42202
42206
|
]),
|
|
42203
42207
|
_: 1
|
|
42204
42208
|
}, 8, ["label"])
|