vue-layout-gitcode 1.3.11 → 1.3.13
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-s_KbnyI7.js → GloabarSearch-gRLdeG5o.js} +2 -2
- package/{ProjectSearch-BHyPE74G.js → ProjectSearch-BethOEWy.js} +1 -1
- package/{SearchHistoryList-CZe9eZac.js → SearchHistoryList-DJ_TTnfI.js} +1 -1
- package/{SearchPrefixTag-DhXdszIR.js → SearchPrefixTag-CXrP0ryY.js} +1 -1
- package/{SearchRecommed-CiF4MoxG.js → SearchRecommed-BBXxiCxl.js} +2 -2
- package/{SearchScopeList-iqJ4qicC.js → SearchScopeList-BveHG7Rd.js} +1 -1
- package/{UserSearch-DApgRFlD.js → UserSearch-Bdwk3Gkc.js} +1 -1
- package/{index-BREeP2QB.js → index-B2j78jiI.js} +1 -1
- package/{index-vk5E1Qf_.js → index-CbuqN5sr.js} +404 -282
- package/{index-CiiHGYzt.js → index-CxmYP4A_.js} +1 -1
- package/index.d.ts +33 -2
- package/index.js +1 -1
- package/{notice-DIt7zx1F.js → notice-C6PUxMAg.js} +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, onMounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
3
|
-
import { w as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { w as useLayoutConfig, _ as _export_sfc } from "./index-CbuqN5sr.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
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: {
|
|
@@ -305,6 +305,19 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
305
305
|
required: false;
|
|
306
306
|
default: boolean;
|
|
307
307
|
};
|
|
308
|
+
bgConfig: {
|
|
309
|
+
type: PropType<{
|
|
310
|
+
index_head: string;
|
|
311
|
+
detail_top: string;
|
|
312
|
+
detail_toolbar: string;
|
|
313
|
+
} | undefined>;
|
|
314
|
+
required: false;
|
|
315
|
+
default: () => {
|
|
316
|
+
index_head: string;
|
|
317
|
+
detail_top: string;
|
|
318
|
+
detail_toolbar: string;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
308
321
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("resetPwdDirectlySuccess" | "followDevCommunity" | "followUser")[], "resetPwdDirectlySuccess" | "followDevCommunity" | "followUser", PublicProps, Readonly<ExtractPropTypes<{
|
|
309
322
|
sceneValue: {
|
|
310
323
|
type: PropType<SceneValue>;
|
|
@@ -387,6 +400,19 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
387
400
|
required: false;
|
|
388
401
|
default: boolean;
|
|
389
402
|
};
|
|
403
|
+
bgConfig: {
|
|
404
|
+
type: PropType<{
|
|
405
|
+
index_head: string;
|
|
406
|
+
detail_top: string;
|
|
407
|
+
detail_toolbar: string;
|
|
408
|
+
} | undefined>;
|
|
409
|
+
required: false;
|
|
410
|
+
default: () => {
|
|
411
|
+
index_head: string;
|
|
412
|
+
detail_top: string;
|
|
413
|
+
detail_toolbar: string;
|
|
414
|
+
};
|
|
415
|
+
};
|
|
390
416
|
}>> & Readonly<{
|
|
391
417
|
onResetPwdDirectlySuccess?: ((...args: any[]) => any) | undefined;
|
|
392
418
|
onFollowDevCommunity?: ((...args: any[]) => any) | undefined;
|
|
@@ -402,6 +428,11 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
402
428
|
orgInfo: OrgInfo | undefined;
|
|
403
429
|
otherUserInfo: UserInfo | undefined;
|
|
404
430
|
headerBorder: boolean | undefined;
|
|
431
|
+
bgConfig: {
|
|
432
|
+
index_head: string;
|
|
433
|
+
detail_top: string;
|
|
434
|
+
detail_toolbar: string;
|
|
435
|
+
} | undefined;
|
|
405
436
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
406
437
|
|
|
407
438
|
export declare const GitCodeLayoutEmitter: Emitter<EventBus>;
|
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-CbuqN5sr.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";
|