vue-layout-gitcode 1.10.20 → 1.10.21

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
@@ -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>;
@@ -505,7 +505,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
505
505
  customTimeout?: number | undefined;
506
506
  ignoreError?: boolean | undefined;
507
507
  customErrorCodes?: number[] | undefined;
508
- } | undefined) => Promise<AxiosResponse<any, any>>;
508
+ } | undefined) => Promise<AxiosResponse<any, any, {}>>;
509
509
  };
510
510
  loginOutFinish: {
511
511
  type: PropType<Function | undefined>;
@@ -540,7 +540,7 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
540
540
  customTimeout?: number | undefined;
541
541
  ignoreError?: boolean | undefined;
542
542
  customErrorCodes?: number[] | undefined;
543
- } | undefined) => Promise<AxiosResponse<any, any>>;
543
+ } | undefined) => Promise<AxiosResponse<any, any, {}>>;
544
544
  };
545
545
  loginOutFinish: {
546
546
  type: PropType<Function | undefined>;
@@ -615,7 +615,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
615
615
  customTimeout?: number | undefined;
616
616
  ignoreError?: boolean | undefined;
617
617
  customErrorCodes?: number[] | undefined;
618
- } | undefined) => Promise<AxiosResponse<any, any>>;
618
+ } | undefined) => Promise<AxiosResponse<any, any, {}>>;
619
619
  };
620
620
  globalStore: {
621
621
  type: PropType<{
@@ -654,7 +654,7 @@ export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
654
654
  customTimeout?: number | undefined;
655
655
  ignoreError?: boolean | undefined;
656
656
  customErrorCodes?: number[] | undefined;
657
- } | undefined) => Promise<AxiosResponse<any, any>>;
657
+ } | undefined) => Promise<AxiosResponse<any, any, {}>>;
658
658
  };
659
659
  globalStore: {
660
660
  type: PropType<{
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N, O, V, M, S, P, K, B, X, U, W, Q } from "./index-DJ2vSNUi.js";
1
+ import { N, O, V, M, S, P, K, B, X, U, W, Q } from "./index-UmqMg3AE.js";
2
2
  export {
3
3
  N as GitCodeAside,
4
4
  O 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-DJ2vSNUi.js";
2
+ import { i as isPhone, u as useModel } from "./index-UmqMg3AE.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";
@@ -39,8 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
39
39
  default: withCtx(() => _cache[1] || (_cache[1] = [
40
40
  createTextVNode("忽略")
41
41
  ])),
42
- _: 1,
43
- __: [1]
42
+ _: 1
44
43
  }, 8, ["size", "onClick"]),
45
44
  createVNode(unref(Button), {
46
45
  variant: "solid",
@@ -51,8 +50,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
50
  default: withCtx(() => _cache[2] || (_cache[2] = [
52
51
  createTextVNode("修改")
53
52
  ])),
54
- _: 1,
55
- __: [2]
53
+ _: 1
56
54
  }, 8, ["size"])
57
55
  ], 2)
58
56
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.10.20",
3
+ "version": "1.10.21",
4
4
  "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",
@@ -1,4 +1,4 @@
1
- import { z as useLayoutConfig } from "./index-DJ2vSNUi.js";
1
+ import { z as useLayoutConfig } from "./index-UmqMg3AE.js";
2
2
  const layoutConfig = useLayoutConfig();
3
3
  const transWebUrl = (url, params) => {
4
4
  if (!url) return url;