iking-web-ui-pro 0.2.5 → 0.2.6

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 (62) hide show
  1. package/dist/IKDetailPreviewFiles/ik.index.es.js +409 -406
  2. package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
  3. package/dist/IKDetailPreviewFiles/style.css +1 -1
  4. package/dist/IKExpandCollapse/ik.index.es.js +123 -120
  5. package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
  6. package/dist/IKExpandCollapse/style.css +1 -1
  7. package/dist/IKPreviewFile/ik.index.es.js +358 -355
  8. package/dist/IKPreviewFile/ik.index.umd.js +1 -1
  9. package/dist/IKPreviewFile/style.css +1 -1
  10. package/dist/IKVerticalStepBar/ik.index.es.js +142 -139
  11. package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
  12. package/dist/IKVerticalStepBar/style.css +1 -1
  13. package/dist/IkApprovalProcessDetail/ik.index.es.js +564 -561
  14. package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
  15. package/dist/IkApprovalProcessDetail/style.css +1 -1
  16. package/dist/IkBaseDialog/ik.index.es.js +125 -122
  17. package/dist/IkBaseDialog/ik.index.umd.js +1 -1
  18. package/dist/IkBaseDialog/style.css +1 -1
  19. package/dist/IkBtnSetting/ik.index.es.js +252 -249
  20. package/dist/IkBtnSetting/ik.index.umd.js +1 -1
  21. package/dist/IkBtnSetting/style.css +1 -1
  22. package/dist/IkCollapseCard/ik.index.es.js +129 -126
  23. package/dist/IkCollapseCard/ik.index.umd.js +1 -1
  24. package/dist/IkCollapseCard/style.css +1 -1
  25. package/dist/IkDescription/ik.index.es.js +357 -354
  26. package/dist/IkDescription/ik.index.umd.js +1 -1
  27. package/dist/IkDescription/style.css +1 -1
  28. package/dist/IkIconPicker/ik.index.es.js +196 -193
  29. package/dist/IkIconPicker/ik.index.umd.js +1 -1
  30. package/dist/IkIconPicker/style.css +1 -1
  31. package/dist/IkMonacoEditor/ik.index.es.js +397 -394
  32. package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
  33. package/dist/IkMonacoEditor/style.css +1 -1
  34. package/dist/IkPageFull/ik.index.es.js +1122 -1119
  35. package/dist/IkPageFull/ik.index.umd.js +2 -2
  36. package/dist/IkPageFull/style.css +1 -1
  37. package/dist/IkPreviewFileDialog/ik.index.es.js +293 -290
  38. package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
  39. package/dist/IkPreviewFileDialog/style.css +1 -1
  40. package/dist/IkSchedule/ik.index.es.js +968 -965
  41. package/dist/IkSchedule/ik.index.umd.js +1 -1
  42. package/dist/IkSchedule/style.css +1 -1
  43. package/dist/IkSideText/ik.index.es.js +148 -145
  44. package/dist/IkSideText/ik.index.umd.js +1 -1
  45. package/dist/IkSideText/style.css +1 -1
  46. package/dist/IkSvgIcon/ik.index.es.js +106 -103
  47. package/dist/IkSvgIcon/ik.index.umd.js +1 -1
  48. package/dist/IkSvgIcon/style.css +1 -1
  49. package/dist/IkUploadFile/ik.index.es.js +530 -526
  50. package/dist/IkUploadFile/ik.index.umd.js +1 -1
  51. package/dist/IkUploadFile/style.css +1 -1
  52. package/dist/IkUploadImage/ik.index.es.js +269 -266
  53. package/dist/IkUploadImage/ik.index.umd.js +1 -1
  54. package/dist/IkUploadImage/style.css +1 -1
  55. package/dist/Provider/ik.index.es.js +50 -46
  56. package/dist/Provider/ik.index.umd.js +5 -5
  57. package/dist/index.es.js +7052 -7044
  58. package/dist/index.umd.js +36 -36
  59. package/dist/src/components/Provider/ProviderConfig.vue.d.ts +9 -0
  60. package/dist/src/components/Provider/index.d.ts +19 -0
  61. package/dist/style.css +1 -1
  62. package/package.json +1 -1
@@ -1,17 +1,17 @@
1
- import { defineComponent as V, computed as b, resolveComponent as z, openBlock as s, createElementBlock as u, normalizeClass as p, normalizeStyle as f, createCommentVNode as g, createElementVNode as m, createBlock as w, withCtx as S, createTextVNode as T, toDisplayString as k, Fragment as j, renderList as F, unref as N } from "vue";
1
+ import { defineComponent as T, inject as q, computed as _, resolveComponent as S, openBlock as s, createElementBlock as u, normalizeClass as d, normalizeStyle as f, createCommentVNode as k, createElementVNode as h, createBlock as w, withCtx as j, createTextVNode as E, toDisplayString as b, Fragment as F, renderList as N, unref as O } from "vue";
2
2
  import { ikColor as W } from "iking-utils-pro";
3
- const E = (o, t) => {
3
+ const K = (o, p) => {
4
4
  if (o.install = (n) => {
5
- for (const a of [o, ...Object.values(t ?? {})])
6
- n.component(a.name, a);
7
- }, t)
8
- for (const [n, a] of Object.entries(t))
9
- o[n] = a;
5
+ for (const e of [o, ...Object.values(p ?? {})])
6
+ n.component(e.name, e);
7
+ }, p)
8
+ for (const [n, e] of Object.entries(p))
9
+ o[n] = e;
10
10
  return o;
11
- }, K = (o, t) => {
11
+ }, L = (o, p) => {
12
12
  const n = o.__vccOpts || o;
13
- for (const [a, e] of t)
14
- n[a] = e;
13
+ for (const [e, a] of p)
14
+ n[e] = a;
15
15
  return n;
16
16
  }, X = {
17
17
  key: 0,
@@ -24,7 +24,7 @@ const E = (o, t) => {
24
24
  key: 1,
25
25
  class: "h-[1em] w-[1em]",
26
26
  "aria-hidden": "true"
27
- }, H = ["xlink:href"], J = ["src"], M = /* @__PURE__ */ V({
27
+ }, H = ["xlink:href"], J = ["src"], M = /* @__PURE__ */ T({
28
28
  name: "IkSvgIcon",
29
29
  __name: "index",
30
30
  props: {
@@ -51,84 +51,87 @@ const E = (o, t) => {
51
51
  tableIconType: { default: "icon" }
52
52
  },
53
53
  setup(o) {
54
- const t = o, n = b(() => {
55
- var e, d, h;
56
- return /^http?:\/\//.test(t.name) ? "img" : /i-[^:]+:[^:]+/.test(t.name) ? "unocss" : (e = t.name) != null && e.startsWith("iksig") ? "iksig" : (d = t.name) != null && d.includes(":") ? "iconify" : (h = t.name) != null && h.startsWith("iksvg") ? "svg" : "i";
57
- }), a = b(() => {
58
- const e = [];
59
- if (t.flip)
60
- switch (t.flip) {
54
+ const p = o, n = q("iconConfig"), e = _(() => ({
55
+ ...(n == null ? void 0 : n.value) || {},
56
+ ...p
57
+ })), a = _(() => {
58
+ const { name: l } = e.value;
59
+ return /^http?:\/\//.test(l) ? "img" : /i-[^:]+:[^:]+/.test(l) ? "unocss" : l != null && l.startsWith("iksig") ? "iksig" : l != null && l.includes(":") ? "iconify" : l != null && l.startsWith("iksvg") ? "svg" : "i";
60
+ }), v = _(() => {
61
+ const l = [];
62
+ if (e.value.flip)
63
+ switch (e.value.flip) {
61
64
  case "horizontal":
62
- e.push("rotateY(180deg)");
65
+ l.push("rotateY(180deg)");
63
66
  break;
64
67
  case "vertical":
65
- e.push("rotateX(180deg)");
68
+ l.push("rotateX(180deg)");
66
69
  break;
67
70
  case "both":
68
- e.push("rotateX(180deg)"), e.push("rotateY(180deg)");
71
+ l.push("rotateX(180deg)"), l.push("rotateY(180deg)");
69
72
  break;
70
73
  }
71
- t.rotate && e.push(`rotate(${t.rotate % 360}deg)`);
72
- const d = {
73
- ...t.color && { color: t.color },
74
- ...t.size && { fontSize: typeof t.size == "number" ? `${t.size}px` : t.size },
75
- ...e.length && { transform: e.join(" ") },
76
- padding: t.showBg || t.bg ? t.padding : 0,
77
- ...t.color && n.value !== "iksig" ? {
78
- "--ik-color-icon-dark": t.color,
79
- "--ik-color-icon-light": t.colorLight || W.setOpacity(t.color, t.opacity)
74
+ e.value.rotate && l.push(`rotate(${e.value.rotate % 360}deg)`);
75
+ const g = {
76
+ ...e.value.color && { color: e.value.color },
77
+ ...e.value.size && { fontSize: typeof e.value.size == "number" ? `${e.value.size}px` : e.value.size },
78
+ ...l.length && { transform: l.join(" ") },
79
+ padding: e.value.showBg || e.value.bg ? e.value.padding : 0,
80
+ ...e.value.color && a.value !== "iksig" ? {
81
+ "--ik-color-icon-dark": e.value.color,
82
+ "--ik-color-icon-light": e.value.colorLight || W.setOpacity(e.value.color, e.value.opacity)
80
83
  } : {}
81
84
  };
82
- return t.width && (d.width = d.height = typeof t.width == "number" ? `${t.width}px` : t.width), d;
85
+ return e.value.width && (g.width = g.height = typeof e.value.width == "number" ? `${e.value.width}px` : e.value.width), g;
83
86
  });
84
- return (e, d) => {
85
- const h = z("el-tooltip"), C = z("el-button");
86
- return e.tableIconType === "icon" ? (s(), u("span", X, [
87
- e.notip || !e.title ? (s(), u(
87
+ return (l, g) => {
88
+ const x = S("el-tooltip"), C = S("el-button");
89
+ return e.value.tableIconType === "icon" ? (s(), u("span", X, [
90
+ e.value.notip || !e.value.title ? (s(), u(
88
91
  "i",
89
92
  {
90
93
  key: 0,
91
- class: p(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
92
- [e.name]: n.value === "unocss",
93
- "show-bg": e.showBg || e.bg,
94
- default: e.size === "default",
95
- small: e.size === "small",
96
- big: e.size === "big",
97
- warning: e.warning || t.type === "warning",
98
- primary: e.primary || t.type === "primary",
99
- success: e.success || t.type === "success",
100
- error: e.error || t.type === "error",
101
- active: e.active,
102
- disabled: e.disabled
94
+ class: d(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
95
+ [l.name]: a.value === "unocss",
96
+ "show-bg": e.value.showBg || e.value.bg,
97
+ default: e.value.size === "default",
98
+ small: e.value.size === "small",
99
+ big: e.value.size === "big",
100
+ warning: e.value.warning || e.value.type === "warning",
101
+ primary: e.value.primary || e.value.type === "primary",
102
+ success: l.success || e.value.type === "success",
103
+ error: e.value.error || e.value.type === "error",
104
+ active: e.value.active,
105
+ disabled: e.value.disabled
103
106
  }]),
104
- style: f(a.value)
107
+ style: f(v.value)
105
108
  },
106
109
  [
107
- g(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
108
- n.value === "iksig" ? (s(), u(
110
+ k(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),
111
+ a.value === "iksig" ? (s(), u(
109
112
  "i",
110
113
  {
111
114
  key: 0,
112
- class: p(`iksig ${e.name}`),
113
- style: f(a.value)
115
+ class: d(`iksig ${e.value.name}`),
116
+ style: f(v.value)
114
117
  },
115
118
  null,
116
119
  6
117
120
  /* CLASS, STYLE */
118
- )) : n.value === "svg" ? (s(), u("svg", Y, [
119
- m("use", {
120
- "xlink:href": `#${e.name}`
121
+ )) : a.value === "svg" ? (s(), u("svg", Y, [
122
+ h("use", {
123
+ "xlink:href": `#${e.value.name}`
121
124
  }, null, 8, A)
122
- ])) : n.value === "img" ? (s(), u("img", {
125
+ ])) : a.value === "img" ? (s(), u("img", {
123
126
  key: 2,
124
- src: e.name,
127
+ src: e.value.name,
125
128
  class: "h-[1em] w-[1em]"
126
129
  }, null, 8, D)) : (s(), u(
127
130
  "i",
128
131
  {
129
132
  key: 3,
130
- class: p(e.name),
131
- style: f(a.value)
133
+ class: d(e.value.name),
134
+ style: f(v.value)
132
135
  },
133
136
  null,
134
137
  6
@@ -137,54 +140,54 @@ const E = (o, t) => {
137
140
  ],
138
141
  6
139
142
  /* CLASS, STYLE */
140
- )) : (s(), w(h, {
143
+ )) : (s(), w(x, {
141
144
  key: 1,
142
- content: e.title,
145
+ content: e.value.title,
143
146
  placement: "top"
144
147
  }, {
145
- default: S(() => [
146
- m(
148
+ default: j(() => [
149
+ h(
147
150
  "i",
148
151
  {
149
- class: p(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
150
- [e.name]: n.value === "unocss",
151
- "show-bg": e.showBg || e.bg,
152
- default: e.size === "default",
153
- small: e.size === "small",
154
- big: e.size === "big",
155
- warning: e.warning || t.type === "warning",
156
- primary: e.primary || t.type === "primary",
157
- success: e.success || t.type === "success",
158
- error: e.error || t.type === "error",
159
- active: e.active
152
+ class: d(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition", {
153
+ [l.name]: a.value === "unocss",
154
+ "show-bg": e.value.showBg || e.value.bg,
155
+ default: e.value.size === "default",
156
+ small: e.value.size === "small",
157
+ big: e.value.size === "big",
158
+ warning: e.value.warning || e.value.type === "warning",
159
+ primary: l.primary || e.value.type === "primary",
160
+ success: l.success || e.value.type === "success",
161
+ error: e.value.error || e.value.type === "error",
162
+ active: e.value.active
160
163
  }]),
161
- style: f(a.value)
164
+ style: f(v.value)
162
165
  },
163
166
  [
164
- n.value === "iksig" ? (s(), u(
167
+ a.value === "iksig" ? (s(), u(
165
168
  "i",
166
169
  {
167
170
  key: 0,
168
- class: p(`iksig ${e.name}`),
169
- style: f(a.value)
171
+ class: d(`iksig ${e.value.name}`),
172
+ style: f(v.value)
170
173
  },
171
174
  null,
172
175
  6
173
176
  /* CLASS, STYLE */
174
- )) : n.value === "svg" ? (s(), u("svg", G, [
175
- m("use", {
176
- "xlink:href": `#${e.name}`
177
+ )) : a.value === "svg" ? (s(), u("svg", G, [
178
+ h("use", {
179
+ "xlink:href": `#${e.value.name}`
177
180
  }, null, 8, H)
178
- ])) : n.value === "img" ? (s(), u("img", {
181
+ ])) : a.value === "img" ? (s(), u("img", {
179
182
  key: 2,
180
- src: e.name,
183
+ src: e.value.name,
181
184
  class: "h-[1em] w-[1em]"
182
185
  }, null, 8, J)) : (s(), u(
183
186
  "i",
184
187
  {
185
188
  key: 3,
186
- class: p(e.name),
187
- style: f(a.value)
189
+ class: d(e.value.name),
190
+ style: f(v.value)
188
191
  },
189
192
  null,
190
193
  6
@@ -200,11 +203,11 @@ const E = (o, t) => {
200
203
  }, 8, ["content"]))
201
204
  ])) : (s(), w(C, {
202
205
  key: 1,
203
- type: ["warning", "error"].includes(e.type) ? "danger" : ""
206
+ type: ["warning", "error"].includes(e.value.type) ? "danger" : ""
204
207
  }, {
205
- default: S(() => [
206
- T(
207
- k(e.title),
208
+ default: j(() => [
209
+ E(
210
+ b(e.value.title),
208
211
  1
209
212
  /* TEXT */
210
213
  )
@@ -215,7 +218,7 @@ const E = (o, t) => {
215
218
  };
216
219
  }
217
220
  });
218
- const P = /* @__PURE__ */ K(M, [["__scopeId", "data-v-7d95dbf5"]]), O = E(P), Q = { class: "content" }, R = { class: "top" }, U = ["onClick"], Z = ["id"], x = ["onClick"], ee = /* @__PURE__ */ V({
221
+ const P = /* @__PURE__ */ L(M, [["__scopeId", "data-v-1be337e4"]]), V = K(P), Q = { class: "content" }, R = { class: "top" }, U = ["onClick"], Z = ["id"], ee = ["onClick"], te = /* @__PURE__ */ T({
219
222
  __name: "IKVerticalStepBar",
220
223
  props: {
221
224
  // 当前激活的下标
@@ -243,100 +246,100 @@ const P = /* @__PURE__ */ K(M, [["__scopeId", "data-v-7d95dbf5"]]), O = E(P), Q
243
246
  }
244
247
  },
245
248
  emits: ["click", "update:active"],
246
- setup(o, { emit: t }) {
247
- const n = o, a = t, e = b(() => Number(
249
+ setup(o, { emit: p }) {
250
+ const n = o, e = p, a = _(() => Number(
248
251
  n.active.indexOf("-") > 0 ? n.active.split("-")[0] : n.active
249
- )), d = b(() => n.active.indexOf("-") > 0 ? Number(n.active.split("-")[1]) : 0), h = (r) => {
250
- let l = "", i = r + 1;
251
- return i < e.value ? l = "before-bg" : i === e.value ? l = "active-bg" : i > e.value && (l = "after-bg"), `${l} index`;
252
- }, C = (r) => {
253
- let l = "", i = r + 1;
254
- return i < e.value ? l = "before-text" : i === e.value ? l = "active-text" : i > e.value && (l = "after-text"), `${l} text`;
255
- }, L = (r) => {
256
- let l = "", i = r + 1;
257
- return i < e.value ? l = "before-style" : i < n.list.length && (l = "after-style"), `${l} bottom`;
258
- }, q = (r, l) => {
259
- let i = "", c = r + 1, v = l + 1;
260
- return c < e.value ? i = "before-text" : c === e.value ? v < d.value ? i = "before-text" : v === d.value ? i = "active-text" : v > d.value && (i = "after-text") : c > e.value && (i = "after-text"), `${i} child-text`;
261
- }, B = (r, l) => {
262
- n.needClick && (r[n.propsField.children] || (a("update:active", l + ""), a("click", r)));
263
- }, _ = (r, l) => {
252
+ )), v = _(() => n.active.indexOf("-") > 0 ? Number(n.active.split("-")[1]) : 0), l = (r) => {
253
+ let i = "", t = r + 1;
254
+ return t < a.value ? i = "before-bg" : t === a.value ? i = "active-bg" : t > a.value && (i = "after-bg"), `${i} index`;
255
+ }, g = (r) => {
256
+ let i = "", t = r + 1;
257
+ return t < a.value ? i = "before-text" : t === a.value ? i = "active-text" : t > a.value && (i = "after-text"), `${i} text`;
258
+ }, x = (r) => {
259
+ let i = "", t = r + 1;
260
+ return t < a.value ? i = "before-style" : t < n.list.length && (i = "after-style"), `${i} bottom`;
261
+ }, C = (r, i) => {
262
+ let t = "", c = r + 1, y = i + 1;
263
+ return c < a.value ? t = "before-text" : c === a.value ? y < v.value ? t = "before-text" : y === v.value ? t = "active-text" : y > v.value && (t = "after-text") : c > a.value && (t = "after-text"), `${t} child-text`;
264
+ }, B = (r, i) => {
265
+ n.needClick && (r[n.propsField.children] || (e("update:active", i + ""), e("click", r)));
266
+ }, I = (r, i) => {
264
267
  r.show = !r.show;
265
- let i = document.getElementById(`children${l}`);
266
- r.show ? i.style.display = "none" : i.style.display = "block";
268
+ let t = document.getElementById(`children${i}`);
269
+ r.show ? t.style.display = "none" : t.style.display = "block";
267
270
  };
268
- return (r, l) => (s(), u("div", Q, [
271
+ return (r, i) => (s(), u("div", Q, [
269
272
  (s(!0), u(
270
- j,
273
+ F,
271
274
  null,
272
- F(o.list, (i, c) => {
273
- var v, I;
275
+ N(o.list, (t, c) => {
276
+ var y, z;
274
277
  return s(), u("div", {
275
278
  class: "line-block",
276
279
  key: c
277
280
  }, [
278
- m("div", R, [
279
- m(
281
+ h("div", R, [
282
+ h(
280
283
  "div",
281
284
  {
282
- class: p(h(c))
285
+ class: d(l(c))
283
286
  },
284
- k(c + 1),
287
+ b(c + 1),
285
288
  3
286
289
  /* TEXT, CLASS */
287
290
  ),
288
- m("div", {
289
- class: p(C(c)),
291
+ h("div", {
292
+ class: d(g(c)),
290
293
  style: f(o.needClick ? "cursor: pointer;" : ""),
291
- onClick: (y) => B(i, c + 1)
294
+ onClick: (m) => B(t, c + 1)
292
295
  }, [
293
- T(
294
- k(i[o.propsField.name]) + " ",
296
+ E(
297
+ b(t[o.propsField.name]) + " ",
295
298
  1
296
299
  /* TEXT */
297
300
  ),
298
- g(` <i\r
301
+ k(` <i\r
299
302
  v-if="item[propsField.children]?.length && !item.show"\r
300
303
  class="ikapprove icon-a-putongjiantouzhankai"\r
301
304
  @click="changeShow(item, index)"\r
302
305
  ></i> `),
303
- (v = i[o.propsField.children]) != null && v.length && !i.show ? (s(), w(N(O), {
306
+ (y = t[o.propsField.children]) != null && y.length && !t.show ? (s(), w(O(V), {
304
307
  key: 0,
305
308
  class: "ikapprove",
306
- onClick: (y) => _(i, c),
309
+ onClick: (m) => I(t, c),
307
310
  name: "iksvg_zhankai"
308
- }, null, 8, ["onClick"])) : g("v-if", !0),
309
- g(` <i\r
311
+ }, null, 8, ["onClick"])) : k("v-if", !0),
312
+ k(` <i\r
310
313
  v-if="item[propsField.children]?.length && item.show"\r
311
314
  @click="changeShow(item, index)"\r
312
315
  class="ikapprove icon-a-putongjiantoushouqi"\r
313
316
  ></i> `),
314
- (I = i[o.propsField.children]) != null && I.length && i.show ? (s(), w(N(O), {
317
+ (z = t[o.propsField.children]) != null && z.length && t.show ? (s(), w(O(V), {
315
318
  key: 1,
316
319
  class: "ikapprove",
317
- onClick: (y) => _(i, c),
320
+ onClick: (m) => I(t, c),
318
321
  name: "iksvg_shouqi"
319
- }, null, 8, ["onClick"])) : g("v-if", !0)
322
+ }, null, 8, ["onClick"])) : k("v-if", !0)
320
323
  ], 14, U)
321
324
  ]),
322
- m(
325
+ h(
323
326
  "ul",
324
327
  {
325
- class: p(L(c))
328
+ class: d(x(c))
326
329
  },
327
330
  [
328
- m("div", {
331
+ h("div", {
329
332
  id: `children${c}`
330
333
  }, [
331
334
  (s(!0), u(
332
- j,
335
+ F,
333
336
  null,
334
- F(i[o.propsField.children], (y, $) => (s(), u("li", {
335
- class: p(q(c, $)),
337
+ N(t[o.propsField.children], (m, $) => (s(), u("li", {
338
+ class: d(C(c, $)),
336
339
  style: f(o.needClick ? "cursor: pointer;" : ""),
337
340
  key: $,
338
- onClick: (ie) => B(y, c + 1 + "-" + ($ + 1))
339
- }, k(y.name), 15, x))),
341
+ onClick: (ae) => B(m, c + 1 + "-" + ($ + 1))
342
+ }, b(m.name), 15, ee))),
340
343
  128
341
344
  /* KEYED_FRAGMENT */
342
345
  ))
@@ -353,7 +356,7 @@ const P = /* @__PURE__ */ K(M, [["__scopeId", "data-v-7d95dbf5"]]), O = E(P), Q
353
356
  ]));
354
357
  }
355
358
  });
356
- const te = /* @__PURE__ */ K(ee, [["__scopeId", "data-v-240cff4f"]]), se = E(te);
359
+ const le = /* @__PURE__ */ L(te, [["__scopeId", "data-v-240cff4f"]]), se = K(le);
357
360
  export {
358
361
  se as IKVerticalStepBar,
359
362
  se as default
@@ -1,9 +1,9 @@
1
- (function(p,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("iking-utils-pro")):typeof define=="function"&&define.amd?define(["exports","vue","iking-utils-pro"],e):(p=typeof globalThis<"u"?globalThis:p||self,e(p.index={},p.vue,p["iking-utils-pro"]))})(this,function(p,e,S){"use strict";const g=(s,l)=>{if(s.install=o=>{for(const a of[s,...Object.values(l??{})])o.component(a.name,a)},l)for(const[o,a]of Object.entries(l))s[o]=a;return s},u=(s,l)=>{const o=s.__vccOpts||s;for(const[a,t]of l)o[a]=t;return o},E={key:0,class:"ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"},_={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},$=["xlink:href"],N=["src"],V={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},I=["xlink:href"],j=["src"],F=e.defineComponent({name:"IkSvgIcon",__name:"index",props:{name:{},flip:{},rotate:{},color:{},colorLight:{},opacity:{default:.5},size:{default:""},width:{},bg:{type:Boolean,default:!1},showBg:{type:Boolean,default:!1},padding:{default:"6px"},primary:{type:Boolean},warning:{type:Boolean},success:{type:Boolean},error:{type:Boolean},notip:{type:Boolean,default:!1},title:{},type:{},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},tableIconType:{default:"icon"}},setup(s){const l=s,o=e.computed(()=>{var t,d,m;return/^http?:\/\//.test(l.name)?"img":/i-[^:]+:[^:]+/.test(l.name)?"unocss":(t=l.name)!=null&&t.startsWith("iksig")?"iksig":(d=l.name)!=null&&d.includes(":")?"iconify":(m=l.name)!=null&&m.startsWith("iksvg")?"svg":"i"}),a=e.computed(()=>{const t=[];if(l.flip)switch(l.flip){case"horizontal":t.push("rotateY(180deg)");break;case"vertical":t.push("rotateX(180deg)");break;case"both":t.push("rotateX(180deg)"),t.push("rotateY(180deg)");break}l.rotate&&t.push(`rotate(${l.rotate%360}deg)`);const d={...l.color&&{color:l.color},...l.size&&{fontSize:typeof l.size=="number"?`${l.size}px`:l.size},...t.length&&{transform:t.join(" ")},padding:l.showBg||l.bg?l.padding:0,...l.color&&o.value!=="iksig"?{"--ik-color-icon-dark":l.color,"--ik-color-icon-light":l.colorLight||S.ikColor.setOpacity(l.color,l.opacity)}:{}};return l.width&&(d.width=d.height=typeof l.width=="number"?`${l.width}px`:l.width),d});return(t,d)=>{const m=e.resolveComponent("el-tooltip"),y=e.resolveComponent("el-button");return t.tableIconType==="icon"?(e.openBlock(),e.createElementBlock("span",E,[t.notip||!t.title?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[t.name]:o.value==="unocss","show-bg":t.showBg||t.bg,default:t.size==="default",small:t.size==="small",big:t.size==="big",warning:t.warning||l.type==="warning",primary:t.primary||l.type==="primary",success:t.success||l.type==="success",error:t.error||l.type==="error",active:t.active,disabled:t.disabled}]),style:e.normalizeStyle(a.value)},[e.createCommentVNode(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),o.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${t.name}`),style:e.normalizeStyle(a.value)},null,6)):o.value==="svg"?(e.openBlock(),e.createElementBlock("svg",_,[e.createElementVNode("use",{"xlink:href":`#${t.name}`},null,8,$)])):o.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:t.name,class:"h-[1em] w-[1em]"},null,8,N)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(t.name),style:e.normalizeStyle(a.value)},null,6))],6)):(e.openBlock(),e.createBlock(m,{key:1,content:t.title,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("i",{class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[t.name]:o.value==="unocss","show-bg":t.showBg||t.bg,default:t.size==="default",small:t.size==="small",big:t.size==="big",warning:t.warning||l.type==="warning",primary:t.primary||l.type==="primary",success:t.success||l.type==="success",error:t.error||l.type==="error",active:t.active}]),style:e.normalizeStyle(a.value)},[o.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${t.name}`),style:e.normalizeStyle(a.value)},null,6)):o.value==="svg"?(e.openBlock(),e.createElementBlock("svg",V,[e.createElementVNode("use",{"xlink:href":`#${t.name}`},null,8,I)])):o.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:t.name,class:"h-[1em] w-[1em]"},null,8,j)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(t.name),style:e.normalizeStyle(a.value)},null,6))],6)]),_:1},8,["content"]))])):(e.openBlock(),e.createBlock(y,{key:1,type:["warning","error"].includes(t.type)?"danger":""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.title),1)]),_:1},8,["type"]))}}}),W="",B=g(u(F,[["__scopeId","data-v-7d95dbf5"]])),T={class:"content"},O={class:"top"},v=["onClick"],q=["id"],D=["onClick"],K=e.defineComponent({__name:"IKVerticalStepBar",props:{active:{type:String,default:""},list:{type:Array,default:()=>[]},needClick:{type:Boolean,default:!1},propsField:{type:Object,default:()=>({name:"name",children:"children"})}},emits:["click","update:active"],setup(s,{emit:l}){const o=s,a=l,t=e.computed(()=>Number(o.active.indexOf("-")>0?o.active.split("-")[0]:o.active)),d=e.computed(()=>o.active.indexOf("-")>0?Number(o.active.split("-")[1]):0),m=r=>{let i="",n=r+1;return n<t.value?i="before-bg":n===t.value?i="active-bg":n>t.value&&(i="after-bg"),`${i} index`},y=r=>{let i="",n=r+1;return n<t.value?i="before-text":n===t.value?i="active-text":n>t.value&&(i="after-text"),`${i} text`},L=r=>{let i="",n=r+1;return n<t.value?i="before-style":n<o.list.length&&(i="after-style"),`${i} bottom`},M=(r,i)=>{let n="",c=r+1,f=i+1;return c<t.value?n="before-text":c===t.value?f<d.value?n="before-text":f===d.value?n="active-text":f>d.value&&(n="after-text"):c>t.value&&(n="after-text"),`${n} child-text`},w=(r,i)=>{o.needClick&&(r[o.propsField.children]||(a("update:active",i+""),a("click",r)))},C=(r,i)=>{r.show=!r.show;let n=document.getElementById(`children${i}`);r.show?n.style.display="none":n.style.display="block"};return(r,i)=>(e.openBlock(),e.createElementBlock("div",T,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.list,(n,c)=>{var f,z;return e.openBlock(),e.createElementBlock("div",{class:"line-block",key:c},[e.createElementVNode("div",O,[e.createElementVNode("div",{class:e.normalizeClass(m(c))},e.toDisplayString(c+1),3),e.createElementVNode("div",{class:e.normalizeClass(y(c)),style:e.normalizeStyle(s.needClick?"cursor: pointer;":""),onClick:k=>w(n,c+1)},[e.createTextVNode(e.toDisplayString(n[s.propsField.name])+" ",1),e.createCommentVNode(` <i\r
1
+ (function(d,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("iking-utils-pro")):typeof define=="function"&&define.amd?define(["exports","vue","iking-utils-pro"],e):(d=typeof globalThis<"u"?globalThis:d||self,e(d.index={},d.vue,d["iking-utils-pro"]))})(this,function(d,e,x){"use strict";const v=(s,u)=>{if(s.install=i=>{for(const t of[s,...Object.values(u??{})])i.component(t.name,t)},u)for(const[i,t]of Object.entries(u))s[i]=t;return s},B=(s,u)=>{const i=s.__vccOpts||s;for(const[t,o]of u)i[t]=o;return i},S={key:0,class:"ik-svg-icon ik-icon inline-block inline-flex justify-center box-content line-height-[0]"},E={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},$=["xlink:href"],N=["src"],V={key:1,class:"h-[1em] w-[1em]","aria-hidden":"true"},I=["xlink:href"],j=["src"],F=e.defineComponent({name:"IkSvgIcon",__name:"index",props:{name:{},flip:{},rotate:{},color:{},colorLight:{},opacity:{default:.5},size:{default:""},width:{},bg:{type:Boolean,default:!1},showBg:{type:Boolean,default:!1},padding:{default:"6px"},primary:{type:Boolean},warning:{type:Boolean},success:{type:Boolean},error:{type:Boolean},notip:{type:Boolean,default:!1},title:{},type:{},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},tableIconType:{default:"icon"}},setup(s){const u=s,i=e.inject("iconConfig"),t=e.computed(()=>({...(i==null?void 0:i.value)||{},...u})),o=e.computed(()=>{const{name:n}=t.value;return/^http?:\/\//.test(n)?"img":/i-[^:]+:[^:]+/.test(n)?"unocss":n!=null&&n.startsWith("iksig")?"iksig":n!=null&&n.includes(":")?"iconify":n!=null&&n.startsWith("iksvg")?"svg":"i"}),p=e.computed(()=>{const n=[];if(t.value.flip)switch(t.value.flip){case"horizontal":n.push("rotateY(180deg)");break;case"vertical":n.push("rotateX(180deg)");break;case"both":n.push("rotateX(180deg)"),n.push("rotateY(180deg)");break}t.value.rotate&&n.push(`rotate(${t.value.rotate%360}deg)`);const m={...t.value.color&&{color:t.value.color},...t.value.size&&{fontSize:typeof t.value.size=="number"?`${t.value.size}px`:t.value.size},...n.length&&{transform:n.join(" ")},padding:t.value.showBg||t.value.bg?t.value.padding:0,...t.value.color&&o.value!=="iksig"?{"--ik-color-icon-dark":t.value.color,"--ik-color-icon-light":t.value.colorLight||x.ikColor.setOpacity(t.value.color,t.value.opacity)}:{}};return t.value.width&&(m.width=m.height=typeof t.value.width=="number"?`${t.value.width}px`:t.value.width),m});return(n,m)=>{const y=e.resolveComponent("el-tooltip"),h=e.resolveComponent("el-button");return t.value.tableIconType==="icon"?(e.openBlock(),e.createElementBlock("span",S,[t.value.notip||!t.value.title?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[n.name]:o.value==="unocss","show-bg":t.value.showBg||t.value.bg,default:t.value.size==="default",small:t.value.size==="small",big:t.value.size==="big",warning:t.value.warning||t.value.type==="warning",primary:t.value.primary||t.value.type==="primary",success:n.success||t.value.type==="success",error:t.value.error||t.value.type==="error",active:t.value.active,disabled:t.value.disabled}]),style:e.normalizeStyle(p.value)},[e.createCommentVNode(` <Icon v-if="outputType === 'iconify'" :icon="name" /> `),o.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${t.value.name}`),style:e.normalizeStyle(p.value)},null,6)):o.value==="svg"?(e.openBlock(),e.createElementBlock("svg",E,[e.createElementVNode("use",{"xlink:href":`#${t.value.name}`},null,8,$)])):o.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:t.value.name,class:"h-[1em] w-[1em]"},null,8,N)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(t.value.name),style:e.normalizeStyle(p.value)},null,6))],6)):(e.openBlock(),e.createBlock(y,{key:1,content:t.value.title,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("i",{class:e.normalizeClass(["ik-svg-icon ik-icon relative h-[1em] w-[1em] inline-flex items-center justify-center fill-current leading-[1em] transition",{[n.name]:o.value==="unocss","show-bg":t.value.showBg||t.value.bg,default:t.value.size==="default",small:t.value.size==="small",big:t.value.size==="big",warning:t.value.warning||t.value.type==="warning",primary:n.primary||t.value.type==="primary",success:n.success||t.value.type==="success",error:t.value.error||t.value.type==="error",active:t.value.active}]),style:e.normalizeStyle(p.value)},[o.value==="iksig"?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(`iksig ${t.value.name}`),style:e.normalizeStyle(p.value)},null,6)):o.value==="svg"?(e.openBlock(),e.createElementBlock("svg",V,[e.createElementVNode("use",{"xlink:href":`#${t.value.name}`},null,8,I)])):o.value==="img"?(e.openBlock(),e.createElementBlock("img",{key:2,src:t.value.name,class:"h-[1em] w-[1em]"},null,8,j)):(e.openBlock(),e.createElementBlock("i",{key:3,class:e.normalizeClass(t.value.name),style:e.normalizeStyle(p.value)},null,6))],6)]),_:1},8,["content"]))])):(e.openBlock(),e.createBlock(h,{key:1,type:["warning","error"].includes(t.value.type)?"danger":""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.value.title),1)]),_:1},8,["type"]))}}}),M="",_=v(B(F,[["__scopeId","data-v-1be337e4"]])),T={class:"content"},O={class:"top"},q=["onClick"],D=["id"],K=["onClick"],L=e.defineComponent({__name:"IKVerticalStepBar",props:{active:{type:String,default:""},list:{type:Array,default:()=>[]},needClick:{type:Boolean,default:!1},propsField:{type:Object,default:()=>({name:"name",children:"children"})}},emits:["click","update:active"],setup(s,{emit:u}){const i=s,t=u,o=e.computed(()=>Number(i.active.indexOf("-")>0?i.active.split("-")[0]:i.active)),p=e.computed(()=>i.active.indexOf("-")>0?Number(i.active.split("-")[1]):0),n=c=>{let a="",l=c+1;return l<o.value?a="before-bg":l===o.value?a="active-bg":l>o.value&&(a="after-bg"),`${a} index`},m=c=>{let a="",l=c+1;return l<o.value?a="before-text":l===o.value?a="active-text":l>o.value&&(a="after-text"),`${a} text`},y=c=>{let a="",l=c+1;return l<o.value?a="before-style":l<i.list.length&&(a="after-style"),`${a} bottom`},h=(c,a)=>{let l="",r=c+1,f=a+1;return r<o.value?l="before-text":r===o.value?f<p.value?l="before-text":f===p.value?l="active-text":f>p.value&&(l="after-text"):r>o.value&&(l="after-text"),`${l} child-text`},C=(c,a)=>{i.needClick&&(c[i.propsField.children]||(t("update:active",a+""),t("click",c)))},w=(c,a)=>{c.show=!c.show;let l=document.getElementById(`children${a}`);c.show?l.style.display="none":l.style.display="block"};return(c,a)=>(e.openBlock(),e.createElementBlock("div",T,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.list,(l,r)=>{var f,z;return e.openBlock(),e.createElementBlock("div",{class:"line-block",key:r},[e.createElementVNode("div",O,[e.createElementVNode("div",{class:e.normalizeClass(n(r))},e.toDisplayString(r+1),3),e.createElementVNode("div",{class:e.normalizeClass(m(r)),style:e.normalizeStyle(s.needClick?"cursor: pointer;":""),onClick:k=>C(l,r+1)},[e.createTextVNode(e.toDisplayString(l[s.propsField.name])+" ",1),e.createCommentVNode(` <i\r
2
2
  v-if="item[propsField.children]?.length && !item.show"\r
3
3
  class="ikapprove icon-a-putongjiantouzhankai"\r
4
4
  @click="changeShow(item, index)"\r
5
- ></i> `),(f=n[s.propsField.children])!=null&&f.length&&!n.show?(e.openBlock(),e.createBlock(e.unref(B),{key:0,class:"ikapprove",onClick:k=>C(n,c),name:"iksvg_zhankai"},null,8,["onClick"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(` <i\r
5
+ ></i> `),(f=l[s.propsField.children])!=null&&f.length&&!l.show?(e.openBlock(),e.createBlock(e.unref(_),{key:0,class:"ikapprove",onClick:k=>w(l,r),name:"iksvg_zhankai"},null,8,["onClick"])):e.createCommentVNode("v-if",!0),e.createCommentVNode(` <i\r
6
6
  v-if="item[propsField.children]?.length && item.show"\r
7
7
  @click="changeShow(item, index)"\r
8
8
  class="ikapprove icon-a-putongjiantoushouqi"\r
9
- ></i> `),(z=n[s.propsField.children])!=null&&z.length&&n.show?(e.openBlock(),e.createBlock(e.unref(B),{key:1,class:"ikapprove",onClick:k=>C(n,c),name:"iksvg_shouqi"},null,8,["onClick"])):e.createCommentVNode("v-if",!0)],14,v)]),e.createElementVNode("ul",{class:e.normalizeClass(L(c))},[e.createElementVNode("div",{id:`children${c}`},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n[s.propsField.children],(k,h)=>(e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(M(c,h)),style:e.normalizeStyle(s.needClick?"cursor: pointer;":""),key:h,onClick:P=>w(k,c+1+"-"+(h+1))},e.toDisplayString(k.name),15,D))),128))],8,q)],2)])}),128))]))}}),Y="",b=g(u(K,[["__scopeId","data-v-240cff4f"]]));p.IKVerticalStepBar=b,p.default=b,Object.defineProperties(p,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
9
+ ></i> `),(z=l[s.propsField.children])!=null&&z.length&&l.show?(e.openBlock(),e.createBlock(e.unref(_),{key:1,class:"ikapprove",onClick:k=>w(l,r),name:"iksvg_shouqi"},null,8,["onClick"])):e.createCommentVNode("v-if",!0)],14,q)]),e.createElementVNode("ul",{class:e.normalizeClass(y(r))},[e.createElementVNode("div",{id:`children${r}`},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l[s.propsField.children],(k,g)=>(e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass(h(r,g)),style:e.normalizeStyle(s.needClick?"cursor: pointer;":""),key:g,onClick:A=>C(k,r+1+"-"+(g+1))},e.toDisplayString(k.name),15,K))),128))],8,D)],2)])}),128))]))}}),X="",b=v(B(L,[["__scopeId","data-v-240cff4f"]]));d.IKVerticalStepBar=b,d.default=b,Object.defineProperties(d,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
@@ -1 +1 @@
1
- .row-title[data-v-7d95dbf5]{display:flex}[data-v-240cff4f]{margin:0;padding:0}.content[data-v-240cff4f]{width:100%;height:100%;border-top-left-radius:20px;border-bottom-left-radius:20px;padding:32px 28px}.content .line-block .top[data-v-240cff4f]{display:flex}.content .line-block .top .index[data-v-240cff4f]{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:4px;font-size:18px;font-weight:550}.content .line-block .top .text[data-v-240cff4f]{line-height:32px;margin-left:20px;font-size:18px;font-weight:700}.content .line-block .active-text[data-v-240cff4f]{color:var(--ik-step-item-active-color, "#039ef7")}.content .line-block .before-text[data-v-240cff4f]{color:var(--ik-color-font-title)}.content .line-block .after-text[data-v-240cff4f]{color:var(--el-color-info, "#181c3266")}.content .line-block .before-bg[data-v-240cff4f]{color:var(--ik-step-item-active-color, #333)!important;background-color:var(--ik-step-item-num-greater-bg)}.content .line-block .active-bg[data-v-240cff4f]{background-color:var(--ik-step-item-active-color, #039ef7);color:var(--el-color-white, #fff)}.content .line-block .after-bg[data-v-240cff4f]{background-color:var(--ik-step-item-num-bg, #f3f6f9);color:var(--ik-step-item-text-color, #a2a6b8)}.content .line-block .bottom[data-v-240cff4f]{margin-left:16px;border-width:0 0 0 1px;padding:10px 0 20px 52px;margin-top:4px;margin-bottom:4px}.content .line-block .before-style[data-v-240cff4f]{border-color:var(--ik-step-item-active-color, #029ef7);border-style:solid}.content .line-block .after-style[data-v-240cff4f]{border-color:var(--el-color-info, #ccc);border-style:dashed}.content .line-block li[data-v-240cff4f]{line-height:30px}.content .line-block .child-text[data-v-240cff4f]{padding:5px 0}
1
+ .row-title[data-v-1be337e4]{display:flex}[data-v-240cff4f]{margin:0;padding:0}.content[data-v-240cff4f]{width:100%;height:100%;border-top-left-radius:20px;border-bottom-left-radius:20px;padding:32px 28px}.content .line-block .top[data-v-240cff4f]{display:flex}.content .line-block .top .index[data-v-240cff4f]{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:4px;font-size:18px;font-weight:550}.content .line-block .top .text[data-v-240cff4f]{line-height:32px;margin-left:20px;font-size:18px;font-weight:700}.content .line-block .active-text[data-v-240cff4f]{color:var(--ik-step-item-active-color, "#039ef7")}.content .line-block .before-text[data-v-240cff4f]{color:var(--ik-color-font-title)}.content .line-block .after-text[data-v-240cff4f]{color:var(--el-color-info, "#181c3266")}.content .line-block .before-bg[data-v-240cff4f]{color:var(--ik-step-item-active-color, #333)!important;background-color:var(--ik-step-item-num-greater-bg)}.content .line-block .active-bg[data-v-240cff4f]{background-color:var(--ik-step-item-active-color, #039ef7);color:var(--el-color-white, #fff)}.content .line-block .after-bg[data-v-240cff4f]{background-color:var(--ik-step-item-num-bg, #f3f6f9);color:var(--ik-step-item-text-color, #a2a6b8)}.content .line-block .bottom[data-v-240cff4f]{margin-left:16px;border-width:0 0 0 1px;padding:10px 0 20px 52px;margin-top:4px;margin-bottom:4px}.content .line-block .before-style[data-v-240cff4f]{border-color:var(--ik-step-item-active-color, #029ef7);border-style:solid}.content .line-block .after-style[data-v-240cff4f]{border-color:var(--el-color-info, #ccc);border-style:dashed}.content .line-block li[data-v-240cff4f]{line-height:30px}.content .line-block .child-text[data-v-240cff4f]{padding:5px 0}