mali-ui-plus 1.1.87 → 1.1.88
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.
|
@@ -61545,6 +61545,12 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61545
61545
|
key: 0,
|
|
61546
61546
|
class: "checkbox-btns"
|
|
61547
61547
|
};
|
|
61548
|
+
const MlTreevue_type_script_lang_ts_setup_true_hoisted_3 = {
|
|
61549
|
+
key: 0
|
|
61550
|
+
};
|
|
61551
|
+
const MlTreevue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
61552
|
+
key: 1
|
|
61553
|
+
};
|
|
61548
61554
|
|
|
61549
61555
|
|
|
61550
61556
|
/* harmony default export */ var MlTreevue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
@@ -61553,6 +61559,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61553
61559
|
data: Array,
|
|
61554
61560
|
showCheckbox: Boolean,
|
|
61555
61561
|
showCheckboxBtn: Boolean,
|
|
61562
|
+
showExpandBtn: Boolean,
|
|
61556
61563
|
selectable: Boolean,
|
|
61557
61564
|
expandAll: Boolean,
|
|
61558
61565
|
disabled: Boolean,
|
|
@@ -61863,7 +61870,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61863
61870
|
return (_ctx, _cache) => {
|
|
61864
61871
|
const _component_MlButton = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("MlButton");
|
|
61865
61872
|
const _component_el_tree = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("el-tree");
|
|
61866
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_1, [__props.showCheckbox && __props.showCheckboxBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61873
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_1, [__props.showCheckbox && __props.showCheckboxBtn || __props.showExpandBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_2, [__props.showCheckbox && __props.showCheckboxBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", MlTreevue_type_script_lang_ts_setup_true_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61867
61874
|
type: "text",
|
|
61868
61875
|
status: "primary",
|
|
61869
61876
|
onClick: checkAllEvent
|
|
@@ -61884,7 +61891,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61884
61891
|
}, {
|
|
61885
61892
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createTextVNode)("清空")]),
|
|
61886
61893
|
_: 1
|
|
61887
|
-
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61894
|
+
})])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.showExpandBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", MlTreevue_type_script_lang_ts_setup_true_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61888
61895
|
type: "text",
|
|
61889
61896
|
status: "primary",
|
|
61890
61897
|
onClick: _cache[0] || (_cache[0] = $event => setAllTreeExpand(true))
|
|
@@ -61898,7 +61905,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61898
61905
|
}, {
|
|
61899
61906
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createTextVNode)("全部收起")]),
|
|
61900
61907
|
_: 1
|
|
61901
|
-
})])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.checkStrictly || __props.indeterminateToChecked ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tree, {
|
|
61908
|
+
})])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.checkStrictly || __props.indeterminateToChecked ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tree, {
|
|
61902
61909
|
key: 1,
|
|
61903
61910
|
checkStrictly: "",
|
|
61904
61911
|
ref_key: "eTreeRef",
|
|
@@ -71403,7 +71410,7 @@ function index_config(options) {
|
|
|
71403
71410
|
return config_0;
|
|
71404
71411
|
}
|
|
71405
71412
|
const MaliUI = {
|
|
71406
|
-
version: "1.1.
|
|
71413
|
+
version: "1.1.87",
|
|
71407
71414
|
install: index_install,
|
|
71408
71415
|
config: index_config,
|
|
71409
71416
|
renderer: {
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -61555,6 +61555,12 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61555
61555
|
key: 0,
|
|
61556
61556
|
class: "checkbox-btns"
|
|
61557
61557
|
};
|
|
61558
|
+
const MlTreevue_type_script_lang_ts_setup_true_hoisted_3 = {
|
|
61559
|
+
key: 0
|
|
61560
|
+
};
|
|
61561
|
+
const MlTreevue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
61562
|
+
key: 1
|
|
61563
|
+
};
|
|
61558
61564
|
|
|
61559
61565
|
|
|
61560
61566
|
/* harmony default export */ var MlTreevue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
|
|
@@ -61563,6 +61569,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61563
61569
|
data: Array,
|
|
61564
61570
|
showCheckbox: Boolean,
|
|
61565
61571
|
showCheckboxBtn: Boolean,
|
|
61572
|
+
showExpandBtn: Boolean,
|
|
61566
61573
|
selectable: Boolean,
|
|
61567
61574
|
expandAll: Boolean,
|
|
61568
61575
|
disabled: Boolean,
|
|
@@ -61873,7 +61880,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61873
61880
|
return (_ctx, _cache) => {
|
|
61874
61881
|
const _component_MlButton = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("MlButton");
|
|
61875
61882
|
const _component_el_tree = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("el-tree");
|
|
61876
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_1, [__props.showCheckbox && __props.showCheckboxBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61883
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_1, [__props.showCheckbox && __props.showCheckboxBtn || __props.showExpandBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", MlTreevue_type_script_lang_ts_setup_true_hoisted_2, [__props.showCheckbox && __props.showCheckboxBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", MlTreevue_type_script_lang_ts_setup_true_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61877
61884
|
type: "text",
|
|
61878
61885
|
status: "primary",
|
|
61879
61886
|
onClick: checkAllEvent
|
|
@@ -61894,7 +61901,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61894
61901
|
}, {
|
|
61895
61902
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createTextVNode)("清空")]),
|
|
61896
61903
|
_: 1
|
|
61897
|
-
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61904
|
+
})])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.showExpandBtn ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", MlTreevue_type_script_lang_ts_setup_true_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
61898
61905
|
type: "text",
|
|
61899
61906
|
status: "primary",
|
|
61900
61907
|
onClick: _cache[0] || (_cache[0] = $event => setAllTreeExpand(true))
|
|
@@ -61908,7 +61915,7 @@ const MlTreevue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
|
61908
61915
|
}, {
|
|
61909
61916
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createTextVNode)("全部收起")]),
|
|
61910
61917
|
_: 1
|
|
61911
|
-
})])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.checkStrictly || __props.indeterminateToChecked ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tree, {
|
|
61918
|
+
})])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), __props.checkStrictly || __props.indeterminateToChecked ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tree, {
|
|
61912
61919
|
key: 1,
|
|
61913
61920
|
checkStrictly: "",
|
|
61914
61921
|
ref_key: "eTreeRef",
|
|
@@ -71413,7 +71420,7 @@ function index_config(options) {
|
|
|
71413
71420
|
return config_0;
|
|
71414
71421
|
}
|
|
71415
71422
|
const MaliUI = {
|
|
71416
|
-
version: "1.1.
|
|
71423
|
+
version: "1.1.87",
|
|
71417
71424
|
install: index_install,
|
|
71418
71425
|
config: index_config,
|
|
71419
71426
|
renderer: {
|