@since2006/pages 2026.3.2 → 2026.3.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 (97) hide show
  1. package/dist/es/index.js +25 -22
  2. package/dist/es/src/app/attachment/AttachmentIndex.vue.js +15 -15
  3. package/dist/es/src/app/attachment/index.js +2 -3
  4. package/dist/es/src/app/dict/DictEdit.vue.js +6 -6
  5. package/dist/es/src/app/dict/DictIndex.vue2.js +17 -17
  6. package/dist/es/src/app/dict/DictPanel.vue2.js +15 -15
  7. package/dist/es/src/app/dict/index.js +3 -4
  8. package/dist/es/src/app/log/components/AccessLogList.vue2.js +43 -43
  9. package/dist/es/src/app/log/components/AuditLogList.vue2.js +23 -23
  10. package/dist/es/src/app/log/components/ErrorLogList.vue2.js +16 -16
  11. package/dist/es/src/app/log/components/LoginLogDetail.vue2.js +2 -2
  12. package/dist/es/src/app/log/components/LoginLogList.vue2.js +21 -21
  13. package/dist/es/src/app/log/components/OperationLogDetail.vue2.js +2 -2
  14. package/dist/es/src/app/log/components/OperationLogList.vue2.js +21 -21
  15. package/dist/es/src/app/metadata/MetadataIndex.vue.js +15 -15
  16. package/dist/es/src/app/metadata/index.js +3 -4
  17. package/dist/es/src/app/module/ModuleAdd.vue2.js +6 -6
  18. package/dist/es/src/app/module/ModuleDetail.vue.js +53 -53
  19. package/dist/es/src/app/module/ModuleEdit.vue2.js +6 -6
  20. package/dist/es/src/app/module/ModuleIndex.vue2.js +5 -5
  21. package/dist/es/src/app/module/index.js +2 -3
  22. package/dist/es/src/app/openapi/OpenApiAppEdit.vue.js +320 -0
  23. package/dist/es/src/app/openapi/OpenApiAppEdit.vue2.js +4 -0
  24. package/dist/es/src/app/openapi/OpenApiAppIndex.vue.js +7 -0
  25. package/dist/es/src/app/openapi/OpenApiAppIndex.vue2.js +398 -0
  26. package/dist/es/src/app/openapi/OpenApiCredentialModal.vue.js +105 -0
  27. package/dist/es/src/app/openapi/OpenApiCredentialModal.vue2.js +4 -0
  28. package/dist/es/src/app/openapi/OpenApiLogDetail.vue.js +224 -0
  29. package/dist/es/src/app/openapi/OpenApiLogDetail.vue2.js +4 -0
  30. package/dist/es/src/app/openapi/OpenApiLogIndex.vue.js +266 -0
  31. package/dist/es/src/app/openapi/OpenApiLogIndex.vue2.js +4 -0
  32. package/dist/es/src/app/openapi/OpenApiPermissionEdit.vue.js +169 -0
  33. package/dist/es/src/app/openapi/OpenApiPermissionEdit.vue2.js +4 -0
  34. package/dist/es/src/app/openapi/OpenApiPermissionList.vue.js +156 -0
  35. package/dist/es/src/app/openapi/OpenApiPermissionList.vue2.js +4 -0
  36. package/dist/es/src/app/openapi/api.js +52 -0
  37. package/dist/es/src/app/openapi/index.js +8 -0
  38. package/dist/es/src/app/schedule/CronTypeSelect.vue.js +92 -92
  39. package/dist/es/src/app/schedule/ScheduleAdd.vue2.js +7 -7
  40. package/dist/es/src/app/schedule/ScheduleEdit.vue2.js +7 -7
  41. package/dist/es/src/app/schedule/ScheduleIndex.vue.js +35 -35
  42. package/dist/es/src/app/schedule/ScheduleLogList.vue.js +7 -7
  43. package/dist/es/src/app/schedule/ScheduleLogView.vue2.js +9 -9
  44. package/dist/es/src/app/schedule/index.js +4 -5
  45. package/dist/es/src/app/system/StatusIndex.vue2.js +8 -8
  46. package/dist/es/src/app/system/index.js +2 -3
  47. package/dist/es/src/index.js +19 -16
  48. package/dist/es/style.css +1 -1
  49. package/dist/lib/index.js +1 -1
  50. package/dist/lib/src/app/attachment/AttachmentIndex.vue.js +1 -1
  51. package/dist/lib/src/app/attachment/index.js +1 -1
  52. package/dist/lib/src/app/dict/DictEdit.vue.js +1 -1
  53. package/dist/lib/src/app/dict/DictIndex.vue2.js +1 -1
  54. package/dist/lib/src/app/dict/DictPanel.vue2.js +1 -1
  55. package/dist/lib/src/app/dict/index.js +1 -1
  56. package/dist/lib/src/app/log/components/AccessLogList.vue2.js +1 -1
  57. package/dist/lib/src/app/log/components/AuditLogList.vue2.js +1 -1
  58. package/dist/lib/src/app/log/components/ErrorLogList.vue2.js +1 -1
  59. package/dist/lib/src/app/log/components/LoginLogDetail.vue2.js +1 -1
  60. package/dist/lib/src/app/log/components/LoginLogList.vue2.js +1 -1
  61. package/dist/lib/src/app/log/components/OperationLogDetail.vue2.js +1 -1
  62. package/dist/lib/src/app/log/components/OperationLogList.vue2.js +1 -1
  63. package/dist/lib/src/app/metadata/MetadataIndex.vue.js +1 -1
  64. package/dist/lib/src/app/metadata/index.js +1 -1
  65. package/dist/lib/src/app/module/ModuleAdd.vue2.js +1 -1
  66. package/dist/lib/src/app/module/ModuleDetail.vue.js +1 -1
  67. package/dist/lib/src/app/module/ModuleEdit.vue2.js +1 -1
  68. package/dist/lib/src/app/module/ModuleIndex.vue2.js +1 -1
  69. package/dist/lib/src/app/module/index.js +1 -1
  70. package/dist/lib/src/app/openapi/OpenApiAppEdit.vue.js +1 -0
  71. package/dist/lib/src/app/openapi/OpenApiAppEdit.vue2.js +1 -0
  72. package/dist/lib/src/app/openapi/OpenApiAppIndex.vue.js +1 -0
  73. package/dist/lib/src/app/openapi/OpenApiAppIndex.vue2.js +19 -0
  74. package/dist/lib/src/app/openapi/OpenApiCredentialModal.vue.js +1 -0
  75. package/dist/lib/src/app/openapi/OpenApiCredentialModal.vue2.js +1 -0
  76. package/dist/lib/src/app/openapi/OpenApiLogDetail.vue.js +1 -0
  77. package/dist/lib/src/app/openapi/OpenApiLogDetail.vue2.js +1 -0
  78. package/dist/lib/src/app/openapi/OpenApiLogIndex.vue.js +1 -0
  79. package/dist/lib/src/app/openapi/OpenApiLogIndex.vue2.js +1 -0
  80. package/dist/lib/src/app/openapi/OpenApiPermissionEdit.vue.js +1 -0
  81. package/dist/lib/src/app/openapi/OpenApiPermissionEdit.vue2.js +1 -0
  82. package/dist/lib/src/app/openapi/OpenApiPermissionList.vue.js +1 -0
  83. package/dist/lib/src/app/openapi/OpenApiPermissionList.vue2.js +1 -0
  84. package/dist/lib/src/app/openapi/api.js +1 -0
  85. package/dist/lib/src/app/openapi/index.js +1 -0
  86. package/dist/lib/src/app/schedule/CronTypeSelect.vue.js +1 -1
  87. package/dist/lib/src/app/schedule/ScheduleAdd.vue2.js +1 -1
  88. package/dist/lib/src/app/schedule/ScheduleEdit.vue2.js +1 -1
  89. package/dist/lib/src/app/schedule/ScheduleIndex.vue.js +1 -1
  90. package/dist/lib/src/app/schedule/ScheduleLogList.vue.js +1 -1
  91. package/dist/lib/src/app/schedule/ScheduleLogView.vue2.js +1 -1
  92. package/dist/lib/src/app/schedule/index.js +1 -1
  93. package/dist/lib/src/app/system/StatusIndex.vue2.js +1 -1
  94. package/dist/lib/src/app/system/index.js +1 -1
  95. package/dist/lib/src/index.js +1 -1
  96. package/dist/lib/style.css +1 -1
  97. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as j, ref as I, reactive as h, computed as z, resolveComponent as s, openBlock as i, createElementBlock as M, createElementVNode as f, createVNode as t, withCtx as a, createTextVNode as d, unref as p, createBlock as m, toDisplayString as _, createCommentVNode as $, nextTick as G } from "vue";
2
2
  import { message as N } from "ant-design-vue";
3
- import { SearchOutlined as J, RedoOutlined as K, WarningTwoTone as Q, DownloadOutlined as X } from "@ant-design/icons-vue";
3
+ import { SearchOutlined as J, RedoOutlined as K, DownloadOutlined as Q, WarningTwoTone as X } from "@ant-design/icons-vue";
4
4
  import { queryErrorLogs as Z } from "../api.js";
5
5
  import { FxCardTable as ee } from "@since2006/components";
6
6
  import te from "./ErrorLogDetail.vue.js";
@@ -149,21 +149,21 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
149
149
  }, {
150
150
  default: a(() => [
151
151
  t(R, { value: "ERROR" }, {
152
- default: a(() => e[4] || (e[4] = [
153
- d("ERROR")
154
- ])),
152
+ default: a(() => [...e[4] || (e[4] = [
153
+ d("ERROR", -1)
154
+ ])]),
155
155
  _: 1
156
156
  }),
157
157
  t(R, { value: "WARN" }, {
158
- default: a(() => e[5] || (e[5] = [
159
- d("WARN")
160
- ])),
158
+ default: a(() => [...e[5] || (e[5] = [
159
+ d("WARN", -1)
160
+ ])]),
161
161
  _: 1
162
162
  }),
163
163
  t(R, { value: "INFO" }, {
164
- default: a(() => e[6] || (e[6] = [
165
- d("INFO")
166
- ])),
164
+ default: a(() => [...e[6] || (e[6] = [
165
+ d("INFO", -1)
166
+ ])]),
167
167
  _: 1
168
168
  })
169
169
  ]),
@@ -200,7 +200,7 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
200
200
  }, {
201
201
  default: a(() => [
202
202
  t(p(J)),
203
- e[7] || (e[7] = d(" 搜索 "))
203
+ e[7] || (e[7] = d(" 搜索 ", -1))
204
204
  ]),
205
205
  _: 1
206
206
  }, 8, ["loading"]),
@@ -210,7 +210,7 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
210
210
  }, {
211
211
  default: a(() => [
212
212
  t(p(K)),
213
- e[8] || (e[8] = d(" 重置 "))
213
+ e[8] || (e[8] = d(" 重置 ", -1))
214
214
  ]),
215
215
  _: 1
216
216
  })
@@ -234,8 +234,8 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
234
234
  "row-key": "id"
235
235
  }, {
236
236
  title: a(() => [
237
- t(p(Q)),
238
- e[9] || (e[9] = d(" 错误日志 "))
237
+ t(p(X)),
238
+ e[9] || (e[9] = d(" 错误日志 ", -1))
239
239
  ]),
240
240
  extra: a(() => [
241
241
  t(B, null, {
@@ -245,8 +245,8 @@ const ae = { class: "error-log-list" }, oe = { class: "ant-pro-table" }, le = {
245
245
  loading: g.value
246
246
  }, {
247
247
  default: a(() => [
248
- t(p(X)),
249
- e[10] || (e[10] = d(" 导出 "))
248
+ t(p(Q)),
249
+ e[10] || (e[10] = d(" 导出 ", -1))
250
250
  ]),
251
251
  _: 1
252
252
  }, 8, ["loading"])
@@ -96,7 +96,7 @@ const E = { class: "text-ellipsis" }, q = /* @__PURE__ */ x({
96
96
  }, {
97
97
  default: t(() => [
98
98
  o(f(V)),
99
- c[0] || (c[0] = n(" 成功 "))
99
+ c[0] || (c[0] = n(" 成功 ", -1))
100
100
  ]),
101
101
  _: 1
102
102
  })) : (i(), d(m, {
@@ -105,7 +105,7 @@ const E = { class: "text-ellipsis" }, q = /* @__PURE__ */ x({
105
105
  }, {
106
106
  default: t(() => [
107
107
  o(f(j)),
108
- c[1] || (c[1] = n(" 失败 "))
108
+ c[1] || (c[1] = n(" 失败 ", -1))
109
109
  ]),
110
110
  _: 1
111
111
  }))
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as B, ref as w, reactive as R, computed as j, resolveComponent as s, openBlock as d, createElementBlock as k, createElementVNode as Y, createVNode as t, withCtx as a, createTextVNode as r, unref as i, Fragment as z, createBlock as _, toDisplayString as $, createCommentVNode as G, nextTick as h } from "vue";
2
2
  import { message as D } from "ant-design-vue";
3
- import { SecurityScanTwoTone as J, DownloadOutlined as K, CheckCircleOutlined as Q, CloseCircleOutlined as W } from "@ant-design/icons-vue";
3
+ import { CheckCircleOutlined as J, CloseCircleOutlined as K, DownloadOutlined as Q, SecurityScanTwoTone as W } from "@ant-design/icons-vue";
4
4
  import { queryLoginLogs as X } from "../api.js";
5
5
  import { FxCardTable as Z } from "@since2006/components";
6
6
  import ee from "./LoginLogDetail.vue.js";
@@ -155,15 +155,15 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
155
155
  }, {
156
156
  default: a(() => [
157
157
  t(b, { value: 1 }, {
158
- default: a(() => e[5] || (e[5] = [
159
- r("成功")
160
- ])),
158
+ default: a(() => [...e[5] || (e[5] = [
159
+ r("成功", -1)
160
+ ])]),
161
161
  _: 1
162
162
  }),
163
163
  t(b, { value: 0 }, {
164
- default: a(() => e[6] || (e[6] = [
165
- r("失败")
166
- ])),
164
+ default: a(() => [...e[6] || (e[6] = [
165
+ r("失败", -1)
166
+ ])]),
167
167
  _: 1
168
168
  })
169
169
  ]),
@@ -198,18 +198,18 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
198
198
  type: "primary",
199
199
  loading: L.value
200
200
  }, {
201
- default: a(() => e[7] || (e[7] = [
202
- r("搜索")
203
- ])),
201
+ default: a(() => [...e[7] || (e[7] = [
202
+ r("搜索", -1)
203
+ ])]),
204
204
  _: 1
205
205
  }, 8, ["loading"]),
206
206
  t(y, {
207
207
  onClick: S,
208
208
  style: { "margin-left": "8px" }
209
209
  }, {
210
- default: a(() => e[8] || (e[8] = [
211
- r("重置")
212
- ])),
210
+ default: a(() => [...e[8] || (e[8] = [
211
+ r("重置", -1)
212
+ ])]),
213
213
  _: 1
214
214
  })
215
215
  ]),
@@ -232,8 +232,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
232
232
  "row-key": "id"
233
233
  }, {
234
234
  title: a(() => [
235
- t(i(J)),
236
- e[9] || (e[9] = r(" 登录日志 "))
235
+ t(i(W)),
236
+ e[9] || (e[9] = r(" 登录日志 ", -1))
237
237
  ]),
238
238
  extra: a(() => [
239
239
  t(N, null, {
@@ -243,8 +243,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
243
243
  loading: x.value
244
244
  }, {
245
245
  default: a(() => [
246
- t(i(K)),
247
- e[10] || (e[10] = r(" 导出 "))
246
+ t(i(Q)),
247
+ e[10] || (e[10] = r(" 导出 ", -1))
248
248
  ]),
249
249
  _: 1
250
250
  }, 8, ["loading"])
@@ -259,8 +259,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
259
259
  color: "green"
260
260
  }, {
261
261
  default: a(() => [
262
- t(i(Q)),
263
- e[11] || (e[11] = r(" 成功 "))
262
+ t(i(J)),
263
+ e[11] || (e[11] = r(" 成功 ", -1))
264
264
  ]),
265
265
  _: 1
266
266
  })) : (d(), _(v, {
@@ -268,8 +268,8 @@ const ae = { class: "login-log-list" }, oe = { class: "ant-pro-table" }, ne = {
268
268
  color: "red"
269
269
  }, {
270
270
  default: a(() => [
271
- t(i(W)),
272
- e[12] || (e[12] = r(" 失败 "))
271
+ t(i(K)),
272
+ e[12] || (e[12] = r(" 失败 ", -1))
273
273
  ]),
274
274
  _: 1
275
275
  }))
@@ -137,7 +137,7 @@ const J = { class: "method-text" }, U = { class: "json-container" }, z = { class
137
137
  }, {
138
138
  default: t(() => [
139
139
  l(b(L)),
140
- c[0] || (c[0] = n(" 成功 "))
140
+ c[0] || (c[0] = n(" 成功 ", -1))
141
141
  ]),
142
142
  _: 1
143
143
  })) : (s(), d(_, {
@@ -146,7 +146,7 @@ const J = { class: "method-text" }, U = { class: "json-container" }, z = { class
146
146
  }, {
147
147
  default: t(() => [
148
148
  l(b(V)),
149
- c[1] || (c[1] = n(" 失败 "))
149
+ c[1] || (c[1] = n(" 失败 ", -1))
150
150
  ]),
151
151
  _: 1
152
152
  }))
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as G, ref as w, reactive as R, computed as $, resolveComponent as s, openBlock as i, createElementBlock as g, createElementVNode as I, createVNode as t, withCtx as a, createTextVNode as r, unref as u, Fragment as K, createBlock as _, toDisplayString as v, normalizeStyle as Q, createCommentVNode as W, nextTick as D } from "vue";
2
2
  import { message as P } from "ant-design-vue";
3
- import { ToolTwoTone as X, DownloadOutlined as Z, CheckCircleOutlined as ee, CloseCircleOutlined as te } from "@ant-design/icons-vue";
3
+ import { CheckCircleOutlined as X, CloseCircleOutlined as Z, DownloadOutlined as ee, ToolTwoTone as te } from "@ant-design/icons-vue";
4
4
  import { queryOperationLogs as ae } from "../api.js";
5
5
  import { FxCardTable as oe } from "@since2006/components";
6
6
  import ne from "./OperationLogDetail.vue.js";
@@ -169,15 +169,15 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
169
169
  }, {
170
170
  default: a(() => [
171
171
  t(b, { value: 1 }, {
172
- default: a(() => e[5] || (e[5] = [
173
- r("成功")
174
- ])),
172
+ default: a(() => [...e[5] || (e[5] = [
173
+ r("成功", -1)
174
+ ])]),
175
175
  _: 1
176
176
  }),
177
177
  t(b, { value: 0 }, {
178
- default: a(() => e[6] || (e[6] = [
179
- r("失败")
180
- ])),
178
+ default: a(() => [...e[6] || (e[6] = [
179
+ r("失败", -1)
180
+ ])]),
181
181
  _: 1
182
182
  })
183
183
  ]),
@@ -212,18 +212,18 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
212
212
  type: "primary",
213
213
  loading: Y.value
214
214
  }, {
215
- default: a(() => e[7] || (e[7] = [
216
- r("搜索")
217
- ])),
215
+ default: a(() => [...e[7] || (e[7] = [
216
+ r("搜索", -1)
217
+ ])]),
218
218
  _: 1
219
219
  }, 8, ["loading"]),
220
220
  t(k, {
221
221
  onClick: U,
222
222
  style: { "margin-left": "8px" }
223
223
  }, {
224
- default: a(() => e[8] || (e[8] = [
225
- r("重置")
226
- ])),
224
+ default: a(() => [...e[8] || (e[8] = [
225
+ r("重置", -1)
226
+ ])]),
227
227
  _: 1
228
228
  })
229
229
  ]),
@@ -246,8 +246,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
246
246
  "row-key": "id"
247
247
  }, {
248
248
  title: a(() => [
249
- t(u(X)),
250
- e[9] || (e[9] = r(" 操作日志 "))
249
+ t(u(te)),
250
+ e[9] || (e[9] = r(" 操作日志 ", -1))
251
251
  ]),
252
252
  extra: a(() => [
253
253
  t(j, null, {
@@ -257,8 +257,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
257
257
  loading: C.value
258
258
  }, {
259
259
  default: a(() => [
260
- t(u(Z)),
261
- e[10] || (e[10] = r(" 导出 "))
260
+ t(u(ee)),
261
+ e[10] || (e[10] = r(" 导出 ", -1))
262
262
  ]),
263
263
  _: 1
264
264
  }, 8, ["loading"])
@@ -273,8 +273,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
273
273
  color: "green"
274
274
  }, {
275
275
  default: a(() => [
276
- t(u(ee)),
277
- e[11] || (e[11] = r(" 成功 "))
276
+ t(u(X)),
277
+ e[11] || (e[11] = r(" 成功 ", -1))
278
278
  ]),
279
279
  _: 1
280
280
  })) : (i(), _(x, {
@@ -282,8 +282,8 @@ const le = { class: "operation-log-list" }, se = { class: "ant-pro-table" }, re
282
282
  color: "red"
283
283
  }, {
284
284
  default: a(() => [
285
- t(u(te)),
286
- e[12] || (e[12] = r(" 失败 "))
285
+ t(u(Z)),
286
+ e[12] || (e[12] = r(" 失败 ", -1))
287
287
  ]),
288
288
  _: 1
289
289
  }))
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as B, ref as u, reactive as M, resolveComponent as o, openBlock as f, createElementBlock as k, createElementVNode as m, createVNode as e, withCtx as t, createTextVNode as l, unref as i, createBlock as j, toDisplayString as F, createCommentVNode as b, Fragment as Y } from "vue";
2
- import { ProfileTwoTone as z, PlusOutlined as O } from "@ant-design/icons-vue";
2
+ import { PlusOutlined as z, ProfileTwoTone as O } from "@ant-design/icons-vue";
3
3
  import { queryMetadatas as A, deleteMetadata as G } from "./api.js";
4
4
  import { message as _ } from "ant-design-vue";
5
5
  import { FxCardTable as H } from "@since2006/components";
@@ -89,18 +89,18 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
89
89
  onClick: p,
90
90
  type: "primary"
91
91
  }, {
92
- default: t(() => a[1] || (a[1] = [
93
- l("搜索")
94
- ])),
92
+ default: t(() => [...a[1] || (a[1] = [
93
+ l("搜索", -1)
94
+ ])]),
95
95
  _: 1
96
96
  }),
97
97
  e(c, {
98
98
  onClick: g,
99
99
  style: { "margin-left": "16px" }
100
100
  }, {
101
- default: t(() => a[2] || (a[2] = [
102
- l("重置")
103
- ])),
101
+ default: t(() => [...a[2] || (a[2] = [
102
+ l("重置", -1)
103
+ ])]),
104
104
  _: 1
105
105
  })
106
106
  ]),
@@ -121,8 +121,8 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
121
121
  ref: n
122
122
  }, {
123
123
  title: t(() => [
124
- e(i(z)),
125
- a[3] || (a[3] = l(" 元数据配置 "))
124
+ e(i(O)),
125
+ a[3] || (a[3] = l(" 元数据配置 ", -1))
126
126
  ]),
127
127
  toolbar: t(() => [
128
128
  e(c, {
@@ -130,8 +130,8 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
130
130
  onClick: R
131
131
  }, {
132
132
  default: t(() => [
133
- e(i(O)),
134
- a[4] || (a[4] = l(" 新建 "))
133
+ e(i(z)),
134
+ a[4] || (a[4] = l(" 新建 ", -1))
135
135
  ]),
136
136
  _: 1
137
137
  })
@@ -155,11 +155,11 @@ const Q = { class: "ant-pro-table" }, W = { class: "ant-pro-table-search" }, X =
155
155
  title: "确定要删除吗?",
156
156
  onConfirm: ($) => h(x)
157
157
  }, {
158
- default: t(() => a[5] || (a[5] = [
158
+ default: t(() => [...a[5] || (a[5] = [
159
159
  m("a", null, "删除", -1)
160
- ])),
161
- _: 2
162
- }, 1032, ["onConfirm"])
160
+ ])]),
161
+ _: 1
162
+ }, 8, ["onConfirm"])
163
163
  ], 64)) : b("", !0)
164
164
  ]),
165
165
  _: 1
@@ -1,7 +1,6 @@
1
1
  import t from "./MetadataIndex.vue.js";
2
- import { withInstall as a } from "@since2006/utils";
3
- const r = a(t);
2
+ import { withInstall as o } from "@since2006/utils";
3
+ const r = o(t);
4
4
  export {
5
- r as MetadataIndex,
6
- r as default
5
+ r as MetadataIndex
7
6
  };
@@ -216,15 +216,15 @@ const de = /* @__PURE__ */ j({
216
216
  }, {
217
217
  default: o(() => [
218
218
  t(S, { value: 1 }, {
219
- default: o(() => e[12] || (e[12] = [
220
- C("显示")
221
- ])),
219
+ default: o(() => [...e[12] || (e[12] = [
220
+ C("显示", -1)
221
+ ])]),
222
222
  _: 1
223
223
  }),
224
224
  t(S, { value: 0 }, {
225
- default: o(() => e[13] || (e[13] = [
226
- C("隐藏")
227
- ])),
225
+ default: o(() => [...e[13] || (e[13] = [
226
+ C("隐藏", -1)
227
+ ])]),
228
228
  _: 1
229
229
  })
230
230
  ]),
@@ -1,130 +1,130 @@
1
- import { defineComponent as c, resolveComponent as p, openBlock as r, createBlock as u, withCtx as e, createVNode as l, createTextVNode as a, toDisplayString as d, createElementVNode as g, createElementBlock as f, Fragment as _, createCommentVNode as y } from "vue";
2
- import k from "./icon/AppIcon.vue.js";
3
- const N = { style: { color: "#a6a6a6", "margin-left": "4px" } }, S = /* @__PURE__ */ c({
1
+ import { defineComponent as p, resolveComponent as c, openBlock as u, createBlock as m, withCtx as e, createVNode as t, createTextVNode as a, toDisplayString as d, createElementVNode as k, createElementBlock as y, Fragment as s, createCommentVNode as b } from "vue";
2
+ import x from "./icon/AppIcon.vue.js";
3
+ const N = { style: { color: "#a6a6a6", "margin-left": "4px" } }, B = /* @__PURE__ */ p({
4
4
  __name: "ModuleDetail",
5
5
  props: {
6
6
  module: {}
7
7
  },
8
- setup(C) {
9
- return (o, n) => {
10
- const t = p("a-descriptions-item"), s = p("a-typography-paragraph"), m = p("a-tag"), b = p("a-descriptions");
11
- return r(), u(b, {
8
+ setup(l) {
9
+ return (_, n) => {
10
+ const o = c("a-descriptions-item"), i = c("a-typography-paragraph"), r = c("a-tag"), g = c("a-descriptions");
11
+ return u(), m(g, {
12
12
  bordered: "",
13
13
  column: 1,
14
14
  labelStyle: { width: "140px", textAlign: "center" }
15
15
  }, {
16
16
  default: e(() => [
17
- l(t, { label: "模块名称" }, {
17
+ t(o, { label: "模块名称" }, {
18
18
  default: e(() => [
19
- a(d(o.module.name), 1)
19
+ a(d(l.module.name), 1)
20
20
  ]),
21
21
  _: 1
22
22
  }),
23
- l(t, { label: "文档类别" }, {
23
+ t(o, { label: "文档类别" }, {
24
24
  default: e(() => {
25
- var i;
25
+ var f;
26
26
  return [
27
- a(d((i = o.module.cate) == null ? void 0 : i.name), 1)
27
+ a(d((f = l.module.cate) == null ? void 0 : f.name), 1)
28
28
  ];
29
29
  }),
30
30
  _: 1
31
31
  }),
32
- l(t, { label: "模块图标" }, {
32
+ t(o, { label: "模块图标" }, {
33
33
  default: e(() => [
34
- l(k, {
35
- icon: o.module.icon,
34
+ t(x, {
35
+ icon: l.module.icon,
36
36
  size: "16px"
37
37
  }, null, 8, ["icon"]),
38
- g("span", N, d(o.module.icon), 1)
38
+ k("span", N, d(l.module.icon), 1)
39
39
  ]),
40
40
  _: 1
41
41
  }),
42
- l(t, { label: "访问路径" }, {
42
+ t(o, { label: "访问路径" }, {
43
43
  default: e(() => [
44
- l(s, {
45
- copyable: !!o.module.path
44
+ t(i, {
45
+ copyable: !!l.module.path
46
46
  }, {
47
47
  default: e(() => [
48
- a(d(o.module.path), 1)
48
+ a(d(l.module.path), 1)
49
49
  ]),
50
50
  _: 1
51
51
  }, 8, ["copyable"])
52
52
  ]),
53
53
  _: 1
54
54
  }),
55
- l(t, { label: "模板文件" }, {
55
+ t(o, { label: "模板文件" }, {
56
56
  default: e(() => [
57
- l(s, {
58
- copyable: !!o.module.component
57
+ t(i, {
58
+ copyable: !!l.module.component
59
59
  }, {
60
60
  default: e(() => [
61
- a(d(o.module.component), 1)
61
+ a(d(l.module.component), 1)
62
62
  ]),
63
63
  _: 1
64
64
  }, 8, ["copyable"])
65
65
  ]),
66
66
  _: 1
67
67
  }),
68
- l(t, { label: "打开方式" }, {
68
+ t(o, { label: "打开方式" }, {
69
69
  default: e(() => [
70
- o.module.openTarget != null ? (r(), f(_, { key: 0 }, [
71
- o.module.openTarget === 1 ? (r(), u(m, {
70
+ l.module.openTarget != null ? (u(), y(s, { key: 0 }, [
71
+ l.module.openTarget === 1 ? (u(), m(r, {
72
72
  key: 0,
73
73
  color: "red"
74
74
  }, {
75
- default: e(() => n[0] || (n[0] = [
76
- a("新开窗口")
77
- ])),
75
+ default: e(() => [...n[0] || (n[0] = [
76
+ a("新开窗口", -1)
77
+ ])]),
78
78
  _: 1
79
- })) : (r(), u(m, { key: 1 }, {
80
- default: e(() => n[1] || (n[1] = [
81
- a("默认")
82
- ])),
79
+ })) : (u(), m(r, { key: 1 }, {
80
+ default: e(() => [...n[1] || (n[1] = [
81
+ a("默认", -1)
82
+ ])]),
83
83
  _: 1
84
84
  }))
85
- ], 64)) : y("", !0)
85
+ ], 64)) : b("", !0)
86
86
  ]),
87
87
  _: 1
88
88
  }),
89
- l(t, { label: "排序" }, {
89
+ t(o, { label: "排序" }, {
90
90
  default: e(() => [
91
- a(d(o.module.seqNo), 1)
91
+ a(d(l.module.seqNo), 1)
92
92
  ]),
93
93
  _: 1
94
94
  }),
95
- l(t, { label: "是否显示" }, {
95
+ t(o, { label: "是否显示" }, {
96
96
  default: e(() => [
97
- o.module.status != null ? (r(), f(_, { key: 0 }, [
98
- o.module.status === 1 ? (r(), u(m, {
97
+ l.module.status != null ? (u(), y(s, { key: 0 }, [
98
+ l.module.status === 1 ? (u(), m(r, {
99
99
  key: 0,
100
100
  color: "green"
101
101
  }, {
102
- default: e(() => n[2] || (n[2] = [
103
- a("显示")
104
- ])),
102
+ default: e(() => [...n[2] || (n[2] = [
103
+ a("显示", -1)
104
+ ])]),
105
105
  _: 1
106
- })) : (r(), u(m, {
106
+ })) : (u(), m(r, {
107
107
  key: 1,
108
108
  color: "red"
109
109
  }, {
110
- default: e(() => n[3] || (n[3] = [
111
- a("隐藏")
112
- ])),
110
+ default: e(() => [...n[3] || (n[3] = [
111
+ a("隐藏", -1)
112
+ ])]),
113
113
  _: 1
114
114
  }))
115
- ], 64)) : y("", !0)
115
+ ], 64)) : b("", !0)
116
116
  ]),
117
117
  _: 1
118
118
  }),
119
- l(t, { label: "访问权限" }, {
119
+ t(o, { label: "访问权限" }, {
120
120
  default: e(() => [
121
- a(d(o.module.permsSummary), 1)
121
+ a(d(l.module.permsSummary), 1)
122
122
  ]),
123
123
  _: 1
124
124
  }),
125
- l(t, { label: "描述" }, {
125
+ t(o, { label: "描述" }, {
126
126
  default: e(() => [
127
- a(d(o.module.remark), 1)
127
+ a(d(l.module.remark), 1)
128
128
  ]),
129
129
  _: 1
130
130
  })
@@ -135,5 +135,5 @@ const N = { style: { color: "#a6a6a6", "margin-left": "4px" } }, S = /* @__PURE_
135
135
  }
136
136
  });
137
137
  export {
138
- S as default
138
+ B as default
139
139
  };
@@ -219,15 +219,15 @@ const ie = /* @__PURE__ */ $({
219
219
  }, {
220
220
  default: n(() => [
221
221
  t(S, { value: 1 }, {
222
- default: n(() => e[12] || (e[12] = [
223
- C("显示")
224
- ])),
222
+ default: n(() => [...e[12] || (e[12] = [
223
+ C("显示", -1)
224
+ ])]),
225
225
  _: 1
226
226
  }),
227
227
  t(S, { value: 0 }, {
228
- default: n(() => e[13] || (e[13] = [
229
- C("隐藏")
230
- ])),
228
+ default: n(() => [...e[13] || (e[13] = [
229
+ C("隐藏", -1)
230
+ ])]),
231
231
  _: 1
232
232
  })
233
233
  ]),