@kengic/vue 0.26.6-beta.109 → 0.26.6-beta.110

Sign up to get free protection for your applications and to get access to all the features.
@@ -48582,7 +48582,7 @@ const emptyIcon = {
48582
48582
  ...n.data
48583
48583
  }, r);
48584
48584
  }
48585
- }), version = "0.26.6-beta.109";
48585
+ }), version = "0.26.6-beta.110";
48586
48586
  /**
48587
48587
  * filesize
48588
48588
  *
@@ -55187,11 +55187,8 @@ class KgUtil {
55187
55187
  static snakeCase(n) {
55188
55188
  return snakeCase$1(n).replaceAll(/_(\d)+/g, "$1");
55189
55189
  }
55190
- static uuid() {
55191
- return Jo();
55192
- }
55193
- static id() {
55194
- return Jo();
55190
+ static uuid(n) {
55191
+ return Jo(n);
55195
55192
  }
55196
55193
  }
55197
55194
  function _isSlot$f(e) {
@@ -140,13 +140,9 @@ export declare class KgUtil {
140
140
  *
141
141
  * @return UUID.
142
142
  */
143
- static uuid(): string;
144
- /**
145
- * 获取一个 UUID.
146
- *
147
- * @return UUID.
148
- */
149
- static id(): string;
143
+ static uuid(param?: {
144
+ prefix?: string;
145
+ }): string;
150
146
  }
151
147
  export declare type ModalFunc = {
152
148
  destroy: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.109",
3
+ "version": "0.26.6-beta.110",
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",