jmash-core 0.1.33 → 0.1.35

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,5 @@
1
1
  import { createElementBlock as y, openBlock as k, createElementVNode as u, defineComponent as E, ref as I, reactive as f, resolveComponent as i, Fragment as F, createVNode as t, withCtx as l, createTextVNode as _, toDisplayString as C } from "vue";
2
- import { A as M, v, a as w, B as $, C as z } from "./index-C_Rc2raF.mjs";
2
+ import { A as M, v, a as w, B as $, C as z } from "./index-Bb07LNei.mjs";
3
3
  const N = {
4
4
  viewBox: "0 0 1024 1024",
5
5
  width: "1.2em",
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./updatePwd.vue_vue_type_script_setup_true_lang-DnESgcWG.mjs";
1
+ import { _ as f } from "./updatePwd.vue_vue_type_script_setup_true_lang-CzYovQjJ.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as q, ref as v, toRefs as E, reactive as V, resolveComponent as i, createBlock as O, openBlock as A, unref as t, isRef as U, withCtx as s, createVNode as r, createElementVNode as B, createTextVNode as g, toDisplayString as _ } from "vue";
2
2
  import { ElMessage as D } from "element-plus";
3
- import { H as b, aJ as I } from "./index-C_Rc2raF.mjs";
3
+ import { H as b, aJ as I } from "./index-Bb07LNei.mjs";
4
4
  import { useI18n as S } from "vue-i18n";
5
5
  const z = { class: "dialog-footer" }, T = /* @__PURE__ */ q({
6
6
  __name: "updatePwd",
@@ -17,6 +17,7 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
17
17
  };
18
18
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
19
  imageSrc: (...args: any[]) => void;
20
+ imageUrl: (...args: any[]) => void;
20
21
  }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
21
22
  pictureUrl: {
22
23
  type: StringConstructor;
@@ -36,6 +37,7 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
36
37
  };
37
38
  }>> & Readonly<{
38
39
  onImageSrc?: ((...args: any[]) => any) | undefined;
40
+ onImageUrl?: ((...args: any[]) => any) | undefined;
39
41
  }>, {
40
42
  type: string;
41
43
  width: number;
@@ -1,4 +1,3 @@
1
- import type { FileResponseReq } from "@/types";
2
1
  /**
3
2
  * 生成随机密钥
4
3
  * 该函数生成一个包含大写字母、小写字母、数字和特殊字符的随机密钥
@@ -12,4 +11,4 @@ export declare function generateRandomKey(): string;
12
11
  * 预览附件
13
12
  * @param {FileResponseReq} row - 附件实体
14
13
  */
15
- export declare function handlePreview(row: FileResponseReq): Window | null;
14
+ export declare function handlePreview(fileUrl: string): Window | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmash-core",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/src/index.d.ts",