mooho-base-admin-plus 0.1.1 → 0.1.4

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 (43) hide show
  1. package/dist/mooho-base-admin-plus.min.esm.js +26 -6
  2. package/dist/mooho-base-admin-plus.min.js +6 -6
  3. package/dist/style.css +1 -1
  4. package/index.html +1 -2
  5. package/package.json +1 -1
  6. package/src/components/view/column-edit.vue +2 -2
  7. package/src/components/view/condition-edit.vue +1 -1
  8. package/src/components/view/filter-edit.vue +1 -1
  9. package/src/components/view/filter-setting.vue +1 -1
  10. package/src/components/view/form-setting-layout.vue +3 -3
  11. package/src/components/view/form-setting.vue +2 -2
  12. package/src/components/view/group-column.vue +1 -1
  13. package/src/components/view/group-method.vue +1 -1
  14. package/src/components/view/modal-form-filter.vue +1 -1
  15. package/src/components/view/modal-form-sort.vue +1 -1
  16. package/src/components/view/modal-form.vue +2 -2
  17. package/src/components/view/table-setting.vue +8 -8
  18. package/src/components/view/view-form-draggable.vue +3 -3
  19. package/src/components/view/view-form.vue +3 -3
  20. package/src/components/view/view-table.vue +3 -3
  21. package/src/index.js +21 -21
  22. package/src/layouts/basic-layout/header-breadcrumb/index.vue +1 -1
  23. package/src/layouts/basic-layout/header-notice/index.vue +1 -1
  24. package/src/layouts/basic-layout/index.vue +16 -16
  25. package/src/layouts/basic-layout/menu-head/index.vue +1 -1
  26. package/src/layouts/basic-layout/menu-side/index.vue +3 -3
  27. package/src/layouts/basic-layout/menu-side/menu-collapse.vue +1 -1
  28. package/src/layouts/basic-layout/menu-side/menu-item.vue +1 -1
  29. package/src/layouts/basic-layout/menu-side/submenu.vue +2 -2
  30. package/src/libs/util.db.js +1 -1
  31. package/src/pages/common/home.vue +2 -2
  32. package/src/pages/common/todo.vue +1 -1
  33. package/src/pages/system/process.vue +1 -1
  34. package/src/pages/system/rolePropertyEdit.vue +1 -1
  35. package/src/pages/system/tableView.vue +6 -6
  36. package/src/setting.js +1 -1
  37. package/src/store/modules/admin/modules/log.js +1 -1
  38. package/test/main.js +1 -1
  39. package/test/router/routes.js +1 -1
  40. package/vite.config.js +2 -2
  41. package/.env +0 -5
  42. package/.env.development +0 -0
  43. package/.env.production +0 -0
@@ -19,6 +19,22 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import require$$0$1, { watch, reactive, shallowRef, unref, computed, nextTick, defineComponent, inject, h, provide, ref, openBlock, createElementBlock, createElementVNode, normalizeStyle as normalizeStyle$1, toDisplayString as toDisplayString$1, withDirectives, vModelText, pushScopeId, popScopeId, resolveComponent, resolveDirective, createVNode as createVNode$1, withCtx, Fragment, renderList, createBlock, createTextVNode, createCommentVNode, renderSlot, mergeProps, vShow, resolveDynamicComponent, withModifiers, normalizeProps, guardReactiveProps, Transition, normalizeClass, KeepAlive } from "vue";
21
21
  export { createApp, getCurrentInstance, h } from "vue";
22
+ function _mergeNamespaces(n2, m2) {
23
+ m2.forEach(function(e2) {
24
+ e2 && typeof e2 !== "string" && !Array.isArray(e2) && Object.keys(e2).forEach(function(k2) {
25
+ if (k2 !== "default" && !(k2 in n2)) {
26
+ var d = Object.getOwnPropertyDescriptor(e2, k2);
27
+ Object.defineProperty(n2, k2, d.get ? d : {
28
+ enumerable: true,
29
+ get: function() {
30
+ return e2[k2];
31
+ }
32
+ });
33
+ }
34
+ });
35
+ });
36
+ return Object.freeze(Object.defineProperty(n2, Symbol.toStringTag, { value: "Module" }));
37
+ }
22
38
  function getDevtoolsGlobalHook() {
23
39
  return getTarget$1().__VUE_DEVTOOLS_GLOBAL_HOOK__;
24
40
  }
@@ -14208,7 +14224,7 @@ const Setting = {
14208
14224
  },
14209
14225
  waterMark: {
14210
14226
  show: true,
14211
- text: "Admin Plus",
14227
+ text: "MOOHO",
14212
14228
  options: {}
14213
14229
  },
14214
14230
  sameRouteForceUpdate: false
@@ -19825,7 +19841,11 @@ var LocalStorage = function(_Base) {
19825
19841
  return LocalStorage2;
19826
19842
  }(Base);
19827
19843
  var LocalStorage_1 = LocalStorage;
19828
- const adapter = new LocalStorage_1(`admin-plus-${Setting.appID}`);
19844
+ var LocalStorage$1 = /* @__PURE__ */ _mergeNamespaces({
19845
+ __proto__: null,
19846
+ "default": LocalStorage_1
19847
+ }, [LocalStorage_1]);
19848
+ const adapter = new LocalStorage$1(`admin-plus-${Setting.appID}`);
19829
19849
  const db$1 = main(adapter);
19830
19850
  db$1.defaults({
19831
19851
  sys: {},
@@ -28408,7 +28428,7 @@ const _sfc_main$1k = {
28408
28428
  },
28409
28429
  methods: {}
28410
28430
  };
28411
- const _withScopeId = (n2) => (pushScopeId("data-v-09cc271a"), n2 = n2(), popScopeId(), n2);
28431
+ const _withScopeId = (n2) => (pushScopeId("data-v-77a1e2f3"), n2 = n2(), popScopeId(), n2);
28412
28432
  const _hoisted_1$18 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, [
28413
28433
  /* @__PURE__ */ createElementVNode("span", null, "\u68C0\u6D4B\u4EFB\u52A1")
28414
28434
  ], -1));
@@ -28683,7 +28703,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
28683
28703
  })
28684
28704
  ]);
28685
28705
  }
28686
- var home = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-09cc271a"]]);
28706
+ var home = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-77a1e2f3"]]);
28687
28707
  var __glob_44_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28688
28708
  __proto__: null,
28689
28709
  "default": home
@@ -50325,7 +50345,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
50325
50345
  ], 2)
50326
50346
  ]);
50327
50347
  }
50328
- var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-2370786e"]]);
50348
+ var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-257cee86"]]);
50329
50349
  const _sfc_main$p = {
50330
50350
  mixins: [mixinPage],
50331
50351
  components: { columnSelect, columnEdit },
@@ -58223,7 +58243,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
58223
58243
  }, 512)) : createCommentVNode("", true)
58224
58244
  ]);
58225
58245
  }
58226
- var FormSettingLayout = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-4f7418ba"]]);
58246
+ var FormSettingLayout = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-25f245bb"]]);
58227
58247
  const _sfc_main$m = {
58228
58248
  mixins: [mixinPage],
58229
58249
  components: { formSetting: FormSetting, formSettingLayout: FormSettingLayout },