sun-biz 0.0.4-beta.5 → 0.0.4-beta.51

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 (43) hide show
  1. package/dist/components/biz-select/biz-unit-select/api.d.ts +34 -0
  2. package/dist/components/biz-select/department-select/api.d.ts +51 -0
  3. package/dist/components/biz-select/hospital-charge-select/api.d.ts +53 -0
  4. package/dist/components/biz-select/index.d.ts +8 -0
  5. package/dist/components/biz-select/tag-select/api.d.ts +44 -0
  6. package/dist/components/biz-select/tag-select/utils.d.ts +31 -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/index.d.ts +3 -1
  10. package/dist/components/index.js +4716 -390
  11. package/dist/components/index.js.LICENSE.txt +11 -0
  12. package/dist/components/keyboard-value/index.d.ts +1 -0
  13. package/dist/components/patient-access/api.d.ts +12 -1
  14. package/dist/components/print/hooks/index.d.ts +1 -0
  15. package/dist/components/pro-avatar/index.d.ts +2 -0
  16. package/dist/components/pro-avatar/utils.d.ts +21 -0
  17. package/dist/components/pro-form/typings/index.d.ts +1 -0
  18. package/dist/components/pro-table/composables/dbgrid-component-setting/typings/index.d.ts +1 -0
  19. package/dist/components/pro-table/constant.d.ts +1 -0
  20. package/dist/components/pro-table/interface/index.d.ts +7 -1
  21. package/dist/components/static/css/index.css +61 -3
  22. package/dist/components/table-select/composable/useDirectionKey.d.ts +7 -0
  23. package/dist/components/table-select/index.d.ts +4 -0
  24. package/dist/components/table-select/types/index.d.ts +109 -0
  25. package/dist/directives/index.d.ts +1 -0
  26. package/dist/directives/shortcut.d.ts +13 -0
  27. package/dist/hooks/index.d.ts +3 -3
  28. package/dist/hooks/index.js +68 -22
  29. package/dist/hooks/use-app-config/index.d.ts +2 -2
  30. package/dist/hooks/use-column&form-config/index.d.ts +5 -5
  31. package/dist/hooks/use-data-change-detector/index.d.ts +2 -1
  32. package/dist/hooks/use-direction-select/index.d.ts +2 -2
  33. package/dist/hooks/use-editable-table/index.d.ts +2 -0
  34. package/dist/hooks/use-fetch-data/index.d.ts +3 -0
  35. package/dist/hooks/{use-fetch-dataset/index.d.ts → use-fetch-data/use-fetch-dataset.d.ts} +1 -1
  36. package/dist/hooks/use-fetch-data/use-fetch-params.d.ts +24 -0
  37. package/dist/hooks/use-fetch-data/use-fetch-time.d.ts +6 -0
  38. package/dist/index.d.ts +28 -24
  39. package/dist/index.js +5682 -480
  40. package/dist/index.js.LICENSE.txt +11 -0
  41. package/dist/static/css/index.css +61 -3
  42. package/package.json +21 -18
  43. package/dist/hooks/use-fetch-dataset/use-fetch-time.d.ts +0 -4
@@ -0,0 +1,11 @@
1
+ /**!
2
+ * hotkeys-js v3.13.15
3
+ * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
4
+ *
5
+ * Copyright (c) 2025 kenny wong <wowohoo@qq.com>
6
+ * https://github.com/jaywcjlove/hotkeys-js.git
7
+ *
8
+ * @website: https://jaywcjlove.github.io/hotkeys-js
9
+
10
+ * Licensed under the MIT license
11
+ */
@@ -6,21 +6,79 @@
6
6
 
7
7
 
8
8
 
9
- [data-v-51d84f56] .el-menu-item {
9
+ [data-v-a526e56a] .el-menu-item {
10
10
  height: 48px;
11
11
  line-height: 48px;
12
12
  }
13
- [data-v-51d84f56] .el-sub-menu__title {
13
+ [data-v-a526e56a] .el-sub-menu__title {
14
14
  height: 48px;
15
15
  line-height: 48px;
16
16
  }
17
- [data-v-51d84f56] .el-menu-item.is-active {
17
+ [data-v-a526e56a] .el-menu-item.is-active {
18
18
  color: inherit !important;
19
19
  background-color: #0000 !important;
20
20
  }
21
21
 
22
22
 
23
23
 
24
+ .disabled-user-tooltip, .disabled-user-tooltip .el-tooltip__trigger {
25
+ color: #f56c6c !important;
26
+ }
27
+
28
+ .hospital-charge-select[data-v-ffb2d000] {
29
+ width: 100%;
30
+ }
31
+ .hospital-charge-select .input[data-v-ffb2d000] .el-input__inner {
32
+ cursor: pointer !important;
33
+ }
34
+ [data-v-ffb2d000] .hospital-charge-select-popover {
35
+ max-height: var(--5aebc6cb);
36
+ padding: 0;
37
+ z-index: 9999 !important;
38
+ }
39
+ [data-v-ffb2d000] .hospital-charge-select-popover .popover-content {
40
+ width: 100%;
41
+ height: 100%;
42
+ max-height: var(--5aebc6cb);
43
+ }
44
+ [data-v-ffb2d000] .hospital-charge-select-popover .el-table__row.cursor-not-allowed {
45
+ color: #c0c4cc;
46
+ cursor: not-allowed !important;
47
+ background-color: #f5f7fa !important;
48
+ }
49
+ [data-v-ffb2d000] .hospital-charge-select-popover .el-table__row.cursor-not-allowed td {
50
+ background-color: #f5f7fa !important;
51
+ }
52
+ [data-v-ffb2d000] .hospital-charge-select-popover .el-table__row.cursor-not-allowed:hover > td {
53
+ background-color: #f5f7fa !important;
54
+ }
55
+ .hospital-charge-select-popover {
56
+ margin-bottom: 8px !important;
57
+ }
58
+ .hospital-charge-select-popover {
59
+ margin-top: 8px !important;
60
+ }
61
+
62
+ .input[data-v-6f430336] .el-input__inner {
63
+ cursor: pointer !important;
64
+ }
65
+ .table-select-popover[data-v-6f430336] {
66
+ height: 350px;
67
+ width: auto !important;
68
+ }
69
+ .table-select-popover-simple .header[data-v-6f430336] {
70
+ width: 100%;
71
+ }
72
+ .table-select-popover-simple .header > span[data-v-6f430336] {
73
+ flex: var(--simple-column-flex);
74
+ }
75
+ .table-select-popover-simple .cell[data-v-6f430336] {
76
+ width: 100%;
77
+ }
78
+ .table-select-popover-simple .cell > span[data-v-6f430336] {
79
+ flex: var(--simple-column-flex);
80
+ }
81
+
24
82
 
25
83
 
26
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sun-biz",
3
- "version": "0.0.4-beta.5",
3
+ "version": "0.0.4-beta.51",
4
4
  "type": "module",
5
5
  "workspaces": [
6
6
  "src/*",
@@ -35,29 +35,31 @@
35
35
  "storybook": "storybook dev -p 6007"
36
36
  },
37
37
  "devDependencies": {
38
- "@microsoft/api-extractor": "^7.51.0",
39
- "@rsbuild/plugin-babel": "^1.0.4",
40
- "@rsbuild/plugin-vue": "^1.0.6",
41
- "@rsbuild/plugin-vue-jsx": "^1.1.0",
38
+ "@microsoft/api-extractor": "^7.52.8",
39
+ "@rsbuild/plugin-babel": "^1.0.5",
40
+ "@rsbuild/plugin-sass": "^1.4.0",
41
+ "@rsbuild/plugin-vue": "^1.1.0",
42
+ "@rsbuild/plugin-vue-jsx": "^1.1.1",
42
43
  "@rslib/core": "^0.0.18",
43
44
  "@storybook/addon-essentials": "8.4.4",
44
45
  "@storybook/test": "8.4.4",
45
46
  "@storybook/vue3": "8.4.4",
46
- "@types/lodash": "^4.17.15",
47
- "@types/node": "^22.13.5",
47
+ "@sun-toolkit/enums": "1.0.0-beta.36",
48
+ "@sun-toolkit/micro-app": "0.0.1-beta.8",
49
+ "@sun-toolkit/request": "1.0.0-beta.20",
50
+ "@sun-toolkit/shared": "0.0.1-beta.8",
51
+ "@types/lodash": "^4.17.20",
52
+ "@types/node": "^22.17.0",
48
53
  "@types/sortablejs": "^1.15.8",
54
+ "element-sun": "0.0.0-dev.4",
55
+ "hotkeys-js": "^3.13.15",
49
56
  "storybook": "8.4.4",
50
57
  "storybook-addon-rslib": "^0.1.10",
51
58
  "storybook-vue3-rsbuild": "0.1.5",
52
59
  "tailwindcss": "^3.4.17",
53
- "typescript": "^5.7.3",
54
- "vue": "^3.5.13",
55
- "vue-router": "^4.5.1",
56
- "element-sun": "0.0.0-dev.4",
57
- "@sun-toolkit/enums": "1.0.0-beta.12",
58
- "@sun-toolkit/micro-app": "0.0.1-beta.8",
59
- "@sun-toolkit/request": "1.0.0-beta.10",
60
- "@sun-toolkit/shared": "0.0.1-beta.6"
60
+ "typescript": "^5.9.2",
61
+ "vue": "^3.5.18",
62
+ "vue-router": "^4.5.1"
61
63
  },
62
64
  "peerDependencies": {
63
65
  "@element-sun/icons-vue": "*",
@@ -73,12 +75,13 @@
73
75
  },
74
76
  "dependencies": {
75
77
  "@element-sun/icons-vue": "^1.0.6",
76
- "axios": "^1.8.1",
78
+ "axios": "^1.11.0",
77
79
  "i18next": "^23.16.8",
78
- "i18next-vue": "^5.2.0",
80
+ "i18next-vue": "^5.3.0",
79
81
  "js-pinyin": "^0.2.7",
80
82
  "latest": "^0.2.0",
81
83
  "lodash": "^4.17.21",
82
- "sortablejs": "^1.15.6"
84
+ "sortablejs": "^1.15.6",
85
+ "uuid": "^13.0.0"
83
86
  }
84
87
  }
@@ -1,4 +0,0 @@
1
- /** 获取系统时间 */
2
- export declare function getSystemTime(): Promise<string | null>;
3
- /** 获取系统时间 */
4
- export declare function useFetchSystemTiem(): import("vue").Ref<any, any>;