@dazhicheng/ui 1.5.260 → 1.5.261

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.
@@ -206,7 +206,7 @@ const Xe = { class: "flex-auto overflow-hidden" }, Ye = {
206
206
  };
207
207
  return Reflect.has(r.value, "name") || delete o.name, y(n.component) && de.has(n.component) && o.modelValue === void 0 && (o.modelValue = !1), y(n.component) && ce.has(n.component) && (o.controls = !1, o.align = "left"), {
208
208
  ...o,
209
- placeholder: N.value ? "" : r.value.placeholder
209
+ placeholder: N.value ? "" : o.placeholder
210
210
  };
211
211
  }
212
212
  function fe() {
@@ -23,7 +23,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
23
23
  }>, {
24
24
  disabled: boolean;
25
25
  immediate: boolean;
26
- placeholder: string;
27
26
  multiple: boolean;
28
27
  options: PanelSelectOption[];
29
28
  treeConfig: import('./types').PanelSelectTreeConfig;
@@ -54,7 +54,7 @@ const p = 4, Fl = /* @__PURE__ */ _e({
54
54
  showOriginMode: { type: Boolean, default: !0 },
55
55
  leftPlaceholder: { default: "支持模糊搜索" },
56
56
  middlePlaceholder: { default: "支持模糊搜索" },
57
- placeholder: { default: "" }
57
+ placeholder: {}
58
58
  }, {
59
59
  modelValue: {},
60
60
  modelModifiers: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.260",
3
+ "version": "1.5.261",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -67,8 +67,8 @@
67
67
  "vue-router": "^5.0.2",
68
68
  "vxe-pc-ui": "^4.12.36",
69
69
  "vxe-table": "^4.17.48",
70
- "@dazhicheng/hooks": "1.4.50",
71
- "@dazhicheng/utils": "1.3.47"
70
+ "@dazhicheng/utils": "1.3.47",
71
+ "@dazhicheng/hooks": "1.4.50"
72
72
  },
73
73
  "files": [
74
74
  "dist"