vue-layout-gitcode 1.9.74 → 1.9.75
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-Dq9sdRYz.js → GloabarSearch-DMiQu1xb.js} +3 -3
- package/{MenuItem-YNdcXyoz.js → MenuItem-CNLHrak0.js} +1 -1
- package/{ProjectMenuList-BtcaZVX2.js → ProjectMenuList-DZW2jdiW.js} +8 -8
- package/{ProjectMenuListV2-DEVNMqil.js → ProjectMenuListV2-C2caaQYu.js} +3 -3
- package/{ProjectSearch-4WAKIAwA.js → ProjectSearch-BTFjDFH5.js} +1 -1
- package/{SearchHistoryList-C4efjOpy.js → SearchHistoryList-yEqaAYyO.js} +5 -5
- package/{SearchPrefixTag-DF0b97oD.js → SearchPrefixTag-Df0K6Viq.js} +3 -3
- package/{SearchRecommed-brBAtA7V.js → SearchRecommed-CDAxcbKx.js} +2 -2
- package/{SearchScopeList-C-U673r-.js → SearchScopeList-CkBlUFr_.js} +3 -3
- package/{UserSearch-PA5WC7xN.js → UserSearch-D0DJOvPi.js} +1 -1
- package/{index-Bht5bCda.js → index-C5xJZIQY.js} +41 -41
- package/{index-DXSG2hvo.js → index-CcbyO2f2.js} +1217 -3513
- package/{index-CQpzAMRd.js → index-D-LdfOtQ.js} +1 -1
- package/{index-cdPAI2nA.js → index-DggwUU6A.js} +3 -3
- package/index.d.ts +8 -8
- package/index.js +1 -1
- package/{notice-BUuWYhoH.js → notice-D8v_WGT1.js} +8 -8
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CuM78aF0.js → transWebUrl-CwTBUinn.js} +1 -1
|
@@ -8,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
|
|
|
8
8
|
import "vue-devui-lal/message/style.css";
|
|
9
9
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
10
10
|
import "vue-devui-lal/overlay/style.css";
|
|
11
|
-
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-
|
|
11
|
+
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-CcbyO2f2.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
constructor() {
|
|
14
14
|
__publicField(this, "ypRiddlerInstance", null);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
2
|
+
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-CcbyO2f2.js";
|
|
3
3
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const TARGET_TEXT = "Click in order:";
|
|
@@ -87,9 +87,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
87
|
});
|
|
88
88
|
return (_ctx, _cache) => {
|
|
89
89
|
return openBlock(), createBlock(unref(FixedOverlay), { class: "captcha-overlay" }, {
|
|
90
|
-
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
90
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
91
91
|
createElementVNode("div", { id: "captcha-box" }, null, -1)
|
|
92
|
-
])),
|
|
92
|
+
])]),
|
|
93
93
|
_: 1
|
|
94
94
|
});
|
|
95
95
|
};
|
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>;
|
|
@@ -504,7 +504,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
|
|
|
504
504
|
customTimeout?: number | undefined;
|
|
505
505
|
ignoreError?: boolean | undefined;
|
|
506
506
|
customErrorCodes?: number[] | undefined;
|
|
507
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
507
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
508
508
|
};
|
|
509
509
|
loginOutFinish: {
|
|
510
510
|
type: PropType<Function | undefined>;
|
|
@@ -539,7 +539,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
|
|
|
539
539
|
customTimeout?: number | undefined;
|
|
540
540
|
ignoreError?: boolean | undefined;
|
|
541
541
|
customErrorCodes?: number[] | undefined;
|
|
542
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
542
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
543
543
|
};
|
|
544
544
|
loginOutFinish: {
|
|
545
545
|
type: PropType<Function | undefined>;
|
|
@@ -614,7 +614,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
|
|
|
614
614
|
customTimeout?: number | undefined;
|
|
615
615
|
ignoreError?: boolean | undefined;
|
|
616
616
|
customErrorCodes?: number[] | undefined;
|
|
617
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
617
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
618
618
|
};
|
|
619
619
|
globalStore: {
|
|
620
620
|
type: PropType<{
|
|
@@ -653,7 +653,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
|
|
|
653
653
|
customTimeout?: number | undefined;
|
|
654
654
|
ignoreError?: boolean | undefined;
|
|
655
655
|
customErrorCodes?: number[] | undefined;
|
|
656
|
-
} | undefined) => Promise<AxiosResponse<any, any>>;
|
|
656
|
+
} | undefined) => Promise<AxiosResponse<any, any, {}>>;
|
|
657
657
|
};
|
|
658
658
|
globalStore: {
|
|
659
659
|
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-CcbyO2f2.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";
|
|
@@ -33,12 +33,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
33
33
|
createVNode(unref(Button), {
|
|
34
34
|
variant: "outline",
|
|
35
35
|
size: isMobile.value ? "sm" : "md",
|
|
36
|
-
onClick:
|
|
36
|
+
onClick: __props.onClose,
|
|
37
37
|
class: "mr-[8px]"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
-
createTextVNode("忽略")
|
|
41
|
-
])),
|
|
39
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
40
|
+
createTextVNode("忽略", -1)
|
|
41
|
+
])]),
|
|
42
42
|
_: 1
|
|
43
43
|
}, 8, ["size", "onClick"]),
|
|
44
44
|
createVNode(unref(Button), {
|
|
@@ -47,9 +47,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
47
|
color: "primary",
|
|
48
48
|
onClick: handleConfirm
|
|
49
49
|
}, {
|
|
50
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
51
|
-
createTextVNode("修改")
|
|
52
|
-
])),
|
|
50
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
51
|
+
createTextVNode("修改", -1)
|
|
52
|
+
])]),
|
|
53
53
|
_: 1
|
|
54
54
|
}, 8, ["size"])
|
|
55
55
|
], 2)
|