bkui-vue 0.0.2-beta.4 → 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
@@ -9179,7 +9179,14 @@ const m7 = {
9179
9179
  // 是否显示箭头
9180
9180
  arrow: v.bool.def(!0),
9181
9181
  padding: v.number.def(5),
9182
- offset: v.oneOfType([v.number, v.shape({})]).def(6),
9182
+ offset: v.oneOfType([
9183
+ v.number,
9184
+ v.shape({
9185
+ mainAxis: v.number,
9186
+ crossAxis: v.number,
9187
+ alignmentAxis: v.number
9188
+ })
9189
+ ]).def(6),
9183
9190
  /**
9184
9191
  * 弹出内容绑定元素
9185
9192
  */
@@ -9205,7 +9212,7 @@ const m7 = {
9205
9212
  /**
9206
9213
  * 自定义 reference
9207
9214
  */
9208
- reference: v.any.def(null),
9215
+ reference: v.any,
9209
9216
  /**
9210
9217
  * 兼容v1版本遗留配置
9211
9218
  * 不建议使用
@@ -26265,11 +26272,11 @@ const WS = /* @__PURE__ */ ye({
26265
26272
  separator: v.string.def("/"),
26266
26273
  limitOneLine: v.bool.def(!1),
26267
26274
  extCls: v.string.def(""),
26268
- filterMethod: v.func.def(null),
26275
+ filterMethod: v.func,
26269
26276
  scrollHeight: v.oneOfType([v.number, v.string]).def(216),
26270
26277
  scrollWidth: v.oneOfType([v.number, v.string]).def("auto"),
26271
- customTextFillback: v.func.def(null),
26272
- customTagsFillback: v.func.def(null),
26278
+ customTextFillback: v.func,
26279
+ customTagsFillback: v.func,
26273
26280
  collapseTags: {
26274
26281
  type: Boolean,
26275
26282
  default: !0