cnhis-design-vue 3.1.42-release.9 → 3.1.43-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.
Files changed (81) hide show
  1. package/README.md +87 -87
  2. package/es/components/big-table/src/hooks/useEdit.d.ts +26 -26
  3. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  4. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  6. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  7. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1 -1
  8. package/es/components/date-picker/index.d.ts +27 -2
  9. package/es/components/date-picker/src/DatePicker.vue.d.ts +27 -2
  10. package/es/components/date-picker/src/DatePicker.vue.js +1 -1
  11. package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
  12. package/es/components/form-config/index.d.ts +5 -0
  13. package/es/components/form-config/src/FormConfig.vue.d.ts +5 -0
  14. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +20 -20
  15. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3 -0
  16. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +1 -1
  17. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +1 -1
  18. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
  19. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
  20. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -0
  21. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  22. package/es/components/form-render/src/hooks/useChangeContext.d.ts +1 -1
  23. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -1
  24. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  25. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  26. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  27. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  28. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  29. package/es/components/iho-table/src/hooks/useTableContext.d.ts +1 -1
  30. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
  31. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/index.d.ts +1 -0
  32. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/index.js +1 -0
  33. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +28 -3
  34. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
  35. package/es/components/iho-table/src/plugins/index.js +1 -1
  36. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
  37. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +27 -2
  38. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +4 -3
  39. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
  40. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  41. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
  42. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
  43. package/es/components/iho-table/src/types/index.d.ts +7 -7
  44. package/es/components/iho-table/src/types/pluginType.d.ts +21 -18
  45. package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
  46. package/es/components/index.d.ts +1 -0
  47. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +4 -4
  48. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +20 -20
  49. package/es/components/keyboard/index.d.ts +3 -1
  50. package/es/components/keyboard/src/Keyboard.vue.d.ts +3 -1
  51. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +3 -1
  52. package/es/components/keyboard/src/components/NumberPanel.vue.js +1 -1
  53. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  54. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
  55. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
  56. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
  57. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  58. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
  59. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
  60. package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
  61. package/es/components/select-person/index.d.ts +13 -0
  62. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  63. package/es/components/select-person/src/SelectPerson.vue.d.ts +13 -0
  64. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  65. package/es/components/select-person/src/utils/index.d.ts +1 -1
  66. package/es/components/select-person/src/utils/index.js +1 -1
  67. package/es/components/shortcut-setter/index.d.ts +1 -0
  68. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -0
  69. package/es/env.d.ts +25 -25
  70. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  71. package/es/shared/hooks/useDateTime.js +1 -1
  72. package/es/shared/package.json.js +1 -1
  73. package/es/shared/types/business.d.ts +15 -0
  74. package/es/shared/types/business.js +1 -0
  75. package/es/shared/types/index.d.ts +1 -1
  76. package/es/shared/utils/business.d.ts +11 -0
  77. package/es/shared/utils/business.js +1 -0
  78. package/es/shared/utils/index.d.ts +1 -5
  79. package/es/shared/utils/index.js +1 -1
  80. package/es/shared/utils/tapable/index.d.ts +139 -0
  81. package/package.json +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.