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.
@@ -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
- Rf as a,
5193
- If as b,
5194
- Qi as c,
5195
- tn as d,
5192
+ re as a,
5193
+ oo as b,
5194
+ ke as c,
5195
+ Ku as d,
5196
5196
  Qr as e,
5197
- re as f,
5197
+ Lt as f,
5198
5198
  Ma as g,
5199
- ke as h,
5200
- oo as i,
5201
- Ku as j,
5202
- Lt as k,
5203
- qe as l,
5204
- Ye as m,
5205
- Mt as n,
5206
- Ce as o,
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
- vn as q,
5209
- gu as r,
5208
+ Rf as q,
5209
+ te as r,
5210
5210
  Cf as s,
5211
- Ta as t,
5211
+ vn as t,
5212
5212
  $f as u,
5213
- eo as v,
5214
- ru as w,
5215
- lt as x,
5216
- au as y
5213
+ gu as v,
5214
+ Ta as w,
5215
+ eo as x,
5216
+ ru as y,
5217
+ au as z
5217
5218
  };