ss-component-new 1.3.734 → 1.3.736

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 (30) hide show
  1. package/dist/index-8KTFGqOM.js +25 -0
  2. package/dist/index-A8OE-eSF.js +29 -0
  3. package/dist/{index-Ba1Xnuhv.js → index-BeE5LpiD.js} +7284 -6966
  4. package/dist/index-C0U2Epeo.js +25 -0
  5. package/dist/{index-DT8qBAQm.js → index-C8GSZPvd.js} +1 -1
  6. package/dist/index-CA0CoKiz.js +25 -0
  7. package/dist/index-CHjBtkir.js +4 -0
  8. package/dist/index-COxVr3MC.js +4 -0
  9. package/dist/index-CXoQiaXz.js +27 -0
  10. package/dist/index-CdanNGTM.js +4 -0
  11. package/dist/index-CfwzR4gE.js +469 -0
  12. package/dist/{index-DO--mIQ5.js → index-D1WMhpsE.js} +2 -1
  13. package/dist/{index-CGzeSpiY.js → index-D7CiXPV2.js} +156 -253
  14. package/dist/{index-B7RGqK5r.js → index-DGogREB4.js} +2 -1
  15. package/dist/index-DRqX_bCT.js +4 -0
  16. package/dist/index-JkTP1vyC.js +4 -0
  17. package/dist/{index-BdaH9_-c.js → index-LuY_QZlf.js} +1 -1
  18. package/dist/index-boICNvPL.js +4 -0
  19. package/dist/index-uriwf_fo.js +4 -0
  20. 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
  21. package/dist/index.vue_vue_type_script_setup_true_lang-BSZB17y-.js +42 -0
  22. package/dist/index.vue_vue_type_script_setup_true_lang-Brir5Bym.js +41 -0
  23. package/dist/index.vue_vue_type_script_setup_true_lang-C7BgxSz4.js +28 -0
  24. package/dist/index.vue_vue_type_script_setup_true_lang-CARZt7yC.js +25 -0
  25. package/dist/index.vue_vue_type_script_setup_true_lang-CVALRKBG.js +48 -0
  26. package/dist/index.vue_vue_type_script_setup_true_lang-CsThRoDZ.js +28 -0
  27. package/dist/index.vue_vue_type_script_setup_true_lang-DimtrEJj.js +26 -0
  28. package/dist/ss-component2.js +1 -1
  29. package/package.json +1 -1
  30. package/dist/index-CZ471IAo.js +0 -577
@@ -4,7 +4,8 @@ const f = /* @__PURE__ */ r({
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,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-Brir5Bym.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-B-JCE78v.js";
2
+ export {
3
+ f as default
4
+ };
@@ -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-Ba1Xnuhv.js";
3
+ import { S as $ } from "./index-BeE5LpiD.js";
4
4
  import { _ as J } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  const K = /* @__PURE__ */ q({
6
6
  __name: "menuItem",
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-BSZB17y-.js";
2
+ export {
3
+ f as default
4
+ };
@@ -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
+ };
@@ -8,7 +8,7 @@ const r = [
8
8
  {
9
9
  path: "/",
10
10
  name: "Model",
11
- component: async () => import("./index-Ba1Xnuhv.js").then((o) => o.i),
11
+ component: async () => import("./index-BeE5LpiD.js").then((o) => o.i),
12
12
  // component: async ()=>import('@/components/views/model/component/main.vue'),
13
13
  // component: async ()=>import('@/components/views/canvas/index.vue'),
14
14
  // component: async ()=>import('@/components/views/test/index.vue'),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ss-component-new",
3
3
  "private": false,
4
- "version": "1.3.734",
4
+ "version": "1.3.736",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",