mali-ui-plus 1.0.141 → 1.0.142
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/lib/fonts/{iconfont.03382a68.ttf → iconfont.113cda2e.ttf} +0 -0
- package/lib/fonts/iconfont.2d191e2b.woff2 +0 -0
- package/lib/fonts/iconfont.6ca0b7d0.woff +0 -0
- package/lib/mali-ui-plus.common.js +13 -5
- package/lib/mali-ui-plus.css +1 -1
- package/lib/mali-ui-plus.umd.js +13 -5
- package/lib/mali-ui-plus.umd.min.js +2 -2
- package/package.json +1 -1
- package/style/iconfont/iconfont.css +11 -3
- package/style/iconfont/iconfont.ttf +0 -0
- package/style/iconfont/iconfont.woff +0 -0
- package/style/iconfont/iconfont.woff2 +0 -0
- package/lib/fonts/iconfont.35ad4948.woff2 +0 -0
- package/lib/fonts/iconfont.48558e54.woff +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -69665,10 +69665,14 @@ const MlTablevue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
|
69665
69665
|
emit('checkbox-all', params);
|
|
69666
69666
|
};
|
|
69667
69667
|
const cellClickEvent = params => {
|
|
69668
|
-
|
|
69668
|
+
if (!params.triggerCheckbox) {
|
|
69669
|
+
emit('cell-click', params);
|
|
69670
|
+
}
|
|
69669
69671
|
};
|
|
69670
69672
|
const cellDblclickEvent = params => {
|
|
69671
|
-
|
|
69673
|
+
if (!params.triggerCheckbox) {
|
|
69674
|
+
emit('cell-dblclick', params);
|
|
69675
|
+
}
|
|
69672
69676
|
};
|
|
69673
69677
|
const sortChangeEvent = params => {
|
|
69674
69678
|
emit('sort-change', params);
|
|
@@ -70548,10 +70552,14 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_15 = {
|
|
|
70548
70552
|
emit('checkbox-all', params);
|
|
70549
70553
|
};
|
|
70550
70554
|
const cellClickEvent = params => {
|
|
70551
|
-
|
|
70555
|
+
if (!params.triggerCheckbox) {
|
|
70556
|
+
emit('cell-click', params);
|
|
70557
|
+
}
|
|
70552
70558
|
};
|
|
70553
70559
|
const cellDblclickEvent = params => {
|
|
70554
|
-
|
|
70560
|
+
if (!params.triggerCheckbox) {
|
|
70561
|
+
emit('cell-dblclick', params);
|
|
70562
|
+
}
|
|
70555
70563
|
};
|
|
70556
70564
|
const sortChangeEvent = params => {
|
|
70557
70565
|
emit('sort-change', params);
|
|
@@ -75821,7 +75829,7 @@ function index_config(options) {
|
|
|
75821
75829
|
return config_0;
|
|
75822
75830
|
}
|
|
75823
75831
|
const MaliUI = {
|
|
75824
|
-
version: "1.0.
|
|
75832
|
+
version: "1.0.141",
|
|
75825
75833
|
install: index_install,
|
|
75826
75834
|
config: index_config,
|
|
75827
75835
|
renderer: index_esm.renderer,
|