rayyy-vue-table-components 2.0.4 → 2.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rayyy-vue-table-components",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Vue 3 + Element Plus 表格組件庫",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",
@@ -34,7 +34,7 @@
34
34
  "import": "./src/utils/tableStyles.ts"
35
35
  },
36
36
  "./locales": {
37
- "types": "./src/locales/index.d.ts",
37
+ "types": "./dist/src/locales/index.d.ts",
38
38
  "import": "./src/locales/index.ts"
39
39
  },
40
40
  "./styles": "./dist/rayyy-vue-table-components.css",
@@ -1,10 +0,0 @@
1
- export declare const messages: {
2
- 'zh-TW': Record<string, string>
3
- 'en-US': Record<string, string>
4
- }
5
-
6
- export type LocaleType = 'zh-TW' | 'en-US'
7
-
8
- export declare const zhTW: Record<string, string>
9
- export declare const enUS: Record<string, string>
10
-