@sunny-base-web/ui 0.8.62 → 0.8.64

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
@@ -10189,8 +10189,8 @@ function og(e) {
10189
10189
  function QC() {
10190
10190
  return {
10191
10191
  isCopy: !0,
10192
- isCopyHeader: !0,
10193
- // 启用复制表头功能
10192
+ isCopyHeader: !1,
10193
+ // 关闭复制表头功能
10194
10194
  cutMethod: ({ row: e, column: t }) => {
10195
10195
  og(t) && t.field && (e[t.field] = null);
10196
10196
  },
@@ -14704,8 +14704,8 @@ function OE(e) {
14704
14704
  // 禁用剪切功能
14705
14705
  isPaste: !1,
14706
14706
  // 禁用粘贴功能
14707
- isCopyHeader: !0
14708
- // 启用复制表头功能
14707
+ isCopyHeader: !1
14708
+ // 关闭复制表头功能
14709
14709
  },
14710
14710
  ...l,
14711
14711
  ...ye ? { toolbarConfig: ye } : {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunny-base-web/ui",
3
- "version": "0.8.62",
3
+ "version": "0.8.64",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -40,9 +40,9 @@
40
40
  "vxe-table": "^4.17.49",
41
41
  "xe-utils": "^4.0.4",
42
42
  "zod": "^4.3.5",
43
- "@sunny-base-web/icons": "^0.8.62",
44
- "@sunny-base-web/locales": "^0.8.62",
45
- "@sunny-base-web/utils": "^0.8.62"
43
+ "@sunny-base-web/icons": "^0.8.64",
44
+ "@sunny-base-web/locales": "^0.8.64",
45
+ "@sunny-base-web/utils": "^0.8.64"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/lodash-es": "^4.17.12",
@@ -56,8 +56,8 @@
56
56
  "vite": "^7.3.1",
57
57
  "vite-plugin-dts": "^4.5.4",
58
58
  "vue-tsc": "^2.1.10",
59
- "@sunny-base-web/tsconfig": "0.8.62",
60
- "@sunny-base-web/tailwind-config": "0.8.62"
59
+ "@sunny-base-web/tsconfig": "0.8.64",
60
+ "@sunny-base-web/tailwind-config": "0.8.64"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "vite build",