@avilang/practical-ui 0.3.22 → 0.3.23

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29007,6 +29007,11 @@ const Vc = ({ delay: e = 300, minPendingTime: t = 500, loadingValue: r = !1 } =
29007
29007
  function i(s, d) {
29008
29008
  const u = s({
29009
29009
  done: function() {
29010
+ return o(!1).then(() => {
29011
+ e.onLoading(!1), e.onClose();
29012
+ });
29013
+ },
29014
+ hideLoading: function() {
29010
29015
  return o(!1).then(() => {
29011
29016
  e.onLoading(!1);
29012
29017
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avilang/practical-ui",
3
3
  "type": "module",
4
- "version": "0.3.22",
4
+ "version": "0.3.23",
5
5
  "description": "Practical UI components created based on vue3",
6
6
  "main": "dist/index.js",
7
7
  "files": [