next-element-vue 0.5.1 → 0.5.2
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.css +1 -1
- package/dist/index.js +4 -4
- package/dist/index.min.js +3 -3
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.min.js +3 -3
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* 作 者:huangteng
|
|
4
4
|
* 邮 箱:htengweb@163.com
|
|
5
|
-
* 当前版本:0.5.
|
|
6
|
-
* 发布日期:
|
|
5
|
+
* 当前版本:0.5.2 v
|
|
6
|
+
* 发布日期:2025-01-07
|
|
7
7
|
* 地 址:https://www.npmjs.com/package/next-element-vue
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -8283,7 +8283,7 @@
|
|
|
8283
8283
|
})(app);
|
|
8284
8284
|
};
|
|
8285
8285
|
var index = {
|
|
8286
|
-
version: "0.5.
|
|
8286
|
+
version: "0.5.2",
|
|
8287
8287
|
install: install
|
|
8288
8288
|
};
|
|
8289
8289
|
exports.NextContainer = NextContainer, exports.NextCrudTable = NextCrudTable, exports.NextCrudTableVirtualized = NextCrudTableVirtualized,
|
|
@@ -8331,7 +8331,7 @@
|
|
|
8331
8331
|
}), exports.useGetDerivedNamespace = useGetDerivedNamespace, exports.useLanguage = (locale, lang) => {
|
|
8332
8332
|
const localeRef = vue.isRef(locale) ? locale : vue.ref(locale), nextLang = localeLang[lang] || localeLang["zh-cn"];
|
|
8333
8333
|
localeRef.value.name = lang, localeRef.value.next = nextLang.next;
|
|
8334
|
-
}, exports.useLocale = useLocale, exports.useNamespace = useNamespace, exports.version = "0.5.
|
|
8334
|
+
}, exports.useLocale = useLocale, exports.useNamespace = useNamespace, exports.version = "0.5.2",
|
|
8335
8335
|
Object.defineProperty(exports, "__esModule", {
|
|
8336
8336
|
value: !0
|
|
8337
8337
|
});
|