mooho-base-admin-plus 0.1.2 → 0.1.3

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 (79) hide show
  1. package/dist/mooho-base-admin-plus.min.esm.js +11 -11
  2. package/dist/mooho-base-admin-plus.min.js +4 -4
  3. package/dist/style.css +1 -1
  4. package/index.html +1 -2
  5. package/package.json +1 -1
  6. package/src/App.vue +1 -1
  7. package/src/components/home/notice-list.vue +1 -1
  8. package/src/components/home/shortcut.vue +1 -1
  9. package/src/components/input/dialog-select.vue +1 -1
  10. package/src/components/input/item-select.vue +1 -1
  11. package/src/components/richEditor/index.vue +1 -1
  12. package/src/components/upload/file-upload.vue +1 -1
  13. package/src/components/upload/upload-attachment.vue +1 -1
  14. package/src/components/upload/upload-image.vue +1 -1
  15. package/src/components/view/column-check.vue +2 -2
  16. package/src/components/view/column-edit.vue +2 -2
  17. package/src/components/view/column-select.vue +2 -2
  18. package/src/components/view/condition-edit.vue +1 -1
  19. package/src/components/view/filter-edit.vue +1 -1
  20. package/src/components/view/filter-setting.vue +1 -1
  21. package/src/components/view/form-setting-layout.vue +2 -2
  22. package/src/components/view/form-setting.vue +1 -1
  23. package/src/components/view/group-column.vue +1 -1
  24. package/src/components/view/group-method.vue +1 -1
  25. package/src/components/view/modal-form-filter.vue +1 -1
  26. package/src/components/view/modal-form-sort.vue +1 -1
  27. package/src/components/view/modal-form.vue +3 -3
  28. package/src/components/view/modal-table.vue +1 -1
  29. package/src/components/view/table-filter.vue +4 -4
  30. package/src/components/view/table-setting.vue +1 -1
  31. package/src/components/view/view-chart.vue +4 -4
  32. package/src/components/view/view-form-draggable.vue +4 -4
  33. package/src/components/view/view-form.vue +4 -4
  34. package/src/components/view/view-table.vue +6 -6
  35. package/src/components/workflow/flow-chart.vue +4 -4
  36. package/src/index.js +2 -2
  37. package/src/layouts/basic-layout/header-logo/index.vue +1 -1
  38. package/src/layouts/basic-layout/header-notice/index.vue +3 -3
  39. package/src/layouts/basic-layout/header-user/index.vue +1 -1
  40. package/src/pages/account/login.vue +1 -1
  41. package/src/pages/common/home.vue +1 -1
  42. package/src/pages/common/task-form.vue +5 -5
  43. package/src/pages/common/todo.vue +1 -1
  44. package/src/pages/system/apiLog.vue +1 -1
  45. package/src/pages/system/applicationType.vue +2 -2
  46. package/src/pages/system/customPage.vue +1 -1
  47. package/src/pages/system/customTable.vue +2 -2
  48. package/src/pages/system/dict.vue +1 -1
  49. package/src/pages/system/dictType.vue +2 -2
  50. package/src/pages/system/entityView.vue +2 -2
  51. package/src/pages/system/extendColumn.vue +2 -2
  52. package/src/pages/system/formView.vue +3 -3
  53. package/src/pages/system/log.vue +1 -1
  54. package/src/pages/system/notice.vue +1 -1
  55. package/src/pages/system/openApi.vue +1 -1
  56. package/src/pages/system/openUser.vue +2 -2
  57. package/src/pages/system/organization.vue +2 -2
  58. package/src/pages/system/organizationType.vue +1 -1
  59. package/src/pages/system/permission.vue +3 -3
  60. package/src/pages/system/planJob.vue +2 -2
  61. package/src/pages/system/printTemplate.vue +1 -1
  62. package/src/pages/system/process.vue +3 -3
  63. package/src/pages/system/processType.vue +1 -1
  64. package/src/pages/system/role.vue +5 -5
  65. package/src/pages/system/rolePropertyEdit.vue +2 -2
  66. package/src/pages/system/sequenceSetting.vue +1 -1
  67. package/src/pages/system/systemData.vue +2 -2
  68. package/src/pages/system/tableView.vue +4 -4
  69. package/src/pages/system/taskQueue.vue +1 -1
  70. package/src/pages/system/user.vue +4 -4
  71. package/src/pages/template/processPage.vue +3 -3
  72. package/src/pages/template/reportPage.vue +1 -1
  73. package/src/pages/template/viewPage.vue +1 -1
  74. package/src/setting.js +1 -1
  75. package/src/store/modules/admin/modules/log.js +1 -1
  76. package/vite.config.js +1 -0
  77. package/.env +0 -5
  78. package/.env.development +0 -0
  79. package/.env.production +0 -0
@@ -14208,7 +14208,7 @@ const Setting = {
14208
14208
  },
14209
14209
  waterMark: {
14210
14210
  show: true,
14211
- text: "Admin Plus",
14211
+ text: "MOOHO",
14212
14212
  options: {}
14213
14213
  },
14214
14214
  sameRouteForceUpdate: false
@@ -27932,7 +27932,7 @@ var mixinPage = {
27932
27932
  }
27933
27933
  })
27934
27934
  };
27935
- var login_css_vue_type_style_index_0_src_1ebd74b1_scoped_true_lang = "";
27935
+ var login_css_vue_type_style_index_0_src_6801dec0_scoped_true_lang = "";
27936
27936
  var _export_sfc = (sfc, props) => {
27937
27937
  const target = sfc.__vccOpts || sfc;
27938
27938
  for (const [key, val] of props) {
@@ -27982,7 +27982,7 @@ const _sfc_main$1n = {
27982
27982
  }
27983
27983
  })
27984
27984
  };
27985
- const _withScopeId$2 = (n2) => (pushScopeId("data-v-1ebd74b1"), n2 = n2(), popScopeId(), n2);
27985
+ const _withScopeId$2 = (n2) => (pushScopeId("data-v-6801dec0"), n2 = n2(), popScopeId(), n2);
27986
27986
  const _hoisted_1$1b = { class: "signIn" };
27987
27987
  const _hoisted_2$T = { class: "box cf" };
27988
27988
  const _hoisted_3$M = { class: "right" };
@@ -28042,7 +28042,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
28042
28042
  createElementVNode("div", _hoisted_7$i, toDisplayString$1(_ctx.sysInfo.copyright), 1)
28043
28043
  ]);
28044
28044
  }
28045
- var login = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-1ebd74b1"]]);
28045
+ var login = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-6801dec0"]]);
28046
28046
  var __glob_44_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28047
28047
  __proto__: null,
28048
28048
  "default": login
@@ -28126,7 +28126,7 @@ const _sfc_main$1m = {
28126
28126
  }
28127
28127
  }
28128
28128
  };
28129
- const _withScopeId$1 = (n2) => (pushScopeId("data-v-7f819780"), n2 = n2(), popScopeId(), n2);
28129
+ const _withScopeId$1 = (n2) => (pushScopeId("data-v-e221e8ee"), n2 = n2(), popScopeId(), n2);
28130
28130
  const _hoisted_1$1a = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ivu-pl-8" }, "\u5FEB\u6377\u64CD\u4F5C", -1));
28131
28131
  const _hoisted_2$S = {
28132
28132
  class: "ivu-text-center",
@@ -28272,7 +28272,7 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
28272
28272
  }, 8, ["onOnDragDrop"])
28273
28273
  ]);
28274
28274
  }
28275
- var Shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-7f819780"]]);
28275
+ var Shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-e221e8ee"]]);
28276
28276
  const _sfc_main$1l = {
28277
28277
  name: "notice-list",
28278
28278
  mixins: [mixinPage],
@@ -28408,7 +28408,7 @@ const _sfc_main$1k = {
28408
28408
  },
28409
28409
  methods: {}
28410
28410
  };
28411
- const _withScopeId = (n2) => (pushScopeId("data-v-d6f772ac"), n2 = n2(), popScopeId(), n2);
28411
+ const _withScopeId = (n2) => (pushScopeId("data-v-77a1e2f3"), n2 = n2(), popScopeId(), n2);
28412
28412
  const _hoisted_1$18 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, [
28413
28413
  /* @__PURE__ */ createElementVNode("span", null, "\u68C0\u6D4B\u4EFB\u52A1")
28414
28414
  ], -1));
@@ -28683,7 +28683,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
28683
28683
  })
28684
28684
  ]);
28685
28685
  }
28686
- var home = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-d6f772ac"]]);
28686
+ var home = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-77a1e2f3"]]);
28687
28687
  var __glob_44_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28688
28688
  __proto__: null,
28689
28689
  "default": home
@@ -43343,7 +43343,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
43343
43343
  }, 8, ["modelValue", "mask-closable", "draggable"])
43344
43344
  ]);
43345
43345
  }
43346
- var ImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-5bcff74e"]]);
43346
+ var ImageUpload = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-bc993c40"]]);
43347
43347
  const _sfc_main$x = {
43348
43348
  mixins: [mixinPage],
43349
43349
  data() {
@@ -50325,7 +50325,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
50325
50325
  ], 2)
50326
50326
  ]);
50327
50327
  }
50328
- var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-b96d7a0c"]]);
50328
+ var ViewTable = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-257cee86"]]);
50329
50329
  const _sfc_main$p = {
50330
50330
  mixins: [mixinPage],
50331
50331
  components: { columnSelect, columnEdit },
@@ -58223,7 +58223,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
58223
58223
  }, 512)) : createCommentVNode("", true)
58224
58224
  ]);
58225
58225
  }
58226
- var FormSettingLayout = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-b2a28bd6"]]);
58226
+ var FormSettingLayout = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-25f245bb"]]);
58227
58227
  const _sfc_main$m = {
58228
58228
  mixins: [mixinPage],
58229
58229
  components: { formSetting: FormSetting, formSettingLayout: FormSettingLayout },