sun-biz 0.0.2-beta.21 → 0.0.2-beta.22
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/package.json +1 -1
- package/dist/components/biz-select/dict-select/api.d.ts +0 -24
- package/dist/components/biz-select/index.d.ts +0 -3
- package/dist/components/copy-text-with-tooltip/index.d.ts +0 -1
- package/dist/components/form-design-render/api/index.d.ts +0 -27
- package/dist/components/form-design-render/index.d.ts +0 -2
- package/dist/components/form-design-render/utils.d.ts +0 -89
- package/dist/components/index.d.ts +0 -10
- package/dist/components/index.js +0 -4857
- package/dist/components/invoice/index.d.ts +0 -2
- package/dist/components/patient-access/api.d.ts +0 -18
- package/dist/components/patient-access/index.d.ts +0 -5
- package/dist/components/print/api/index.d.ts +0 -37
- package/dist/components/print/api/request.d.ts +0 -7
- package/dist/components/print/constant.d.ts +0 -133
- package/dist/components/print/hooks/index.d.ts +0 -22
- package/dist/components/print/index.d.ts +0 -7
- package/dist/components/pro-dialog/hooks/useDialog.d.ts +0 -8
- package/dist/components/pro-dialog/index.d.ts +0 -1
- package/dist/components/pro-form/index.d.ts +0 -3
- package/dist/components/pro-form/typings/index.d.ts +0 -53
- package/dist/components/pro-form/utils.d.ts +0 -12
- package/dist/components/pro-form/wubiUtils.d.ts +0 -1
- package/dist/components/pro-table/composables/dbgrid-component-setting/api/index.d.ts +0 -33
- package/dist/components/pro-table/composables/dbgrid-component-setting/typings/index.d.ts +0 -70
- package/dist/components/pro-table/index.d.ts +0 -5
- package/dist/components/pro-table/interface/index.d.ts +0 -82
- package/dist/components/pro-table/utils.d.ts +0 -39
- package/dist/components/static/css/index.css +0 -22
- package/dist/components/title/index.d.ts +0 -1
- package/dist/hooks/index.d.ts +0 -5
- package/dist/hooks/index.js +0 -470
- package/dist/hooks/use-app-config/index.d.ts +0 -29
- package/dist/hooks/use-app-config/types.d.ts +0 -33
- package/dist/hooks/use-column&form-config/index.d.ts +0 -15
- package/dist/hooks/use-direction-select/index.d.ts +0 -63
- package/dist/hooks/use-fetch-dataset/index.d.ts +0 -12
- package/dist/hooks/use-request/Fetch.d.ts +0 -41
- package/dist/hooks/use-request/config.d.ts +0 -6
- package/dist/hooks/use-request/index.d.ts +0 -5
- package/dist/hooks/use-request/plugins/useAutoRunPlugin.d.ts +0 -3
- package/dist/hooks/use-request/plugins/useCachePlugin.d.ts +0 -3
- package/dist/hooks/use-request/plugins/useDebouncePlugin.d.ts +0 -3
- package/dist/hooks/use-request/plugins/useLoadingDelayPlugin.d.ts +0 -3
- package/dist/hooks/use-request/plugins/usePollingPlugin.d.ts +0 -3
- package/dist/hooks/use-request/plugins/useRefreshOnWindowFocusPlugin.d.ts +0 -3
- package/dist/hooks/use-request/plugins/useRetryPlugin.d.ts +0 -3
- package/dist/hooks/use-request/types.d.ts +0 -251
- package/dist/hooks/use-request/useRequest.d.ts +0 -7
- package/dist/hooks/use-request/useRequestImplement.d.ts +0 -3
- package/dist/hooks/use-request/useRequestProvider.d.ts +0 -2
- package/dist/hooks/use-request/utils/cache.d.ts +0 -17
- package/dist/hooks/use-request/utils/cachePromise.d.ts +0 -4
- package/dist/hooks/use-request/utils/cacheSubscribe.d.ts +0 -5
- package/dist/hooks/use-request/utils/index.d.ts +0 -6
- package/dist/hooks/use-request/utils/isDocumentVisible.d.ts +0 -1
- package/dist/hooks/use-request/utils/isOnline.d.ts +0 -1
- package/dist/hooks/use-request/utils/limit.d.ts +0 -1
- package/dist/hooks/use-request/utils/resolve-args.d.ts +0 -2
- package/dist/hooks/use-request/utils/subscribeFocus.d.ts +0 -3
- package/dist/hooks/use-request/utils/subscribeReVisible.d.ts +0 -2
- package/dist/hooks/use-request/utils/utils.d.ts +0 -3
- package/dist/index.d.ts +0 -18
- package/dist/index.js +0 -5277
- package/dist/static/css/index.css +0 -22
- package/dist/utils.d.ts +0 -19
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
interface ReqDictDataListByExample {
|
|
2
|
-
titleAndAttribute: {
|
|
3
|
-
title: string;
|
|
4
|
-
dataIndex: string;
|
|
5
|
-
}[];
|
|
6
|
-
displayKey: string;
|
|
7
|
-
primaryKey: string;
|
|
8
|
-
data: {
|
|
9
|
-
data: [];
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* [1-10098-1]根据条件查询表单设计内容
|
|
14
|
-
* @param params
|
|
15
|
-
* @returns
|
|
16
|
-
*/
|
|
17
|
-
export declare const queryDictDataListByExample: (params: {
|
|
18
|
-
dataSearchBizIdTypeCode: string;
|
|
19
|
-
codeSystemNo?: string;
|
|
20
|
-
keyWord?: string;
|
|
21
|
-
hospitalId: string;
|
|
22
|
-
sysMenuId: string;
|
|
23
|
-
}) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<ReqDictDataListByExample> | undefined]>;
|
|
24
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as CopyTextWithTooltip } from './index.vue';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ReqQueryFormDesignList, FormDesignInfo, ReqQueryPersonListByExample, FormDesignDetailInfo } from '../typings/index';
|
|
2
|
-
/**
|
|
3
|
-
* [1-10097-1]根据条件查询表单设计方案列表
|
|
4
|
-
* @param params
|
|
5
|
-
* @returns
|
|
6
|
-
*/
|
|
7
|
-
export declare const queryFormDesignListByExample: (params: ReqQueryFormDesignList) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<FormDesignInfo[]> | undefined]>;
|
|
8
|
-
/**
|
|
9
|
-
* 获取综合检索接口的默认值
|
|
10
|
-
* @param params
|
|
11
|
-
* @returns
|
|
12
|
-
*/
|
|
13
|
-
export declare const queryDataValueNameByKeys: (params: ReqQueryPersonListByExample) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<{
|
|
14
|
-
[key: string]: [];
|
|
15
|
-
}> | undefined]>;
|
|
16
|
-
/**
|
|
17
|
-
* [1-10098-1]根据条件查询表单设计内容
|
|
18
|
-
* @param params
|
|
19
|
-
* @returns
|
|
20
|
-
*/
|
|
21
|
-
export declare const queryFormDesignDetailByExample: (params: {
|
|
22
|
-
keyWord?: string;
|
|
23
|
-
formDesignId: string;
|
|
24
|
-
}) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<{
|
|
25
|
-
layoutTypeCode: string;
|
|
26
|
-
formDesignDetailList: FormDesignDetailInfo[];
|
|
27
|
-
}> | undefined]>;
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { FormDesignDetailInfo } from './typings/index';
|
|
2
|
-
export declare const DICT_SELECT = "dictSelect";
|
|
3
|
-
/**
|
|
4
|
-
* 集合规则
|
|
5
|
-
*/
|
|
6
|
-
export declare const SET = "SET";
|
|
7
|
-
/**
|
|
8
|
-
* 分组规则
|
|
9
|
-
*/
|
|
10
|
-
export declare const GROUP = "GROUP";
|
|
11
|
-
export declare const COMPONENT_MAP: {
|
|
12
|
-
"3": string;
|
|
13
|
-
"2": string;
|
|
14
|
-
"4": string;
|
|
15
|
-
"11": string;
|
|
16
|
-
"6": string;
|
|
17
|
-
"1": string;
|
|
18
|
-
"8": string;
|
|
19
|
-
"9": string;
|
|
20
|
-
"10": string;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* 分组展开 集合展示
|
|
24
|
-
* @param data
|
|
25
|
-
* @param result
|
|
26
|
-
* @returns
|
|
27
|
-
*/
|
|
28
|
-
export declare function expansionGroup(data: FormDesignDetailInfo[], result?: FormDesignDetailInfo[], hideData?: {
|
|
29
|
-
[key: string]: unknown;
|
|
30
|
-
}): {
|
|
31
|
-
result: FormDesignDetailInfo[];
|
|
32
|
-
hideData: {
|
|
33
|
-
[key: string]: unknown;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* 获取组件类型
|
|
38
|
-
* @param item
|
|
39
|
-
* @returns
|
|
40
|
-
*/
|
|
41
|
-
export declare function getComponentType(item: FormDesignDetailInfo): string;
|
|
42
|
-
export declare function getPlaceholder(item: FormDesignDetailInfo): string;
|
|
43
|
-
export declare function getExtraProps(item: FormDesignDetailInfo, dataValueNames?: {
|
|
44
|
-
[key: string]: [];
|
|
45
|
-
}, modelValue?: {
|
|
46
|
-
[key: string]: unknown;
|
|
47
|
-
}): {
|
|
48
|
-
[x: string]: unknown;
|
|
49
|
-
};
|
|
50
|
-
export declare function useGetFromConfigData(result: FormDesignDetailInfo[], layoutTypeCode: number, parentFormCtlNo: string, afterValueChange: ((key: string, value: unknown, model: unknown, parentFormCtlNo: string) => void) | undefined): {
|
|
51
|
-
label: string | undefined;
|
|
52
|
-
name: string;
|
|
53
|
-
onModelChange: (value: unknown, model: {
|
|
54
|
-
[key: string]: unknown;
|
|
55
|
-
}) => void;
|
|
56
|
-
component: string;
|
|
57
|
-
placeholder: string;
|
|
58
|
-
defaultValue: {};
|
|
59
|
-
span: number;
|
|
60
|
-
isFullWidth: boolean;
|
|
61
|
-
rules: {
|
|
62
|
-
required: boolean;
|
|
63
|
-
message: string;
|
|
64
|
-
trigger: string;
|
|
65
|
-
}[];
|
|
66
|
-
extraProps: {
|
|
67
|
-
[key: string]: unknown;
|
|
68
|
-
};
|
|
69
|
-
}[];
|
|
70
|
-
/**
|
|
71
|
-
* 为服务接口 整合数据
|
|
72
|
-
* 分组 {} 集合【】
|
|
73
|
-
*/
|
|
74
|
-
export declare function integrateData(initData: {
|
|
75
|
-
[key: string]: unknown;
|
|
76
|
-
}): {
|
|
77
|
-
[key: string]: unknown;
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* 传入地址类似的值 ,拼接
|
|
81
|
-
* 如果接口返回了这个字段。 展示接口返回对应的vaule
|
|
82
|
-
* 没有的话则展示默认值
|
|
83
|
-
* @param data
|
|
84
|
-
* @param key
|
|
85
|
-
* @returns
|
|
86
|
-
*/
|
|
87
|
-
export declare function getDefaultValue(data: {
|
|
88
|
-
[key: string]: unknown;
|
|
89
|
-
}, key: string): string;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from "./invoice/index.ts";
|
|
2
|
-
export * from "./pro-table/index.ts";
|
|
3
|
-
export * from "./patient-access/index.ts";
|
|
4
|
-
export { ProForm, FormUnit, convertToWbNo, convertToSpellNo, } from "./pro-form/index.ts";
|
|
5
|
-
export { Title } from "./title/index.ts";
|
|
6
|
-
export { ProDialog } from "./pro-dialog/index.ts";
|
|
7
|
-
export { FormDesignRender } from "./form-design-render/index.ts";
|
|
8
|
-
export { CopyTextWithTooltip } from "./copy-text-with-tooltip/index.ts";
|
|
9
|
-
export { PrintComponent, print } from "./print/index.ts";
|
|
10
|
-
export { DictSelect, FlagSelect, HospitalSelect } from "./biz-select/index.ts";
|