@sunny-base-web/effects 0.8.57 → 0.8.58

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
@@ -1549,7 +1549,7 @@ function wS(e, t) {
1549
1549
  }
1550
1550
  }), A.addResponseInterceptor(
1551
1551
  dS({
1552
- businessCodes: [500, 530],
1552
+ businessCodes: [530],
1553
1553
  // 500: 业务异常, 530: 登录超时
1554
1554
  onBusinessError: o
1555
1555
  })
@@ -45881,7 +45881,10 @@ const $H = { class: "h-full w-full overflow-auto bg-[var(--color-fill-2)]" }, eK
45881
45881
  label: "cName",
45882
45882
  value: "cXuhao"
45883
45883
  }
45884
- }
45884
+ },
45885
+ formatter: ({ cellValue: e, column: t }) => (t.params?.options || []).find((o) => o.value === e)?.label || e,
45886
+ filters: [{ data: { checks: [], sVal: "", sMenu: "", fType1: "", fVal1: "", fMode: "and", fType2: "", fVal2: "" } }],
45887
+ filterRender: { name: "FilterCombination" }
45885
45888
  },
45886
45889
  {
45887
45890
  field: "value",
@@ -45891,7 +45894,9 @@ const $H = { class: "h-full w-full overflow-auto bg-[var(--color-fill-2)]" }, eK
45891
45894
  params: {
45892
45895
  placeholder: "请输入属性值",
45893
45896
  allowClear: !0
45894
- }
45897
+ },
45898
+ filters: [{ data: { checks: [], sVal: "", sMenu: "", fType1: "", fVal1: "", fMode: "and", fType2: "", fVal2: "" } }],
45899
+ filterRender: { name: "FilterCombination" }
45895
45900
  }
45896
45901
  ], PK = [
45897
45902
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunny-base-web/effects",
3
- "version": "0.8.57",
3
+ "version": "0.8.58",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"
@@ -33,11 +33,11 @@
33
33
  "vxe-table": "^4.17.49",
34
34
  "xe-utils": "3.9.1",
35
35
  "zod": "^4.3.6",
36
- "@sunny-base-web/locales": "^0.8.57",
37
- "@sunny-base-web/ui": "^0.8.57",
38
- "@sunny-base-web/icons": "^0.8.57",
39
- "@sunny-base-web/stores": "^0.8.57",
40
- "@sunny-base-web/utils": "^0.8.57"
36
+ "@sunny-base-web/icons": "^0.8.58",
37
+ "@sunny-base-web/locales": "^0.8.58",
38
+ "@sunny-base-web/stores": "^0.8.58",
39
+ "@sunny-base-web/utils": "^0.8.58",
40
+ "@sunny-base-web/ui": "^0.8.58"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/lodash-es": "^4.17.12",
@@ -48,10 +48,10 @@
48
48
  "typescript": "^5.7.2",
49
49
  "vite": "^7.3.1",
50
50
  "vite-plugin-dts": "^4.5.4",
51
- "@sunny-base-web/constants": "0.8.57",
51
+ "@sunny-base-web/constants": "0.8.58",
52
52
  "@sunny-base-web/designer-studio": "^0.1.1",
53
- "@sunny-base-web/tsconfig": "0.8.57",
54
- "@sunny-base-web/tailwind-config": "0.8.57"
53
+ "@sunny-base-web/tailwind-config": "0.8.58",
54
+ "@sunny-base-web/tsconfig": "0.8.58"
55
55
  },
56
56
  "publishConfig": {
57
57
  "style": "./dist/effects.css",