@gct-paas/render 0.1.4-dev.16 → 0.1.4-dev.17
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.
|
@@ -13,7 +13,7 @@ export declare const BizService: {
|
|
|
13
13
|
* @param config
|
|
14
14
|
* @returns
|
|
15
15
|
*/
|
|
16
|
-
export declare function $httpBizService(path: PathType, params: Record<string, unknown>, ...config: [
|
|
16
|
+
export declare function $httpBizService(path: PathType, params: Record<string, unknown>, ...config: IObject[]): Promise<unknown>;
|
|
17
17
|
/**post 业务服务请求 */
|
|
18
18
|
export declare function $request(modelKey: string, action: PathType['action'], { body, query }?: IObject, config?: AxiosRequestConfig): Promise<unknown>;
|
|
19
19
|
type BizServiceParams = Record<string, unknown>;
|
|
@@ -96,4 +96,4 @@ export declare const DateRangeMap: {
|
|
|
96
96
|
};
|
|
97
97
|
export declare const getDisabledDate: (current: Dayjs, rangeType: keyof typeof DateRangeMap) => boolean;
|
|
98
98
|
export declare const getMobileDateRange: (rangeType: keyof typeof DateRangeMap) => any;
|
|
99
|
-
export declare const getDefaultDate: (type: FieldSysVarDefaultValueEnum, formatType: string) => string | undefined;
|
|
99
|
+
export declare const getDefaultDate: (type: FieldSysVarDefaultValueEnum | undefined, formatType: string) => string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gct-paas/render",
|
|
3
|
-
"version": "0.1.4-dev.
|
|
3
|
+
"version": "0.1.4-dev.17",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "paas 平台网页端底包",
|
|
6
6
|
"loader": "dist/loader.esm.min.js",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@gct-paas/api": "^0.1.2-dev.1",
|
|
46
|
-
"@gct-paas/core": "0.1.4-dev.
|
|
47
|
-
"@gct-paas/core-web": "0.1.4-dev.
|
|
48
|
-
"@gct-paas/schema": "0.1.4-dev.
|
|
49
|
-
"@gct-paas/scss": "0.1.4-dev.
|
|
46
|
+
"@gct-paas/core": "0.1.4-dev.17",
|
|
47
|
+
"@gct-paas/core-web": "0.1.4-dev.17",
|
|
48
|
+
"@gct-paas/schema": "0.1.4-dev.17",
|
|
49
|
+
"@gct-paas/scss": "0.1.4-dev.17",
|
|
50
50
|
"@vueuse/core": "^14.1.0",
|
|
51
51
|
"axios": "^1.13.2",
|
|
52
52
|
"bignumber.js": "^10.0.2",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"@gct-paas/scss": "*",
|
|
72
72
|
"vue": ">=3"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "386e2564d23891fd28c72e649788697ad12b7768"
|
|
75
75
|
}
|