@maxax/ui 1.1.32 → 1.1.33
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/locales.cjs +1 -1
- package/dist/locales.mjs +1 -1
- package/dist/{utils-D9CmPNRk.js → utils-1HQXBF85.js} +2 -2
- package/dist/utils-1HQXBF85.js.map +1 -0
- package/dist/{utils-wq6KwECV.cjs → utils-Di7K635D.cjs} +2 -2
- package/dist/utils-Di7K635D.cjs.map +1 -0
- package/package.json +2 -2
- package/dist/utils-D9CmPNRk.js.map +0 -1
- package/dist/utils-wq6KwECV.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -4,7 +4,7 @@ const utils = require("@maxax/utils");
|
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
const BScroll = require("@better-scroll/core");
|
|
6
6
|
const naiveUi = require("naive-ui");
|
|
7
|
-
const utils$1 = require("./utils-
|
|
7
|
+
const utils$1 = require("./utils-Di7K635D.cjs");
|
|
8
8
|
const lodashEs = require("lodash-es");
|
|
9
9
|
const vxePcUi = require("vxe-pc-ui");
|
|
10
10
|
const vxeTable = require("vxe-table");
|
|
@@ -4656,7 +4656,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
4656
4656
|
exportApi: {},
|
|
4657
4657
|
beforeFetch: {},
|
|
4658
4658
|
afterFetch: {},
|
|
4659
|
-
showProgress: { type: Boolean, default:
|
|
4659
|
+
showProgress: { type: Boolean, default: false }
|
|
4660
4660
|
},
|
|
4661
4661
|
emits: ["click"],
|
|
4662
4662
|
setup(__props, { emit: __emit }) {
|