ss-component-new 1.3.734 → 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.
- package/dist/index-8KTFGqOM.js +25 -0
- package/dist/index-A8OE-eSF.js +29 -0
- package/dist/{index-CGzeSpiY.js → index-BggN-zvK.js} +156 -253
- package/dist/index-C0U2Epeo.js +25 -0
- package/dist/{index-DT8qBAQm.js → index-C8GSZPvd.js} +1 -1
- package/dist/index-CA0CoKiz.js +25 -0
- package/dist/index-CHjBtkir.js +4 -0
- package/dist/index-COxVr3MC.js +4 -0
- package/dist/index-CXoQiaXz.js +27 -0
- package/dist/index-CdanNGTM.js +4 -0
- package/dist/index-CfwzR4gE.js +469 -0
- package/dist/{index-BdaH9_-c.js → index-CsdL6xGl.js} +1 -1
- package/dist/{index-DO--mIQ5.js → index-D1WMhpsE.js} +2 -1
- package/dist/{index-B7RGqK5r.js → index-DGogREB4.js} +2 -1
- package/dist/index-DRqX_bCT.js +4 -0
- package/dist/index-JkTP1vyC.js +4 -0
- package/dist/index-boICNvPL.js +4 -0
- package/dist/{index-Ba1Xnuhv.js → index-qO33lx52.js} +7232 -6929
- package/dist/index-uriwf_fo.js +4 -0
- 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
- package/dist/index.vue_vue_type_script_setup_true_lang-BSZB17y-.js +42 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-Brir5Bym.js +41 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-C7BgxSz4.js +28 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-CARZt7yC.js +25 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-CVALRKBG.js +48 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-CsThRoDZ.js +28 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-DimtrEJj.js +26 -0
- package/dist/ss-component2.js +1 -1
- package/package.json +1 -1
- package/dist/index-CZ471IAo.js +0 -577
|
@@ -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
|
+
};
|
package/dist/ss-component2.js
CHANGED
|
@@ -8,7 +8,7 @@ const r = [
|
|
|
8
8
|
{
|
|
9
9
|
path: "/",
|
|
10
10
|
name: "Model",
|
|
11
|
-
component: async () => import("./index-
|
|
11
|
+
component: async () => import("./index-qO33lx52.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'),
|