@bsgoal/common 2.8.3 → 2.8.4

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/index.mjs CHANGED
@@ -6372,6 +6372,13 @@ const tv = { class: "bsgoal-base-select" }, rv = Object.assign({
6372
6372
  none: {
6373
6373
  type: [String],
6374
6374
  default: "暂无数据"
6375
+ },
6376
+ /**
6377
+ * 是否可清空
6378
+ */
6379
+ clearable: {
6380
+ type: [Boolean],
6381
+ default: !1
6375
6382
  }
6376
6383
  },
6377
6384
  emits: ["update:modelValue", "change"],
@@ -6388,10 +6395,10 @@ const tv = { class: "bsgoal-base-select" }, rv = Object.assign({
6388
6395
  const A = L("el-option"), C = L("el-select");
6389
6396
  return x(), P("div", tv, [
6390
6397
  te(C, {
6391
- clearable: "",
6392
6398
  class: "base_select",
6393
6399
  modelValue: y.value,
6394
6400
  "onUpdate:modelValue": h[0] || (h[0] = (R) => y.value = R),
6401
+ clearable: c.clearable,
6395
6402
  "no-data-text": c.none,
6396
6403
  placeholder: c.placeholder,
6397
6404
  onChange: S
@@ -6404,11 +6411,11 @@ const tv = { class: "bsgoal-base-select" }, rv = Object.assign({
6404
6411
  }, null, 8, ["label", "value"]))), 128))
6405
6412
  ]),
6406
6413
  _: 1
6407
- }, 8, ["modelValue", "no-data-text", "placeholder"])
6414
+ }, 8, ["modelValue", "clearable", "no-data-text", "placeholder"])
6408
6415
  ]);
6409
6416
  };
6410
6417
  }
6411
- }), iv = /* @__PURE__ */ Rt(rv, [["__scopeId", "data-v-08e523ab"]]);
6418
+ }), iv = /* @__PURE__ */ Rt(rv, [["__scopeId", "data-v-258112eb"]]);
6412
6419
  const uv = { class: "bsgoal-base-time" }, av = Object.assign({
6413
6420
  name: "BsgoalBaseTime"
6414
6421
  }, {