@ebiz/designer-components 0.1.22 → 0.1.23

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.mjs CHANGED
@@ -58652,7 +58652,7 @@ const wG = /* @__PURE__ */ qe(O9, [["render", x9], ["__scopeId", "data-v-d22af56
58652
58652
  SUSPENDED: "warning"
58653
58653
  })[T] || "default", d = (T) => ({
58654
58654
  CANCELED: "已取消",
58655
- REJECTED: "已拒绝",
58655
+ REJECTED: "已驳回",
58656
58656
  APPROVED: "已通过",
58657
58657
  ACTIVE: "进行中",
58658
58658
  COMPLETED: "已完成",
@@ -58989,7 +58989,7 @@ const wG = /* @__PURE__ */ qe(O9, [["render", x9], ["__scopeId", "data-v-d22af56
58989
58989
  ]);
58990
58990
  };
58991
58991
  }
58992
- }), RG = /* @__PURE__ */ qe(kU, [["__scopeId", "data-v-851ef0ad"]]), EU = {
58992
+ }), RG = /* @__PURE__ */ qe(kU, [["__scopeId", "data-v-34ae3c38"]]), EU = {
58993
58993
  name: "EbizTimeline"
58994
58994
  }, DU = /* @__PURE__ */ Object.assign(EU, {
58995
58995
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -374,7 +374,7 @@ const getProcessStatusTheme = (status) => {
374
374
  const getProcessStatusText = (status) => {
375
375
  const statusMap = {
376
376
  'CANCELED': '已取消',
377
- 'REJECTED': '已拒绝',
377
+ 'REJECTED': '已驳回',
378
378
  'APPROVED': "已通过",
379
379
  'ACTIVE': '进行中',
380
380
  'COMPLETED': '已完成',