ss-component-new 1.3.733 → 1.3.734

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.
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as q, resolveComponent as u, createElementBlock as k, openBlock as s, Fragment as y, renderList as C, createBlock as f, createCommentVNode as z, withCtx as o, createVNode as r, createSlots as O, renderSlot as d, mergeProps as P, computed as j, ref as D, normalizeStyle as g } from "vue";
2
2
  import { u as G, p as w, s as b, a as H } from "./menu-ClNHLze7.js";
3
- import { S as $ } from "./index-BT2z3qBw.js";
3
+ import { S as $ } from "./index-Ba1Xnuhv.js";
4
4
  import { _ as J } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  const K = /* @__PURE__ */ q({
6
6
  __name: "menuItem",
@@ -2,7 +2,7 @@ import { defineComponent as $, createBlock as _, openBlock as f, resolveDynamicC
2
2
  import { _ as D } from "./index.vue_vue_type_script_setup_true_lang-BrnE_n0l.js";
3
3
  import { _ as L } from "./index.vue_vue_type_script_setup_true_lang-DJgUI7Bv.js";
4
4
  import { _ as S } from "./index.vue_vue_type_script_setup_true_lang-CuwhbWHH.js";
5
- import { g as B } from "./index-BT2z3qBw.js";
5
+ import { g as B } from "./index-Ba1Xnuhv.js";
6
6
  const I = /* @__PURE__ */ $({
7
7
  __name: "index",
8
8
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as P, ref as R, computed as W, watch as m, nextTick as z, onMounted as I, onUnmounted as U, resolveComponent as N, createElementBlock as S, openBlock as g, createBlock as V } from "vue";
2
- import { u as G, g as $, v as q } from "./platform-jbHxUUqG.js";
2
+ import { u as G, g as $, v as q } from "./platform-CPTootse.js";
3
3
  import { p as k, s as _, u as J } from "./menu-ClNHLze7.js";
4
- import { l as Q } from "./index-BrrailZr.js";
4
+ import { l as Q } from "./index-DbUt70zC.js";
5
5
  import { useRouter as X } from "vue-router";
6
6
  import { _ as Y } from "./_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  const Z = { key: 0 }, p = /* @__PURE__ */ P({
@@ -0,0 +1,32 @@
1
+ import { defineComponent as a, resolveComponent as r, createBlock as l, openBlock as c, normalizeProps as s, guardReactiveProps as m, withCtx as p, createElementVNode as d, renderSlot as u } from "vue";
2
+ const i = /* @__PURE__ */ a({
3
+ __name: "index",
4
+ props: {
5
+ itemElement: {
6
+ type: Object,
7
+ default: () => {
8
+ }
9
+ },
10
+ extra: {
11
+ type: Object,
12
+ default: () => ({})
13
+ }
14
+ },
15
+ setup(t) {
16
+ const e = t;
17
+ return (o, _) => {
18
+ const n = r("vxe-tabs");
19
+ return c(), l(n, s(m(e == null ? void 0 : e.extra)), {
20
+ default: p(() => [
21
+ d("template", null, [
22
+ u(o.$slots, "default")
23
+ ])
24
+ ]),
25
+ _: 3
26
+ }, 16);
27
+ };
28
+ }
29
+ });
30
+ export {
31
+ i as default
32
+ };
@@ -0,0 +1,35 @@
1
+ import { defineComponent as m, ref as r, resolveComponent as s, createBlock as f, openBlock as c, mergeProps as p, withCtx as x, renderSlot as _ } from "vue";
2
+ const i = /* @__PURE__ */ m({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ },
9
+ modelValue: {
10
+ type: Boolean,
11
+ default: ""
12
+ }
13
+ },
14
+ setup(t) {
15
+ const e = t, o = r(e == null ? void 0 : e.modelValue), a = () => {
16
+ o.value = !1;
17
+ };
18
+ return (n, l) => {
19
+ const d = s("vxe-modal");
20
+ return c(), f(d, p(e == null ? void 0 : e.extra, {
21
+ modelValue: o.value,
22
+ "onUpdate:modelValue": l[0] || (l[0] = (u) => o.value = u),
23
+ onClose: a
24
+ }), {
25
+ default: x(() => [
26
+ _(n.$slots, "default")
27
+ ]),
28
+ _: 3
29
+ }, 16, ["modelValue"]);
30
+ };
31
+ }
32
+ });
33
+ export {
34
+ i as default
35
+ };
@@ -1,4 +1,4 @@
1
- import { e as w, h as N, u as S, E as b, i as v } from "./platform-jbHxUUqG.js";
1
+ import { e as w, h as N, u as S, E as b, i as v } from "./platform-CPTootse.js";
2
2
  import { p as h, s as A } from "./menu-ClNHLze7.js";
3
3
  const y = S(h), { isDefaultModel: M } = N(), P = async (m, s) => {
4
4
  var u, o, r, i, a, d, g, p, f;
@@ -11391,7 +11391,7 @@ function Fh(e) {
11391
11391
  return O2.post(Be + "/platform/batch/add", e);
11392
11392
  }
11393
11393
  function qh(e) {
11394
- return O2.post(Be + "/platform/page/update", e);
11394
+ return O2.post(Be + "/platform/batch/update", e);
11395
11395
  }
11396
11396
  export {
11397
11397
  Lh as A,
@@ -11416,14 +11416,14 @@ export {
11416
11416
  ae as n,
11417
11417
  G1 as o,
11418
11418
  Eh as p,
11419
- ch as q,
11420
- zh as r,
11419
+ qh as q,
11420
+ ch as r,
11421
11421
  Ue as s,
11422
11422
  wo as t,
11423
11423
  B2 as u,
11424
11424
  Uf as v,
11425
- dh as w,
11426
- E2 as x,
11427
- lh as y,
11428
- qh as z
11425
+ zh as w,
11426
+ dh as x,
11427
+ E2 as y,
11428
+ lh as z
11429
11429
  };