sun-biz 0.0.4-beta.20 → 0.0.4-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.
Files changed (90) hide show
  1. package/dist/components/access-info/index.d.ts +1 -0
  2. package/dist/components/biz-select/biz-unit-select/api.d.ts +34 -0
  3. package/dist/components/biz-select/department-select/api.d.ts +51 -0
  4. package/dist/components/biz-select/dict-select/api.d.ts +26 -0
  5. package/dist/components/biz-select/index.d.ts +9 -0
  6. package/dist/components/biz-select/tag-select/api.d.ts +34 -0
  7. package/dist/components/biz-select/user-select/api.d.ts +109 -0
  8. package/dist/components/biz-select/ward-select/api.d.ts +43 -0
  9. package/dist/components/copy-text-with-tooltip/index.d.ts +1 -0
  10. package/dist/components/dml-button/api/index.d.ts +26 -0
  11. package/dist/components/dml-button/index.d.ts +1 -0
  12. package/dist/components/form-design-render/api/index.d.ts +27 -0
  13. package/dist/components/form-design-render/index.d.ts +2 -0
  14. package/dist/components/form-design-render/utils.d.ts +93 -0
  15. package/dist/components/index.d.ts +14 -0
  16. package/dist/components/index.js +10368 -0
  17. package/dist/components/invoice/api/index.d.ts +14 -0
  18. package/dist/components/invoice/constant.d.ts +7 -0
  19. package/dist/components/invoice/index.d.ts +2 -0
  20. package/dist/components/patient-access/api.d.ts +33 -0
  21. package/dist/components/patient-access/constant.d.ts +31 -0
  22. package/dist/components/patient-access/index.d.ts +7 -0
  23. package/dist/components/print/api/index.d.ts +43 -0
  24. package/dist/components/print/api/request.d.ts +7 -0
  25. package/dist/components/print/constant.d.ts +146 -0
  26. package/dist/components/print/hooks/index.d.ts +36 -0
  27. package/dist/components/print/index.d.ts +5 -0
  28. package/dist/components/print/print.d.ts +7 -0
  29. package/dist/components/print/template.d.ts +5 -0
  30. package/dist/components/pro-avatar/index.d.ts +2 -0
  31. package/dist/components/pro-avatar/utils.d.ts +21 -0
  32. package/dist/components/pro-dialog/hooks/useDialog.d.ts +8 -0
  33. package/dist/components/pro-dialog/index.d.ts +1 -0
  34. package/dist/components/pro-form/index.d.ts +4 -0
  35. package/dist/components/pro-form/typings/index.d.ts +53 -0
  36. package/dist/components/pro-form/utils.d.ts +12 -0
  37. package/dist/components/pro-form/wubiUtils.d.ts +1 -0
  38. package/dist/components/pro-table/api.d.ts +11 -0
  39. package/dist/components/pro-table/composables/dbgrid-component-setting/api/index.d.ts +33 -0
  40. package/dist/components/pro-table/composables/dbgrid-component-setting/index.d.ts +3 -0
  41. package/dist/components/pro-table/composables/dbgrid-component-setting/typings/index.d.ts +82 -0
  42. package/dist/components/pro-table/index.d.ts +5 -0
  43. package/dist/components/pro-table/interface/index.d.ts +90 -0
  44. package/dist/components/pro-table/utils.d.ts +70 -0
  45. package/dist/components/pro-table-v2/index.d.ts +3 -0
  46. package/dist/components/pro-table-v2/interface/index.d.ts +32 -0
  47. package/dist/components/static/css/index.css +37 -0
  48. package/dist/components/title/index.d.ts +1 -0
  49. package/dist/hooks/index.d.ts +8 -0
  50. package/dist/hooks/index.js +684 -0
  51. package/dist/hooks/use-app-config/index.d.ts +36 -0
  52. package/dist/hooks/use-app-config/types.d.ts +57 -0
  53. package/dist/hooks/use-column&form-config/index.d.ts +15 -0
  54. package/dist/hooks/use-data-change-detector/index.d.ts +13 -0
  55. package/dist/hooks/use-direction-select/index.d.ts +63 -0
  56. package/dist/hooks/use-editable-table/index.d.ts +29 -0
  57. package/dist/hooks/use-fetch-data/index.d.ts +3 -0
  58. package/dist/hooks/use-fetch-data/use-fetch-dataset.d.ts +13 -0
  59. package/dist/hooks/use-fetch-data/use-fetch-params.d.ts +24 -0
  60. package/dist/hooks/use-fetch-data/use-fetch-time.d.ts +6 -0
  61. package/dist/hooks/use-request/Fetch.d.ts +41 -0
  62. package/dist/hooks/use-request/config.d.ts +6 -0
  63. package/dist/hooks/use-request/index.d.ts +5 -0
  64. package/dist/hooks/use-request/plugins/useAutoRunPlugin.d.ts +3 -0
  65. package/dist/hooks/use-request/plugins/useCachePlugin.d.ts +3 -0
  66. package/dist/hooks/use-request/plugins/useDebouncePlugin.d.ts +3 -0
  67. package/dist/hooks/use-request/plugins/useLoadingDelayPlugin.d.ts +3 -0
  68. package/dist/hooks/use-request/plugins/usePollingPlugin.d.ts +3 -0
  69. package/dist/hooks/use-request/plugins/useRefreshOnWindowFocusPlugin.d.ts +3 -0
  70. package/dist/hooks/use-request/plugins/useRetryPlugin.d.ts +3 -0
  71. package/dist/hooks/use-request/types.d.ts +251 -0
  72. package/dist/hooks/use-request/useRequest.d.ts +7 -0
  73. package/dist/hooks/use-request/useRequestImplement.d.ts +3 -0
  74. package/dist/hooks/use-request/useRequestProvider.d.ts +2 -0
  75. package/dist/hooks/use-request/utils/cache.d.ts +17 -0
  76. package/dist/hooks/use-request/utils/cachePromise.d.ts +4 -0
  77. package/dist/hooks/use-request/utils/cacheSubscribe.d.ts +5 -0
  78. package/dist/hooks/use-request/utils/index.d.ts +6 -0
  79. package/dist/hooks/use-request/utils/isDocumentVisible.d.ts +1 -0
  80. package/dist/hooks/use-request/utils/isOnline.d.ts +1 -0
  81. package/dist/hooks/use-request/utils/limit.d.ts +1 -0
  82. package/dist/hooks/use-request/utils/resolve-args.d.ts +2 -0
  83. package/dist/hooks/use-request/utils/subscribeFocus.d.ts +3 -0
  84. package/dist/hooks/use-request/utils/subscribeReVisible.d.ts +2 -0
  85. package/dist/hooks/use-request/utils/utils.d.ts +3 -0
  86. package/dist/index.d.ts +27 -0
  87. package/dist/index.js +10860 -0
  88. package/dist/static/css/index.css +37 -0
  89. package/dist/utils.d.ts +19 -0
  90. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ export { default as AccessInfo } from "./index.vue";
@@ -0,0 +1,34 @@
1
+ export type BizUnitQueryParams = {
2
+ keyWord?: string;
3
+ hospitalId: string;
4
+ orgTypeCodes?: string[];
5
+ enabledFlag?: number;
6
+ orgIds?: string[];
7
+ encounterTypeCode?: string;
8
+ deptId?: string;
9
+ };
10
+ export type BizUnitItem = {
11
+ orgId: string;
12
+ orgNo: string;
13
+ orgNameDisplay: string;
14
+ orgTypeCode: string;
15
+ orgTypeDescDisplay: string;
16
+ orgDescDisplay?: string;
17
+ spellNo?: string;
18
+ wbNo?: string;
19
+ parentOrgId?: string;
20
+ enabledFlag: number;
21
+ deptTypeCode?: string;
22
+ deptTypeDesc?: string;
23
+ };
24
+ export type BizUnitSelection = Partial<BizUnitItem> & {
25
+ label?: string;
26
+ value?: string;
27
+ };
28
+ /**
29
+ * [1-10155-1] 根据条件查询业务单元列表
30
+ * 是否分页 Y
31
+ * @param params
32
+ * @returns
33
+ */
34
+ export declare const queryBizUnitList: (params: BizUnitQueryParams) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<BizUnitItem[]> | undefined]>;
@@ -0,0 +1,51 @@
1
+ export type DepartmentQueryParams = {
2
+ keyWord?: string;
3
+ enabledFlag?: number;
4
+ hospitalId: string;
5
+ deptTypeCodes?: string[];
6
+ encounterTypeCode?: string;
7
+ };
8
+ export type DepartmentItem = {
9
+ orgId: string;
10
+ orgNo: string;
11
+ orgName: string;
12
+ org2ndName?: string;
13
+ orgExtName?: string;
14
+ orgNameDisplay: string;
15
+ orgTypeCode: string;
16
+ orgTypeDescDisplay: string;
17
+ orgDesc?: string;
18
+ org2ndDesc?: string;
19
+ orgExtDesc?: string;
20
+ orgDescDisplay?: string;
21
+ spellNo?: string;
22
+ wbNo?: string;
23
+ parentOrgId?: string;
24
+ enabledFlag: number;
25
+ deptTypeCode?: string;
26
+ deptTypeDesc?: string;
27
+ deptXEncounterTypeList?: {
28
+ deptXEncounterTypeId: string;
29
+ encounterTypeCode: string;
30
+ encounterTypeDesc: string;
31
+ }[];
32
+ orgLocationList?: {
33
+ orgLocationId: string;
34
+ orgLocationNo: string;
35
+ orgLocationName: string;
36
+ orgLocation2ndName?: string;
37
+ orgLocationExtName?: string;
38
+ orgLocationNameDisplay: string;
39
+ }[];
40
+ };
41
+ export type DepartmentSelection = Partial<DepartmentItem> & {
42
+ label?: string;
43
+ value?: string;
44
+ };
45
+ /**
46
+ * [1-10154-1] 根据条件查询科室列表(平铺)
47
+ * 是否分页 N
48
+ * @param params
49
+ * @returns
50
+ */
51
+ export declare const queryDepartmentList: (params: DepartmentQueryParams) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<DepartmentItem[]> | undefined]>;
@@ -0,0 +1,26 @@
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
+ menuId: string;
23
+ pageNumber: number;
24
+ pageSize: number;
25
+ }) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<ReqDictDataListByExample> | undefined]>;
26
+ export {};
@@ -0,0 +1,9 @@
1
+ export { default as DictSelect } from './dict-select/index.vue';
2
+ export { default as FlagSelect } from './flag-select/index.vue';
3
+ export { default as HospitalSelect } from './hospital-select/index.vue';
4
+ export { default as TagSelect } from './tag-select/index.vue';
5
+ export { default as UserSelect } from './user-select/index.vue';
6
+ export { default as BizUnitSelect } from './biz-unit-select/index.vue';
7
+ export { default as DepartmentSelect } from './department-select/index.vue';
8
+ export { default as WardSelect } from './ward-select/index.vue';
9
+ export type { TagGroupInfo } from './tag-select/api.ts';
@@ -0,0 +1,34 @@
1
+ /**
2
+ * 标签详情
3
+ */
4
+ interface TagInfo {
5
+ tagId: string;
6
+ tagNameDisplay: string;
7
+ sort: number;
8
+ tagCssList?: {
9
+ tagCssId: string;
10
+ cssTypeCode: string;
11
+ cssTypeDesc: string;
12
+ cssValue: string;
13
+ }[];
14
+ }
15
+ /**
16
+ * 标签分组详情
17
+ */
18
+ export interface TagGroupInfo {
19
+ tagGroupId: string;
20
+ tagGroupNameDisplay: string;
21
+ enabledFlag: number;
22
+ tagList: TagInfo[];
23
+ }
24
+ /**
25
+ * [1-10473-1]根据条件查询标签分组V1(含标签)
26
+ * @param params
27
+ * @returns
28
+ */
29
+ export declare const queryTagGroupByExampleV1: (params: {
30
+ bizIdTypeCode: string;
31
+ enabledFlag?: number;
32
+ bizId?: string;
33
+ }) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<TagGroupInfo[]> | undefined]>;
34
+ export {};
@@ -0,0 +1,109 @@
1
+ /**
2
+ * 入参
3
+ */
4
+ export type UserQueryParams = {
5
+ personId?: string;
6
+ enabledFlag?: number;
7
+ keyWord?: string;
8
+ userNo?: string;
9
+ hospitalId?: string;
10
+ userJobCodes?: string[];
11
+ bizUnitId?: string;
12
+ userId?: string;
13
+ userTypeCode?: string;
14
+ appReleaseVersionCode?: string;
15
+ pageNumber: number;
16
+ pageSize: number;
17
+ };
18
+ /**
19
+ * 出参
20
+ */
21
+ export type UserItem = {
22
+ userId: string;
23
+ userNo: string;
24
+ userName: string;
25
+ user2ndName?: string;
26
+ userExtName?: string;
27
+ userNameDisPlay: string;
28
+ loginFlag: number;
29
+ adminFlag: number;
30
+ lockedFlag: number;
31
+ userTypeCode: string;
32
+ userTypeDesc: string;
33
+ enabledFlag: number;
34
+ spellNo?: string;
35
+ wbNo?: string;
36
+ paySumTypeCode: string;
37
+ paySumTypeDesc: string;
38
+ paySumBelongUserId: string;
39
+ paySumBelongUserName: string;
40
+ invoiceAgentUserId: string;
41
+ invoiceAgentUserName: string;
42
+ lastLoginAt?: string;
43
+ loginIp?: string;
44
+ loginMac?: string;
45
+ loginTypeCode?: string;
46
+ loginTypeDesc?: string;
47
+ personId?: string;
48
+ titleCode?: string;
49
+ titleDesc?: string;
50
+ personSimpleDesc?: string;
51
+ person2ndSimpleDesc?: string;
52
+ personExtSimpleDesc?: string;
53
+ simpleDescDisplay?: string;
54
+ userJobCode: string;
55
+ userJobDesc: string;
56
+ genderCode?: string;
57
+ genderDesc?: string;
58
+ appReleaseVersionCode?: string;
59
+ appReleaseVersionDesc?: string;
60
+ perCertificateList: {
61
+ perCertificateId: string;
62
+ certificateTypeCode: string;
63
+ certificateTypeDesc: string;
64
+ certificateNo: string;
65
+ }[];
66
+ perContactList?: {
67
+ perContactId: string;
68
+ contactTypeCode: string;
69
+ contactTypeDesc: string;
70
+ contactNo: string;
71
+ }[];
72
+ loginOrgLocationList?: {
73
+ userXOrgLocationId: string;
74
+ orgLocationId: string;
75
+ orgLocationName: string;
76
+ sort: number;
77
+ orgId: string;
78
+ orgName: string;
79
+ orgTypeCode: string;
80
+ orgTypeDesc: string;
81
+ }[];
82
+ userRoleList?: {
83
+ userRoleId: string;
84
+ hospitalId: string;
85
+ hospitalName: string;
86
+ roleId: string;
87
+ roleName: string;
88
+ tenantId: string;
89
+ tenantName: string;
90
+ }[];
91
+ bizUnitList?: {
92
+ bizUnitId: string;
93
+ bizUnitName: string;
94
+ orgTypeCode: string;
95
+ orgTypeDesc: string;
96
+ hospitalId: string;
97
+ hospitalName: string;
98
+ }[];
99
+ };
100
+ export type UserSelection = Partial<UserItem> & {
101
+ label?: string;
102
+ value?: string;
103
+ };
104
+ /**
105
+ * [1-10013-1]根据条件查询用户列表
106
+ * @param params
107
+ * @returns
108
+ */
109
+ export declare const queryUserList: (params: UserQueryParams) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiPageData<UserItem> | undefined]>;
@@ -0,0 +1,43 @@
1
+ export type WardQueryParams = {
2
+ keyWord?: string;
3
+ enabledFlag?: number;
4
+ deptId?: string;
5
+ hospitalId: string;
6
+ };
7
+ export type WardItem = {
8
+ orgId: string;
9
+ orgNo: string;
10
+ orgName: string;
11
+ org2ndName?: string;
12
+ orgExtName?: string;
13
+ orgNameDisplay: string;
14
+ orgTypeCode: string;
15
+ orgTypeDescDisplay: string;
16
+ orgDesc?: string;
17
+ org2ndDesc?: string;
18
+ orgExtDesc?: string;
19
+ orgDescDisplay?: string;
20
+ spellNo?: string;
21
+ wbNo?: string;
22
+ parentOrgId?: string;
23
+ enabledFlag: number;
24
+ orgLocationList?: {
25
+ orgLocationId: string;
26
+ orgLocationNo: string;
27
+ orgLocationName: string;
28
+ orgLocation2ndName?: string;
29
+ orgLocationExtName?: string;
30
+ orgLocationNameDisplay: string;
31
+ }[];
32
+ };
33
+ export type WardSelection = Partial<WardItem> & {
34
+ label?: string;
35
+ value?: string;
36
+ };
37
+ /**
38
+ * [1-10155-1] 根据条件查询病区列表
39
+ * 是否分页 N
40
+ * @param params
41
+ * @returns
42
+ */
43
+ export declare const queryWardList: (params: WardQueryParams) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<WardItem[]> | undefined]>;
@@ -0,0 +1 @@
1
+ export { default as CopyTextWithTooltip } from './index.vue';
@@ -0,0 +1,26 @@
1
+ /**
2
+ * [1-10008-1]根据条件生成DML脚本
3
+ * @param data
4
+ * @returns
5
+ */
6
+ export declare const exportDmlScriptByExample: (params: {
7
+ bizIdTypeCode: string;
8
+ bisIds: string[];
9
+ dataBaseTypeCode: string;
10
+ }) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<{
11
+ data: string;
12
+ fileName: string;
13
+ }> | undefined]>;
14
+ /**
15
+ * 根据条件生成DML脚本 mdm 专用
16
+ * @param data
17
+ * @returns
18
+ */
19
+ export declare const exportMdmDmlScriptByExample: (params: {
20
+ bizIdTypeCode: string;
21
+ bisIds: string[];
22
+ dataBaseTypeCode: string;
23
+ }) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<{
24
+ data: string;
25
+ fileName: string;
26
+ }> | undefined]>;
@@ -0,0 +1 @@
1
+ export { default as DmlButton } from './index.vue';
@@ -0,0 +1,27 @@
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]>;
@@ -0,0 +1,2 @@
1
+ export { default as FormDesignRender } from './index.vue';
2
+ export { COMPONENT_MAP } from './utils';
@@ -0,0 +1,93 @@
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, parentFormCtlNo: string, afterValueChange: ((key: string, model: unknown, parentFormCtlNo: string) => void) | undefined, dataValueNames?: {
44
+ [key: string]: [];
45
+ }, modelValue?: {
46
+ [key: string]: unknown;
47
+ }): {
48
+ onBlur: () => void;
49
+ };
50
+ export declare function useGetFromConfigData(result: FormDesignDetailInfo[], layoutTypeCode: number): {
51
+ label: string | undefined;
52
+ name: string;
53
+ component: string;
54
+ placeholder: string;
55
+ defaultValue: {};
56
+ span: number;
57
+ isFullWidth: boolean;
58
+ rules: {
59
+ required: boolean;
60
+ message: string;
61
+ trigger: string[];
62
+ }[];
63
+ extraProps: {
64
+ [key: string]: unknown;
65
+ };
66
+ }[];
67
+ /**
68
+ * 为服务接口 整合数据
69
+ * 分组 {} 集合【】
70
+ */
71
+ export declare function integrateData(initData: {
72
+ [key: string]: unknown;
73
+ }): {
74
+ [key: string]: unknown;
75
+ };
76
+ /**
77
+ * 传入地址类似的值 ,拼接
78
+ * 如果接口返回了这个字段。 展示接口返回对应的vaule
79
+ * 没有的话则展示默认值
80
+ * @param data
81
+ * @param key
82
+ * @returns
83
+ */
84
+ export declare function getDefaultValue(data: {
85
+ [key: string]: unknown;
86
+ }, key: string): string;
87
+ /**
88
+ * 患者建档新增时表格不可重复的配置
89
+ */
90
+ export declare const TABLE_DUPLICATE_CHECK: {
91
+ perCertificateList: string;
92
+ perAddressList: string;
93
+ };
@@ -0,0 +1,14 @@
1
+ export * from './invoice/index.ts';
2
+ export * from './pro-table/index.ts';
3
+ export * from './pro-table-v2/index.ts';
4
+ export * from './patient-access/index.ts';
5
+ export * from './print/index.ts';
6
+ export { ProForm, FormUnit, convertToWbNo, convertToSpellNo, type FormDescItem, } from './pro-form/index.ts';
7
+ export { Title } from './title/index.ts';
8
+ export { ProDialog } from './pro-dialog/index.ts';
9
+ export { AccessInfo } from './access-info/index.ts';
10
+ export { FormDesignRender } from './form-design-render/index.ts';
11
+ export { CopyTextWithTooltip } from './copy-text-with-tooltip/index.ts';
12
+ export { DictSelect, FlagSelect, HospitalSelect, TagSelect, } from './biz-select/index.ts';
13
+ export { DmlButton } from './dml-button/index.ts';
14
+ export { ProAvatar } from './pro-avatar/index.ts';