cnhis-design-vue 3.2.7-beta.3 → 3.2.7-beta.5

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 (35) hide show
  1. package/es/components/fabric-chart/src/constants/index.d.ts +3 -1
  2. package/es/components/fabric-chart/src/constants/index.js +1 -1
  3. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +8 -3
  4. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  5. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -6
  6. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  7. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +0 -2
  8. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  9. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +8 -3
  10. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  11. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +8 -3
  13. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  14. package/es/components/fabric-chart/src/interface.d.ts +11 -1
  15. package/es/components/form-config/index.d.ts +3 -3
  16. package/es/components/form-config/src/FormConfig.vue.d.ts +3 -3
  17. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3 -3
  18. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  19. package/es/components/form-render/src/types/fieldItem.d.ts +2 -1
  20. package/es/components/iho-chat/index.d.ts +51 -2
  21. package/es/components/iho-chat/src/Index.vue.d.ts +51 -2
  22. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  23. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +29 -2
  24. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  25. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
  26. package/es/components/iho-chat/src/components/ContextMenu.d.ts +15 -2
  27. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  28. package/es/components/iho-chat/src/hooks/useScrollLoading.d.ts +1 -1
  29. package/es/components/iho-chat/src/hooks/useScrollLoading.js +1 -1
  30. package/es/components/iho-chat/style/index.css +1 -1
  31. package/es/components/index.css +1 -1
  32. package/es/components/shortcut-setter/index.d.ts +1 -1
  33. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
  34. package/es/shared/package.json.js +1 -1
  35. package/package.json +2 -2
@@ -219,7 +219,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
219
219
  wrapperStyle?: Record<string, string> | undefined;
220
220
  childFieldStrategy?: "checked" | "all" | undefined;
221
221
  childWidthMode?: "inner" | "outer" | undefined;
222
- validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
222
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
223
223
  reactions?: {
224
224
  [x: string]: any;
225
225
  dependencies?: string[] | undefined;
@@ -222,7 +222,7 @@ declare const _default: import("vue").DefineComponent<{
222
222
  wrapperStyle?: Record<string, string> | undefined;
223
223
  childFieldStrategy?: "checked" | "all" | undefined;
224
224
  childWidthMode?: "inner" | "outer" | undefined;
225
- validator?: ((value: unknown, fieldItem: FieldItem) => string | void) | undefined;
225
+ validator?: ((value: unknown, fieldItem: FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
226
226
  reactions?: {
227
227
  [x: string]: any;
228
228
  dependencies?: string[] | undefined;
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",i="3.2.7-beta.3",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.7-beta.3",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
1
+ var e="@cnhis-design-vue/shared",i="3.2.7-beta.5",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.7-beta.5",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.2.7-beta.3",
3
+ "version": "3.2.7-beta.5",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -72,5 +72,5 @@
72
72
  "iOS 7",
73
73
  "last 3 iOS versions"
74
74
  ],
75
- "gitHead": "e1f930ab9179de272e13163fdfbe58c0e1bcb22e"
75
+ "gitHead": "8608bbfc8f8273af160171d5f3b105559efd3463"
76
76
  }