@ecan-bi/datav 1.4.72 → 1.4.73
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 +8 -7
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.4.
|
|
1
|
+
/*! @ecan-bi/datav@1.4.73 */
|
|
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, reactive, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, 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";
|
|
@@ -14077,7 +14077,7 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
|
|
|
14077
14077
|
const dr = {};
|
|
14078
14078
|
if (c.mode !== "multiple") {
|
|
14079
14079
|
const vr = unref(er).find((pr) => pr.value === unref(b));
|
|
14080
|
-
vr && (dr.itemCodes = vr.
|
|
14080
|
+
vr && (dr.itemCodes = vr[Rn.value]);
|
|
14081
14081
|
}
|
|
14082
14082
|
return dr;
|
|
14083
14083
|
}), Xn = computed(() => {
|
|
@@ -14162,7 +14162,7 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
|
|
|
14162
14162
|
try {
|
|
14163
14163
|
Pn.value = !0;
|
|
14164
14164
|
const dr = await Vn();
|
|
14165
|
-
Yn(dr);
|
|
14165
|
+
console.log("props111111111", c), Yn(dr);
|
|
14166
14166
|
} catch (dr) {
|
|
14167
14167
|
console.error(dr);
|
|
14168
14168
|
} finally {
|
|
@@ -14180,8 +14180,9 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
|
|
|
14180
14180
|
const lr = () => {
|
|
14181
14181
|
switch (c.dataType) {
|
|
14182
14182
|
case "indicator": {
|
|
14183
|
-
if (unref(nr)) {
|
|
14184
|
-
if (unref(J)[unref(nr).id]) {
|
|
14183
|
+
if (console.log("cascadeCpnt", nr.value), unref(nr)) {
|
|
14184
|
+
if (console.log("loadedData", J.value), unref(J)[unref(nr).id]) {
|
|
14185
|
+
console.log("props", c);
|
|
14185
14186
|
const { mode: dr } = c;
|
|
14186
14187
|
dr === "multiple" || dr === "tags" || dr === "combobox" ? w.value = [] : w.value = "", Gn();
|
|
14187
14188
|
}
|
|
@@ -14234,7 +14235,7 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
|
|
|
14234
14235
|
mobileSelectValue: m
|
|
14235
14236
|
};
|
|
14236
14237
|
}
|
|
14237
|
-
}),
|
|
14238
|
+
}), Select_vue_vue_type_style_index_0_scoped_e58a92f7_lang = "", Select_vue_vue_type_style_index_1_lang = "";
|
|
14238
14239
|
function _sfc_render$m(c, u, f, d, p, m) {
|
|
14239
14240
|
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");
|
|
14240
14241
|
return openBlock(), createElementBlock("div", {
|
|
@@ -14307,7 +14308,7 @@ function _sfc_render$m(c, u, f, d, p, m) {
|
|
|
14307
14308
|
}, 8, ["value", "placeholder", "allowClear", "mode", "getPopupContainer", "maxTagCount", "filterOption", "loading", "autoClearSearchValue", "onChange", "style"]))
|
|
14308
14309
|
], 4);
|
|
14309
14310
|
}
|
|
14310
|
-
const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$m], ["__scopeId", "data-v-
|
|
14311
|
+
const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$m], ["__scopeId", "data-v-e58a92f7"]]), EcanSelect = withInstall$1(Select), treeSelectProps = {
|
|
14311
14312
|
...props,
|
|
14312
14313
|
name: "树形下拉框选择器",
|
|
14313
14314
|
keyName: "树形下拉框选择器",
|