cnhis-design-vue 3.1.31-beta.3 → 3.1.31-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 (82) hide show
  1. package/README.md +123 -123
  2. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  3. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  4. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  5. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  6. package/es/components/button-print/index.d.ts +7 -5
  7. package/es/components/button-print/src/ButtonPrint.vue.d.ts +7 -5
  8. package/es/components/button-print/src/components/{edit.js → EditFormat.js} +3 -3
  9. package/es/components/button-print/src/components/{edit.vue.d.ts → EditFormat.vue.d.ts} +3 -2
  10. package/es/components/button-print/src/components/IdentityVerification.js +2 -2
  11. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -5
  12. package/es/components/button-print/src/components/Preview.js +6 -0
  13. package/es/components/button-print/src/components/Preview.vue.d.ts +41 -0
  14. package/es/components/button-print/src/components/Preview.vue_vue_type_script_setup_true_lang.js +67 -0
  15. package/es/components/button-print/src/utils/browserPrint.d.ts +1 -1
  16. package/es/components/button-print/src/utils/browserPrint.js +1 -2
  17. package/es/components/button-print/src/utils/dialog.d.ts +5 -1
  18. package/es/components/button-print/src/utils/dialog.js +64 -22
  19. package/es/components/button-print/src/utils/print.d.ts +4 -1
  20. package/es/components/button-print/src/utils/print.js +11 -2
  21. package/es/components/button-print/style/index.css +1 -1
  22. package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
  23. package/es/components/iho-table/index.d.ts +124 -66
  24. package/es/components/iho-table/src/IhoTable.js +2 -1
  25. package/es/components/iho-table/src/IhoTable.vue.d.ts +124 -66
  26. package/es/components/iho-table/src/components/IhoTableColumn.js +14 -11
  27. package/es/components/iho-table/src/constants/index.d.ts +5 -3
  28. package/es/components/iho-table/src/constants/index.js +5 -3
  29. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +64 -5
  30. package/es/components/iho-table/src/hooks/tapHooks/index.js +17 -9
  31. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +60 -1
  32. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -2
  33. package/es/components/iho-table/src/hooks/useTableContext.d.ts +1 -1
  34. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +3 -2
  35. package/es/components/iho-table/src/plugins/filterPlugin/filter.js +1 -0
  36. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +1 -1
  37. package/es/components/iho-table/src/plugins/index.js +14 -12
  38. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -0
  39. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +32 -0
  40. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
  41. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +9 -11
  42. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +11 -15
  43. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +17 -24
  44. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +11 -13
  45. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.js +2 -1
  46. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
  47. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +8 -11
  48. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +13 -17
  49. package/es/components/iho-table/src/types/index.d.ts +6 -6
  50. package/es/components/iho-table/src/types/pluginType.d.ts +2 -1
  51. package/es/components/iho-table/src/utils/index.d.ts +12 -2
  52. package/es/components/iho-table/src/utils/index.js +33 -2
  53. package/es/components/iho-table/style/index.css +1 -1
  54. package/es/components/index.css +1 -1
  55. package/es/components/keyboard/index.d.ts +113 -63
  56. package/es/components/keyboard/src/Keyboard.js +108 -252
  57. package/es/components/keyboard/src/Keyboard.vue.d.ts +115 -65
  58. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +6 -4
  59. package/es/components/keyboard/src/components/NumberPanel.js +206 -0
  60. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +118 -0
  61. package/es/components/scale-view/index.d.ts +3 -2
  62. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -2
  63. package/es/components/search-cascader/src/components/SearchMenu.js +5 -5
  64. package/es/shared/assets/img/failure.js +1 -1
  65. package/es/shared/assets/img/icon-asc.js +1 -1
  66. package/es/shared/assets/img/icon-desc.js +1 -1
  67. package/es/shared/assets/img/no-permission.js +1 -1
  68. package/es/shared/assets/img/nodata.js +1 -1
  69. package/es/shared/assets/img/notfound.js +1 -1
  70. package/es/shared/assets/img/qr.js +1 -1
  71. package/es/shared/assets/img/success.js +1 -1
  72. package/es/shared/assets/img/video.js +1 -1
  73. package/es/shared/assets/img/video_default_cover.js +1 -1
  74. package/es/shared/assets/img/video_hover.js +1 -1
  75. package/es/shared/assets/img/video_play_hover.js +1 -1
  76. package/es/shared/assets/img/xb_big.js +1 -1
  77. package/es/shared/assets/img/xb_small.js +1 -1
  78. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  79. package/es/shared/utils/index.d.ts +1 -1
  80. package/es/shared/utils/index.js +3 -3
  81. package/es/shared/utils/tapable/index.d.ts +139 -0
  82. 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.