@factoringplus/pl-components-pack-v3 0.4.72-pre-5 → 0.4.72-pre-6

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.
@@ -37700,13 +37700,13 @@ const __default__$2 = {
37700
37700
  }
37701
37701
  },
37702
37702
  watch: {
37703
- selectedValue(newVal) {
37703
+ selectedValue: function(newVal) {
37704
37704
  this.ruleForm[this.prop] = newVal;
37705
37705
  },
37706
- selectedItem(newVal) {
37706
+ selectedItem: function(newVal) {
37707
37707
  this.selectedValue = newVal.value;
37708
37708
  },
37709
- getValidate(newVal) {
37709
+ getValidate: function(newVal) {
37710
37710
  if (newVal) {
37711
37711
  this.validateInpBlur();
37712
37712
  this.$emit("setValid");
@@ -41735,7 +41735,7 @@ const _sfc_main$2 = {
41735
41735
  }, {
41736
41736
  default: withCtx(() => [
41737
41737
  createElementVNode("div", _hoisted_2$2, [
41738
- createTextVNode(toDisplayString(item.label) + " ", 1),
41738
+ createElementVNode("span", null, toDisplayString(item.label), 1),
41739
41739
  item.value === unref(select2) ? (openBlock(), createElementBlock("img", _hoisted_3$2)) : createCommentVNode("", true)
41740
41740
  ])
41741
41741
  ]),