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/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,4 +1,4 @@
1
- import { J, K, O, I, S, H, x, Q, N, P, M } from "./index-C3IYLBCv.js";
1
+ import { J, K, O, I, S, H, x, Q, N, P, M } from "./index-oJa_vuEx.js";
2
2
  export {
3
3
  J as GitCodeAside,
4
4
  K as GitCodeHeader,
@@ -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-C3IYLBCv.js";
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("忽略", -1)
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("修改", -1)
52
+ createTextVNode("修改")
53
53
  ])),
54
54
  _: 1,
55
55
  __: [2]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.5.60",
3
+ "version": "1.5.61",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",