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.
Files changed (66) hide show
  1. package/package.json +1 -1
  2. package/dist/components/biz-select/dict-select/api.d.ts +0 -24
  3. package/dist/components/biz-select/index.d.ts +0 -3
  4. package/dist/components/copy-text-with-tooltip/index.d.ts +0 -1
  5. package/dist/components/form-design-render/api/index.d.ts +0 -27
  6. package/dist/components/form-design-render/index.d.ts +0 -2
  7. package/dist/components/form-design-render/utils.d.ts +0 -89
  8. package/dist/components/index.d.ts +0 -10
  9. package/dist/components/index.js +0 -4857
  10. package/dist/components/invoice/index.d.ts +0 -2
  11. package/dist/components/patient-access/api.d.ts +0 -18
  12. package/dist/components/patient-access/index.d.ts +0 -5
  13. package/dist/components/print/api/index.d.ts +0 -37
  14. package/dist/components/print/api/request.d.ts +0 -7
  15. package/dist/components/print/constant.d.ts +0 -133
  16. package/dist/components/print/hooks/index.d.ts +0 -22
  17. package/dist/components/print/index.d.ts +0 -7
  18. package/dist/components/pro-dialog/hooks/useDialog.d.ts +0 -8
  19. package/dist/components/pro-dialog/index.d.ts +0 -1
  20. package/dist/components/pro-form/index.d.ts +0 -3
  21. package/dist/components/pro-form/typings/index.d.ts +0 -53
  22. package/dist/components/pro-form/utils.d.ts +0 -12
  23. package/dist/components/pro-form/wubiUtils.d.ts +0 -1
  24. package/dist/components/pro-table/composables/dbgrid-component-setting/api/index.d.ts +0 -33
  25. package/dist/components/pro-table/composables/dbgrid-component-setting/typings/index.d.ts +0 -70
  26. package/dist/components/pro-table/index.d.ts +0 -5
  27. package/dist/components/pro-table/interface/index.d.ts +0 -82
  28. package/dist/components/pro-table/utils.d.ts +0 -39
  29. package/dist/components/static/css/index.css +0 -22
  30. package/dist/components/title/index.d.ts +0 -1
  31. package/dist/hooks/index.d.ts +0 -5
  32. package/dist/hooks/index.js +0 -470
  33. package/dist/hooks/use-app-config/index.d.ts +0 -29
  34. package/dist/hooks/use-app-config/types.d.ts +0 -33
  35. package/dist/hooks/use-column&form-config/index.d.ts +0 -15
  36. package/dist/hooks/use-direction-select/index.d.ts +0 -63
  37. package/dist/hooks/use-fetch-dataset/index.d.ts +0 -12
  38. package/dist/hooks/use-request/Fetch.d.ts +0 -41
  39. package/dist/hooks/use-request/config.d.ts +0 -6
  40. package/dist/hooks/use-request/index.d.ts +0 -5
  41. package/dist/hooks/use-request/plugins/useAutoRunPlugin.d.ts +0 -3
  42. package/dist/hooks/use-request/plugins/useCachePlugin.d.ts +0 -3
  43. package/dist/hooks/use-request/plugins/useDebouncePlugin.d.ts +0 -3
  44. package/dist/hooks/use-request/plugins/useLoadingDelayPlugin.d.ts +0 -3
  45. package/dist/hooks/use-request/plugins/usePollingPlugin.d.ts +0 -3
  46. package/dist/hooks/use-request/plugins/useRefreshOnWindowFocusPlugin.d.ts +0 -3
  47. package/dist/hooks/use-request/plugins/useRetryPlugin.d.ts +0 -3
  48. package/dist/hooks/use-request/types.d.ts +0 -251
  49. package/dist/hooks/use-request/useRequest.d.ts +0 -7
  50. package/dist/hooks/use-request/useRequestImplement.d.ts +0 -3
  51. package/dist/hooks/use-request/useRequestProvider.d.ts +0 -2
  52. package/dist/hooks/use-request/utils/cache.d.ts +0 -17
  53. package/dist/hooks/use-request/utils/cachePromise.d.ts +0 -4
  54. package/dist/hooks/use-request/utils/cacheSubscribe.d.ts +0 -5
  55. package/dist/hooks/use-request/utils/index.d.ts +0 -6
  56. package/dist/hooks/use-request/utils/isDocumentVisible.d.ts +0 -1
  57. package/dist/hooks/use-request/utils/isOnline.d.ts +0 -1
  58. package/dist/hooks/use-request/utils/limit.d.ts +0 -1
  59. package/dist/hooks/use-request/utils/resolve-args.d.ts +0 -2
  60. package/dist/hooks/use-request/utils/subscribeFocus.d.ts +0 -3
  61. package/dist/hooks/use-request/utils/subscribeReVisible.d.ts +0 -2
  62. package/dist/hooks/use-request/utils/utils.d.ts +0 -3
  63. package/dist/index.d.ts +0 -18
  64. package/dist/index.js +0 -5277
  65. package/dist/static/css/index.css +0 -22
  66. package/dist/utils.d.ts +0 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sun-biz",
3
- "version": "0.0.2-beta.21",
3
+ "version": "0.0.2-beta.22",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -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,3 +0,0 @@
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';
@@ -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,2 +0,0 @@
1
- export { default as FormDesignRender } from './index.vue';
2
- export { COMPONENT_MAP } from './utils';
@@ -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";