ss-component-new 1.3.698 → 1.3.699
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-BqyJXXmI.js +213 -0
- package/dist/{index-B9isvN1d.js → index-CTEz1Xq6.js} +2 -2
- package/dist/{index-BKKAvqK3.js → index-CrIVk8ml.js} +32 -31
- package/dist/{index-By70dOai.js → index-D1ebCzlM.js} +4 -4
- package/dist/index-DzkvwqGK.js +129994 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-DRzriV-s.js +55 -0
- package/dist/{menu-Blo579Ai.js → menu-ZnhLgjWw.js} +21 -20
- package/dist/{index.vue_vue_type_script_setup_true_lang-Dj5jZLRU.js → origin-Bs605dr-.js} +6662 -6678
- package/dist/ss-component.css +2 -2
- package/dist/ss-component.js +2 -2
- package/dist/ss-component2.js +2 -2
- package/package.json +1 -1
- package/dist/header-R5IfoKTX.js +0 -4029
- package/dist/index-Cc1nPEpp.js +0 -49044
- package/dist/index-RUwH0Fls.js +0 -365
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { defineComponent as u, ref as c, resolveComponent as m, createBlock as s, openBlock as y, withCtx as f, createTextVNode as g, toDisplayString as p } from "vue";
|
|
2
|
+
const B = /* @__PURE__ */ u({
|
|
3
|
+
__name: "index",
|
|
4
|
+
props: {
|
|
5
|
+
modelValue: String,
|
|
6
|
+
disabled: {
|
|
7
|
+
type: Boolean,
|
|
8
|
+
default: !1
|
|
9
|
+
},
|
|
10
|
+
content: {
|
|
11
|
+
type: Array,
|
|
12
|
+
default: () => []
|
|
13
|
+
},
|
|
14
|
+
isEdit: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
default: !0
|
|
17
|
+
},
|
|
18
|
+
loading: {
|
|
19
|
+
type: Boolean,
|
|
20
|
+
default: !1
|
|
21
|
+
},
|
|
22
|
+
emptyColor: {
|
|
23
|
+
type: Boolean,
|
|
24
|
+
default: !1
|
|
25
|
+
},
|
|
26
|
+
buttonType: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: "primary"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
emits: ["clickTrigger"],
|
|
32
|
+
setup(n, { emit: a }) {
|
|
33
|
+
const e = n, t = c(e.modelValue), i = a, d = (l) => {
|
|
34
|
+
i("clickTrigger", l);
|
|
35
|
+
};
|
|
36
|
+
return (l, o) => {
|
|
37
|
+
const r = m("el-button");
|
|
38
|
+
return y(), s(r, {
|
|
39
|
+
type: e == null ? void 0 : e.buttonType,
|
|
40
|
+
id: e != null && e.emptyColor ? "" : "themeButton",
|
|
41
|
+
onClick: o[0] || (o[0] = (_) => d(t.value)),
|
|
42
|
+
loading: e == null ? void 0 : e.loading,
|
|
43
|
+
disabled: e == null ? void 0 : e.disabled
|
|
44
|
+
}, {
|
|
45
|
+
default: f(() => [
|
|
46
|
+
g(p(t.value), 1)
|
|
47
|
+
]),
|
|
48
|
+
_: 1
|
|
49
|
+
}, 8, ["type", "id", "loading", "disabled"]);
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
export {
|
|
54
|
+
B as _
|
|
55
|
+
};
|
|
@@ -5189,29 +5189,30 @@ export {
|
|
|
5189
5189
|
Pe as M,
|
|
5190
5190
|
Se as S,
|
|
5191
5191
|
Nn as U,
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5192
|
+
re as a,
|
|
5193
|
+
oo as b,
|
|
5194
|
+
ke as c,
|
|
5195
|
+
Ku as d,
|
|
5196
5196
|
Qr as e,
|
|
5197
|
-
|
|
5197
|
+
Lt as f,
|
|
5198
5198
|
Ma as g,
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5199
|
+
qe as h,
|
|
5200
|
+
lt as i,
|
|
5201
|
+
Ye as j,
|
|
5202
|
+
Mt as k,
|
|
5203
|
+
Qi as l,
|
|
5204
|
+
If as m,
|
|
5205
|
+
Ce as n,
|
|
5206
|
+
tn as o,
|
|
5207
5207
|
rn as p,
|
|
5208
|
-
|
|
5209
|
-
|
|
5208
|
+
Rf as q,
|
|
5209
|
+
te as r,
|
|
5210
5210
|
Cf as s,
|
|
5211
|
-
|
|
5211
|
+
vn as t,
|
|
5212
5212
|
$f as u,
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5213
|
+
gu as v,
|
|
5214
|
+
Ta as w,
|
|
5215
|
+
eo as x,
|
|
5216
|
+
ru as y,
|
|
5217
|
+
au as z
|
|
5217
5218
|
};
|