auto-vue-manual 0.1.4 → 0.1.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.
@@ -1,5 +1,8 @@
1
1
  import { App } from 'vue';
2
2
  import { I18n } from 'vue-i18n';
3
+ export declare interface Lang {
4
+ [propName: number | string]: string | number | Lang | Lang[] | string[];
5
+ }
3
6
  export declare let i18nInstance: I18n;
4
7
  export declare const setupI18n: (app: App, zhLang: Record<string, any>, enLang: Record<string, any>) => void;
5
8
  /**
@@ -1,3 +1,4 @@
1
+ import { Lang } from '../i18n';
1
2
  export declare function matchLanguage(lang: string, translates: Record<string, string>): string;
2
3
  /**
3
4
  * 生成需要的基础词典
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const __VERSION__ = "0.1.3'
1
+ export const __VERSION__ = "0.1.4'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-vue-manual",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "main": "./dist/auto-vue-manual.umd.js",
6
6
  "module": "./dist/auto-vue-manual.es.js",
@@ -53,7 +53,7 @@
53
53
  "@vue/runtime-core": "^3.5.13",
54
54
  "@vue/runtime-dom": "^3.5.13",
55
55
  "@vue/tsconfig": "^0.7.0",
56
- "auto-vue-manual": "^0.1.1",
56
+ "auto-vue-manual": "^0.1.4",
57
57
  "crypto-js": "^4.2.0",
58
58
  "nprogress": "^1.0.0-1",
59
59
  "playwright": "^1.53.0",