@pubinfo-pr/module-crypto 0.182.2 → 0.182.3
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.
|
@@ -3,20 +3,20 @@ import { basic as request } from '../../request';
|
|
|
3
3
|
* @description 编辑加解密配置
|
|
4
4
|
* @url /crypto/editCryptoConfig
|
|
5
5
|
* @method POST
|
|
6
|
-
* @author @pubinfo/openapi
|
|
6
|
+
* @author @pubinfo-pr/openapi
|
|
7
7
|
*/
|
|
8
8
|
export declare function postCryptoEditCryptoConfig<R = API.ResponseDataBoolean, T = API.ResponseDataBoolean>(body: API.EditCryptoConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo-pr').AG, R, T>>;
|
|
9
9
|
/**
|
|
10
10
|
* @description 获取加解密配置
|
|
11
11
|
* @url /crypto/getCryptoConfig
|
|
12
12
|
* @method GET
|
|
13
|
-
* @author @pubinfo/openapi
|
|
13
|
+
* @author @pubinfo-pr/openapi
|
|
14
14
|
*/
|
|
15
15
|
export declare function getCryptoGetCryptoConfig<R = API.ResponseDataCryptoConfig, T = API.ResponseDataCryptoConfig>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo-pr').AG, R, T>>;
|
|
16
16
|
/**
|
|
17
17
|
* @description 获取公钥及加解密配置
|
|
18
18
|
* @url /crypto/getPublicKeyAndConfig
|
|
19
19
|
* @method GET
|
|
20
|
-
* @author @pubinfo/openapi
|
|
20
|
+
* @author @pubinfo-pr/openapi
|
|
21
21
|
*/
|
|
22
22
|
export declare function getCryptoGetPublicKeyAndConfig<R = API.ResponseDataCryptoConfigExt, T = API.ResponseDataCryptoConfigExt>(options?: Parameters<typeof request.Get<R, T>>[1]): import('alova').Method<import('alova').RespondedAlovaGenerics<import('pubinfo-pr').AG, R, T>>;
|
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);
|
package/dist/setting-2FfcqVsW.js
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "0.182.3",
|
|
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.
|
|
26
|
+
"pubinfo-pr": "0.182.3"
|
|
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.
|
|
39
|
+
"pubinfo-pr": "0.182.3"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"dev": "pubinfo build -w --sourcemap",
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 编辑加解密配置
|
|
5
5
|
* @url /crypto/editCryptoConfig
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postCryptoEditCryptoConfig<
|
|
10
10
|
R = API.ResponseDataBoolean,
|
|
@@ -25,7 +25,7 @@ export function postCryptoEditCryptoConfig<
|
|
|
25
25
|
* @description 获取加解密配置
|
|
26
26
|
* @url /crypto/getCryptoConfig
|
|
27
27
|
* @method GET
|
|
28
|
-
* @author @pubinfo/openapi
|
|
28
|
+
* @author @pubinfo-pr/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function getCryptoGetCryptoConfig<
|
|
31
31
|
R = API.ResponseDataCryptoConfig,
|
|
@@ -40,7 +40,7 @@ export function getCryptoGetCryptoConfig<
|
|
|
40
40
|
* @description 获取公钥及加解密配置
|
|
41
41
|
* @url /crypto/getPublicKeyAndConfig
|
|
42
42
|
* @method GET
|
|
43
|
-
* @author @pubinfo/openapi
|
|
43
|
+
* @author @pubinfo-pr/openapi
|
|
44
44
|
*/
|
|
45
45
|
export function getCryptoGetPublicKeyAndConfig<
|
|
46
46
|
R = API.ResponseDataCryptoConfigExt,
|
package/src/index.ts
CHANGED
package/src/pages/setting.vue
CHANGED
|
@@ -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';
|