@gonsin/gview 2.0.73 → 2.0.74

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.
@@ -1,7 +1,10 @@
1
1
  import type { AxiosInstance, AxiosRequestConfig } from "axios";
2
2
  import type { ResultData } from "./type";
3
3
  import type { Router } from "vue-router";
4
- declare class RequestHttp {
4
+ export declare const RequestConfig: {
5
+ timeout: number;
6
+ };
7
+ export declare class RequestHttp {
5
8
  sessionId: () => string | null;
6
9
  service: AxiosInstance;
7
10
  router: Router | null;
@@ -12,6 +12,7 @@ export * from "./utils";
12
12
  export * from "./views";
13
13
  export * from "./types/common";
14
14
  export * from "./types/view";
15
+ export * from "./http";
15
16
  declare const i18n: import("vue-i18n").I18n<{}, {}, {}, string, false>;
16
17
  export { http, i18n, useI18n, setupStore };
17
18
  declare const _default: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.0.73",
3
+ "version": "2.0.74",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [