@maxax/ui 1.1.31 → 1.1.32
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/dist/components/basic-button-export-max/BasicButtonExportMax.vue.d.ts.map +1 -1
- package/dist/index.cjs +286 -271
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +286 -271
- package/dist/index.mjs.map +1 -1
- package/dist/locale/lang/en.d.ts.map +1 -1
- package/dist/locale/lang/zh-cn.d.ts.map +1 -1
- package/dist/locales.cjs +3 -2
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.mjs +3 -2
- package/dist/locales.mjs.map +1 -1
- package/dist/theme-chalk/index.css +1 -1
- package/dist/theme-chalk/light.css +1 -1
- package/dist/{utils-BqJsjHj1.js → utils-D9CmPNRk.js} +3 -2
- package/dist/utils-D9CmPNRk.js.map +1 -0
- package/dist/{utils-o29LtjNO.cjs → utils-wq6KwECV.cjs} +3 -2
- package/dist/utils-wq6KwECV.cjs.map +1 -0
- package/package.json +3 -3
- package/dist/utils-BqJsjHj1.js.map +0 -1
- package/dist/utils-o29LtjNO.cjs.map +0 -1
package/dist/locales.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b, a, t, z } from "./utils-
|
|
1
|
+
import { b, a, t, z } from "./utils-D9CmPNRk.js";
|
|
2
2
|
function getDefaultExportFromCjs(x) {
|
|
3
3
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
4
4
|
}
|
|
@@ -3394,7 +3394,8 @@ const en = {
|
|
|
3394
3394
|
exporting: "Exporting",
|
|
3395
3395
|
exportingTip: "Please wait, exporting data...",
|
|
3396
3396
|
exportSuccess: "Export Success",
|
|
3397
|
-
exportFailed: "Export Failed"
|
|
3397
|
+
exportFailed: "Export Failed",
|
|
3398
|
+
downloading: "Downloading"
|
|
3398
3399
|
},
|
|
3399
3400
|
button: {
|
|
3400
3401
|
confirm: "Confirm",
|