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

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