bkui-vue 0.0.2-beta.5 → 0.0.2-beta.6

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.esm.js CHANGED
@@ -9212,7 +9212,7 @@ const m7 = {
9212
9212
  /**
9213
9213
  * 自定义 reference
9214
9214
  */
9215
- reference: v.any.def(null),
9215
+ reference: v.any,
9216
9216
  /**
9217
9217
  * 兼容v1版本遗留配置
9218
9218
  * 不建议使用
@@ -26272,11 +26272,11 @@ const WS = /* @__PURE__ */ ye({
26272
26272
  separator: v.string.def("/"),
26273
26273
  limitOneLine: v.bool.def(!1),
26274
26274
  extCls: v.string.def(""),
26275
- filterMethod: v.func.def(null),
26275
+ filterMethod: v.func,
26276
26276
  scrollHeight: v.oneOfType([v.number, v.string]).def(216),
26277
26277
  scrollWidth: v.oneOfType([v.number, v.string]).def("auto"),
26278
- customTextFillback: v.func.def(null),
26279
- customTagsFillback: v.func.def(null),
26278
+ customTextFillback: v.func,
26279
+ customTagsFillback: v.func,
26280
26280
  collapseTags: {
26281
26281
  type: Boolean,
26282
26282
  default: !0