mooho-base-admin-plus 0.1.5 → 0.1.8
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/mooho-base-admin-plus.min.esm.js +7 -3
- package/dist/mooho-base-admin-plus.min.js +1 -1
- package/package.json +1 -1
- package/src/api/customModel.js +1 -1
- package/src/api/dataSource.js +1 -1
- package/src/api/dataView.js +1 -1
- package/src/api/dictType.js +1 -1
- package/src/api/model.js +1 -1
- package/src/api/permission.js +1 -1
- package/src/api/process.js +1 -1
- package/src/api/system.js +1 -1
- package/src/i18n/locale.js +2 -2
- package/src/layouts/basic-layout/header-breadcrumb/index.vue +2 -2
- package/src/layouts/basic-layout/tabs/index.vue +2 -2
- package/src/libs/request/index.js +1 -1
- package/src/libs/system/index.js +2 -2
- package/src/store/modules/admin/modules/db.js +5 -5
- package/src/store/modules/admin/modules/log.js +2 -2
- package/src/store/modules/admin/modules/menu.js +4 -4
- package/src/store/modules/admin/modules/page.js +3 -3
|
@@ -25023,7 +25023,7 @@ function format$3(dirtyDate, dirtyFormatStr, dirtyOptions) {
|
|
|
25023
25023
|
function cleanEscapedString(input) {
|
|
25024
25024
|
return input.match(escapedStringRegExp)[1].replace(doubleQuoteRegExp, "'");
|
|
25025
25025
|
}
|
|
25026
|
-
var FileSaver_min = { exports: {} };
|
|
25026
|
+
var FileSaver_min$1 = { exports: {} };
|
|
25027
25027
|
(function(module, exports) {
|
|
25028
25028
|
(function(a, b) {
|
|
25029
25029
|
b();
|
|
@@ -25094,8 +25094,12 @@ var FileSaver_min = { exports: {} };
|
|
|
25094
25094
|
});
|
|
25095
25095
|
f.saveAs = g.saveAs = g, module.exports = g;
|
|
25096
25096
|
});
|
|
25097
|
-
})(FileSaver_min);
|
|
25098
|
-
var
|
|
25097
|
+
})(FileSaver_min$1);
|
|
25098
|
+
var FileSaver_min = FileSaver_min$1.exports;
|
|
25099
|
+
var saveAs = /* @__PURE__ */ _mergeNamespaces({
|
|
25100
|
+
__proto__: null,
|
|
25101
|
+
"default": FileSaver_min
|
|
25102
|
+
}, [FileSaver_min$1.exports]);
|
|
25099
25103
|
var modelApi = {
|
|
25100
25104
|
add(res2, data2) {
|
|
25101
25105
|
return service({
|