mali-ui-plus 1.0.41 → 1.0.42

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.
@@ -70967,6 +70967,7 @@ const MaliToast = {
70967
70967
  ...option
70968
70968
  };
70969
70969
  return toast_modal.message({
70970
+ status: 'success',
70970
70971
  content: opts.content || '操作成功'
70971
70972
  });
70972
70973
  },
@@ -70977,6 +70978,7 @@ const MaliToast = {
70977
70978
  ...option
70978
70979
  };
70979
70980
  return toast_modal.message({
70981
+ status: 'error',
70980
70982
  content: opts.content || '操作失败'
70981
70983
  });
70982
70984
  },
@@ -72906,7 +72908,7 @@ function index_config(options) {
72906
72908
  return config_0;
72907
72909
  }
72908
72910
  const MaliUI = {
72909
- version: "1.0.40",
72911
+ version: "1.0.41",
72910
72912
  install: index_install,
72911
72913
  config: index_config,
72912
72914
  renderer: index_esm.renderer,
@@ -70977,6 +70977,7 @@ const MaliToast = {
70977
70977
  ...option
70978
70978
  };
70979
70979
  return toast_modal.message({
70980
+ status: 'success',
70980
70981
  content: opts.content || '操作成功'
70981
70982
  });
70982
70983
  },
@@ -70987,6 +70988,7 @@ const MaliToast = {
70987
70988
  ...option
70988
70989
  };
70989
70990
  return toast_modal.message({
70991
+ status: 'error',
70990
70992
  content: opts.content || '操作失败'
70991
70993
  });
70992
70994
  },
@@ -72916,7 +72918,7 @@ function index_config(options) {
72916
72918
  return config_0;
72917
72919
  }
72918
72920
  const MaliUI = {
72919
- version: "1.0.40",
72921
+ version: "1.0.41",
72920
72922
  install: index_install,
72921
72923
  config: index_config,
72922
72924
  renderer: index_esm.renderer,