ss-component-new 1.3.733 → 1.3.735

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 (39) hide show
  1. package/dist/index-8KTFGqOM.js +25 -0
  2. package/dist/index-A8OE-eSF.js +29 -0
  3. package/dist/index-B2xkIV6C.js +25 -0
  4. package/dist/{index-BAPgKrRK.js → index-B3v82KuY.js} +2 -2
  5. package/dist/{index-CZD0-vRv.js → index-BggN-zvK.js} +156 -253
  6. package/dist/index-C0U2Epeo.js +25 -0
  7. package/dist/{index-DT8qBAQm.js → index-C8GSZPvd.js} +1 -1
  8. package/dist/index-CA0CoKiz.js +25 -0
  9. package/dist/index-CHjBtkir.js +4 -0
  10. package/dist/{index-cTPuIxOi.js → index-COeMUCuq.js} +2 -2
  11. package/dist/index-COxVr3MC.js +4 -0
  12. package/dist/index-CXoQiaXz.js +27 -0
  13. package/dist/index-CdanNGTM.js +4 -0
  14. package/dist/index-CfwzR4gE.js +469 -0
  15. package/dist/index-Cqyl2URI.js +32 -0
  16. package/dist/{index-CnBzFXIo.js → index-CsdL6xGl.js} +1 -1
  17. package/dist/{index-DO--mIQ5.js → index-D1WMhpsE.js} +2 -1
  18. package/dist/index-D5oMkTBW.js +35 -0
  19. package/dist/index-DGogREB4.js +26 -0
  20. package/dist/index-DRqX_bCT.js +4 -0
  21. package/dist/{index-BrrailZr.js → index-DbUt70zC.js} +1 -1
  22. package/dist/index-JkTP1vyC.js +4 -0
  23. package/dist/index-boICNvPL.js +4 -0
  24. package/dist/{index-BT2z3qBw.js → index-qO33lx52.js} +10646 -10330
  25. package/dist/index-uriwf_fo.js +4 -0
  26. package/dist/{index.vue_vue_type_script_setup_true_lang-DJgUI7Bv.js → index.vue_vue_type_script_setup_true_lang-B-JCE78v.js} +2 -1
  27. package/dist/index.vue_vue_type_script_setup_true_lang-BSZB17y-.js +42 -0
  28. package/dist/index.vue_vue_type_script_setup_true_lang-Brir5Bym.js +41 -0
  29. package/dist/index.vue_vue_type_script_setup_true_lang-C7BgxSz4.js +28 -0
  30. package/dist/index.vue_vue_type_script_setup_true_lang-CARZt7yC.js +25 -0
  31. package/dist/index.vue_vue_type_script_setup_true_lang-CVALRKBG.js +48 -0
  32. package/dist/index.vue_vue_type_script_setup_true_lang-CsThRoDZ.js +28 -0
  33. package/dist/index.vue_vue_type_script_setup_true_lang-DimtrEJj.js +26 -0
  34. package/dist/{platform-jbHxUUqG.js → platform-CPTootse.js} +7 -7
  35. package/dist/ss-component.css +1 -1
  36. package/dist/ss-component.js +1 -1
  37. package/dist/ss-component2.js +2 -2
  38. package/package.json +1 -1
  39. package/dist/index-CZ471IAo.js +0 -577
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-CVALRKBG.js";
2
+ export {
3
+ f as default
4
+ };
@@ -4,7 +4,8 @@ const l = /* @__PURE__ */ t({
4
4
  props: {
5
5
  extra: {
6
6
  type: Object,
7
- default: () => ({})
7
+ default: () => {
8
+ }
8
9
  }
9
10
  },
10
11
  setup(e) {
@@ -0,0 +1,42 @@
1
+ import { defineComponent as s, ref as p, resolveComponent as m, createBlock as f, openBlock as v, mergeProps as i, createSlots as c, withCtx as n, renderSlot as a } from "vue";
2
+ const _ = /* @__PURE__ */ s({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ },
9
+ modelValue: {
10
+ type: String,
11
+ default: ""
12
+ }
13
+ },
14
+ setup(d) {
15
+ const e = d, t = p(e == null ? void 0 : e.modelValue);
16
+ return (o, l) => {
17
+ const r = m("vxe-pulldown");
18
+ return v(), f(r, i(e == null ? void 0 : e.extra, {
19
+ value: t.value,
20
+ "onUpdate:value": l[0] || (l[0] = (u) => t.value = u)
21
+ }), c({ _: 2 }, [
22
+ o.$slots.default ? {
23
+ name: "default",
24
+ fn: n(() => [
25
+ a(o.$slots, "default")
26
+ ]),
27
+ key: "0"
28
+ } : void 0,
29
+ o.$slots.dropdown ? {
30
+ name: "dropdown",
31
+ fn: n(() => [
32
+ a(o.$slots, "dropdown")
33
+ ]),
34
+ key: "1"
35
+ } : void 0
36
+ ]), 1040, ["value"]);
37
+ };
38
+ }
39
+ });
40
+ export {
41
+ _
42
+ };
@@ -0,0 +1,41 @@
1
+ import { defineComponent as c, ref as s, resolveComponent as f, createElementBlock as x, openBlock as p, createVNode as V, mergeProps as _, createSlots as v, withCtx as g, renderSlot as y } from "vue";
2
+ const h = /* @__PURE__ */ c({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ },
9
+ modelValue: {
10
+ type: String,
11
+ default: ""
12
+ }
13
+ },
14
+ emits: ["update:modelValue", "change"],
15
+ setup(u, { emit: m }) {
16
+ const e = u, n = m, o = s(e == null ? void 0 : e.modelValue), d = ({ value: t }) => {
17
+ n("update:modelValue", t), n("change", t);
18
+ };
19
+ return (t, l) => {
20
+ var a;
21
+ const i = f("vxe-input");
22
+ return p(), x("div", null, [
23
+ V(i, _({
24
+ modelValue: o.value,
25
+ "onUpdate:modelValue": l[0] || (l[0] = (r) => o.value = r)
26
+ }, e == null ? void 0 : e.extra, { onChange: d }), v({ _: 2 }, [
27
+ (a = e == null ? void 0 : e.extra) != null && a.type ? void 0 : {
28
+ name: "suffix",
29
+ fn: g(() => [
30
+ y(t.$slots, "suffix")
31
+ ]),
32
+ key: "0"
33
+ }
34
+ ]), 1040, ["modelValue"])
35
+ ]);
36
+ };
37
+ }
38
+ });
39
+ export {
40
+ h as _
41
+ };
@@ -0,0 +1,28 @@
1
+ import { defineComponent as r, resolveComponent as a, createBlock as s, openBlock as p, normalizeProps as c, guardReactiveProps as l, createSlots as d, withCtx as m, renderSlot as _ } from "vue";
2
+ const u = /* @__PURE__ */ r({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ }
9
+ },
10
+ setup(t) {
11
+ const o = t;
12
+ return (e, f) => {
13
+ const n = a("vxe-text");
14
+ return p(), s(n, c(l(o.extra)), d({ _: 2 }, [
15
+ e.$slots.default ? {
16
+ name: "default",
17
+ fn: m(() => [
18
+ _(e.$slots, "default")
19
+ ]),
20
+ key: "0"
21
+ } : void 0
22
+ ]), 1040);
23
+ };
24
+ }
25
+ });
26
+ export {
27
+ u as _
28
+ };
@@ -0,0 +1,25 @@
1
+ import { defineComponent as r, resolveComponent as p, createBlock as a, openBlock as s, normalizeProps as c, guardReactiveProps as _, withCtx as l, renderSlot as m } from "vue";
2
+ const u = /* @__PURE__ */ r({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ }
9
+ },
10
+ setup(e) {
11
+ const t = e;
12
+ return (o, d) => {
13
+ const n = p("n-text");
14
+ return s(), a(n, c(_(t.extra)), {
15
+ default: l(() => [
16
+ m(o.$slots, "default")
17
+ ]),
18
+ _: 3
19
+ }, 16);
20
+ };
21
+ }
22
+ });
23
+ export {
24
+ u as _
25
+ };
@@ -0,0 +1,48 @@
1
+ import { defineComponent as p, computed as c, resolveComponent as x, createBlock as v, openBlock as y, mergeProps as _, createSlots as g, withCtx as u, renderSlot as i } from "vue";
2
+ const V = /* @__PURE__ */ p({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ },
9
+ modelValue: {
10
+ default: void 0
11
+ }
12
+ },
13
+ emits: ["update:modelValue", "change"],
14
+ setup(m, { emit: d }) {
15
+ const e = m, o = d, n = c({
16
+ get: () => e.modelValue,
17
+ set: (t) => {
18
+ o("update:modelValue", t), o("change", t);
19
+ }
20
+ });
21
+ return (t, a) => {
22
+ var l, s;
23
+ const r = x("n-input");
24
+ return y(), v(r, _(e == null ? void 0 : e.extra, {
25
+ value: n.value,
26
+ "onUpdate:value": a[0] || (a[0] = (f) => n.value = f)
27
+ }), g({ _: 2 }, [
28
+ t.$slots.prefix && !((l = e == null ? void 0 : e.extra) != null && l.type) ? {
29
+ name: "prefix",
30
+ fn: u(() => [
31
+ i(t.$slots, "prefix")
32
+ ]),
33
+ key: "0"
34
+ } : void 0,
35
+ t.$slots.suffix && !((s = e == null ? void 0 : e.extra) != null && s.type) ? {
36
+ name: "suffix",
37
+ fn: u(() => [
38
+ i(t.$slots, "suffix")
39
+ ]),
40
+ key: "1"
41
+ } : void 0
42
+ ]), 1040, ["value"]);
43
+ };
44
+ }
45
+ });
46
+ export {
47
+ V as _
48
+ };
@@ -0,0 +1,28 @@
1
+ import { defineComponent as r, resolveComponent as a, createBlock as s, openBlock as p, normalizeProps as c, guardReactiveProps as l, createSlots as d, withCtx as m, renderSlot as _ } from "vue";
2
+ const u = /* @__PURE__ */ r({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ }
9
+ },
10
+ setup(t) {
11
+ const o = t;
12
+ return (e, f) => {
13
+ const n = a("vxe-tag");
14
+ return p(), s(n, c(l(o.extra)), d({ _: 2 }, [
15
+ e.$slots.default ? {
16
+ name: "default",
17
+ fn: m(() => [
18
+ _(e.$slots, "default")
19
+ ]),
20
+ key: "0"
21
+ } : void 0
22
+ ]), 1040);
23
+ };
24
+ }
25
+ });
26
+ export {
27
+ u as _
28
+ };
@@ -0,0 +1,26 @@
1
+ import { defineComponent as r, resolveComponent as a, createBlock as p, openBlock as s, normalizeProps as c, guardReactiveProps as _, withCtx as l, renderSlot as m } from "vue";
2
+ const u = /* @__PURE__ */ r({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => {
8
+ }
9
+ }
10
+ },
11
+ setup(e) {
12
+ const t = e;
13
+ return (o, d) => {
14
+ const n = a("n-tag");
15
+ return s(), p(n, c(_(t.extra)), {
16
+ default: l(() => [
17
+ m(o.$slots, "default")
18
+ ]),
19
+ _: 3
20
+ }, 16);
21
+ };
22
+ }
23
+ });
24
+ export {
25
+ u as _
26
+ };
@@ -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
  };