vue-layout-gitcode 1.12.11 → 1.12.12-beta

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
@@ -53,7 +53,7 @@ export declare const EnterpriseHeader: DefineComponent<ExtractPropTypes<{
53
53
  customTimeout?: number | undefined;
54
54
  ignoreError?: boolean | undefined;
55
55
  customErrorCodes?: number[] | undefined;
56
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
56
+ } | undefined) => Promise<AxiosResponse<any, any>>;
57
57
  };
58
58
  globalStore: {
59
59
  type: PropType<Object>;
@@ -131,7 +131,7 @@ export declare const EnterpriseHeader: DefineComponent<ExtractPropTypes<{
131
131
  customTimeout?: number | undefined;
132
132
  ignoreError?: boolean | undefined;
133
133
  customErrorCodes?: number[] | undefined;
134
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
134
+ } | undefined) => Promise<AxiosResponse<any, any>>;
135
135
  };
136
136
  globalStore: {
137
137
  type: PropType<Object>;
@@ -268,7 +268,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
268
268
  customTimeout?: number | undefined;
269
269
  ignoreError?: boolean | undefined;
270
270
  customErrorCodes?: number[] | undefined;
271
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
271
+ } | undefined) => Promise<AxiosResponse<any, any>>;
272
272
  };
273
273
  globalStore: {
274
274
  type: PropType<Object>;
@@ -338,7 +338,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
338
338
  customTimeout?: number | undefined;
339
339
  ignoreError?: boolean | undefined;
340
340
  customErrorCodes?: number[] | undefined;
341
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
341
+ } | undefined) => Promise<AxiosResponse<any, any>>;
342
342
  };
343
343
  globalStore: {
344
344
  type: PropType<Object>;
@@ -413,7 +413,7 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
413
413
  customTimeout?: number | undefined;
414
414
  ignoreError?: boolean | undefined;
415
415
  customErrorCodes?: number[] | undefined;
416
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
416
+ } | undefined) => Promise<AxiosResponse<any, any>>;
417
417
  };
418
418
  loginOutFinish: {
419
419
  type: PropType<Function | undefined>;
@@ -527,7 +527,7 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
527
527
  customTimeout?: number | undefined;
528
528
  ignoreError?: boolean | undefined;
529
529
  customErrorCodes?: number[] | undefined;
530
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
530
+ } | undefined) => Promise<AxiosResponse<any, any>>;
531
531
  };
532
532
  loginOutFinish: {
533
533
  type: PropType<Function | undefined>;
@@ -680,7 +680,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
680
680
  customTimeout?: number | undefined;
681
681
  ignoreError?: boolean | undefined;
682
682
  customErrorCodes?: number[] | undefined;
683
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
683
+ } | undefined) => Promise<AxiosResponse<any, any>>;
684
684
  };
685
685
  loginOutFinish: {
686
686
  type: PropType<Function | undefined>;
@@ -715,7 +715,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
715
715
  customTimeout?: number | undefined;
716
716
  ignoreError?: boolean | undefined;
717
717
  customErrorCodes?: number[] | undefined;
718
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
718
+ } | undefined) => Promise<AxiosResponse<any, any>>;
719
719
  };
720
720
  loginOutFinish: {
721
721
  type: PropType<Function | undefined>;
@@ -791,7 +791,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
791
791
  customTimeout?: number | undefined;
792
792
  ignoreError?: boolean | undefined;
793
793
  customErrorCodes?: number[] | undefined;
794
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
794
+ } | undefined) => Promise<AxiosResponse<any, any>>;
795
795
  };
796
796
  globalStore: {
797
797
  type: PropType<{
@@ -830,7 +830,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
830
830
  customTimeout?: number | undefined;
831
831
  ignoreError?: boolean | undefined;
832
832
  customErrorCodes?: number[] | undefined;
833
- } | undefined) => Promise<AxiosResponse<any, any, {}>>;
833
+ } | undefined) => Promise<AxiosResponse<any, any>>;
834
834
  };
835
835
  globalStore: {
836
836
  type: PropType<{
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Q, O, P, X, N, S, U, M, B, Z, W, Y, V } from "./index-NOEMkmrR.js";
1
+ import { Q, O, P, X, N, S, U, M, B, Z, W, Y, V } from "./index-DZ-SSYRi.js";
2
2
  export {
3
3
  Q as EnterpriseHeader,
4
4
  O as GitCodeAside,
@@ -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-NOEMkmrR.js";
2
+ import { i as isPhone, u as useModel, _ as _export_sfc } from "./index-DZ-SSYRi.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";
@@ -26,20 +26,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null)
27
27
  }, {
28
28
  default: withCtx(() => [
29
- _cache[3] || (_cache[3] = createElementVNode("div", { class: "text-[var(--theme-text)] leading-[18px] break-all text-[13px]" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
29
+ _cache[3] || (_cache[3] = createElementVNode("div", { class: "email-notice__text" }, "为了你的账户安全,请将系统预设的邮箱地址修改为你的真实邮箱地址。", -1)),
30
30
  createElementVNode("div", {
31
- class: normalizeClass([isMobile.value ? "mt-[15px]" : "mt-[22px]", "flex justify-end"])
31
+ class: normalizeClass(["email-notice__actions", isMobile.value ? "email-notice__actions--mb" : "email-notice__actions--pc"])
32
32
  }, [
33
33
  createVNode(unref(Button), {
34
34
  variant: "outline",
35
35
  size: isMobile.value ? "sm" : "md",
36
36
  onClick: _ctx.onClose,
37
- class: "mr-[8px]"
37
+ class: "email-notice__btn-ignore"
38
38
  }, {
39
39
  default: withCtx(() => _cache[1] || (_cache[1] = [
40
40
  createTextVNode("忽略")
41
41
  ])),
42
- _: 1
42
+ _: 1,
43
+ __: [1]
43
44
  }, 8, ["size", "onClick"]),
44
45
  createVNode(unref(Button), {
45
46
  variant: "solid",
@@ -50,7 +51,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
50
51
  default: withCtx(() => _cache[2] || (_cache[2] = [
51
52
  createTextVNode("修改")
52
53
  ])),
53
- _: 1
54
+ _: 1,
55
+ __: [2]
54
56
  }, 8, ["size"])
55
57
  ], 2)
56
58
  ]),
@@ -59,6 +61,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
61
  };
60
62
  }
61
63
  });
64
+ const notice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-vue-layout-gitcode"]]);
62
65
  export {
63
- _sfc_main as default
66
+ notice as default
64
67
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.12.11",
3
+ "version": "1.12.12-beta",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",