vue-layout-gitcode 1.5.60 → 1.5.61
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-Di7UEodo.js → GloabarSearch-DBasbNTH.js} +3 -3
- package/{MenuItem-Coldiu9-.js → MenuItem-D2Q-9o53.js} +1 -1
- package/{ProjectMenuList-CRQ0eGnk.js → ProjectMenuList-BxgXO2gU.js} +2 -2
- package/{ProjectMenuListV2-C6uwIIrS.js → ProjectMenuListV2-D5wZdxMm.js} +2 -2
- package/{ProjectSearch-BqROJUle.js → ProjectSearch-CM-UyKuX.js} +1 -1
- package/{SearchHistoryList-CFQAkJY1.js → SearchHistoryList-ClU_i9u_.js} +1 -1
- package/{SearchPrefixTag-BAljE3Uz.js → SearchPrefixTag-WGKqutcN.js} +1 -1
- package/{SearchRecommed-DxyG9Kcq.js → SearchRecommed-DYFxjEgt.js} +2 -2
- package/{SearchScopeList-BoytFgHp.js → SearchScopeList-BfFcNLC_.js} +1 -1
- package/{UserSearch-CGSjNIWc.js → UserSearch-hjLtlXlZ.js} +1 -1
- package/{index-BW3p3ApU.js → index-BxKYyDqY.js} +5 -5
- package/{index-BZUVaKhY.js → index-D5glUAY1.js} +1 -1
- package/{index-C3IYLBCv.js → index-oJa_vuEx.js} +266 -319
- package/index.d.ts +9 -3
- package/index.js +1 -1
- package/{notice-BvtiYjVw.js → notice-Cc6tIE9-.js} +3 -3
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CgRz6arX.js → transWebUrl-C5V3QPRL.js} +1 -1
package/index.d.ts
CHANGED
|
@@ -309,6 +309,10 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
309
309
|
type: PropType<any[] | undefined>;
|
|
310
310
|
required: false;
|
|
311
311
|
};
|
|
312
|
+
loginChildComponents: {
|
|
313
|
+
type: PropType<any>;
|
|
314
|
+
required: true;
|
|
315
|
+
};
|
|
312
316
|
bgConfig: {
|
|
313
317
|
type: PropType<{
|
|
314
318
|
index_head: string;
|
|
@@ -418,6 +422,10 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
418
422
|
type: PropType<any[] | undefined>;
|
|
419
423
|
required: false;
|
|
420
424
|
};
|
|
425
|
+
loginChildComponents: {
|
|
426
|
+
type: PropType<any>;
|
|
427
|
+
required: true;
|
|
428
|
+
};
|
|
421
429
|
bgConfig: {
|
|
422
430
|
type: PropType<{
|
|
423
431
|
index_head: string;
|
|
@@ -554,10 +562,8 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
|
|
|
554
562
|
declare interface LoginOptions {
|
|
555
563
|
Authorization?: boolean;
|
|
556
564
|
type?: 'login' | 'register';
|
|
557
|
-
triggerType?: string;
|
|
558
|
-
loginTriggerSource?: string;
|
|
559
|
-
resetPwdSource?: string;
|
|
560
565
|
[x: string]: any;
|
|
566
|
+
triggerType?: string;
|
|
561
567
|
}
|
|
562
568
|
|
|
563
569
|
export declare enum SceneValue {
|
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-oJa_vuEx.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";
|
|
@@ -37,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
37
37
|
class: "mr-[8px]"
|
|
38
38
|
}, {
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
-
createTextVNode("忽略"
|
|
40
|
+
createTextVNode("忽略")
|
|
41
41
|
])),
|
|
42
42
|
_: 1,
|
|
43
43
|
__: [1]
|
|
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
onClick: handleConfirm
|
|
50
50
|
}, {
|
|
51
51
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
|
-
createTextVNode("修改"
|
|
52
|
+
createTextVNode("修改")
|
|
53
53
|
])),
|
|
54
54
|
_: 1,
|
|
55
55
|
__: [2]
|