@kengic/vue 0.10.3 → 0.10.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3929,7 +3929,7 @@ const emptyIcon = {
3929
3929
  ...t.data
3930
3930
  }, r);
3931
3931
  }
3932
- }), name = "@kengic/vue", version = "0.10.3";
3932
+ }), name = "@kengic/vue", version = "0.10.4";
3933
3933
  class KgDomUtil {
3934
3934
  static isNotClickable(t, r = []) {
3935
3935
  return !t || [...r, "kg-not-clickable"].some((a) => t.classList.contains(a)) ? !0 : t.parentElement && t.parentElement.tagName !== "BODY" ? KgDomUtil.isNotClickable(t.parentElement) : !1;
@@ -15015,9 +15015,9 @@ const leftVarProfileDetailColumns = (e) => {
15015
15015
  index: a
15016
15016
  }) => a + 1
15017
15017
  }, {
15018
- title: t.t("var_text").value,
15019
15018
  dataIndex: "var_nam",
15020
15019
  width: "auto",
15020
+ title: t.t("var_text").value,
15021
15021
  customRender: ({
15022
15022
  value: a
15023
15023
  }) => r.t(a).value
@@ -15053,7 +15053,7 @@ const leftVarProfileDetailColumns = (e) => {
15053
15053
  customRender: () => createVNode(HolderOutlined$1, null, null)
15054
15054
  },
15055
15055
  {
15056
- dataIndex: "var_text",
15056
+ dataIndex: "var_nam",
15057
15057
  width: 150,
15058
15058
  fixed: "left",
15059
15059
  title: t.t("var_text").value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",