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.
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
- emit('cell-click', params);
69668
+ if (!params.triggerCheckbox) {
69669
+ emit('cell-click', params);
69670
+ }
69669
69671
  };
69670
69672
  const cellDblclickEvent = params => {
69671
- emit('cell-dblclick', params);
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
- emit('cell-click', params);
70555
+ if (!params.triggerCheckbox) {
70556
+ emit('cell-click', params);
70557
+ }
70552
70558
  };
70553
70559
  const cellDblclickEvent = params => {
70554
- emit('cell-dblclick', params);
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.140",
75832
+ version: "1.0.141",
75825
75833
  install: index_install,
75826
75834
  config: index_config,
75827
75835
  renderer: index_esm.renderer,