@kengic/vue 0.26.7-beta.1 → 0.26.7-beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -135,14 +135,6 @@ export declare class KgUtil {
135
135
  * @return 转换后的字符串.
136
136
  */
137
137
  static snakeCase(value: any): string;
138
- /**
139
- * 获取一个 UUID.
140
- *
141
- * @return UUID.
142
- */
143
- static uuid(param?: {
144
- prefix?: string;
145
- }): string;
146
138
  }
147
139
  export declare type ModalFunc = {
148
140
  destroy: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.7-beta.1",
3
+ "version": "0.26.7-beta.4",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -39,8 +39,8 @@
39
39
  "@iconify-icons/mdi": "1.2.48",
40
40
  "@iconify-icons/ph": "1.2.5",
41
41
  "@iconify/vue": "4.1.2",
42
- "@kengic/core.core": "0.0.1-beta.17",
43
- "@kengic/core.react": "0.0.1-beta.25",
42
+ "@kengic/core.core": "0.0.1-beta.18",
43
+ "@kengic/core.react": "0.0.1-beta.26",
44
44
  "@kengic/pont": "1.2.17-beta.1",
45
45
  "@rys-fe/vite-plugin-theme": "0.8.6",
46
46
  "@thymine/xunee": "0.4.9-beta.8",