@pubinfo-pr/module-crypto 0.182.5 → 0.187.1

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.
@@ -2,7 +2,7 @@ import { Form as G, FormItem as J, Switch as Q, CheckableTag as q, Space as H, B
2
2
  import { useAuth as X, PubinfoIcon as Y } from "pubinfo-pr";
3
3
  import { QuestionCircleOutlined as Z, PlusCircleOutlined as ee } from "@ant-design/icons-vue";
4
4
  import { defineComponent as te, ref as k, reactive as oe, onMounted as se, resolveDirective as ae, createElementBlock as E, openBlock as u, createElementVNode as d, createVNode as a, withCtx as l, unref as s, normalizeClass as V, createTextVNode as h, createBlock as P, createCommentVNode as re, withDirectives as D, toDisplayString as L } from "vue";
5
- import { ProTable as ne } from "@pubinfo-pr/pro-components";
5
+ import { ProTable as ne } from "@pubinfo/pro-components";
6
6
  import { message as ie, Modal as le } from "ant-design-vue";
7
7
  import { g as ce, p as de, c as B } from "./index.js";
8
8
  import { u as pe, _ as fe } from "./drawerCryptoUrl.vue_vue_type_script_setup_true_lang-CztdWly1.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo-pr/module-crypto",
3
3
  "type": "module",
4
- "version": "0.182.5",
4
+ "version": "0.187.1",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "@ant-design/icons-vue": "^7.0.1",
24
24
  "@pubinfo/pro-components": "^1.8.0",
25
25
  "ant-design-vue": "^4.2.6",
26
- "pubinfo-pr": "0.182.5"
26
+ "pubinfo-pr": "0.187.1"
27
27
  },
28
28
  "dependencies": {
29
29
  "@vueuse/core": "^13.7.0",
@@ -36,7 +36,7 @@
36
36
  "@pubinfo/pro-components": "^1.8.0",
37
37
  "@types/crypto-js": "^4.2.2",
38
38
  "ant-design-vue": "^4.2.6",
39
- "pubinfo-pr": "0.182.5"
39
+ "pubinfo-pr": "0.187.1"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "pubinfo build -w --sourcemap",
@@ -1,8 +1,8 @@
1
1
  <script setup lang="ts">
2
- import type { ProColumns } from '@pubinfo-pr/pro-components';
2
+ import type { ProColumns } from '@pubinfo/pro-components';
3
3
  import type { UnwrapRef } from 'vue';
4
4
  import { QuestionCircleOutlined } from '@ant-design/icons-vue';
5
- import { ProTable } from '@pubinfo-pr/pro-components';
5
+ import { ProTable } from '@pubinfo/pro-components';
6
6
  import { useToggle } from '@vueuse/core';
7
7
  import { message, Modal } from 'ant-design-vue';
8
8
  import { reactive, ref } from 'vue';