@pubinfo-pr/module-crypto 0.182.2 → 0.182.4

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.
package/dist/index.js CHANGED
@@ -8966,7 +8966,7 @@ li("crypto", Sr.icons);
8966
8966
  function ps(i) {
8967
8967
  const { request: r, cryptoSetting: t } = i;
8968
8968
  return pi.set({ request: r }), g0.set({ isCrypto: !1, cryptoMode: !1, cryptoSetting: Eo() }), ci("crypto", Sr.pages), li("crypto", Sr.icons), {
8969
- name: "pubinfo:crypto",
8969
+ name: "pubinfo-pr:crypto",
8970
8970
  enforce: "pre",
8971
8971
  async setup() {
8972
8972
  const e = Xo(rn()), { data: n } = await e, o = ei(32), u = ei(32);
@@ -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/pro-components";
5
+ import { ProTable as ne } from "@pubinfo-pr/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.2",
4
+ "version": "0.182.4",
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.2"
26
+ "pubinfo-pr": "0.182.4"
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.2"
39
+ "pubinfo-pr": "0.182.4"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "pubinfo build -w --sourcemap",
package/src/index.ts CHANGED
@@ -18,7 +18,7 @@ export function crypto(options: CryptoOptions): ModuleOptions {
18
18
  defineIconModule('crypto', modules.icons);
19
19
 
20
20
  return {
21
- name: 'pubinfo:crypto',
21
+ name: 'pubinfo-pr:crypto',
22
22
  enforce: 'pre',
23
23
  async setup() {
24
24
  // 获取页面配置
@@ -1,8 +1,8 @@
1
1
  <script setup lang="ts">
2
- import type { ProColumns } from '@pubinfo/pro-components';
2
+ import type { ProColumns } from '@pubinfo-pr/pro-components';
3
3
  import type { UnwrapRef } from 'vue';
4
4
  import { QuestionCircleOutlined } from '@ant-design/icons-vue';
5
- import { ProTable } from '@pubinfo/pro-components';
5
+ import { ProTable } from '@pubinfo-pr/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';