kd-lane-chart-v3 0.0.7 → 0.0.8
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/esm/index.js +8 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/kd-lane-chart-v3.css +4 -4
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -10711,6 +10711,13 @@ const _sfc_main$2 = {
|
|
|
10711
10711
|
}
|
|
10712
10712
|
},
|
|
10713
10713
|
watch: {
|
|
10714
|
+
activeLaneId: {
|
|
10715
|
+
handler(newVal) {
|
|
10716
|
+
const lane = this.currentTemplate.lanes.find((item) => item.laneId === newVal) || {};
|
|
10717
|
+
this.$emit("updateLaneId", lane);
|
|
10718
|
+
},
|
|
10719
|
+
immediate: true
|
|
10720
|
+
},
|
|
10714
10721
|
warningData: {
|
|
10715
10722
|
handler(newVal) {
|
|
10716
10723
|
this.$nextTick(() => {
|
|
@@ -11090,7 +11097,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11090
11097
|
])
|
|
11091
11098
|
], 512);
|
|
11092
11099
|
}
|
|
11093
|
-
const chartContainer = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-
|
|
11100
|
+
const chartContainer = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-b2028739"]]);
|
|
11094
11101
|
const _sfc_main$1 = {
|
|
11095
11102
|
name: "ParameterPanel",
|
|
11096
11103
|
props: {
|