cnhis-design-vue 3.1.42-release.4 → 3.1.42-release.6

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 (151) hide show
  1. package/README.md +87 -87
  2. package/es/components/big-table/src/BigTable.vue2.js +1 -1
  3. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  5. package/es/components/big-table/src/hooks/useEvent.js +1 -1
  6. package/es/components/big-table/src/hooks/useFormat.js +1 -1
  7. package/es/components/big-table/src/hooks/useNestTable.js +1 -1
  8. package/es/components/big-table/src/hooks/useTableParse.js +1 -1
  9. package/es/components/big-table/src/utils.d.ts +11 -1
  10. package/es/components/big-table/src/utils.js +1 -1
  11. package/es/components/button-print/index.d.ts +28 -3
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +28 -4
  13. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  14. package/es/components/button-print/src/utils/print.js +1 -1
  15. package/es/components/form-config/index.d.ts +48 -7
  16. package/es/components/form-config/src/FormConfig.vue.d.ts +48 -7
  17. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -1
  18. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +26 -4
  19. package/es/components/form-config/src/constants/index.d.ts +8 -1
  20. package/es/components/form-config/src/constants/index.js +1 -1
  21. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  22. package/es/components/form-render/index.d.ts +14 -1
  23. package/es/components/form-render/src/FormRender.vue.d.ts +14 -1
  24. package/es/components/form-render/src/FormRender.vue.js +1 -1
  25. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +14 -1
  26. package/es/components/form-render/src/components/renderer/date.d.ts +4 -0
  27. package/es/components/form-render/src/components/renderer/date.js +1 -1
  28. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +18 -0
  29. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  30. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -0
  31. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  32. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  33. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  34. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  35. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  36. package/es/components/form-render/src/types/fieldItem.d.ts +8 -1
  37. package/es/components/form-render/src/types/index.d.ts +2 -2
  38. package/es/components/form-render/style/index.css +1 -1
  39. package/es/components/iho-table/index.d.ts +17 -3
  40. package/es/components/iho-table/src/IhoTable.vue.d.ts +17 -3
  41. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  42. package/es/components/iho-table/src/constants/index.d.ts +3 -2
  43. package/es/components/iho-table/src/constants/index.js +1 -1
  44. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  45. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +19 -19
  46. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +60 -237
  47. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -4
  48. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +4 -16
  49. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +2 -2
  50. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
  51. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  52. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -1
  53. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
  54. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +48 -0
  55. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.js +1 -0
  56. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -0
  57. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.js +1 -0
  58. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  59. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +1 -1
  60. package/es/components/iho-table/src/plugins/index.js +1 -1
  61. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  62. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +25 -3
  63. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  64. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  65. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -1
  66. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -0
  67. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
  68. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
  69. package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -0
  70. package/es/components/iho-table/src/plugins/rowDragPlugin/index.js +1 -0
  71. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  72. package/es/components/iho-table/src/types/index.d.ts +21 -2
  73. package/es/components/iho-table/src/types/pluginType.d.ts +13 -26
  74. package/es/components/iho-table/src/utils/index.d.ts +5 -3
  75. package/es/components/iho-table/src/utils/index.js +1 -1
  76. package/es/components/iho-table/style/index.css +1 -1
  77. package/es/components/index.css +1 -1
  78. package/es/components/index.d.ts +1 -0
  79. package/es/components/info-header/index.d.ts +29 -2
  80. package/es/components/info-header/src/InfoHeader.vue.d.ts +29 -2
  81. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  82. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -1
  83. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +14 -1
  84. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +15 -1
  85. package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
  86. package/es/components/info-header/style/index.css +1 -1
  87. package/es/components/scale-view/index.d.ts +9 -130
  88. package/es/components/scale-view/index.js +1 -1
  89. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -130
  90. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  91. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +1 -43
  92. package/es/components/scale-view/src/components/AnswerParse.vue.js +1 -1
  93. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -42
  94. package/es/components/scale-view/src/components/EvaluateCountdown.vue.js +1 -1
  95. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  96. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  97. package/es/components/scale-view/src/components/formitem/r-datetime.js +1 -1
  98. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  99. package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
  100. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +4 -4
  101. package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
  102. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  103. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  104. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
  105. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +5 -1
  106. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  107. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -1
  108. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -1
  109. package/es/components/scale-view/src/hooks/use-event.js +1 -1
  110. package/es/components/scale-view/src/types/index.d.ts +7 -0
  111. package/es/components/scale-view/src/types/index.js +1 -0
  112. package/es/components/scale-view/style/index.css +1 -1
  113. package/es/components/scale-view/style/scale-view-iconfont.ttf +0 -0
  114. package/es/components/search-cascader/index.d.ts +12 -1
  115. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +12 -1
  116. package/es/components/search-cascader/src/SearchCascader.vue.js +1 -1
  117. package/es/components/search-cascader/src/components/SearchMenu.d.ts +8 -1
  118. package/es/components/search-cascader/src/components/SearchMenu.js +1 -1
  119. package/es/components/search-cascader/src/constants/index.d.ts +1 -0
  120. package/es/components/search-cascader/src/constants/index.js +1 -1
  121. package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
  122. package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
  123. package/es/components/select-person/index.d.ts +57 -9
  124. package/es/components/select-person/src/SearchMultiple.vue.d.ts +125 -0
  125. package/es/components/select-person/src/SelectPerson.vue.d.ts +43 -7
  126. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  127. package/es/components/select-person/src/utils/index.js +1 -1
  128. package/es/components/select-person/style/index.css +1 -1
  129. package/es/components/shortcut-setter/index.d.ts +18 -2
  130. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -2
  131. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js +1 -1
  132. package/es/env.d.ts +25 -24
  133. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  134. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.js +1 -1
  135. package/es/shared/package.json.js +1 -0
  136. package/es/shared/utils/anime.d.ts +1 -1
  137. package/es/shared/utils/anime.js +1 -1
  138. package/es/shared/utils/index.d.ts +3 -14
  139. package/es/shared/utils/index.js +1 -1
  140. package/es/shared/utils/vexutils.d.ts +2 -2
  141. package/es/shared/utils/vexutils.js +1 -1
  142. package/es/shared/utils/vexutilsExpand.d.ts +254 -0
  143. package/es/shared/utils/vexutilsExpand.js +1 -0
  144. package/package.json +2 -2
  145. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  146. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  147. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  148. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  149. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  150. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  151. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -47,6 +47,7 @@ export declare enum EDITABLE_WIDGET_TYPE {
47
47
  INPUT = "INPUT",
48
48
  SEPARATE = "SEPARATE",
49
49
  SELECT = "SELECT",
50
+ SELECT_MORE = "SELECT_MORE",
50
51
  DATE = "DATE",
51
52
  TIME = "TIME",
52
53
  NUMBER = "NUMBER"
@@ -69,8 +70,8 @@ export declare enum IHO_TABLE_FIXED_STATUS {
69
70
  left = 1,
70
71
  right = 2
71
72
  }
72
- export declare const IhoTableCustomEventNameTuple: readonly ["formChange", "settingClick", "formClick", "keyboard"];
73
- export declare const IhoTableEventNameTuple: readonly ["formChange", "settingClick", "formClick", "keyboard", ...("toggleRowExpand" | "toggleTreeExpand" | "copy" | "scroll" | "cut" | "paste" | "keydown" | "keydownStart" | "keydownEnd" | "currentChange" | "radioChange" | "checkboxChange" | "checkboxAll" | "checkboxRangeStart" | "checkboxRangeChange" | "checkboxRangeEnd" | "cellClick" | "cellDblclick" | "cellMenu" | "cellMouseenter" | "cellMouseleave" | "headerCellClick" | "headerCellDblclick" | "headerCellMenu" | "footerCellClick" | "footerCellDblclick" | "footerCellMenu" | "sortChange" | "filterChange" | "filterVisible" | "resizableChange" | "menuClick" | "editClosed" | "editActived" | "editDisabled" | "validError" | "custom" | "openFnr" | "fnrChange" | "fnrFind" | "fnrFindAll" | "fnrReplace" | "fnrReplaceAll" | "cellAreaCopy" | "cellAreaCut" | "cellAreaPaste" | "cellAreaMerge" | "clearCellAreaMerge" | "headerCellAreaSelection" | "cellAreaSelectionStart" | "cellAreaSelectionDrag" | "cellAreaSelectionEnd" | "cellAreaExtensionStart" | "cellAreaExtensionDrag" | "cellAreaExtensionEnd" | "cellAreaArrowsStart" | "cellAreaArrowsEnd" | "activeCellChangeStart" | "activeCellChangeEnd")[]];
73
+ export declare const IhoTableCustomEventNameTuple: readonly ["formChange", "settingClick", "formClick", "keyboard", "rowDrag"];
74
+ export declare const IhoTableEventNameTuple: readonly ["formChange", "settingClick", "formClick", "keyboard", "rowDrag", ...("toggleRowExpand" | "toggleTreeExpand" | "copy" | "scroll" | "cut" | "paste" | "keydown" | "keydownStart" | "keydownEnd" | "currentChange" | "radioChange" | "checkboxChange" | "checkboxAll" | "checkboxRangeStart" | "checkboxRangeChange" | "checkboxRangeEnd" | "cellClick" | "cellDblclick" | "cellMenu" | "cellMouseenter" | "cellMouseleave" | "headerCellClick" | "headerCellDblclick" | "headerCellMenu" | "footerCellClick" | "footerCellDblclick" | "footerCellMenu" | "sortChange" | "filterChange" | "filterVisible" | "resizableChange" | "menuClick" | "editClosed" | "editActived" | "editDisabled" | "validError" | "custom" | "openFnr" | "fnrChange" | "fnrFind" | "fnrFindAll" | "fnrReplace" | "fnrReplaceAll" | "cellAreaCopy" | "cellAreaCut" | "cellAreaPaste" | "cellAreaMerge" | "clearCellAreaMerge" | "headerCellAreaSelection" | "cellAreaSelectionStart" | "cellAreaSelectionDrag" | "cellAreaSelectionEnd" | "cellAreaExtensionStart" | "cellAreaExtensionDrag" | "cellAreaExtensionEnd" | "cellAreaArrowsStart" | "cellAreaArrowsEnd" | "activeCellChangeStart" | "activeCellChangeEnd")[]];
74
75
  export declare const InjectionIhoTableConfig: InjectionKey<Ref<IhoTableConfig>>;
75
76
  export declare const InjectionIhoTableFieldList: InjectionKey<Ref<IhoTableFieldItem[]>>;
76
77
  export declare const InjectionIhoTableEmits: InjectionKey<IhoTableEmits>;
@@ -1 +1 @@
1
- import{eventListener2EventName as e}from"../utils/index.js";var o=(e=>(e.DEFAULT="DEFAULT",e.PICTURE="PICTURE",e.FILE="FILE",e.MONEY="MONEY",e.HEADPORTRAIT="HEADPORTRAIT",e.LABEL="LABEL",e.TELEPHONE="TELEPHONE",e.BIRTHDAY="BIRTHDAY",e.MULTISELECT="MULTISELECT",e.CASCADE="CASCADE",e.SEARCH_TREE="SEARCH_TREE",e.COLOR="COLOR",e.EVALUATE="EVALUATE",e.MAP="MAP",e.VIDEO="VIDEO",e.SYSTEMFIELDS="SYSTEMFIELDS",e.PERCENTAGE="PERCENTAGE",e.CANDIDATE_COMPONENTS="CANDIDATE_COMPONENTS",e.TASKDATE="TASKDATE",e.AGE="AGE",e.STATUS="STATUS",e.WEBSITE="WEBSITE",e.IDCARD="IDCARD",e.COUNTDOWN="COUNTDOWN",e.DURATION="DURATION",e.COMBINATION="COMBINATION",e.PASSWORD="PASSWORD",e.QR_CODE="QR_CODE",e.CUSTOMER_NAME="CUSTOMER_NAME",e.BANK_CARD="BANK_CARD",e.SEQUENCE="SEQUENCE",e.VARIABLE_HEIGHT="VARIABLE_HEIGHT",e))(o||{});const n=Object.freeze(["onKeydownStart","onKeydown","onKeydownEnd","onPaste","onCopy","onCut","onCurrentChange","onRadioChange","onCheckboxChange","onCheckboxAll","onCheckboxRangeStart","onCheckboxRangeChange","onCheckboxRangeEnd","onCellClick","onCellDblclick","onCellMenu","onCellMouseenter","onCellMouseleave","onHeaderCellClick","onHeaderCellDblclick","onHeaderCellMenu","onFooterCellClick","onFooterCellDblclick","onFooterCellMenu","onSortChange","onFilterChange","onFilterVisible","onResizableChange","onToggleRowExpand","onToggleTreeExpand","onMenuClick","onEditClosed","onEditActived","onEditDisabled","onValidError","onScroll","onCustom","onOpenFnr","onFnrChange","onFnrFind","onFnrFindAll","onFnrReplace","onFnrReplaceAll","onCellAreaCopy","onCellAreaCut","onCellAreaPaste","onCellAreaMerge","onClearCellAreaMerge","onHeaderCellAreaSelection","onCellAreaSelectionStart","onCellAreaSelectionDrag","onCellAreaSelectionEnd","onCellAreaExtensionStart","onCellAreaExtensionDrag","onCellAreaExtensionEnd","onCellAreaArrowsStart","onCellAreaArrowsEnd","onActiveCellChangeStart","onActiveCellChangeEnd"]),E=n.map(e),l=Object.freeze(["firstRowGroup","secondRowGroup","thirdRowGroup","fourthRowGroup","fifthRowGroup","sixthRowGroup","seventhRowGroup","eighthRowGroup","ninthRowGroup","tenthRowGroup"]),C=-1/0,A=1/0;var T=(e=>(e.INPUT="INPUT",e.SEPARATE="SEPARATE",e.SELECT="SELECT",e.DATE="DATE",e.TIME="TIME",e.NUMBER="NUMBER",e))(T||{}),r=(e=>(e[e.NEGATIVE=0]="NEGATIVE",e[e.POSITIVE=1]="POSITIVE",e))(r||{}),t=(e=>(e.NEGATIVE="0",e.POSITIVE="1",e))(t||{}),a=(e=>(e.NOT_TREE="0",e.UNKNOWN="1",e.TRANSFORM_TREE_TYPE="2",e.TRANSFORM_WITH_SPAN_METHOD="3",e))(a||{}),i=(e=>(e[e.left=1]="left",e[e.right=2]="right",e))(i||{});const I=["formChange","settingClick","formClick","keyboard"],S=[...I,...E],R=Symbol("injectionIhoTableConfig"),O=Symbol("injectionIhoTableFieldList"),D=Symbol("InjectionIhoTableEmits"),N=Symbol("InjectionIhoTableAnnotation"),c=Symbol("InjectionIhoTableUUID"),h=Symbol("InjectionIhoTableInstance"),d=Symbol("InjectionIhoTableHandler"),M=Symbol("InjectionIhoTableEventListener");export{T as EDITABLE_WIDGET_TYPE,C as HIGHEST_PRIORITY,i as IHO_TABLE_FIXED_STATUS,r as IHO_TABLE_NUMBER_STATUS,t as IHO_TABLE_STRING_STATUS,a as IHO_TABLE_TREE_TYPE,I as IhoTableCustomEventNameTuple,S as IhoTableEventNameTuple,l as IhoTableRowGroupSequence,N as InjectionIhoTableAnnotation,R as InjectionIhoTableConfig,D as InjectionIhoTableEmits,M as InjectionIhoTableEventListener,O as InjectionIhoTableFieldList,d as InjectionIhoTableHandler,h as InjectionIhoTableInstance,c as InjectionIhoTableUUID,A as LOWEST_PRIORITY,n as VxeEventListenerNameList,E as VxeTableEventNameList,o as WIDGET_TYPE};
1
+ import{eventListener2EventName as e}from"../utils/index.js";var o=(e=>(e.DEFAULT="DEFAULT",e.PICTURE="PICTURE",e.FILE="FILE",e.MONEY="MONEY",e.HEADPORTRAIT="HEADPORTRAIT",e.LABEL="LABEL",e.TELEPHONE="TELEPHONE",e.BIRTHDAY="BIRTHDAY",e.MULTISELECT="MULTISELECT",e.CASCADE="CASCADE",e.SEARCH_TREE="SEARCH_TREE",e.COLOR="COLOR",e.EVALUATE="EVALUATE",e.MAP="MAP",e.VIDEO="VIDEO",e.SYSTEMFIELDS="SYSTEMFIELDS",e.PERCENTAGE="PERCENTAGE",e.CANDIDATE_COMPONENTS="CANDIDATE_COMPONENTS",e.TASKDATE="TASKDATE",e.AGE="AGE",e.STATUS="STATUS",e.WEBSITE="WEBSITE",e.IDCARD="IDCARD",e.COUNTDOWN="COUNTDOWN",e.DURATION="DURATION",e.COMBINATION="COMBINATION",e.PASSWORD="PASSWORD",e.QR_CODE="QR_CODE",e.CUSTOMER_NAME="CUSTOMER_NAME",e.BANK_CARD="BANK_CARD",e.SEQUENCE="SEQUENCE",e.VARIABLE_HEIGHT="VARIABLE_HEIGHT",e))(o||{});const n=Object.freeze(["onKeydownStart","onKeydown","onKeydownEnd","onPaste","onCopy","onCut","onCurrentChange","onRadioChange","onCheckboxChange","onCheckboxAll","onCheckboxRangeStart","onCheckboxRangeChange","onCheckboxRangeEnd","onCellClick","onCellDblclick","onCellMenu","onCellMouseenter","onCellMouseleave","onHeaderCellClick","onHeaderCellDblclick","onHeaderCellMenu","onFooterCellClick","onFooterCellDblclick","onFooterCellMenu","onSortChange","onFilterChange","onFilterVisible","onResizableChange","onToggleRowExpand","onToggleTreeExpand","onMenuClick","onEditClosed","onEditActived","onEditDisabled","onValidError","onScroll","onCustom","onOpenFnr","onFnrChange","onFnrFind","onFnrFindAll","onFnrReplace","onFnrReplaceAll","onCellAreaCopy","onCellAreaCut","onCellAreaPaste","onCellAreaMerge","onClearCellAreaMerge","onHeaderCellAreaSelection","onCellAreaSelectionStart","onCellAreaSelectionDrag","onCellAreaSelectionEnd","onCellAreaExtensionStart","onCellAreaExtensionDrag","onCellAreaExtensionEnd","onCellAreaArrowsStart","onCellAreaArrowsEnd","onActiveCellChangeStart","onActiveCellChangeEnd"]),E=n.map(e),l=Object.freeze(["firstRowGroup","secondRowGroup","thirdRowGroup","fourthRowGroup","fifthRowGroup","sixthRowGroup","seventhRowGroup","eighthRowGroup","ninthRowGroup","tenthRowGroup"]),C=-1/0,A=1/0;var T=(e=>(e.INPUT="INPUT",e.SEPARATE="SEPARATE",e.SELECT="SELECT",e.SELECT_MORE="SELECT_MORE",e.DATE="DATE",e.TIME="TIME",e.NUMBER="NUMBER",e))(T||{}),r=(e=>(e[e.NEGATIVE=0]="NEGATIVE",e[e.POSITIVE=1]="POSITIVE",e))(r||{}),t=(e=>(e.NEGATIVE="0",e.POSITIVE="1",e))(t||{}),a=(e=>(e.NOT_TREE="0",e.UNKNOWN="1",e.TRANSFORM_TREE_TYPE="2",e.TRANSFORM_WITH_SPAN_METHOD="3",e))(a||{}),S=(e=>(e[e.left=1]="left",e[e.right=2]="right",e))(S||{});const i=["formChange","settingClick","formClick","keyboard","rowDrag"],I=[...i,...E],R=Symbol("injectionIhoTableConfig"),O=Symbol("injectionIhoTableFieldList"),D=Symbol("InjectionIhoTableEmits"),N=Symbol("InjectionIhoTableAnnotation"),c=Symbol("InjectionIhoTableUUID"),h=Symbol("InjectionIhoTableInstance"),M=Symbol("InjectionIhoTableHandler"),d=Symbol("InjectionIhoTableEventListener");export{T as EDITABLE_WIDGET_TYPE,C as HIGHEST_PRIORITY,S as IHO_TABLE_FIXED_STATUS,r as IHO_TABLE_NUMBER_STATUS,t as IHO_TABLE_STRING_STATUS,a as IHO_TABLE_TREE_TYPE,i as IhoTableCustomEventNameTuple,I as IhoTableEventNameTuple,l as IhoTableRowGroupSequence,N as InjectionIhoTableAnnotation,R as InjectionIhoTableConfig,D as InjectionIhoTableEmits,d as InjectionIhoTableEventListener,O as InjectionIhoTableFieldList,M as InjectionIhoTableHandler,h as InjectionIhoTableInstance,c as InjectionIhoTableUUID,A as LOWEST_PRIORITY,n as VxeEventListenerNameList,E as VxeTableEventNameList,o as WIDGET_TYPE};
@@ -2,7 +2,7 @@ import { AnyObject, Nullable } from '../../../../../../es/shared/types';
2
2
  import { MaybeRef } from '@vueuse/core';
3
3
  import { Ref } from 'vue';
4
4
  import { VxeTableInstance } from 'vxe-table';
5
- import { ConfigHookContext, IhoTableConfig, IhoTableEmits, IhoTableFieldItem, IhoTableHandler, TableHooks } from '../../../../../../es/components/iho-table/src/types';
5
+ import { IhoTableHandlerContext, IhoTableConfig, IhoTableEmits, IhoTableFieldItem, IhoTableHandler, TableHooks } from '../../../../../../es/components/iho-table/src/types';
6
6
  export declare const createTableHooks: () => Readonly<{
7
7
  configHooks: import("../../../../../../es/components/iho-table/src/types").AbstractConfigHooks;
8
8
  fieldHooks: import("../../../../../../es/components/iho-table/src/types").AbstractFieldHooks;
@@ -12,7 +12,7 @@ export declare const createTableHooks: () => Readonly<{
12
12
  domInsertHooks: import("../../../../../../es/components/iho-table/src/types").AbstractDomInsertHooks;
13
13
  exposeHooks: import("../../../../../../es/components/iho-table/src/types").AbstractExposeHooks;
14
14
  }>;
15
- export declare function applyTableConfigHooks(hooks: TableHooks, config: IhoTableConfig, context: ConfigHookContext): IhoTableConfig;
15
+ export declare function applyTableConfigHooks(hooks: TableHooks, config: IhoTableConfig, context: IhoTableHandlerContext): IhoTableConfig;
16
16
  export declare function applyTableFieldHooks(hooks: TableHooks, fieldList: IhoTableFieldItem[], config: IhoTableConfig, context: {
17
17
  $table: Ref<Nullable<VxeTableInstance>>;
18
18
  emits: IhoTableEmits;
@@ -1,30 +1,30 @@
1
1
  import { SyncWaterfallHook } from '../../../../../../es/shared/utils/tapable';
2
- import { ConfigHookContext, IhoTableConfig } from '../../../../../../es/components/iho-table/src/types';
2
+ import { IhoTableHandlerContext, IhoTableConfig } from '../../../../../../es/components/iho-table/src/types';
3
3
  import { AbstractConfigHooks } from '../../../../../../es/components/iho-table/src/types';
4
4
  declare class ConfigHooks extends AbstractConfigHooks {
5
- readonly config: SyncWaterfallHook<[IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
6
- readonly rowConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.RowConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
7
- readonly editConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.EditConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
5
+ readonly config: SyncWaterfallHook<[IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
6
+ readonly rowConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.RowConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
7
+ readonly editConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.EditConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
8
8
  readonly columnConfig: SyncWaterfallHook<[(import("vxe-table").VxeTablePropTypes.ColumnConfig & {
9
9
  seqSlotFn: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
10
- }) | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
11
- readonly resizableConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ResizableConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
12
- readonly seqConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.SeqConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
13
- readonly sortConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.SortConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
14
- readonly filterConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.FilterConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
15
- readonly radioConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.RadioConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
10
+ }) | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
11
+ readonly resizableConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ResizableConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
12
+ readonly seqConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.SeqConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
13
+ readonly sortConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.SortConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
14
+ readonly filterConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.FilterConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
15
+ readonly radioConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.RadioConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
16
16
  readonly checkboxConfig: SyncWaterfallHook<[(import("vxe-table").VxeTablePropTypes.CheckboxConfig & Partial<import("vxe-table").VxeTablePropTypes.CheckboxConfig & {
17
17
  slots: import("vxe-table").VxeColumnPropTypes.Slots;
18
18
  maxCheckSize: number;
19
- }>) | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
20
- readonly expandConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ExpandConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
21
- readonly treeConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.TreeConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
22
- readonly mouseConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.MouseConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
23
- readonly menuConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.MenuConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
24
- readonly keyboardConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.KeyboardConfig | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
25
- readonly scrollY: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ScrollY | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
26
- readonly scrollX: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ScrollX | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
27
- readonly editRules: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.EditRules | undefined, IhoTableConfig, ConfigHookContext], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
19
+ }>) | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
20
+ readonly expandConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ExpandConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
21
+ readonly treeConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.TreeConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
22
+ readonly mouseConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.MouseConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
23
+ readonly menuConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.MenuConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
24
+ readonly keyboardConfig: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.KeyboardConfig | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
25
+ readonly scrollY: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ScrollY | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
26
+ readonly scrollX: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.ScrollX | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
27
+ readonly editRules: SyncWaterfallHook<[import("vxe-table").VxeTablePropTypes.EditRules | undefined, IhoTableConfig, IhoTableHandlerContext<true>], import("../../../../../../es/shared/utils/tapable").UnsetAdditionalOptions>;
28
28
  }
29
29
  export declare function useConfigHooks(): {
30
30
  create: () => ConfigHooks;