@ecan-bi/datav 1.4.69 → 1.4.70

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.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @ecan-bi/datav@1.4.69 */
1
+ /*! @ecan-bi/datav@1.4.70 */
2
2
  import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, reactive, vModelText, getCurrentInstance, onDeactivated, isRef, onActivated, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
3
3
  import { throttle, init, use, registerMap } from "echarts/core";
4
4
  import { addListener, removeListener } from "resize-detector";
@@ -13904,13 +13904,13 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
13904
13904
  const { mode: fr, selectFirstOption: vr, value: pr } = c, dr = Fn(pr), gr = Rn.value;
13905
13905
  if (fr === "multiple" || fr === "tags" || fr === "combobox") {
13906
13906
  if (dr)
13907
- b.value = dr.split(",");
13907
+ b.value = unref(dr).split(",");
13908
13908
  else if (vr) {
13909
13909
  const mr = unref(y)[0];
13910
13910
  b.value = mr ? [mr[gr]] : [];
13911
13911
  }
13912
13912
  } else if (dr)
13913
- b.value = dr;
13913
+ b.value = unref(dr);
13914
13914
  else if (vr) {
13915
13915
  const mr = unref(y)[0];
13916
13916
  b.value = mr ? mr[gr] : "";
@@ -14149,7 +14149,7 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
14149
14149
  mobileSelectValue: m
14150
14150
  };
14151
14151
  }
14152
- }), Select_vue_vue_type_style_index_0_scoped_1b6377da_lang = "", Select_vue_vue_type_style_index_1_lang = "";
14152
+ }), Select_vue_vue_type_style_index_0_scoped_f73914dd_lang = "", Select_vue_vue_type_style_index_1_lang = "";
14153
14153
  function _sfc_render$m(c, u, f, d, p, m) {
14154
14154
  const g = resolveComponent("down-outlined"), v = resolveComponent("a-input"), y = resolveComponent("van-picker"), b = resolveComponent("van-popup"), w = resolveComponent("a-select-option"), Bn = resolveComponent("a-select");
14155
14155
  return openBlock(), createElementBlock("div", {
@@ -14221,7 +14221,7 @@ function _sfc_render$m(c, u, f, d, p, m) {
14221
14221
  }, 8, ["value", "placeholder", "allowClear", "mode", "getPopupContainer", "maxTagCount", "filterOption", "loading", "autoClearSearchValue", "onChange", "style"]))
14222
14222
  ], 4);
14223
14223
  }
14224
- const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$m], ["__scopeId", "data-v-1b6377da"]]), EcanSelect = withInstall$1(Select), treeSelectProps = {
14224
+ const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$m], ["__scopeId", "data-v-f73914dd"]]), EcanSelect = withInstall$1(Select), treeSelectProps = {
14225
14225
  ...props,
14226
14226
  name: "树形下拉框选择器",
14227
14227
  keyName: "树形下拉框选择器",