cnhis-design-vue 3.4.0-release.3 → 3.4.0-release.7

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 (214) hide show
  1. package/es/_virtual/_virtual_i18n-methods.js +5 -1
  2. package/es/components/audio-sdk/index.d.ts +4 -4
  3. package/es/components/audio-sdk/src/Index.vue.d.ts +4 -4
  4. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +4 -4
  5. package/es/components/audio-sdk/src/components/recording.vue.d.ts +4 -4
  6. package/es/components/base-search/index.d.ts +34 -0
  7. package/es/components/base-search/src/index.vue.d.ts +34 -0
  8. package/es/components/base-search/src/index.vue2.js +9 -1
  9. package/es/components/button-print/index.d.ts +32 -0
  10. package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -0
  11. package/es/components/button-print/src/ButtonPrint.vue2.js +4 -0
  12. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
  13. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +73 -48
  14. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +11 -0
  15. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -0
  16. package/es/components/button-print/src/utils/print.d.ts +1 -1
  17. package/es/components/button-print/src/utils/print.js +4 -2
  18. package/es/components/callback/src/components/render/popupMaps.d.ts +38 -24
  19. package/es/components/classification/index.d.ts +84 -0
  20. package/es/components/classification/src/components/search-filter/index.vue.d.ts +84 -0
  21. package/es/components/classification/src/components/set-classification/index.vue.d.ts +84 -0
  22. package/es/components/classification/src/index.vue.d.ts +84 -0
  23. package/es/components/classification/src/index.vue2.js +7 -0
  24. package/es/components/date-picker/index.d.ts +28 -0
  25. package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -0
  26. package/es/components/date-picker/src/DatePicker.vue2.js +26 -1
  27. package/es/components/expand-field/index.d.ts +31 -0
  28. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +31 -0
  29. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +31 -0
  30. package/es/components/expand-field/src/components/form.vue.d.ts +31 -0
  31. package/es/components/expand-field/src/index.vue.d.ts +31 -0
  32. package/es/components/fabric-chart/index.d.ts +3 -3
  33. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +3 -3
  34. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -0
  35. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +4 -4
  36. package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
  37. package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
  38. package/es/components/fabric-chart/src/constants/index.js +26 -11
  39. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
  40. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
  41. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
  42. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +15 -11
  43. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
  44. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +39 -27
  45. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +2 -2
  46. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -122
  47. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
  48. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
  49. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
  50. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
  51. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
  52. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
  53. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +6 -7
  54. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
  55. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
  56. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
  57. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
  58. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
  59. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
  60. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +5 -2
  61. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
  62. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
  63. package/es/components/fabric-chart/src/interface.d.ts +14 -1
  64. package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
  65. package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
  66. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  67. package/es/components/fabric-chart/src/utils/index.js +2 -10
  68. package/es/components/fabric-chart/style/index.css +1 -1
  69. package/es/components/field-editor/index.d.ts +1 -0
  70. package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -0
  71. package/es/components/field-set/src/FieldColor.vue.d.ts +57 -1
  72. package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
  73. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  74. package/es/components/field-set/src/FieldSet.vue2.js +3 -1
  75. package/es/components/field-set/src/components/condition.vue.d.ts +28 -0
  76. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +56 -0
  77. package/es/components/field-set/src/components/edit-filter.vue.d.ts +28 -0
  78. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  79. package/es/components/form-config/index.d.ts +24 -0
  80. package/es/components/form-config/src/FormConfig.vue.d.ts +24 -0
  81. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -0
  82. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -0
  83. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +48 -24
  84. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
  85. package/es/components/form-config/src/constants/index.d.ts +2 -0
  86. package/es/components/form-config/src/constants/index.js +2 -0
  87. package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
  88. package/es/components/form-render/index.d.ts +1 -0
  89. package/es/components/form-render/src/FormRender.vue.d.ts +1 -0
  90. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -0
  91. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
  92. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
  93. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
  94. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
  95. package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
  96. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
  97. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  98. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
  99. package/es/components/form-render/src/types/index.d.ts +1 -0
  100. package/es/components/form-render/src/utils/index.d.ts +1 -1
  101. package/es/components/form-render/src/utils/index.js +5 -2
  102. package/es/components/iho-chat/index.d.ts +2757 -300
  103. package/es/components/iho-chat/src/Index.vue.d.ts +2757 -300
  104. package/es/components/iho-chat/src/Index.vue2.js +5 -3
  105. package/es/components/iho-chat/src/api/index.d.ts +89 -16
  106. package/es/components/iho-chat/src/api/index.js +8 -1
  107. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +104 -22
  108. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +191 -29
  109. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +191 -29
  110. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +3 -0
  111. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +783 -101
  112. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +611 -51
  113. package/es/components/iho-chat/src/components/ChatMain.vue2.js +27 -28
  114. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +204 -14
  115. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +175 -10
  116. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +2 -1
  117. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +197 -29
  118. package/es/components/iho-chat/src/components/ChatSet.vue2.js +48 -11
  119. package/es/components/iho-chat/src/components/ContextMenu.js +7 -10
  120. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +88 -7
  121. package/es/components/iho-chat/src/components/MessageMarkdown.vue.d.ts +158 -0
  122. package/es/components/iho-chat/src/components/MessageMarkdown.vue.js +6 -0
  123. package/es/components/iho-chat/src/components/MessageMarkdown.vue2.js +51 -0
  124. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +176 -14
  125. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +192 -29
  126. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +2 -1
  127. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +91 -8
  128. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +121 -11
  129. package/es/components/iho-chat/src/components/Video.vue.d.ts +89 -8
  130. package/es/components/iho-chat/src/components/userItemRender.js +2 -1
  131. package/es/components/iho-chat/src/constants/index.d.ts +2 -1
  132. package/es/components/iho-chat/src/constants/index.js +1 -0
  133. package/es/components/iho-chat/src/hooks/useData.d.ts +374 -27
  134. package/es/components/iho-chat/src/hooks/useData.js +31 -10
  135. package/es/components/iho-chat/src/hooks/useStreamOutput.d.ts +6 -0
  136. package/es/components/iho-chat/src/hooks/useStreamOutput.js +100 -0
  137. package/es/components/iho-chat/src/hooks/useVideo.d.ts +89 -7
  138. package/es/components/iho-chat/src/hooks/useWebSocket.js +14 -4
  139. package/es/components/iho-chat/src/types/index.d.ts +39 -7
  140. package/es/components/iho-chat/src/utils/index.d.ts +2 -1
  141. package/es/components/iho-chat/src/utils/sseClient.d.ts +22 -0
  142. package/es/components/iho-chat/src/utils/sseClient.js +97 -0
  143. package/es/components/iho-chat/style/index.css +1 -1
  144. package/es/components/iho-table/index.d.ts +37 -24
  145. package/es/components/iho-table/src/IhoTable.vue.d.ts +37 -24
  146. package/es/components/iho-table/src/IhoTable.vue2.js +7 -2
  147. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  148. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +3 -3
  149. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  150. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
  151. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +30 -4
  152. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
  153. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
  154. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
  155. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +28 -0
  156. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +2 -2
  157. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +2 -2
  158. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  159. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
  160. package/es/components/iho-table/src/types/index.d.ts +3 -1
  161. package/es/components/index.css +1 -1
  162. package/es/components/info-header/index.d.ts +46 -2
  163. package/es/components/info-header/src/InfoHeader.vue.d.ts +46 -2
  164. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +41 -2
  165. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +2 -1
  166. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +41 -2
  167. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +20 -1
  168. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +20 -1
  169. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
  170. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +42 -2
  171. package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
  172. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -0
  173. package/es/components/scale-view/index.d.ts +1 -1
  174. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
  175. package/es/components/scale-view/src/ScaleView.vue2.js +9 -3
  176. package/es/components/scale-view/src/hooks/use-event.js +56 -22
  177. package/es/components/select-person/index.d.ts +31 -0
  178. package/es/components/select-person/src/SelectPerson.vue.d.ts +14 -0
  179. package/es/components/select-person/src/SelectPerson.vue2.js +36 -8
  180. package/es/components/select-person/src/index.vue.d.ts +31 -0
  181. package/es/components/select-person/src/index.vue2.js +4 -0
  182. package/es/components/shortcut-setter/index.d.ts +1 -0
  183. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -0
  184. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +2 -2
  185. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +28 -0
  186. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +28 -0
  187. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +28 -0
  188. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +28 -0
  189. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +56 -0
  190. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +28 -0
  191. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +28 -0
  192. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +56 -0
  193. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +56 -0
  194. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +28 -0
  195. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +30 -0
  196. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +10 -2
  197. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +28 -0
  198. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +30 -0
  199. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +10 -2
  200. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +116 -0
  201. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
  202. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +116 -0
  203. package/es/components/table-filter/src/constants/index.d.ts +1 -0
  204. package/es/components/table-filter/src/constants/index.js +4 -1
  205. package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
  206. package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
  207. package/es/shared/components/Ellipsis/index.d.ts +2 -0
  208. package/es/shared/components/Ellipsis/index.js +2 -0
  209. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +15 -0
  210. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
  211. package/es/shared/package.json.js +1 -1
  212. package/es/shared/types/business.d.ts +3 -2
  213. package/es/shared/utils/business.js +16 -0
  214. package/package.json +3 -3
@@ -656,6 +656,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
656
656
  isDateDisabled: {
657
657
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
658
658
  };
659
+ propKey: {
660
+ type: StringConstructor;
661
+ };
662
+ shortcutListenerConfig: {
663
+ type: import("vue").PropType<{
664
+ enable: boolean;
665
+ callback: (value: string, propKey?: string | undefined) => void;
666
+ }>;
667
+ };
659
668
  }>, {
660
669
  attrs: {
661
670
  [x: string]: unknown;
@@ -695,6 +704,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
695
704
  isDateDisabled: {
696
705
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
697
706
  };
707
+ propKey: {
708
+ type: StringConstructor;
709
+ };
710
+ shortcutListenerConfig: {
711
+ type: import("vue").PropType<{
712
+ enable: boolean;
713
+ callback: (value: string, propKey?: string | undefined) => void;
714
+ }>;
715
+ };
698
716
  }>> & Readonly<{
699
717
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
700
718
  }> & {}>;
@@ -711,6 +729,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
711
729
  focus: () => any;
712
730
  blur: () => any;
713
731
  handleConfirm: (target: HTMLInputElement) => void;
732
+ handleShortcutClick: (event: MouseEvent) => void;
714
733
  onUpdateShow: (show: boolean) => Promise<void>;
715
734
  watchers: import("../../../../../shared/types").AnyFn[];
716
735
  stopWatcher: () => void;
@@ -754,6 +773,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
754
773
  isDateDisabled: {
755
774
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
756
775
  };
776
+ propKey: {
777
+ type: StringConstructor;
778
+ };
779
+ shortcutListenerConfig: {
780
+ type: import("vue").PropType<{
781
+ enable: boolean;
782
+ callback: (value: string, propKey?: string | undefined) => void;
783
+ }>;
784
+ };
757
785
  }>> & Readonly<{
758
786
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
759
787
  }>, {
@@ -1509,6 +1537,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1509
1537
  isDateDisabled: {
1510
1538
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1511
1539
  };
1540
+ propKey: {
1541
+ type: StringConstructor;
1542
+ };
1543
+ shortcutListenerConfig: {
1544
+ type: import("vue").PropType<{
1545
+ enable: boolean;
1546
+ callback: (value: string, propKey?: string | undefined) => void;
1547
+ }>;
1548
+ };
1512
1549
  }>, {
1513
1550
  attrs: {
1514
1551
  [x: string]: unknown;
@@ -1548,6 +1585,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1548
1585
  isDateDisabled: {
1549
1586
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1550
1587
  };
1588
+ propKey: {
1589
+ type: StringConstructor;
1590
+ };
1591
+ shortcutListenerConfig: {
1592
+ type: import("vue").PropType<{
1593
+ enable: boolean;
1594
+ callback: (value: string, propKey?: string | undefined) => void;
1595
+ }>;
1596
+ };
1551
1597
  }>> & Readonly<{
1552
1598
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1553
1599
  }> & {}>;
@@ -1564,6 +1610,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1564
1610
  focus: () => any;
1565
1611
  blur: () => any;
1566
1612
  handleConfirm: (target: HTMLInputElement) => void;
1613
+ handleShortcutClick: (event: MouseEvent) => void;
1567
1614
  onUpdateShow: (show: boolean) => Promise<void>;
1568
1615
  watchers: import("../../../../../shared/types").AnyFn[];
1569
1616
  stopWatcher: () => void;
@@ -1607,6 +1654,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1607
1654
  isDateDisabled: {
1608
1655
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1609
1656
  };
1657
+ propKey: {
1658
+ type: StringConstructor;
1659
+ };
1660
+ shortcutListenerConfig: {
1661
+ type: import("vue").PropType<{
1662
+ enable: boolean;
1663
+ callback: (value: string, propKey?: string | undefined) => void;
1664
+ }>;
1665
+ };
1610
1666
  }>> & Readonly<{
1611
1667
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1612
1668
  }>, {
@@ -2209,6 +2265,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2209
2265
  isDateDisabled: {
2210
2266
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2211
2267
  };
2268
+ propKey: {
2269
+ type: StringConstructor;
2270
+ };
2271
+ shortcutListenerConfig: {
2272
+ type: import("vue").PropType<{
2273
+ enable: boolean;
2274
+ callback: (value: string, propKey?: string | undefined) => void;
2275
+ }>;
2276
+ };
2212
2277
  }>, {
2213
2278
  attrs: {
2214
2279
  [x: string]: unknown;
@@ -2248,6 +2313,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2248
2313
  isDateDisabled: {
2249
2314
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2250
2315
  };
2316
+ propKey: {
2317
+ type: StringConstructor;
2318
+ };
2319
+ shortcutListenerConfig: {
2320
+ type: import("vue").PropType<{
2321
+ enable: boolean;
2322
+ callback: (value: string, propKey?: string | undefined) => void;
2323
+ }>;
2324
+ };
2251
2325
  }>> & Readonly<{
2252
2326
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2253
2327
  }> & {}>;
@@ -2264,6 +2338,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2264
2338
  focus: () => any;
2265
2339
  blur: () => any;
2266
2340
  handleConfirm: (target: HTMLInputElement) => void;
2341
+ handleShortcutClick: (event: MouseEvent) => void;
2267
2342
  onUpdateShow: (show: boolean) => Promise<void>;
2268
2343
  watchers: import("../../../../../shared/types").AnyFn[];
2269
2344
  stopWatcher: () => void;
@@ -2307,6 +2382,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2307
2382
  isDateDisabled: {
2308
2383
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2309
2384
  };
2385
+ propKey: {
2386
+ type: StringConstructor;
2387
+ };
2388
+ shortcutListenerConfig: {
2389
+ type: import("vue").PropType<{
2390
+ enable: boolean;
2391
+ callback: (value: string, propKey?: string | undefined) => void;
2392
+ }>;
2393
+ };
2310
2394
  }>> & Readonly<{
2311
2395
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2312
2396
  }>, {
@@ -966,6 +966,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
966
966
  isDateDisabled: {
967
967
  type: PropType<(current: number, ...arg: any[]) => boolean>;
968
968
  };
969
+ propKey: {
970
+ type: StringConstructor;
971
+ };
972
+ shortcutListenerConfig: {
973
+ type: PropType<{
974
+ enable: boolean;
975
+ callback: (value: string, propKey?: string | undefined) => void;
976
+ }>;
977
+ };
969
978
  }>, {
970
979
  attrs: {
971
980
  [x: string]: unknown;
@@ -1005,6 +1014,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1005
1014
  isDateDisabled: {
1006
1015
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1007
1016
  };
1017
+ propKey: {
1018
+ type: StringConstructor;
1019
+ };
1020
+ shortcutListenerConfig: {
1021
+ type: PropType<{
1022
+ enable: boolean;
1023
+ callback: (value: string, propKey?: string | undefined) => void;
1024
+ }>;
1025
+ };
1008
1026
  }>> & Readonly<{
1009
1027
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1010
1028
  }> & {}>;
@@ -1021,6 +1039,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1021
1039
  focus: () => any;
1022
1040
  blur: () => any;
1023
1041
  handleConfirm: (target: HTMLInputElement) => void;
1042
+ handleShortcutClick: (event: MouseEvent) => void;
1024
1043
  onUpdateShow: (show: boolean) => Promise<void>;
1025
1044
  watchers: import("../../../shared/types").AnyFn[];
1026
1045
  stopWatcher: () => void;
@@ -1064,6 +1083,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1064
1083
  isDateDisabled: {
1065
1084
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1066
1085
  };
1086
+ propKey: {
1087
+ type: StringConstructor;
1088
+ };
1089
+ shortcutListenerConfig: {
1090
+ type: PropType<{
1091
+ enable: boolean;
1092
+ callback: (value: string, propKey?: string | undefined) => void;
1093
+ }>;
1094
+ };
1067
1095
  }>> & Readonly<{
1068
1096
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1069
1097
  }>, {
@@ -1819,6 +1847,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1819
1847
  isDateDisabled: {
1820
1848
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1821
1849
  };
1850
+ propKey: {
1851
+ type: StringConstructor;
1852
+ };
1853
+ shortcutListenerConfig: {
1854
+ type: PropType<{
1855
+ enable: boolean;
1856
+ callback: (value: string, propKey?: string | undefined) => void;
1857
+ }>;
1858
+ };
1822
1859
  }>, {
1823
1860
  attrs: {
1824
1861
  [x: string]: unknown;
@@ -1858,6 +1895,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1858
1895
  isDateDisabled: {
1859
1896
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1860
1897
  };
1898
+ propKey: {
1899
+ type: StringConstructor;
1900
+ };
1901
+ shortcutListenerConfig: {
1902
+ type: PropType<{
1903
+ enable: boolean;
1904
+ callback: (value: string, propKey?: string | undefined) => void;
1905
+ }>;
1906
+ };
1861
1907
  }>> & Readonly<{
1862
1908
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1863
1909
  }> & {}>;
@@ -1874,6 +1920,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1874
1920
  focus: () => any;
1875
1921
  blur: () => any;
1876
1922
  handleConfirm: (target: HTMLInputElement) => void;
1923
+ handleShortcutClick: (event: MouseEvent) => void;
1877
1924
  onUpdateShow: (show: boolean) => Promise<void>;
1878
1925
  watchers: import("../../../shared/types").AnyFn[];
1879
1926
  stopWatcher: () => void;
@@ -1917,6 +1964,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1917
1964
  isDateDisabled: {
1918
1965
  type: PropType<(current: number, ...arg: any[]) => boolean>;
1919
1966
  };
1967
+ propKey: {
1968
+ type: StringConstructor;
1969
+ };
1970
+ shortcutListenerConfig: {
1971
+ type: PropType<{
1972
+ enable: boolean;
1973
+ callback: (value: string, propKey?: string | undefined) => void;
1974
+ }>;
1975
+ };
1920
1976
  }>> & Readonly<{
1921
1977
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1922
1978
  }>, {
@@ -2519,6 +2575,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2519
2575
  isDateDisabled: {
2520
2576
  type: PropType<(current: number, ...arg: any[]) => boolean>;
2521
2577
  };
2578
+ propKey: {
2579
+ type: StringConstructor;
2580
+ };
2581
+ shortcutListenerConfig: {
2582
+ type: PropType<{
2583
+ enable: boolean;
2584
+ callback: (value: string, propKey?: string | undefined) => void;
2585
+ }>;
2586
+ };
2522
2587
  }>, {
2523
2588
  attrs: {
2524
2589
  [x: string]: unknown;
@@ -2558,6 +2623,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2558
2623
  isDateDisabled: {
2559
2624
  type: PropType<(current: number, ...arg: any[]) => boolean>;
2560
2625
  };
2626
+ propKey: {
2627
+ type: StringConstructor;
2628
+ };
2629
+ shortcutListenerConfig: {
2630
+ type: PropType<{
2631
+ enable: boolean;
2632
+ callback: (value: string, propKey?: string | undefined) => void;
2633
+ }>;
2634
+ };
2561
2635
  }>> & Readonly<{
2562
2636
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2563
2637
  }> & {}>;
@@ -2574,6 +2648,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2574
2648
  focus: () => any;
2575
2649
  blur: () => any;
2576
2650
  handleConfirm: (target: HTMLInputElement) => void;
2651
+ handleShortcutClick: (event: MouseEvent) => void;
2577
2652
  onUpdateShow: (show: boolean) => Promise<void>;
2578
2653
  watchers: import("../../../shared/types").AnyFn[];
2579
2654
  stopWatcher: () => void;
@@ -2617,6 +2692,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2617
2692
  isDateDisabled: {
2618
2693
  type: PropType<(current: number, ...arg: any[]) => boolean>;
2619
2694
  };
2695
+ propKey: {
2696
+ type: StringConstructor;
2697
+ };
2698
+ shortcutListenerConfig: {
2699
+ type: PropType<{
2700
+ enable: boolean;
2701
+ callback: (value: string, propKey?: string | undefined) => void;
2702
+ }>;
2703
+ };
2620
2704
  }>> & Readonly<{
2621
2705
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2622
2706
  }>, {
@@ -546,6 +546,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
546
546
  immediate: true,
547
547
  deep: true
548
548
  });
549
+ watch(() => props.conditionSid, (val) => {
550
+ if ((val == null ? void 0 : val.length) > 0) {
551
+ initTree(val);
552
+ }
553
+ }, {
554
+ deep: true
555
+ });
549
556
  return (_ctx, _cache) => {
550
557
  var _a, _b;
551
558
  return openBlock(), createElementBlock("div", {
@@ -34,6 +34,15 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
34
34
  isDateDisabled: {
35
35
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
36
36
  };
37
+ propKey: {
38
+ type: StringConstructor;
39
+ };
40
+ shortcutListenerConfig: {
41
+ type: import("vue").PropType<{
42
+ enable: boolean;
43
+ callback: (value: string, propKey?: string | undefined) => void;
44
+ }>;
45
+ };
37
46
  }>, {
38
47
  attrs: {
39
48
  [x: string]: unknown;
@@ -73,6 +82,15 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
73
82
  isDateDisabled: {
74
83
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
75
84
  };
85
+ propKey: {
86
+ type: StringConstructor;
87
+ };
88
+ shortcutListenerConfig: {
89
+ type: import("vue").PropType<{
90
+ enable: boolean;
91
+ callback: (value: string, propKey?: string | undefined) => void;
92
+ }>;
93
+ };
76
94
  }>> & Readonly<{
77
95
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
78
96
  }> & {}>;
@@ -89,6 +107,7 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
89
107
  focus: () => any;
90
108
  blur: () => any;
91
109
  handleConfirm: (target: HTMLInputElement) => void;
110
+ handleShortcutClick: (event: MouseEvent) => void;
92
111
  onUpdateShow: (show: boolean) => Promise<void>;
93
112
  watchers: import("../../shared/types").AnyFn[];
94
113
  stopWatcher: () => void;
@@ -132,6 +151,15 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
132
151
  isDateDisabled: {
133
152
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
134
153
  };
154
+ propKey: {
155
+ type: StringConstructor;
156
+ };
157
+ shortcutListenerConfig: {
158
+ type: import("vue").PropType<{
159
+ enable: boolean;
160
+ callback: (value: string, propKey?: string | undefined) => void;
161
+ }>;
162
+ };
135
163
  }>> & Readonly<{
136
164
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
137
165
  }>, {
@@ -36,6 +36,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
36
  isDateDisabled: {
37
37
  type: PropType<(current: number, ...arg: any[]) => boolean>;
38
38
  };
39
+ propKey: {
40
+ type: StringConstructor;
41
+ };
42
+ shortcutListenerConfig: {
43
+ type: PropType<{
44
+ enable: boolean;
45
+ callback: (value: string, propKey?: string) => void;
46
+ }>;
47
+ };
39
48
  }>, {
40
49
  attrs: {
41
50
  [x: string]: unknown;
@@ -75,6 +84,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
84
  isDateDisabled: {
76
85
  type: PropType<(current: number, ...arg: any[]) => boolean>;
77
86
  };
87
+ propKey: {
88
+ type: StringConstructor;
89
+ };
90
+ shortcutListenerConfig: {
91
+ type: PropType<{
92
+ enable: boolean;
93
+ callback: (value: string, propKey?: string) => void;
94
+ }>;
95
+ };
78
96
  }>> & Readonly<{
79
97
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
80
98
  }> & {}>;
@@ -91,6 +109,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
91
109
  focus: () => any;
92
110
  blur: () => any;
93
111
  handleConfirm: (target: HTMLInputElement) => void;
112
+ handleShortcutClick: (event: MouseEvent) => void;
94
113
  onUpdateShow: (show: boolean) => Promise<void>;
95
114
  watchers: AnyFn[];
96
115
  stopWatcher: () => void;
@@ -134,6 +153,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
134
153
  isDateDisabled: {
135
154
  type: PropType<(current: number, ...arg: any[]) => boolean>;
136
155
  };
156
+ propKey: {
157
+ type: StringConstructor;
158
+ };
159
+ shortcutListenerConfig: {
160
+ type: PropType<{
161
+ enable: boolean;
162
+ callback: (value: string, propKey?: string) => void;
163
+ }>;
164
+ };
137
165
  }>> & Readonly<{
138
166
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
139
167
  }>, {
@@ -1,5 +1,5 @@
1
1
  import { i18n } from '../../../_virtual/_virtual_i18n-methods.js';
2
- import { defineComponent, useAttrs, ref, computed, onBeforeUnmount, watch, openBlock, createBlock, unref, createSlots, renderList, withCtx, renderSlot, nextTick } from 'vue';
2
+ import { defineComponent, useAttrs, ref, computed, onMounted, onBeforeUnmount, watch, openBlock, createBlock, unref, createSlots, renderList, withCtx, renderSlot, nextTick } from 'vue';
3
3
  import { promiseTimeout } from '@vueuse/shared';
4
4
  import { NDatePicker } from 'naive-ui';
5
5
  import '../../../shared/utils/index.js';
@@ -10,6 +10,7 @@ import '../../../shared/hooks/selectHooks/useSearchContent.js';
10
10
  import '@vicons/ionicons5';
11
11
  import '../../../shared/hooks/useScrollLoading.js';
12
12
  import { subYears, addYears, isWithinInterval, format, sub, startOfDay, endOfDay } from 'date-fns';
13
+ import { useEventListener } from '@vueuse/core';
13
14
 
14
15
  var _sfc_main = /* @__PURE__ */ defineComponent({
15
16
  __name: "DatePicker",
@@ -47,6 +48,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
47
48
  },
48
49
  isDateDisabled: {
49
50
  type: Function
51
+ },
52
+ propKey: {
53
+ type: String
54
+ },
55
+ shortcutListenerConfig: {
56
+ type: Object
50
57
  }
51
58
  },
52
59
  emits: ["update:formatted-value"],
@@ -117,6 +124,24 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
117
124
  emit,
118
125
  allowedInvalidValue: props.allowedInvalidValue
119
126
  });
127
+ function handleShortcutClick(event) {
128
+ var _a, _b, _c, _d, _e, _f;
129
+ const target = event.target;
130
+ if (!target)
131
+ return;
132
+ const actionsPanelEl = (_d = (_c = (_b = (_a = datePickerRef.value) == null ? void 0 : _a.panelInstRef) == null ? void 0 : _b.$el) == null ? void 0 : _c.querySelector) == null ? void 0 : _d.call(_c, ".n-date-panel-actions");
133
+ if (!actionsPanelEl)
134
+ return;
135
+ if (((_e = target.parentElement) == null ? void 0 : _e.className.includes("n-button--default-type")) && actionsPanelEl.contains(target)) {
136
+ (_f = props.shortcutListenerConfig) == null ? void 0 : _f.callback(target.innerText, props.propKey);
137
+ }
138
+ }
139
+ onMounted(() => {
140
+ var _a;
141
+ if (!((_a = props.shortcutListenerConfig) == null ? void 0 : _a.enable))
142
+ return;
143
+ useEventListener(document, "click", handleShortcutClick, true);
144
+ });
120
145
  async function onUpdateShow(show) {
121
146
  setHoliday(show);
122
147
  if (!show || !isDateTime.value)
@@ -643,6 +643,10 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
643
643
  type: BooleanConstructor;
644
644
  default: boolean;
645
645
  };
646
+ onlyCheckChildNode: {
647
+ type: BooleanConstructor;
648
+ default: boolean;
649
+ };
646
650
  itemKey: {
647
651
  type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
648
652
  default: undefined;
@@ -770,6 +774,10 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
770
774
  type: BooleanConstructor;
771
775
  default: boolean;
772
776
  };
777
+ onlyCheckChildNode: {
778
+ type: BooleanConstructor;
779
+ default: boolean;
780
+ };
773
781
  itemKey: {
774
782
  type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
775
783
  default: undefined;
@@ -1914,6 +1922,9 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
1914
1922
  type: BooleanConstructor;
1915
1923
  default: boolean;
1916
1924
  };
1925
+ onlyCheckChildNode: {
1926
+ type: BooleanConstructor;
1927
+ };
1917
1928
  itemKey: {
1918
1929
  type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1919
1930
  default: undefined;
@@ -2000,6 +2011,9 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
2000
2011
  type: BooleanConstructor;
2001
2012
  default: boolean;
2002
2013
  };
2014
+ onlyCheckChildNode: {
2015
+ type: BooleanConstructor;
2016
+ };
2003
2017
  itemKey: {
2004
2018
  type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
2005
2019
  default: undefined;
@@ -2156,6 +2170,10 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
2156
2170
  node: import("naive-ui").TreeOption | null;
2157
2171
  action: "check" | "uncheck";
2158
2172
  }) => void;
2173
+ updateTreeSelected: (keys: (string | number)[], _: any, meta: {
2174
+ node: import("naive-ui").TreeOption | null;
2175
+ action: "check" | "uncheck";
2176
+ }) => void;
2159
2177
  clearAll: () => void;
2160
2178
  updateChecked: (key: string | number, checked: boolean) => void;
2161
2179
  notifyCheck: (key: string | number, isChecked?: boolean) => void;
@@ -2567,6 +2585,9 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
2567
2585
  type: BooleanConstructor;
2568
2586
  default: boolean;
2569
2587
  };
2588
+ onlyCheckChildNode: {
2589
+ type: BooleanConstructor;
2590
+ };
2570
2591
  itemKey: {
2571
2592
  type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
2572
2593
  default: undefined;
@@ -2596,6 +2617,7 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
2596
2617
  forceShowSelectAll: boolean;
2597
2618
  onlyForwardCascade: boolean;
2598
2619
  hideLeaf: boolean;
2620
+ onlyCheckChildNode: boolean;
2599
2621
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
2600
2622
  showTagHover: boolean;
2601
2623
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
@@ -2714,6 +2736,10 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
2714
2736
  type: BooleanConstructor;
2715
2737
  default: boolean;
2716
2738
  };
2739
+ onlyCheckChildNode: {
2740
+ type: BooleanConstructor;
2741
+ default: boolean;
2742
+ };
2717
2743
  itemKey: {
2718
2744
  type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
2719
2745
  default: undefined;
@@ -2845,6 +2871,10 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
2845
2871
  type: BooleanConstructor;
2846
2872
  default: boolean;
2847
2873
  };
2874
+ onlyCheckChildNode: {
2875
+ type: BooleanConstructor;
2876
+ default: boolean;
2877
+ };
2848
2878
  itemKey: {
2849
2879
  type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
2850
2880
  default: undefined;
@@ -2894,6 +2924,7 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<import("
2894
2924
  forceShowSelectAll: boolean;
2895
2925
  onlyForwardCascade: boolean;
2896
2926
  hideLeaf: boolean;
2927
+ onlyCheckChildNode: boolean;
2897
2928
  itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
2898
2929
  showTagHover: boolean;
2899
2930
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;