vue-layout-gitcode 1.3.20 → 1.3.22
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/GloabarSearch-czVRz73u.js +216 -0
- package/{ProjectSearch-VqHp3kV4.js → ProjectSearch-CaCEBNAG.js} +1 -1
- package/{SearchHistoryList-RMGyipLv.js → SearchHistoryList-CjJ3bFrb.js} +1 -1
- package/{SearchPrefixTag-D1SzYkZi.js → SearchPrefixTag-Clx-Xb7h.js} +1 -1
- package/{SearchRecommed-BpbZyqOz.js → SearchRecommed-DDOBHpnF.js} +2 -2
- package/{SearchScopeList-BSdjStUu.js → SearchScopeList-C0QImCC_.js} +1 -1
- package/{UserSearch-BV9CAZJq.js → UserSearch-CDyMXuuz.js} +1 -1
- package/{index-BGroWXZk.js → index-Bgv3ake1.js} +3 -2
- package/{index-kGuvm88x.js → index-CHIT0RIe.js} +14 -10
- package/{index-rXcur-WJ.js → index-CqAiepjz.js} +292 -180
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/{notice-Dz4WwbHw.js → notice-Dh8VX28Z.js} +5 -3
- package/package.json +1 -1
- package/style.css +1 -1
- package/GloabarSearch-CX-u3lTt.js +0 -94
package/index.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
96
96
|
customError?: boolean | undefined;
|
|
97
97
|
customTimeout?: number | undefined;
|
|
98
98
|
ignoreError?: boolean | undefined;
|
|
99
|
-
customErrorCodes?: number[] | undefined;
|
|
99
|
+
customErrorCodes?: number[] | undefined; /** 场景值 核心参数之一 */
|
|
100
100
|
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
101
101
|
};
|
|
102
102
|
globalStore: {
|
|
@@ -166,7 +166,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
166
166
|
customError?: boolean | undefined;
|
|
167
167
|
customTimeout?: number | undefined;
|
|
168
168
|
ignoreError?: boolean | undefined;
|
|
169
|
-
customErrorCodes?: number[] | undefined;
|
|
169
|
+
customErrorCodes?: number[] | undefined; /** 场景值 核心参数之一 */
|
|
170
170
|
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
171
171
|
};
|
|
172
172
|
globalStore: {
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-CqAiepjz.js";
|
|
3
3
|
import { Notification } from "vue-devui-lal/notification";
|
|
4
4
|
import { Button } from "vue-devui-lal/button";
|
|
5
5
|
import "vue-devui-lal/notification/style.css";
|
|
@@ -39,7 +39,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
|
-
_: 1
|
|
42
|
+
_: 1,
|
|
43
|
+
__: [1]
|
|
43
44
|
}, 8, ["size", "onClick"]),
|
|
44
45
|
createVNode(unref(Button), {
|
|
45
46
|
variant: "solid",
|
|
@@ -50,7 +51,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
50
51
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
51
52
|
createTextVNode("修改")
|
|
52
53
|
])),
|
|
53
|
-
_: 1
|
|
54
|
+
_: 1,
|
|
55
|
+
__: [2]
|
|
54
56
|
}, 8, ["size"])
|
|
55
57
|
], 2)
|
|
56
58
|
]),
|