paas-component-library 0.9.98 → 0.9.99

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.
package/dist/paas-ui.js CHANGED
@@ -30320,8 +30320,8 @@ const Ul = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
30320
30320
  },
30321
30321
  change(r) {
30322
30322
  this.value = Array.isArray(r) ? r : [r], this.selected = this.value;
30323
- const e = this.multiple ? this.value : this.value[0];
30324
- this.$emit("update:modelValue", e), this.$emit("change", e);
30323
+ let e = this.multiple ? this.value : this.value[0];
30324
+ e instanceof Array && (e = e.join(",")), console.log(e), this.$emit("update:modelValue", e), this.$emit("change", e);
30325
30325
  },
30326
30326
  loadData() {
30327
30327
  if (this.loading) return;
@@ -30430,7 +30430,7 @@ const Ul = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
30430
30430
  }, 8, ["span"]);
30431
30431
  };
30432
30432
  }
30433
- }), Vce = /* @__PURE__ */ qt(Fce, [["__scopeId", "data-v-11fe74aa"]]), Dce = {
30433
+ }), Vce = /* @__PURE__ */ qt(Fce, [["__scopeId", "data-v-90b25971"]]), Dce = {
30434
30434
  name: "FormSelect",
30435
30435
  inject: {
30436
30436
  labelWidth: {