cnhis-design-vue 3.2.19-beta.9 → 3.3.1-beta.1
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/es/components/ai-chat/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +7 -1
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/field-editor/index.d.ts +7 -1
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +7 -1
- package/es/components/form-config/index.d.ts +33 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +33 -3
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +7 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +13 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +7 -1
- package/es/components/form-render/index.d.ts +7 -1
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +7 -1
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +7 -1
- package/es/components/form-render/src/components/renderer/date.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +4 -0
- package/es/components/form-render/src/types/index.d.ts +2 -0
- package/es/components/form-render/src/utils/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +68 -0
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.js +1 -0
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +1 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +7 -9
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/pluginHooks/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/pluginHooks/index.js +1 -0
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +21 -0
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +7 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +1 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +4 -1
- package/es/components/iho-table/src/utils/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +24 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +24 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +9 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +7 -1
- package/es/components/shortcut-setter/index.d.ts +7 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +7 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +1 -0
- package/es/shared/components/DateIcon/index.d.ts +2 -0
- package/es/shared/components/DateIcon/index.js +1 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +14 -0
- package/package.json +76 -76
package/package.json
CHANGED
@@ -1,76 +1,76 @@
|
|
1
|
-
{
|
2
|
-
"name": "cnhis-design-vue",
|
3
|
-
"version": "3.
|
4
|
-
"license": "ISC",
|
5
|
-
"module": "./es/components/index.js",
|
6
|
-
"main": "./es/components/index.js",
|
7
|
-
"types": "./es/components/index.d.ts",
|
8
|
-
"sideEffects": [
|
9
|
-
"es/components/**/style/*",
|
10
|
-
"es/components/*(.css,.less)"
|
11
|
-
],
|
12
|
-
"files": [
|
13
|
-
"es",
|
14
|
-
"README.md"
|
15
|
-
],
|
16
|
-
"peerDependencies": {
|
17
|
-
"@fullcalendar/core": "^6.1.10",
|
18
|
-
"@fullcalendar/interaction": "^6.1.10",
|
19
|
-
"@fullcalendar/resource": "^6.1.10",
|
20
|
-
"@fullcalendar/resource-timegrid": "^6.1.10",
|
21
|
-
"@fullcalendar/scrollgrid": "^6.1.10",
|
22
|
-
"@fullcalendar/vue3": "^6.1.10",
|
23
|
-
"naive-ui": "^2.34.0",
|
24
|
-
"vue": "^3.2.0",
|
25
|
-
"vxe-table": "^4.2.5"
|
26
|
-
},
|
27
|
-
"dependencies": {
|
28
|
-
"@formily/core": "2.1.9",
|
29
|
-
"@formily/path": "2.1.9",
|
30
|
-
"@formily/reactive": "2.1.9",
|
31
|
-
"@formily/vue": "2.1.9",
|
32
|
-
"@vicons/ionicons5": "^0.12.0",
|
33
|
-
"@vueuse/core": "^8.6.0",
|
34
|
-
"@vueuse/shared": "^8.6.0",
|
35
|
-
"@wangeditor/editor": "^5.1.1",
|
36
|
-
"@wangeditor/editor-for-vue": "^5.1.11",
|
37
|
-
"axios": "^0.27.2",
|
38
|
-
"bpmn-js": "^9.2.2",
|
39
|
-
"bpmnlint-utils": "^1.0.2",
|
40
|
-
"date-fns": "^2.30.0",
|
41
|
-
"diagram-js": "^8.7.1",
|
42
|
-
"ids": "^1.0.0",
|
43
|
-
"inherits": "^2.0.4",
|
44
|
-
"lodash": "^4.17.21",
|
45
|
-
"lodash-es": "^4.17.21",
|
46
|
-
"lodash-unified": "^1.0.2",
|
47
|
-
"min-dash": "^3.8.1",
|
48
|
-
"min-dom": "^3.2.1",
|
49
|
-
"moment": "^2.29.1",
|
50
|
-
"naive-ui": "^2.34.0",
|
51
|
-
"recorder-core": "^1.2.23070100",
|
52
|
-
"socket.io-client": "^4.7.3",
|
53
|
-
"sockjs-client": "^1.6.1",
|
54
|
-
"sortablejs": "^1.15.0",
|
55
|
-
"spark-md5": "^3.0.2",
|
56
|
-
"stompjs": "^2.3.3",
|
57
|
-
"tiny-svg": "^2.2.4",
|
58
|
-
"trtc-sdk-v5": "^5.5.2",
|
59
|
-
"v-viewer": "^3.0.10",
|
60
|
-
"video.js": "^7.19.2",
|
61
|
-
"videojs-contrib-hls": "^5.15.0",
|
62
|
-
"viewerjs": "^1.10.5",
|
63
|
-
"vue": "^3.2.0",
|
64
|
-
"vue-simple-uploader": "^1.0.0-beta.5",
|
65
|
-
"xe-utils": "^3.5.4"
|
66
|
-
},
|
67
|
-
"browserslist": [
|
68
|
-
"defaults",
|
69
|
-
"not ie < 8",
|
70
|
-
"last 2 versions",
|
71
|
-
"> 1%",
|
72
|
-
"iOS 7",
|
73
|
-
"last 3 iOS versions"
|
74
|
-
],
|
75
|
-
"gitHead": "
|
76
|
-
}
|
1
|
+
{
|
2
|
+
"name": "cnhis-design-vue",
|
3
|
+
"version": "3.3.1-beta.1",
|
4
|
+
"license": "ISC",
|
5
|
+
"module": "./es/components/index.js",
|
6
|
+
"main": "./es/components/index.js",
|
7
|
+
"types": "./es/components/index.d.ts",
|
8
|
+
"sideEffects": [
|
9
|
+
"es/components/**/style/*",
|
10
|
+
"es/components/*(.css,.less)"
|
11
|
+
],
|
12
|
+
"files": [
|
13
|
+
"es",
|
14
|
+
"README.md"
|
15
|
+
],
|
16
|
+
"peerDependencies": {
|
17
|
+
"@fullcalendar/core": "^6.1.10",
|
18
|
+
"@fullcalendar/interaction": "^6.1.10",
|
19
|
+
"@fullcalendar/resource": "^6.1.10",
|
20
|
+
"@fullcalendar/resource-timegrid": "^6.1.10",
|
21
|
+
"@fullcalendar/scrollgrid": "^6.1.10",
|
22
|
+
"@fullcalendar/vue3": "^6.1.10",
|
23
|
+
"naive-ui": "^2.34.0",
|
24
|
+
"vue": "^3.2.0",
|
25
|
+
"vxe-table": "^4.2.5"
|
26
|
+
},
|
27
|
+
"dependencies": {
|
28
|
+
"@formily/core": "2.1.9",
|
29
|
+
"@formily/path": "2.1.9",
|
30
|
+
"@formily/reactive": "2.1.9",
|
31
|
+
"@formily/vue": "2.1.9",
|
32
|
+
"@vicons/ionicons5": "^0.12.0",
|
33
|
+
"@vueuse/core": "^8.6.0",
|
34
|
+
"@vueuse/shared": "^8.6.0",
|
35
|
+
"@wangeditor/editor": "^5.1.1",
|
36
|
+
"@wangeditor/editor-for-vue": "^5.1.11",
|
37
|
+
"axios": "^0.27.2",
|
38
|
+
"bpmn-js": "^9.2.2",
|
39
|
+
"bpmnlint-utils": "^1.0.2",
|
40
|
+
"date-fns": "^2.30.0",
|
41
|
+
"diagram-js": "^8.7.1",
|
42
|
+
"ids": "^1.0.0",
|
43
|
+
"inherits": "^2.0.4",
|
44
|
+
"lodash": "^4.17.21",
|
45
|
+
"lodash-es": "^4.17.21",
|
46
|
+
"lodash-unified": "^1.0.2",
|
47
|
+
"min-dash": "^3.8.1",
|
48
|
+
"min-dom": "^3.2.1",
|
49
|
+
"moment": "^2.29.1",
|
50
|
+
"naive-ui": "^2.34.0",
|
51
|
+
"recorder-core": "^1.2.23070100",
|
52
|
+
"socket.io-client": "^4.7.3",
|
53
|
+
"sockjs-client": "^1.6.1",
|
54
|
+
"sortablejs": "^1.15.0",
|
55
|
+
"spark-md5": "^3.0.2",
|
56
|
+
"stompjs": "^2.3.3",
|
57
|
+
"tiny-svg": "^2.2.4",
|
58
|
+
"trtc-sdk-v5": "^5.5.2",
|
59
|
+
"v-viewer": "^3.0.10",
|
60
|
+
"video.js": "^7.19.2",
|
61
|
+
"videojs-contrib-hls": "^5.15.0",
|
62
|
+
"viewerjs": "^1.10.5",
|
63
|
+
"vue": "^3.2.0",
|
64
|
+
"vue-simple-uploader": "^1.0.0-beta.5",
|
65
|
+
"xe-utils": "^3.5.4"
|
66
|
+
},
|
67
|
+
"browserslist": [
|
68
|
+
"defaults",
|
69
|
+
"not ie < 8",
|
70
|
+
"last 2 versions",
|
71
|
+
"> 1%",
|
72
|
+
"iOS 7",
|
73
|
+
"last 3 iOS versions"
|
74
|
+
],
|
75
|
+
"gitHead": "6f7e8e464d0a2fd58e33b1f4223b88ba5e3c9fec"
|
76
|
+
}
|