vue-layout-gitcode 1.10.20 → 1.10.21
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-C7UPbXfc.js → GloabarSearch-C5hrEYNU.js} +3 -3
- package/{MenuItem-CWCpF_9P.js → MenuItem-CzDG0FMb.js} +1 -1
- package/{ProjectMenuList-DBThw9No.js → ProjectMenuList-BsyWVtmD.js} +2 -2
- package/{ProjectMenuListV2-BHdKysFo.js → ProjectMenuListV2-BrYfNnAK.js} +2 -2
- package/{ProjectSearch-B65xHsAp.js → ProjectSearch-rzm74pa0.js} +1 -1
- package/{SearchHistoryList-CqqwdLWo.js → SearchHistoryList-BLdSsczU.js} +1 -1
- package/{SearchPrefixTag-CMFBlTQc.js → SearchPrefixTag-AQC5lnUJ.js} +1 -1
- package/{SearchRecommed-D4oMZtK-.js → SearchRecommed-DBreGOOc.js} +2 -2
- package/{SearchScopeList-OXc62XWo.js → SearchScopeList-D7JbfP68.js} +1 -1
- package/{UserSearch-lrLuUxMR.js → UserSearch-YiYFi861.js} +1 -1
- package/{index-CNfIpHYH.js → index-1L7k-MTT.js} +5 -8
- package/{index-D1fnVL5D.js → index-B2yhjoyQ.js} +2 -3
- package/{index-B3r6g3Nu.js → index-BF4WOIXo.js} +1 -1
- package/{index-DJ2vSNUi.js → index-UmqMg3AE.js} +285 -228
- package/index.d.ts +8 -8
- package/index.js +1 -1
- package/{notice-CVLOzuBl.js → notice-IffakHGz.js} +3 -5
- package/package.json +1 -1
- package/{transWebUrl-CvXAsoCz.js → transWebUrl-CyL-oXhv.js} +1 -1
package/index.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
97
97
|
customTimeout?: number | undefined;
|
|
98
98
|
ignoreError?: boolean | undefined;
|
|
99
99
|
customErrorCodes?: number[] | undefined;
|
|
100
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
100
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
101
101
|
};
|
|
102
102
|
globalStore: {
|
|
103
103
|
type: PropType<Object>;
|
|
@@ -167,7 +167,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
|
|
|
167
167
|
customTimeout?: number | undefined;
|
|
168
168
|
ignoreError?: boolean | undefined;
|
|
169
169
|
customErrorCodes?: number[] | undefined;
|
|
170
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
170
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
171
171
|
};
|
|
172
172
|
globalStore: {
|
|
173
173
|
type: PropType<Object>;
|
|
@@ -242,7 +242,7 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
242
242
|
customTimeout?: number | undefined;
|
|
243
243
|
ignoreError?: boolean | undefined;
|
|
244
244
|
customErrorCodes?: number[] | undefined;
|
|
245
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
245
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
246
246
|
};
|
|
247
247
|
loginOutFinish: {
|
|
248
248
|
type: PropType<Function | undefined>;
|
|
@@ -355,7 +355,7 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
355
355
|
customTimeout?: number | undefined;
|
|
356
356
|
ignoreError?: boolean | undefined;
|
|
357
357
|
customErrorCodes?: number[] | undefined;
|
|
358
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
358
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
359
359
|
};
|
|
360
360
|
loginOutFinish: {
|
|
361
361
|
type: PropType<Function | undefined>;
|
|
@@ -505,7 +505,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
|
|
|
505
505
|
customTimeout?: number | undefined;
|
|
506
506
|
ignoreError?: boolean | undefined;
|
|
507
507
|
customErrorCodes?: number[] | undefined;
|
|
508
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
508
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
509
509
|
};
|
|
510
510
|
loginOutFinish: {
|
|
511
511
|
type: PropType<Function | undefined>;
|
|
@@ -540,7 +540,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
|
|
|
540
540
|
customTimeout?: number | undefined;
|
|
541
541
|
ignoreError?: boolean | undefined;
|
|
542
542
|
customErrorCodes?: number[] | undefined;
|
|
543
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
543
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
544
544
|
};
|
|
545
545
|
loginOutFinish: {
|
|
546
546
|
type: PropType<Function | undefined>;
|
|
@@ -615,7 +615,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
|
|
|
615
615
|
customTimeout?: number | undefined;
|
|
616
616
|
ignoreError?: boolean | undefined;
|
|
617
617
|
customErrorCodes?: number[] | undefined;
|
|
618
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
618
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
619
619
|
};
|
|
620
620
|
globalStore: {
|
|
621
621
|
type: PropType<{
|
|
@@ -654,7 +654,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
|
|
|
654
654
|
customTimeout?: number | undefined;
|
|
655
655
|
ignoreError?: boolean | undefined;
|
|
656
656
|
customErrorCodes?: number[] | undefined;
|
|
657
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
657
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
658
658
|
};
|
|
659
659
|
globalStore: {
|
|
660
660
|
type: PropType<{
|
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-UmqMg3AE.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,8 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
40
|
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
|
-
_: 1
|
|
43
|
-
__: [1]
|
|
42
|
+
_: 1
|
|
44
43
|
}, 8, ["size", "onClick"]),
|
|
45
44
|
createVNode(unref(Button), {
|
|
46
45
|
variant: "solid",
|
|
@@ -51,8 +50,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51
50
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
51
|
createTextVNode("修改")
|
|
53
52
|
])),
|
|
54
|
-
_: 1
|
|
55
|
-
__: [2]
|
|
53
|
+
_: 1
|
|
56
54
|
}, 8, ["size"])
|
|
57
55
|
], 2)
|
|
58
56
|
]),
|
package/package.json
CHANGED