mali-ui-plus 1.0.150 → 1.0.151
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.
|
@@ -69472,9 +69472,10 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69472
69472
|
checked: [],
|
|
69473
69473
|
halfChecked: []
|
|
69474
69474
|
};
|
|
69475
|
-
const selectRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)([]);
|
|
69475
|
+
const selectRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)(props.checkRowKeys || []);
|
|
69476
69476
|
const checkedRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)([]);
|
|
69477
69477
|
const expandRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)([]);
|
|
69478
|
+
const selectTreeRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)(props.selectedRowKeys || []);
|
|
69478
69479
|
const nodeOpts = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
69479
69480
|
const nodeOpts = props.nodeProps || {};
|
|
69480
69481
|
return {
|
|
@@ -69707,7 +69708,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69707
69708
|
setCheckboxRowKeys(props.checkRowKeys);
|
|
69708
69709
|
});
|
|
69709
69710
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.expandedRowKeys, value => {
|
|
69710
|
-
expandRowKeys.value = value;
|
|
69711
|
+
expandRowKeys.value = value || [];
|
|
69711
69712
|
});
|
|
69712
69713
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.data, () => {
|
|
69713
69714
|
if (props.expandAll) {
|
|
@@ -69716,6 +69717,9 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69716
69717
|
});
|
|
69717
69718
|
}
|
|
69718
69719
|
});
|
|
69720
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.selectedRowKeys, value => {
|
|
69721
|
+
selectTreeRowKeys.value = value || [];
|
|
69722
|
+
});
|
|
69719
69723
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.onMounted)(() => {
|
|
69720
69724
|
if (props.expandAll) {
|
|
69721
69725
|
setAllTreeExpand(true);
|
|
@@ -69770,7 +69774,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69770
69774
|
data
|
|
69771
69775
|
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "title", (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeProps)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.guardReactiveProps)({
|
|
69772
69776
|
row: data
|
|
69773
|
-
})))]),
|
|
69777
|
+
})), () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(data[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts).label]), 1)])]),
|
|
69774
69778
|
_: 3
|
|
69775
69779
|
}, 8, ["show-checkbox", "node-key", "props", "highlight-current", "default-expanded-keys", "data"])) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tree, {
|
|
69776
69780
|
key: 2,
|
|
@@ -69791,7 +69795,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69791
69795
|
data
|
|
69792
69796
|
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "title", (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeProps)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.guardReactiveProps)({
|
|
69793
69797
|
row: data
|
|
69794
|
-
})))]),
|
|
69798
|
+
})), () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(data[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts).label]), 1)])]),
|
|
69795
69799
|
_: 3
|
|
69796
69800
|
}, 8, ["show-checkbox", "node-key", "props", "highlight-current", "default-expanded-keys", "data"]))]);
|
|
69797
69801
|
};
|
|
@@ -76599,7 +76603,7 @@ function index_config(options) {
|
|
|
76599
76603
|
return config_0;
|
|
76600
76604
|
}
|
|
76601
76605
|
const MaliUI = {
|
|
76602
|
-
version: "1.0.
|
|
76606
|
+
version: "1.0.150",
|
|
76603
76607
|
install: index_install,
|
|
76604
76608
|
config: index_config,
|
|
76605
76609
|
renderer: index_esm.renderer,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -69482,9 +69482,10 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69482
69482
|
checked: [],
|
|
69483
69483
|
halfChecked: []
|
|
69484
69484
|
};
|
|
69485
|
-
const selectRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)([]);
|
|
69485
|
+
const selectRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)(props.checkRowKeys || []);
|
|
69486
69486
|
const checkedRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)([]);
|
|
69487
69487
|
const expandRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)([]);
|
|
69488
|
+
const selectTreeRowKeys = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)(props.selectedRowKeys || []);
|
|
69488
69489
|
const nodeOpts = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
69489
69490
|
const nodeOpts = props.nodeProps || {};
|
|
69490
69491
|
return {
|
|
@@ -69717,7 +69718,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69717
69718
|
setCheckboxRowKeys(props.checkRowKeys);
|
|
69718
69719
|
});
|
|
69719
69720
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.expandedRowKeys, value => {
|
|
69720
|
-
expandRowKeys.value = value;
|
|
69721
|
+
expandRowKeys.value = value || [];
|
|
69721
69722
|
});
|
|
69722
69723
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.data, () => {
|
|
69723
69724
|
if (props.expandAll) {
|
|
@@ -69726,6 +69727,9 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69726
69727
|
});
|
|
69727
69728
|
}
|
|
69728
69729
|
});
|
|
69730
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(() => props.selectedRowKeys, value => {
|
|
69731
|
+
selectTreeRowKeys.value = value || [];
|
|
69732
|
+
});
|
|
69729
69733
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.onMounted)(() => {
|
|
69730
69734
|
if (props.expandAll) {
|
|
69731
69735
|
setAllTreeExpand(true);
|
|
@@ -69780,7 +69784,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69780
69784
|
data
|
|
69781
69785
|
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "title", (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeProps)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.guardReactiveProps)({
|
|
69782
69786
|
row: data
|
|
69783
|
-
})))]),
|
|
69787
|
+
})), () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(data[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts).label]), 1)])]),
|
|
69784
69788
|
_: 3
|
|
69785
69789
|
}, 8, ["show-checkbox", "node-key", "props", "highlight-current", "default-expanded-keys", "data"])) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tree, {
|
|
69786
69790
|
key: 2,
|
|
@@ -69801,7 +69805,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
69801
69805
|
data
|
|
69802
69806
|
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "title", (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeProps)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.guardReactiveProps)({
|
|
69803
69807
|
row: data
|
|
69804
|
-
})))]),
|
|
69808
|
+
})), () => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(data[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nodeOpts).label]), 1)])]),
|
|
69805
69809
|
_: 3
|
|
69806
69810
|
}, 8, ["show-checkbox", "node-key", "props", "highlight-current", "default-expanded-keys", "data"]))]);
|
|
69807
69811
|
};
|
|
@@ -76609,7 +76613,7 @@ function index_config(options) {
|
|
|
76609
76613
|
return config_0;
|
|
76610
76614
|
}
|
|
76611
76615
|
const MaliUI = {
|
|
76612
|
-
version: "1.0.
|
|
76616
|
+
version: "1.0.150",
|
|
76613
76617
|
install: index_install,
|
|
76614
76618
|
config: index_config,
|
|
76615
76619
|
renderer: index_esm.renderer,
|