auto-vue-manual 0.3.7 → 0.3.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.
@@ -7611,7 +7611,18 @@ function Y6e(n, e = 100, t = 2) {
7611
7611
  const o = r / 100 * e;
7612
7612
  return Number(o.toFixed(t));
7613
7613
  }
7614
- const jlt = {
7614
+ function jlt(n) {
7615
+ if (!n) return "-";
7616
+ if (n.label) return n.label;
7617
+ if (typeof n.origin != "number" || typeof n.decimals != "number")
7618
+ return "-";
7619
+ const e = Math.pow(10, n.decimals);
7620
+ return (n.origin / e).toString();
7621
+ }
7622
+ function Ylt(n) {
7623
+ return !n || typeof n.origin != "number" ? "success" : n.origin < 0 ? "danger" : "success";
7624
+ }
7625
+ const Xlt = {
7615
7626
  formatValue: $6e,
7616
7627
  bigNumber: U6e,
7617
7628
  transferPrice: G6e,
@@ -7629,7 +7640,7 @@ function X6e() {
7629
7640
  const n = ["休息一会儿吧", "准备吃什么呢?", "要不要打一把 LOL", "我猜你可能累了"], e = Math.floor(Math.random() * n.length);
7630
7641
  return n[e];
7631
7642
  }
7632
- const Ylt = {
7643
+ const Klt = {
7633
7644
  timeGreet: Ibe,
7634
7645
  welcome: X6e
7635
7646
  };
@@ -7702,7 +7713,7 @@ function f7(n, e = [], t = [], r = "请输入", o = "请选择") {
7702
7713
  l.has(d) ? i[d] = r + h : c.has(d) && (i[d] = o + h);
7703
7714
  return i;
7704
7715
  }
7705
- const Xlt = {
7716
+ const Jlt = {
7706
7717
  matchLanguage: K6e,
7707
7718
  generateFields: nae,
7708
7719
  generatePlaceholders: f7
@@ -7733,7 +7744,7 @@ function Pbe(n, e) {
7733
7744
  }
7734
7745
  return null;
7735
7746
  }
7736
- const Klt = {
7747
+ const Qlt = {
7737
7748
  getFlatMenuList: rae,
7738
7749
  getShowMenuList: oae,
7739
7750
  getAllBreadcrumbList: aae,
@@ -7789,13 +7800,13 @@ function Vbe() {
7789
7800
  history: location.pathname + location.search
7790
7801
  }[exe] || "hash";
7791
7802
  }
7792
- const Jlt = {
7803
+ const ect = {
7793
7804
  getUrlWithParams: Vbe
7794
7805
  };
7795
7806
  function nNe(n, e) {
7796
7807
  return n.required && e === "" ? Promise.reject(Fr("base.phone verify.is_required")) : Bbe(e) ? Promise.resolve() : Promise.reject(Fr("base.phone verify.err_format"));
7797
7808
  }
7798
- const Qlt = {
7809
+ const tct = {
7799
7810
  phoneRule: nNe
7800
7811
  };
7801
7812
  var KG = { exports: {} }, rNe = KG.exports, Jfe;
@@ -8195,7 +8206,7 @@ function CNe() {
8195
8206
  const n = /* @__PURE__ */ new Date(), e = `${n.getFullYear()}${bp(n.getMonth() + 2)}01 00:00:00`;
8196
8207
  return yp(e);
8197
8208
  }
8198
- const ect = {
8209
+ const nct = {
8199
8210
  DATE_FORMAT: uNe,
8200
8211
  DATE_HOUR_FORMAT: fNe,
8201
8212
  DATE_SHOW_FORMAT: zbe,
@@ -8985,7 +8996,7 @@ const ede = "LAYOUT", Cp = lw(ede, {
8985
8996
  }
8986
8997
  }, KNe = nae(/* @__PURE__ */ Object.assign({ "/package/languages/zh/base.ts": SNe, "/package/languages/zh/config.ts": wNe, "/package/languages/zh/index.ts": LNe, "/package/languages/zh/menu.ts": ENe, "/package/languages/zh/message.ts": ANe, "/package/languages/zh/verify.ts": TNe })), JNe = nae(/* @__PURE__ */ Object.assign({ "/package/languages/en/base.ts": BNe, "/package/languages/en/config.ts": INe, "/package/languages/en/index.ts": GNe, "/package/languages/en/menu.ts": NNe, "/package/languages/en/message.ts": PNe, "/package/languages/en/verify.ts": FNe }));
8987
8998
  let dD;
8988
- const tct = async (n, e, t = !1) => {
8999
+ const rct = async (n, e, t = !1) => {
8989
9000
  let r = {};
8990
9001
  t && (r = await QNe()), dD = YOe({
8991
9002
  allowComposition: !0,
@@ -9029,7 +9040,7 @@ function Fr(n, e = {}) {
9029
9040
  }
9030
9041
  return dD?.global?.te(n) ? t(n, e) : n;
9031
9042
  }
9032
- function nct() {
9043
+ function oct() {
9033
9044
  const n = dD?.global?.locale;
9034
9045
  return typeof n == "string" ? n : Cp().getLanguage();
9035
9046
  }
@@ -9059,7 +9070,7 @@ function iae(n) {
9059
9070
  message: Fr(n)
9060
9071
  });
9061
9072
  }
9062
- const rct = {
9073
+ const act = {
9063
9074
  notification: e8e,
9064
9075
  info: t8e,
9065
9076
  warning: Jbe,
@@ -9340,7 +9351,7 @@ const tde = "MENU", z2 = lw(tde, {
9340
9351
  },
9341
9352
  persist: OO(ode, "app")
9342
9353
  });
9343
- function oct() {
9354
+ function ict() {
9344
9355
  const e = `${window.location.host}:PREFIX`;
9345
9356
  if (!localStorage.getItem(e))
9346
9357
  try {
@@ -9353,7 +9364,7 @@ function oct() {
9353
9364
  console.error(t);
9354
9365
  }
9355
9366
  }
9356
- function act(n) {
9367
+ function sct(n) {
9357
9368
  const e = ROe();
9358
9369
  return e.use(IOe), n.use(e), e;
9359
9370
  }
@@ -9421,7 +9432,7 @@ const u8e = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAacAAAFVCAMAAAB8a9C4A
9421
9432
  return t;
9422
9433
  }, p8e = /* @__PURE__ */ Sp(h8e, [["__scopeId", "data-v-5ddad118"]]);
9423
9434
  let nP = null;
9424
- function ict(n) {
9435
+ function lct(n) {
9425
9436
  const e = b8e(n);
9426
9437
  try {
9427
9438
  By().setBaseRoutes(e), nP = null;
@@ -9494,7 +9505,7 @@ const x8e = {
9494
9505
  history: () => LOe()
9495
9506
  };
9496
9507
  let exe = "hash", US;
9497
- const sct = (n, e = "hash", t) => {
9508
+ const cct = (n, e = "hash", t) => {
9498
9509
  g8e(), exe = e;
9499
9510
  const r = OOe({
9500
9511
  history: x8e[e](),
@@ -10085,7 +10096,7 @@ const rxe = /* @__PURE__ */ oo({
10085
10096
  style: n.style
10086
10097
  }, [e.default?.()]), [[MO("loading"), n.loading]]);
10087
10098
  }
10088
- }), lct = /* @__PURE__ */ oo({
10099
+ }), uct = /* @__PURE__ */ oo({
10089
10100
  __name: "ProTable",
10090
10101
  props: {
10091
10102
  columns: {
@@ -10545,7 +10556,7 @@ const T8e = (n, e, t, r, o) => {
10545
10556
  isSelected: c,
10546
10557
  selectionChange: d
10547
10558
  };
10548
- }, cct = /* @__PURE__ */ oo({
10559
+ }, fct = /* @__PURE__ */ oo({
10549
10560
  __name: "ProTableList",
10550
10561
  props: {
10551
10562
  columns: { default: () => [] },
@@ -10665,7 +10676,7 @@ const T8e = (n, e, t, r, o) => {
10665
10676
  ], 512);
10666
10677
  };
10667
10678
  }
10668
- }), uct = /* @__PURE__ */ oo({
10679
+ }), dct = /* @__PURE__ */ oo({
10669
10680
  __name: "ProTableSummary",
10670
10681
  props: {
10671
10682
  sumUrl: {
@@ -10973,7 +10984,7 @@ const T8e = (n, e, t, r, o) => {
10973
10984
  }, 16, ["modelValue", "show-close", "top", "width", "center", "append-to-body", "lock-scroll", "close-on-click-modal"]);
10974
10985
  };
10975
10986
  }
10976
- }), fct = /* @__PURE__ */ oo({
10987
+ }), hct = /* @__PURE__ */ oo({
10977
10988
  __name: "BasicDrawer",
10978
10989
  props: {
10979
10990
  ...POe,
@@ -11023,7 +11034,7 @@ const T8e = (n, e, t, r, o) => {
11023
11034
  }, 16, ["modelValue", "size", "append-to-body", "lock-scroll", "show-close", "close-on-click-modal"]);
11024
11035
  };
11025
11036
  }
11026
- }), D8e = { class: "form-dialog-footer" }, dct = /* @__PURE__ */ oo({
11037
+ }), D8e = { class: "form-dialog-footer" }, pct = /* @__PURE__ */ oo({
11027
11038
  __name: "FormDialog",
11028
11039
  props: {
11029
11040
  ...Aoe,
@@ -11101,7 +11112,7 @@ const T8e = (n, e, t, r, o) => {
11101
11112
  }, 16, ["modelValue"]);
11102
11113
  };
11103
11114
  }
11104
- }), hct = /* @__PURE__ */ oo({
11115
+ }), gct = /* @__PURE__ */ oo({
11105
11116
  __name: "TableDialog",
11106
11117
  props: {
11107
11118
  ...Aoe,
@@ -11144,7 +11155,7 @@ const T8e = (n, e, t, r, o) => {
11144
11155
  _: 3
11145
11156
  }, 16, ["modelValue"]));
11146
11157
  }
11147
- }), pct = /* @__PURE__ */ oo({
11158
+ }), vct = /* @__PURE__ */ oo({
11148
11159
  name: "UploadImage",
11149
11160
  props: {
11150
11161
  url: {
@@ -11267,7 +11278,7 @@ const T8e = (n, e, t, r, o) => {
11267
11278
  "preview-src-list": t.value.map((p) => p.url)
11268
11279
  }, null), [[Ju, !1]])]);
11269
11280
  }
11270
- }), gct = /* @__PURE__ */ oo({
11281
+ }), mct = /* @__PURE__ */ oo({
11271
11282
  name: "UploadImage",
11272
11283
  props: {
11273
11284
  url: {
@@ -11396,7 +11407,7 @@ const T8e = (n, e, t, r, o) => {
11396
11407
  "preview-src-list": t.value.map((p) => p.url)
11397
11408
  }, null), [[Ju, !1]])]);
11398
11409
  }
11399
- }), vct = /* @__PURE__ */ oo({
11410
+ }), yct = /* @__PURE__ */ oo({
11400
11411
  name: "UploadImage",
11401
11412
  props: {
11402
11413
  url: {
@@ -11539,7 +11550,7 @@ const T8e = (n, e, t, r, o) => {
11539
11550
  "preview-src-list": t.value.map((b) => b.url)
11540
11551
  }, null), [[Ju, !1]])]);
11541
11552
  }
11542
- }), mct = /* @__PURE__ */ oo({
11553
+ }), bct = /* @__PURE__ */ oo({
11543
11554
  name: "UploadFiles",
11544
11555
  props: {
11545
11556
  url: {
@@ -46148,7 +46159,7 @@ tinymce.addI18n("zh_CN", {
46148
46159
  "Whole words": "全字匹配",
46149
46160
  "Insert template": "插入模板"
46150
46161
  });
46151
- const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect fontselect fontsizeselect | lineheight forecolor backcolor bold italic underline strikethrough | code | numlist bullist", yct = /* @__PURE__ */ oo({
46162
+ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect fontselect fontsizeselect | lineheight forecolor backcolor bold italic underline strikethrough | code | numlist bullist", xct = /* @__PURE__ */ oo({
46152
46163
  __name: "index",
46153
46164
  props: {
46154
46165
  url: { type: String, required: !1, default: "/upload/image" },
@@ -46222,7 +46233,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46222
46233
  }, null, 8, ["disabled", "modelValue", "init"])
46223
46234
  ]));
46224
46235
  }
46225
- }), bct = /* @__PURE__ */ oo({
46236
+ }), _ct = /* @__PURE__ */ oo({
46226
46237
  __name: "OpenButton",
46227
46238
  props: {
46228
46239
  size: { default: "default" },
@@ -46293,7 +46304,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46293
46304
  }, 16, ["size", "type", "circle", "plain", "disabled", "loading"]);
46294
46305
  };
46295
46306
  }
46296
- }), xct = /* @__PURE__ */ oo({
46307
+ }), Cct = /* @__PURE__ */ oo({
46297
46308
  __name: "RefreshButton",
46298
46309
  props: {
46299
46310
  refresh: { type: Function, default: () => {
@@ -46449,7 +46460,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46449
46460
  }, 16, ["size", "type", "circle", "plain", "disabled", "loading"]);
46450
46461
  };
46451
46462
  }
46452
- }), _ct = /* @__PURE__ */ oo({
46463
+ }), Sct = /* @__PURE__ */ oo({
46453
46464
  __name: "SearchButton",
46454
46465
  props: {
46455
46466
  size: { default: "default" },
@@ -46520,7 +46531,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46520
46531
  }, 16, ["size", "type", "circle", "plain", "disabled", "loading"]);
46521
46532
  };
46522
46533
  }
46523
- }), Cct = /* @__PURE__ */ oo({
46534
+ }), wct = /* @__PURE__ */ oo({
46524
46535
  __name: "ResetButton",
46525
46536
  props: {
46526
46537
  size: { default: "default" },
@@ -46591,7 +46602,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46591
46602
  }, 16, ["size", "type", "circle", "plain", "disabled", "loading"]);
46592
46603
  };
46593
46604
  }
46594
- }), Sct = /* @__PURE__ */ oo({
46605
+ }), Ect = /* @__PURE__ */ oo({
46595
46606
  __name: "ModifyButton",
46596
46607
  props: {
46597
46608
  size: { default: "small" },
@@ -46651,7 +46662,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46651
46662
  }, 16, ["size", "link", "type", "disabled", "loading"]);
46652
46663
  };
46653
46664
  }
46654
- }), wct = /* @__PURE__ */ oo({
46665
+ }), Act = /* @__PURE__ */ oo({
46655
46666
  __name: "RequestButton",
46656
46667
  props: {
46657
46668
  refresh: { type: Function, default: () => {
@@ -46719,7 +46730,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46719
46730
  }, 16, ["size", "type", "circle", "plain", "disabled", "loading"]);
46720
46731
  };
46721
46732
  }
46722
- }), Ect = /* @__PURE__ */ oo({
46733
+ }), Tct = /* @__PURE__ */ oo({
46723
46734
  __name: "index",
46724
46735
  props: {
46725
46736
  mark: { type: Array, default: () => [] }
@@ -46739,7 +46750,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46739
46750
  }, 8, ["content"]);
46740
46751
  };
46741
46752
  }
46742
- }), Act = /* @__PURE__ */ oo({
46753
+ }), Dct = /* @__PURE__ */ oo({
46743
46754
  __name: "BasicAvatar",
46744
46755
  props: {
46745
46756
  ...FOe,
@@ -46785,7 +46796,7 @@ const Pde = 8, nPe = "undo redo cut copy paste indent2em | image | styleselect f
46785
46796
  }, 16, ["src"]);
46786
46797
  };
46787
46798
  }
46788
- }), Tct = () => {
46799
+ }), kct = () => {
46789
46800
  const n = cr(), e = xr(() => n.value?.formData), t = xr(() => n.value?.modal), r = xr(() => n.value?.requesting), o = xr(() => n.value?.executing);
46790
46801
  return {
46791
46802
  formRef: n,
@@ -95383,7 +95394,7 @@ const RD = [
95383
95394
  // Warning 浅
95384
95395
  "#FAB6B6"
95385
95396
  // Danger 浅
95386
- ], Kse = "#666666", ih = "#8C8C8C", tq = "#e0e6ed", Dct = ({
95397
+ ], Kse = "#666666", ih = "#8C8C8C", tq = "#e0e6ed", Mct = ({
95387
95398
  title: n = "",
95388
95399
  subtitle: e = "",
95389
95400
  yAxisName: t = "",
@@ -95473,7 +95484,7 @@ const RD = [
95473
95484
  chartRef: l,
95474
95485
  renderChart: h
95475
95486
  };
95476
- }, kct = ({
95487
+ }, Rct = ({
95477
95488
  title: n = "",
95478
95489
  subtitle: e = "",
95479
95490
  yAxisName: t = "",
@@ -95539,7 +95550,7 @@ const RD = [
95539
95550
  chartRef: c,
95540
95551
  renderChart: p
95541
95552
  };
95542
- }, Mct = (n = {}) => {
95553
+ }, Oct = (n = {}) => {
95543
95554
  const e = _D(), t = _D(), r = _D(), o = V2(Kv(n)), i = xr(() => e.value?.tableData || []);
95544
95555
  return {
95545
95556
  tableRef: e,
@@ -95556,7 +95567,7 @@ const RD = [
95556
95567
  editFormModal: (...y) => t.value?.modify(...y),
95557
95568
  openDialog: () => r.value?.open()
95558
95569
  };
95559
- }, Rct = (n, e) => {
95570
+ }, Lct = (n, e) => {
95560
95571
  const t = cr(!1);
95561
95572
  return {
95562
95573
  visible: t,
@@ -95688,7 +95699,7 @@ const RD = [
95688
95699
  requesting: p,
95689
95700
  executing: m
95690
95701
  };
95691
- }, Oct = ({
95702
+ }, Bct = ({
95692
95703
  title: n = "",
95693
95704
  subtitle: e = "",
95694
95705
  indicator: t = {},
@@ -95817,20 +95828,20 @@ const hTe = (n, e, t, r) => {
95817
95828
  filterOptions: T,
95818
95829
  formatOptions: A
95819
95830
  };
95820
- }, Lct = () => {
95831
+ }, Ict = () => {
95821
95832
  const n = _D();
95822
95833
  return {
95823
95834
  dialogRef: n,
95824
95835
  open: () => n.value?.open()
95825
95836
  };
95826
- }, Bct = () => {
95837
+ }, Nct = () => {
95827
95838
  const n = _D();
95828
95839
  return {
95829
95840
  formRef: n,
95830
95841
  open: () => n.value?.open(),
95831
95842
  edit: (...r) => n.value?.modify(...r)
95832
95843
  };
95833
- }, Ict = (n = {}) => {
95844
+ }, Pct = (n = {}) => {
95834
95845
  const e = _D(), t = V2(Kv(n)), r = xr(() => e.value?.tableData || []);
95835
95846
  return {
95836
95847
  tableRef: e,
@@ -95932,7 +95943,7 @@ const hTe = (n, e, t, r) => {
95932
95943
  }, 1024))), 128);
95933
95944
  };
95934
95945
  }
95935
- }), Nct = /* @__PURE__ */ oo({
95946
+ }), Fct = /* @__PURE__ */ oo({
95936
95947
  __name: "index",
95937
95948
  props: {
95938
95949
  formItems: { type: Array, required: !0 },
@@ -96011,7 +96022,7 @@ const hTe = (n, e, t, r) => {
96011
96022
  }, 8, ["model", "rules", "disabled"]);
96012
96023
  };
96013
96024
  }
96014
- }), Pct = /* @__PURE__ */ oo({
96025
+ }), Vct = /* @__PURE__ */ oo({
96015
96026
  __name: "InputNumber",
96016
96027
  props: {
96017
96028
  modelValue: {
@@ -96068,7 +96079,7 @@ const hTe = (n, e, t, r) => {
96068
96079
  }, 16, ["model-value"]);
96069
96080
  };
96070
96081
  }
96071
- }), Fct = /* @__PURE__ */ oo({
96082
+ }), zct = /* @__PURE__ */ oo({
96072
96083
  __name: "CopyText",
96073
96084
  props: {
96074
96085
  ...VOe,
@@ -96106,7 +96117,7 @@ const hTe = (n, e, t, r) => {
96106
96117
  });
96107
96118
  };
96108
96119
  }
96109
- }), Vct = /* @__PURE__ */ oo({
96120
+ }), Hct = /* @__PURE__ */ oo({
96110
96121
  __name: "RadioButton",
96111
96122
  props: {
96112
96123
  ...zOe,
@@ -96343,7 +96354,7 @@ const zit = { class: "title" }, Hit = { class: "desc" }, $it = /* @__PURE__ */ o
96343
96354
  }), Pye = /* @__PURE__ */ Sp($it, [["__scopeId", "data-v-8d322968"]]), Uit = {
96344
96355
  key: 0,
96345
96356
  class: "container"
96346
- }, zct = /* @__PURE__ */ oo({
96357
+ }, $ct = /* @__PURE__ */ oo({
96347
96358
  __name: "StatisticCard",
96348
96359
  props: {
96349
96360
  title: { type: String, default: "" },
@@ -97494,7 +97505,7 @@ const nst = /* @__PURE__ */ Sp(est, [["render", tst], ["__scopeId", "data-v-ed66
97494
97505
  }, 8, ["font"]);
97495
97506
  };
97496
97507
  }
97497
- }), Hct = /* @__PURE__ */ Sp(Zst, [["__scopeId", "data-v-9f77cba6"]]), $ct = {
97508
+ }), Uct = /* @__PURE__ */ Sp(Zst, [["__scopeId", "data-v-9f77cba6"]]), Gct = {
97498
97509
  install: (n, e) => {
97499
97510
  if (e) {
97500
97511
  if (!e?.requestBaseUrl)
@@ -97507,16 +97518,17 @@ const nst = /* @__PURE__ */ Sp(est, [["render", tst], ["__scopeId", "data-v-ed66
97507
97518
  };
97508
97519
  export {
97509
97520
  Hlt as AlertUtils,
97521
+ Ylt as AmountSign,
97510
97522
  Mbe as ApiUtils,
97511
97523
  $lt as AssetsUtils,
97512
97524
  cO as AuthUtils,
97513
- Act as BasicAvatar,
97525
+ Dct as BasicAvatar,
97514
97526
  TW as BasicDialog,
97515
- fct as BasicDrawer,
97516
- Vct as BasicRadioButton,
97527
+ hct as BasicDrawer,
97528
+ Hct as BasicRadioButton,
97517
97529
  Pye as BasicStatistic,
97518
97530
  Ult as BrowserUtils,
97519
- Fct as CopyText,
97531
+ zct as CopyText,
97520
97532
  Glt as CopyUtils,
97521
97533
  lLe as DASHBOARD_URL,
97522
97534
  uNe as DATE_FORMAT,
@@ -97547,53 +97559,54 @@ export {
97547
97559
  Hoe as DEFAULT_UPDATE_KEY,
97548
97560
  $oe as DEFAULT_UPDATE_URL,
97549
97561
  fLe as ERROR_LOG_URL,
97550
- dct as FormDialog,
97551
- jlt as FormatUtils,
97552
- Ylt as GreetUtils,
97562
+ pct as FormDialog,
97563
+ jlt as FormatAmount,
97564
+ Xlt as FormatUtils,
97565
+ Klt as GreetUtils,
97553
97566
  sLe as HOME_URL,
97554
97567
  dNe as HOUR_FORMAT,
97555
97568
  vae as IconSwitch,
97556
97569
  rPe as InlineRefreshButton,
97557
- Pct as InputNumber,
97570
+ Vct as InputNumber,
97558
97571
  blt as InstallUtils,
97559
97572
  cLe as LOGIN_URL,
97560
- Xlt as LanguageUtils,
97561
- Hct as LayoutComponent,
97573
+ Jlt as LanguageUtils,
97574
+ Uct as LayoutComponent,
97562
97575
  A8e as Loading,
97563
97576
  s4 as LoadingSvg,
97564
97577
  pq as LoadingSvgPath,
97565
- Klt as MenuUtils,
97566
- rct as MessageUtils,
97567
- Sct as ModifyButton,
97578
+ Qlt as MenuUtils,
97579
+ act as MessageUtils,
97580
+ Ect as ModifyButton,
97568
97581
  Jo as NProgress,
97569
97582
  tNe as ObjectUtils,
97570
- bct as OpenButton,
97583
+ _ct as OpenButton,
97571
97584
  p8e as Page404,
97572
- Nct as ProForm,
97573
- lct as ProTable,
97574
- cct as ProTableList,
97575
- uct as ProTableSummary,
97585
+ Fct as ProForm,
97586
+ uct as ProTable,
97587
+ fct as ProTableList,
97588
+ dct as ProTableSummary,
97576
97589
  uLe as REQUEST_LOG_URL,
97577
97590
  hLe as ROUTER_WHITE_LIST,
97578
- xct as RefreshButton,
97579
- wct as RequestButton,
97580
- Cct as ResetButton,
97581
- Jlt as RouterUtils,
97582
- Qlt as RulesUtils,
97591
+ Cct as RefreshButton,
97592
+ Act as RequestButton,
97593
+ wct as ResetButton,
97594
+ ect as RouterUtils,
97595
+ tct as RulesUtils,
97583
97596
  dLe as SQL_LOG_URL,
97584
- _ct as SearchButton,
97597
+ Sct as SearchButton,
97585
97598
  zlt as SigntureUtils,
97586
- zct as StatisticCard,
97587
- hct as TableDialog,
97588
- ect as TimeUtils,
97589
- yct as Tinymce,
97599
+ $ct as StatisticCard,
97600
+ gct as TableDialog,
97601
+ nct as TimeUtils,
97602
+ xct as Tinymce,
97590
97603
  Fr as Translate,
97591
- pct as UploadAvatar,
97592
- mct as UploadFiles,
97593
- gct as UploadImage,
97594
- vct as UploadImages,
97604
+ vct as UploadAvatar,
97605
+ bct as UploadFiles,
97606
+ mct as UploadImage,
97607
+ yct as UploadImages,
97595
97608
  qlt as VerifyUtils,
97596
- Ect as WaterMark,
97609
+ Tct as WaterMark,
97597
97610
  lne as auth,
97598
97611
  DNe as baseZhFields,
97599
97612
  kbe as basicApi,
@@ -97603,7 +97616,7 @@ export {
97603
97616
  Rbe as copyString,
97604
97617
  A6e as createApiMethod,
97605
97618
  Kv as deepClone,
97606
- $ct as default,
97619
+ Gct as default,
97607
97620
  vlt as defaultApis,
97608
97621
  Kye as defaultAppConfig,
97609
97622
  ylt as defaultExecuting,
@@ -97632,7 +97645,7 @@ export {
97632
97645
  M6e as getBrowserLang,
97633
97646
  gNe as getCurrentDate,
97634
97647
  pNe as getCurrentHour,
97635
- nct as getCurrentLocale,
97648
+ oct as getCurrentLocale,
97636
97649
  Abe as getDate,
97637
97650
  k6e as getDownloadUrl,
97638
97651
  rae as getFlatMenuList,
@@ -97677,34 +97690,34 @@ export {
97677
97690
  US as routerInstance,
97678
97691
  exe as routerMode,
97679
97692
  T6e as routineApi,
97680
- ict as setBaseRoutes,
97693
+ lct as setBaseRoutes,
97681
97694
  ebe as setOptions,
97682
- oct as setPiniaPrefix,
97683
- tct as setupI18n,
97684
- act as setupPinia,
97685
- sct as setupRouter,
97695
+ ict as setPiniaPrefix,
97696
+ rct as setupI18n,
97697
+ sct as setupPinia,
97698
+ cct as setupRouter,
97686
97699
  Ibe as timeGreet,
97687
97700
  Z6e as toString,
97688
97701
  G6e as transferPrice,
97689
97702
  z2 as useAuthStore,
97690
- Tct as useAutoForm,
97691
- kct as useBarChart,
97703
+ kct as useAutoForm,
97704
+ Rct as useBarChart,
97692
97705
  lae as useCacheStore,
97693
97706
  cae as useConfigStore,
97694
97707
  axe as useCopy,
97695
- Mct as useCrudPage,
97696
- Rct as useDialog,
97708
+ Oct as useCrudPage,
97709
+ Lct as useDialog,
97697
97710
  Ait as useForm,
97698
97711
  By as useKeepAliveStore,
97699
97712
  Cp as useLayoutStore,
97700
- Dct as useLineChart,
97713
+ Mct as useLineChart,
97701
97714
  yj as useLoading,
97702
97715
  d7 as useLoadingStore,
97703
- Oct as useRadarChart,
97716
+ Bct as useRadarChart,
97704
97717
  hTe as useSelect,
97705
- Lct as useSingleDialog,
97706
- Bct as useSingleFormModal,
97707
- Ict as useSingleTable,
97718
+ Ict as useSingleDialog,
97719
+ Nct as useSingleFormModal,
97720
+ Pct as useSingleTable,
97708
97721
  lO as useTabsStore,
97709
97722
  Dit as useTheme,
97710
97723
  H2 as useUserStore,