@factoringplus/pl-components-pack-v3 0.3.78 → 0.3.79

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.
@@ -24522,7 +24522,7 @@ const _sfc_main$u = {
24522
24522
  },
24523
24523
  type: {
24524
24524
  type: String,
24525
- default: "number"
24525
+ default: "text"
24526
24526
  },
24527
24527
  label: {
24528
24528
  type: String,
@@ -42382,13 +42382,7 @@ const _sfc_main$2 = {
42382
42382
  const blurSelect = async () => {
42383
42383
  selected.value = false;
42384
42384
  setTimeout(() => {
42385
- formSelect.value.validate((valid, fields) => {
42386
- console.log(valid, fields);
42387
- if (valid) {
42388
- console.log("submit!");
42389
- } else {
42390
- console.log("error submit!", fields);
42391
- }
42385
+ formSelect.value.validate(() => {
42392
42386
  });
42393
42387
  }, 200);
42394
42388
  };