cnhis-design-vue 3.3.1-beta.10 → 3.3.1-beta.12

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 (129) hide show
  1. package/es/components/ai-chat/index.d.ts +145 -10
  2. package/es/components/ai-chat/src/Index.vue.d.ts +145 -10
  3. package/es/components/ai-chat/src/Index.vue2.js +1 -1
  4. package/es/components/ai-chat/src/api/index.d.ts +6 -0
  5. package/es/components/ai-chat/src/api/index.js +1 -0
  6. package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +44 -0
  7. package/es/components/ai-chat/src/components/ChatAudio.vue.js +1 -0
  8. package/es/components/ai-chat/src/components/ChatAudio.vue2.js +1 -0
  9. package/es/components/ai-chat/src/components/ChatCard.js +1 -1
  10. package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +55 -2
  11. package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
  12. package/es/components/ai-chat/src/components/ChatMainInner.d.ts +2 -0
  13. package/es/components/ai-chat/src/components/ChatMainInner.js +1 -0
  14. package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +55 -0
  15. package/es/components/ai-chat/src/components/ChatRight.vue.js +1 -0
  16. package/es/components/ai-chat/src/components/ChatRight.vue2.js +1 -0
  17. package/es/components/ai-chat/src/components/card/JsonCard.d.ts +25 -0
  18. package/es/components/ai-chat/src/components/card/JsonCard.js +1 -0
  19. package/es/components/ai-chat/src/components/card/SelectIcon.d.ts +14 -0
  20. package/es/components/ai-chat/src/components/card/SelectIcon.js +1 -0
  21. package/es/components/ai-chat/src/hooks/useProgram.d.ts +6 -0
  22. package/es/components/ai-chat/src/hooks/useProgram.js +1 -0
  23. package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +2 -0
  24. package/es/components/ai-chat/src/hooks/useWebsocket.js +1 -0
  25. package/es/components/ai-chat/src/utils/index.d.ts +1 -0
  26. package/es/components/ai-chat/src/utils/index.js +1 -1
  27. package/es/components/ai-chat/style/index.css +1 -1
  28. package/es/components/audio-sdk/index.d.ts +2 -304
  29. package/es/components/audio-sdk/index.js +1 -1
  30. package/es/components/audio-sdk/src/audioSDK.d.ts +8 -5
  31. package/es/components/audio-sdk/src/audioSDK.js +1 -1
  32. package/es/components/audio-sdk/src/components/recording.vue.d.ts +4 -43
  33. package/es/components/audio-sdk/src/components/recording.vue2.js +1 -1
  34. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +4 -7
  35. package/es/components/audio-sdk/src/utils/recordingModal.js +1 -1
  36. package/es/components/audio-sdk/style/index.css +1 -1
  37. package/es/components/callback/src/components/render/popupMaps.d.ts +1 -7
  38. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  39. package/es/components/editor/src/Editor.js +1 -1
  40. package/es/components/editor/style/index.css +1 -0
  41. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  42. package/es/components/field-editor/index.d.ts +1 -7
  43. package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -7
  44. package/es/components/form-config/index.d.ts +3 -38
  45. package/es/components/form-config/src/FormConfig.vue.d.ts +3 -38
  46. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -7
  47. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -17
  48. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -8
  49. package/es/components/form-render/index.d.ts +1 -7
  50. package/es/components/form-render/index.js +1 -1
  51. package/es/components/form-render/src/FormRender.vue.d.ts +1 -7
  52. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  53. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -7
  54. package/es/components/form-render/src/components/renderer/date.d.ts +0 -2
  55. package/es/components/form-render/src/components/renderer/date.js +1 -1
  56. package/es/components/form-render/src/components/renderer/formItem.d.ts +0 -2
  57. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  58. package/es/components/form-render/src/components/renderer/input.d.ts +0 -5
  59. package/es/components/form-render/src/components/renderer/input.js +1 -1
  60. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -14
  61. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -14
  62. package/es/components/form-render/src/components/renderer/select.d.ts +0 -5
  63. package/es/components/form-render/src/components/renderer/select.js +1 -1
  64. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +1 -12
  65. package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
  66. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  67. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +0 -4
  68. package/es/components/form-render/src/types/fieldItem.d.ts +0 -1
  69. package/es/components/form-render/src/types/index.d.ts +0 -2
  70. package/es/components/form-render/src/utils/index.d.ts +0 -1
  71. package/es/components/form-render/src/utils/index.js +1 -1
  72. package/es/components/form-render/style/index.css +1 -1
  73. package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
  74. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -1
  75. package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
  76. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +3 -3
  77. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -1
  78. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  79. package/es/components/iho-table/src/plugins/highLightSetPlugin.js +1 -1
  80. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +0 -7
  81. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.js +1 -1
  82. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  83. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -1
  84. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
  85. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  86. package/es/components/iho-table/src/plugins/stickyFixedPlugin.js +1 -1
  87. package/es/components/iho-table/src/plugins/varialbleHeightPlugin.js +1 -1
  88. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +1 -1
  89. package/es/components/iho-table/src/types/index.d.ts +0 -1
  90. package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
  91. package/es/components/index.css +1 -1
  92. package/es/components/index.d.ts +1 -2
  93. package/es/components/index.js +1 -1
  94. package/es/components/info-header/index.d.ts +2 -24
  95. package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -24
  96. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +0 -2
  97. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +0 -2
  98. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -9
  99. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -7
  100. package/es/components/scale-view/index.d.ts +2 -3
  101. package/es/components/scale-view/src/ScaleView.vue.d.ts +2 -3
  102. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  103. package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -3
  104. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
  105. package/es/components/scale-view/src/hooks/use-component.d.ts +2189 -1
  106. package/es/components/shortcut-setter/index.d.ts +1 -8
  107. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -8
  108. package/es/shared/assets/img/file-emr.png.js +1 -0
  109. package/es/shared/assets/img/file.png.js +1 -0
  110. package/es/shared/assets/img/use.png.js +1 -0
  111. package/es/shared/package.json.js +1 -1
  112. package/package.json +2 -2
  113. package/es/components/audio-sdk/src/Index.vue.d.ts +0 -304
  114. package/es/components/audio-sdk/src/Index.vue.js +0 -1
  115. package/es/components/audio-sdk/src/Index.vue2.js +0 -1
  116. package/es/components/audio-sdk/src/components/form.vue.d.ts +0 -51
  117. package/es/components/audio-sdk/src/components/form.vue.js +0 -1
  118. package/es/components/audio-sdk/src/components/form.vue2.js +0 -1
  119. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +0 -91
  120. package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -1
  121. package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -1
  122. package/es/components/audio-sdk/src/utils/index.d.ts +0 -4
  123. package/es/components/audio-sdk/src/utils/index.js +0 -1
  124. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +0 -1
  125. package/es/shared/components/ArrowIcon/index.d.ts +0 -2
  126. package/es/shared/components/ArrowIcon/index.js +0 -1
  127. package/es/shared/components/DateIcon/DateIcon.vue.js +0 -1
  128. package/es/shared/components/DateIcon/index.d.ts +0 -2
  129. package/es/shared/components/DateIcon/index.js +0 -1
@@ -154,7 +154,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
154
154
  extendKey?: string | undefined;
155
155
  is_not_fold?: string | undefined;
156
156
  remark?: string | undefined;
157
- remarkTo?: string | HTMLElement | undefined;
158
157
  free_entry?: import("..").FormCommonState | undefined;
159
158
  save_free_entry?: import("..").FormCommonState | undefined;
160
159
  initialize_high?: number | undefined;
@@ -470,7 +469,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
470
469
  fixMemoLeak: {
471
470
  type: BooleanConstructor;
472
471
  };
473
- lazyRender: BooleanConstructor;
474
472
  }, {
475
473
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
476
474
  fieldList: {
@@ -673,7 +671,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
673
671
  fixMemoLeak: {
674
672
  type: BooleanConstructor;
675
673
  };
676
- lazyRender: BooleanConstructor;
677
674
  }>> & {
678
675
  onFormChange?: ((...args: any[]) => any) | undefined;
679
676
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -848,8 +845,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
848
845
  linebarTextDirection: "horizontal" | "vertical";
849
846
  autoWidth: number | boolean;
850
847
  feedbackType: "default" | "tooltip";
851
- fixMemoLeak: boolean;
852
- lazyRender: boolean;
853
848
  }>) => Record<string, import("@formily/json-schema").Stringify<{
854
849
  [key: symbol]: any;
855
850
  [key: `x-${string}`]: any;
@@ -1236,7 +1231,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1236
1231
  fixMemoLeak: {
1237
1232
  type: BooleanConstructor;
1238
1233
  };
1239
- lazyRender: BooleanConstructor;
1240
1234
  }>> & {
1241
1235
  onFormChange?: ((...args: any[]) => any) | undefined;
1242
1236
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -1268,10 +1262,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1268
1262
  linebarTextDirection: "horizontal" | "vertical";
1269
1263
  autoWidth: number | boolean;
1270
1264
  feedbackType: "default" | "tooltip";
1271
- fixMemoLeak: boolean;
1272
- lazyRender: boolean;
1273
1265
  operationalFormInit: boolean;
1274
1266
  incrementalRender: boolean;
1267
+ fixMemoLeak: boolean;
1275
1268
  }>;
1276
1269
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
1277
1270
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -157,7 +157,6 @@ declare const _default: import("vue").DefineComponent<{
157
157
  extendKey?: string | undefined;
158
158
  is_not_fold?: string | undefined;
159
159
  remark?: string | undefined;
160
- remarkTo?: string | HTMLElement | undefined;
161
160
  free_entry?: import("../../../components/form-render").FormCommonState | undefined;
162
161
  save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
163
162
  initialize_high?: number | undefined;
@@ -473,7 +472,6 @@ declare const _default: import("vue").DefineComponent<{
473
472
  fixMemoLeak: {
474
473
  type: BooleanConstructor;
475
474
  };
476
- lazyRender: BooleanConstructor;
477
475
  }, {
478
476
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
479
477
  fieldList: {
@@ -676,7 +674,6 @@ declare const _default: import("vue").DefineComponent<{
676
674
  fixMemoLeak: {
677
675
  type: BooleanConstructor;
678
676
  };
679
- lazyRender: BooleanConstructor;
680
677
  }>> & {
681
678
  onFormChange?: ((...args: any[]) => any) | undefined;
682
679
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -851,8 +848,6 @@ declare const _default: import("vue").DefineComponent<{
851
848
  linebarTextDirection: "horizontal" | "vertical";
852
849
  autoWidth: number | boolean;
853
850
  feedbackType: "default" | "tooltip";
854
- fixMemoLeak: boolean;
855
- lazyRender: boolean;
856
851
  }>) => Record<string, import("@formily/json-schema").Stringify<{
857
852
  [key: symbol]: any;
858
853
  [key: `x-${string}`]: any;
@@ -1239,7 +1234,6 @@ declare const _default: import("vue").DefineComponent<{
1239
1234
  fixMemoLeak: {
1240
1235
  type: BooleanConstructor;
1241
1236
  };
1242
- lazyRender: BooleanConstructor;
1243
1237
  }>> & {
1244
1238
  onFormChange?: ((...args: any[]) => any) | undefined;
1245
1239
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -1271,10 +1265,9 @@ declare const _default: import("vue").DefineComponent<{
1271
1265
  linebarTextDirection: "horizontal" | "vertical";
1272
1266
  autoWidth: number | boolean;
1273
1267
  feedbackType: "default" | "tooltip";
1274
- fixMemoLeak: boolean;
1275
- lazyRender: boolean;
1276
1268
  operationalFormInit: boolean;
1277
1269
  incrementalRender: boolean;
1270
+ fixMemoLeak: boolean;
1278
1271
  }>;
1279
1272
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
1280
1273
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -0,0 +1 @@
1
+ var A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAoCAMAAABO3sPvAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTLrH2b7L28DO3c3Y5QBl/wBm/7TC1rrI2rzK28rW4////7LB1QBm/9ff6X25/sXQ3+ry+8Pf/zub/wB9/wOG/yYY+3cAAAALdFJOUwDjoXQoiO5//r9Z8rE0jwAAAOVJREFUOMvt1NsOgjAMBuAhICitXTt4/1e1wxhZ6SAx8c7/gnD41i4lWQihu4xg07ShTNeAl1upFMWHzWjYHeAx7RNLNgCwo6aymqrJTVGtqopqdbWtdqBytcu5yqw7VwzQbhRHiHkg/PlZY34GGDZKNwrx1eLDdmp9faretY47vvdlU6pafqj+8/pOyYI2194qRi+9UeSq616xiMycEOdpJpZ8h47Kq1kQSVXCRXxFRKoW1JJEichXKSW96HdVQnLUMVeSo466+4WRBFe1rjKnnD8JNCdmbV6hKw7dyuzNSU6z9x+fafE89x48hKcAAAAASUVORK5CYII=";export{A as default};
@@ -0,0 +1 @@
1
+ var A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTACQ/wCa+wCQ/7jG2MjT4L3K27bD1wCR/83Y5LPC1v///wCR/9ff6WXI/7bk/zW5/t3y/gCt/8q0bEUAAAAKdFJOUwBWuuXhVal/fysieA5MAAAAu0lEQVQ4y73V2xLDEBCAYVLEqYj3f9iSTFJhw15o/0vzzYSZWIScKaHrhCJtSkPxFrK0/K6CJE/M1GVZf33V2hiMhGGWTGFgK5/gLlEwS4GCpjiQfNmq6G9yPdxigXwLKeRsbKEEoX2Arix24O2crgN9WehA9B7nw63MzTh1KIt/PUw8G8FrdRrE7JFiIQGdAyDt34QvTFQuIZT/uDcw7N7rX0NwkF7Dhw9G8zmf2XjY71WjFHg+DnY8Ih+MGDjNMAmfOQAAAABJRU5ErkJggg==";export{A as default};
@@ -0,0 +1 @@
1
+ var A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUdwTABl/gBk/QBa+wBl/gBk/gBj/QBk/gBk/QBk/QBl/QBg/8y67VYAAAAMdFJOUwD+xQp/t0Wa0F3kLUbgIywAAABdSURBVAjXY2BgMDY2ZgABdkFBQVEDIIN1iYtLYTCI0cDAwCIKZTA4OkAZHApQBhMyg3NCGYTBwNDoAGIwp6XNEjUAMjiBBgs6QESShAwgagqry6vAjBagdAEDDAAAQXgP8Z48ljAAAAAASUVORK5CYII=";export{A as default};
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",i="3.3.1-beta.10",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.3.1-beta.10",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.3.1-beta.12",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.3.1-beta.12",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.3.1-beta.10",
3
+ "version": "3.3.1-beta.12",
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": "2a7278eb371105f9f5750bef478aa57e6d322b90"
75
+ "gitHead": "8118f2100b82d52b091a5bfec9d07b3e6cd77989"
76
76
  }
@@ -1,304 +0,0 @@
1
- import { type PropType } from 'vue';
2
- import { AnyObject } from '../../../shared/types';
3
- import AudioSDK from './audioSDK';
4
- declare const _default: import("vue").DefineComponent<{
5
- timed: {
6
- type: NumberConstructor;
7
- default: number;
8
- };
9
- realTimeRecognition: {
10
- type: BooleanConstructor;
11
- };
12
- allowPunctuationMark: {
13
- type: BooleanConstructor;
14
- default: boolean;
15
- };
16
- isGenerateMedicalRecord: {
17
- type: BooleanConstructor;
18
- };
19
- token: {
20
- type: StringConstructor;
21
- };
22
- medicalTemplateInfo: {
23
- type: PropType<Record<string, any>[]>;
24
- };
25
- }, {
26
- cssVars: import("vue").ComputedRef<AnyObject>;
27
- audioSdk: AudioSDK;
28
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
29
- timed: {
30
- type: NumberConstructor;
31
- default: number;
32
- };
33
- realTimeRecognition: {
34
- type: BooleanConstructor;
35
- };
36
- allowPunctuationMark: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- isGenerateMedicalRecord: {
41
- type: BooleanConstructor;
42
- };
43
- token: {
44
- type: StringConstructor;
45
- };
46
- medicalTemplateInfo: {
47
- type: PropType<Record<string, any>[]>;
48
- };
49
- }>> & {
50
- onSuccess?: ((...args: any[]) => any) | undefined;
51
- onClose?: ((...args: any[]) => any) | undefined;
52
- onFail?: ((...args: any[]) => any) | undefined;
53
- }>>;
54
- emit: (event: "close" | "success" | "fail", ...args: any[]) => void;
55
- recordingRef: import("vue").Ref<any>;
56
- jsonData: import("vue").Ref<{}>;
57
- isRecording: import("vue").Ref<boolean>;
58
- isForm: import("vue").Ref<boolean>;
59
- configs: import("vue").ComputedRef<AnyObject>;
60
- content: import("vue").ComputedRef<string>;
61
- onClose: () => void;
62
- onFormClose: () => void;
63
- onEnd: () => void;
64
- onEdit: (data: AnyObject) => void;
65
- onFinish: (data: AnyObject) => void;
66
- CRecording: import("vue").DefineComponent<{
67
- content: {
68
- type: StringConstructor;
69
- default: string;
70
- };
71
- showBtn: {
72
- type: BooleanConstructor;
73
- };
74
- token: {
75
- type: StringConstructor;
76
- };
77
- configs: {
78
- type: PropType<Record<string, string>>;
79
- };
80
- }, {
81
- consultationRecordUrl: string;
82
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
83
- content: {
84
- type: StringConstructor;
85
- default: string;
86
- };
87
- showBtn: {
88
- type: BooleanConstructor;
89
- };
90
- token: {
91
- type: StringConstructor;
92
- };
93
- configs: {
94
- type: PropType<Record<string, string>>;
95
- };
96
- }>> & {
97
- onClose?: ((...args: any[]) => any) | undefined;
98
- onEdit?: ((...args: any[]) => any) | undefined;
99
- onFail?: ((...args: any[]) => any) | undefined;
100
- onEnd?: ((...args: any[]) => any) | undefined;
101
- }>>;
102
- emit: (event: "edit" | "close" | "end" | "fail", ...args: any[]) => void;
103
- loading: import("vue").Ref<boolean>;
104
- handleKeydown: (event: KeyboardEvent) => void;
105
- close: () => void;
106
- toEdit: () => Promise<void>;
107
- NIcon: any;
108
- NButton: any;
109
- NSpin: any;
110
- Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
111
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit" | "close" | "end" | "fail")[], "edit" | "close" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
112
- content: {
113
- type: StringConstructor;
114
- default: string;
115
- };
116
- showBtn: {
117
- type: BooleanConstructor;
118
- };
119
- token: {
120
- type: StringConstructor;
121
- };
122
- configs: {
123
- type: PropType<Record<string, string>>;
124
- };
125
- }>> & {
126
- onClose?: ((...args: any[]) => any) | undefined;
127
- onEdit?: ((...args: any[]) => any) | undefined;
128
- onFail?: ((...args: any[]) => any) | undefined;
129
- onEnd?: ((...args: any[]) => any) | undefined;
130
- }, {
131
- content: string;
132
- showBtn: boolean;
133
- }>;
134
- RecordingModal: import("vue").DefineComponent<{
135
- content: {
136
- type: StringConstructor;
137
- default: string;
138
- };
139
- }, {
140
- cssVars: import("vue").ComputedRef<AnyObject>;
141
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
142
- content: {
143
- type: StringConstructor;
144
- default: string;
145
- };
146
- }>> & {}>>;
147
- NModal: any;
148
- Recording: import("vue").DefineComponent<{
149
- content: {
150
- type: StringConstructor;
151
- default: string;
152
- };
153
- showBtn: {
154
- type: BooleanConstructor;
155
- };
156
- token: {
157
- type: StringConstructor;
158
- };
159
- configs: {
160
- type: PropType<Record<string, string>>;
161
- };
162
- }, {
163
- consultationRecordUrl: string;
164
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
165
- content: {
166
- type: StringConstructor;
167
- default: string;
168
- };
169
- showBtn: {
170
- type: BooleanConstructor;
171
- };
172
- token: {
173
- type: StringConstructor;
174
- };
175
- configs: {
176
- type: PropType<Record<string, string>>;
177
- };
178
- }>> & {
179
- onClose?: ((...args: any[]) => any) | undefined;
180
- onEdit?: ((...args: any[]) => any) | undefined;
181
- onFail?: ((...args: any[]) => any) | undefined;
182
- onEnd?: ((...args: any[]) => any) | undefined;
183
- }>>;
184
- emit: (event: "edit" | "close" | "end" | "fail", ...args: any[]) => void;
185
- loading: import("vue").Ref<boolean>;
186
- handleKeydown: (event: KeyboardEvent) => void;
187
- close: () => void;
188
- toEdit: () => Promise<void>;
189
- NIcon: any;
190
- NButton: any;
191
- NSpin: any;
192
- Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
193
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit" | "close" | "end" | "fail")[], "edit" | "close" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
194
- content: {
195
- type: StringConstructor;
196
- default: string;
197
- };
198
- showBtn: {
199
- type: BooleanConstructor;
200
- };
201
- token: {
202
- type: StringConstructor;
203
- };
204
- configs: {
205
- type: PropType<Record<string, string>>;
206
- };
207
- }>> & {
208
- onClose?: ((...args: any[]) => any) | undefined;
209
- onEdit?: ((...args: any[]) => any) | undefined;
210
- onFail?: ((...args: any[]) => any) | undefined;
211
- onEnd?: ((...args: any[]) => any) | undefined;
212
- }, {
213
- content: string;
214
- showBtn: boolean;
215
- }>;
216
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
217
- content: {
218
- type: StringConstructor;
219
- default: string;
220
- };
221
- }>>, {
222
- content: string;
223
- }>;
224
- CForm: import("vue").DefineComponent<{
225
- configs: {
226
- type: PropType<Record<string, string>>;
227
- };
228
- data: {
229
- type: PropType<Record<string, string>>;
230
- };
231
- }, {
232
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
233
- configs: {
234
- type: PropType<Record<string, string>>;
235
- };
236
- data: {
237
- type: PropType<Record<string, string>>;
238
- };
239
- }>> & {
240
- onClose?: ((...args: any[]) => any) | undefined;
241
- onFinish?: ((...args: any[]) => any) | undefined;
242
- }>>;
243
- emit: (event: "close" | "finish", ...args: any[]) => void;
244
- dynamicForm: {
245
- list: {
246
- label: string;
247
- key: string;
248
- value: string;
249
- }[];
250
- };
251
- initForm: () => void;
252
- handleClear: () => void;
253
- onFinish: () => void;
254
- NForm: any;
255
- NFormItem: any;
256
- NSpace: any;
257
- NButton: any;
258
- NInput: any;
259
- NScrollbar: any;
260
- NIcon: any;
261
- Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
262
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "finish")[], "close" | "finish", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
263
- configs: {
264
- type: PropType<Record<string, string>>;
265
- };
266
- data: {
267
- type: PropType<Record<string, string>>;
268
- };
269
- }>> & {
270
- onClose?: ((...args: any[]) => any) | undefined;
271
- onFinish?: ((...args: any[]) => any) | undefined;
272
- }, {}>;
273
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "fail")[], "close" | "success" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
274
- timed: {
275
- type: NumberConstructor;
276
- default: number;
277
- };
278
- realTimeRecognition: {
279
- type: BooleanConstructor;
280
- };
281
- allowPunctuationMark: {
282
- type: BooleanConstructor;
283
- default: boolean;
284
- };
285
- isGenerateMedicalRecord: {
286
- type: BooleanConstructor;
287
- };
288
- token: {
289
- type: StringConstructor;
290
- };
291
- medicalTemplateInfo: {
292
- type: PropType<Record<string, any>[]>;
293
- };
294
- }>> & {
295
- onSuccess?: ((...args: any[]) => any) | undefined;
296
- onClose?: ((...args: any[]) => any) | undefined;
297
- onFail?: ((...args: any[]) => any) | undefined;
298
- }, {
299
- timed: number;
300
- realTimeRecognition: boolean;
301
- allowPunctuationMark: boolean;
302
- isGenerateMedicalRecord: boolean;
303
- }>;
304
- export default _default;
@@ -1 +0,0 @@
1
- import e from"./Index.vue2.js";import r from"../../../_virtual/_plugin-vue_export-helper.js";var o=r(e,[["__file","Index.vue"]]);export{o as default};
@@ -1 +0,0 @@
1
- import{defineComponent as e,ref as o,computed as t,onBeforeUnmount as n,openBlock as i,createElementBlock as a,normalizeStyle as s,unref as r,Fragment as l,createBlock as c,createCommentVNode as u}from"vue";import d from"./components/recording.vue.js";import m from"./components/recording-modal.vue.js";import p from"./components/form.vue.js";import{useTheme as v}from"../../../shared/hooks/useTheme.js";import"@vueuse/core";import"date-fns";import"lodash-es";import"@vue/shared";import"../../../shared/utils/index.js";import"@vueuse/shared";import"../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import"naive-ui";import"../../../shared/hooks/useScrollLoading.js";import f from"./audioSDK.js";import{getConfigs as h,getMedicalTemplateInfo as k}from"./utils/index.js";var y=e({__name:"Index",props:{timed:{type:Number,default:5},realTimeRecognition:{type:Boolean},allowPunctuationMark:{type:Boolean,default:!0},isGenerateMedicalRecord:{type:Boolean},token:{type:String},medicalTemplateInfo:{type:Object}},emits:["close","success","fail"],setup(e,{expose:y,emit:g}){const j=e,R=v(),M=f.create(),x=o(),T=o({}),w=o(!1),G=o(!1),I=t((()=>h(j.medicalTemplateInfo||[]))),S=t((()=>M.contentRef.value));function b(){M.stop(),w.value=!1,G.value=!1,g("close")}function B(){G.value=!1,g("close")}function C(){M.stop()}function E(e){w.value=!1,G.value=!0,T.value=e}function _(e){const o=k(e,j.medicalTemplateInfo||[]);g("success",o)}return n((()=>{f.destroy()})),y({createMedicalRecord:async()=>{var e;G.value=!1,w.value=!0;try{const o=await M.start(j),t=null==o?void 0:o.data;if(!j.isGenerateMedicalRecord)return g("success",t),w.value=!1,void(G.value=!1);if(j.isGenerateMedicalRecord&&(null==o?void 0:o.timeout))return S.value?void(null==(e=x.value)||e.toEdit()):(w.value=!1,void g("close"))}catch(e){w.value=!1,g("fail",e)}}}),(o,t)=>(i(),a("div",{style:s(r(R)),class:"c-recording-sdk-wrapper"},[e.isGenerateMedicalRecord?(i(),a(l,{key:0},[w.value?(i(),c(d,{key:0,ref_key:"recordingRef",ref:x,token:e.token,configs:r(I),content:r(S),"show-btn":"",onClose:b,onEnd:C,onFail:t[0]||(t[0]=e=>g("fail",e)),onEdit:E},null,8,["token","configs","content"])):u("v-if",!0),G.value?(i(),c(p,{key:1,configs:r(I),data:T.value,onClose:B,onFinish:_},null,8,["configs","data"])):u("v-if",!0)],64)):(i(),c(m,{key:1,content:r(S)},null,8,["content"]))],4))}});export{y as default};
@@ -1,51 +0,0 @@
1
- import { PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- configs: {
4
- type: PropType<Record<string, string>>;
5
- };
6
- data: {
7
- type: PropType<Record<string, string>>;
8
- };
9
- }, {
10
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
11
- configs: {
12
- type: PropType<Record<string, string>>;
13
- };
14
- data: {
15
- type: PropType<Record<string, string>>;
16
- };
17
- }>> & {
18
- onClose?: ((...args: any[]) => any) | undefined;
19
- onFinish?: ((...args: any[]) => any) | undefined;
20
- }>>;
21
- emit: (event: "close" | "finish", ...args: any[]) => void;
22
- dynamicForm: {
23
- list: {
24
- label: string;
25
- key: string;
26
- value: string;
27
- }[];
28
- };
29
- initForm: () => void;
30
- handleClear: () => void;
31
- onFinish: () => void;
32
- NForm: any;
33
- NFormItem: any;
34
- NSpace: any;
35
- NButton: any;
36
- NInput: any;
37
- NScrollbar: any;
38
- NIcon: any;
39
- Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
40
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "finish")[], "close" | "finish", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
41
- configs: {
42
- type: PropType<Record<string, string>>;
43
- };
44
- data: {
45
- type: PropType<Record<string, string>>;
46
- };
47
- }>> & {
48
- onClose?: ((...args: any[]) => any) | undefined;
49
- onFinish?: ((...args: any[]) => any) | undefined;
50
- }, {}>;
51
- export default _default;
@@ -1 +0,0 @@
1
- import r from"./form.vue2.js";import e from"../../../../_virtual/_plugin-vue_export-helper.js";var o=e(r,[["__file","form.vue"]]);export{o as default};
@@ -1 +0,0 @@
1
- import{defineComponent as e,reactive as t,openBlock as l,createElementBlock as a,Fragment as n,createVNode as o,unref as i,withCtx as u,renderList as r,createBlock as s,createTextVNode as c,createElementVNode as f}from"vue";import{NSpace as p,NButton as d,NIcon as m,NScrollbar as v,NForm as y,NFormItem as w,NInput as g}from"naive-ui";import{Close as h}from"@vicons/ionicons5";const _=f("h5",null,"病历转录结果",-1);var b=e({__name:"form",props:{configs:{type:Object},data:{type:Object}},emits:["finish","close"],setup(e,{emit:f}){const b=e,k=t({list:[]});function x(){k.list.forEach((e=>{e.value=""}))}function C(){const e=k.list.reduce(((e,t)=>(e[t.key]=t.value,e)),{});f("finish",e)}return function(){var e;for(const t in b.configs)k.list.push({label:b.configs[t],key:t,value:(null==(e=b.data)?void 0:e[t])||""})}(),(e,t)=>(l(),a(n,null,[o(i(p),{justify:"space-between",align:"center","wrap-item":!1,size:30,class:"title"},{default:u((()=>[_,o(i(d),{quaternary:"",onClick:t[0]||(t[0]=()=>f("close"))},{icon:u((()=>[o(i(m),{component:i(h)},null,8,["component"])])),_:1})])),_:1}),o(i(v),{style:{"max-height":"600px"}},{default:u((()=>[o(i(y),{ref:"formRef",model:k},{default:u((()=>[(l(!0),a(n,null,r(k.list,(e=>(l(),s(i(w),{key:e.key,label:e.label,path:e.key},{default:u((()=>{var t;return[o(i(g),{placeholder:(null==(t=window.getLanguageByCode)?void 0:t.call(window,"10010.1.383"))||"请输入",type:"textarea",value:e.value,"onUpdate:value":t=>e.value=t,clearable:"",autosize:{minRows:2,maxRows:5}},null,8,["value","onUpdate:value"])]})),_:2},1032,["label","path"])))),128))])),_:1},8,["model"])])),_:1}),o(i(p),{justify:"center","wrap-item":!1,size:30,style:{"margin-top":"15px"}},{default:u((()=>[o(i(d),{type:"primary",onClick:C},{default:u((()=>[c("导入病历")])),_:1}),o(i(d),{"attr-type":"button",onClick:x},{default:u((()=>{var e;return[c((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.509"))||"清空")]})),_:1})])),_:1})],64))}});export{b as default};
@@ -1,91 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- content: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- }, {
7
- cssVars: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
8
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
9
- content: {
10
- type: StringConstructor;
11
- default: string;
12
- };
13
- }>> & {}>>;
14
- NModal: any;
15
- Recording: import("vue").DefineComponent<{
16
- content: {
17
- type: StringConstructor;
18
- default: string;
19
- };
20
- showBtn: {
21
- type: BooleanConstructor;
22
- };
23
- token: {
24
- type: StringConstructor;
25
- };
26
- configs: {
27
- type: import("vue").PropType<Record<string, string>>;
28
- };
29
- }, {
30
- consultationRecordUrl: string;
31
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
32
- content: {
33
- type: StringConstructor;
34
- default: string;
35
- };
36
- showBtn: {
37
- type: BooleanConstructor;
38
- };
39
- token: {
40
- type: StringConstructor;
41
- };
42
- configs: {
43
- type: import("vue").PropType<Record<string, string>>;
44
- };
45
- }>> & {
46
- onClose?: ((...args: any[]) => any) | undefined;
47
- onEdit?: ((...args: any[]) => any) | undefined;
48
- onFail?: ((...args: any[]) => any) | undefined;
49
- onEnd?: ((...args: any[]) => any) | undefined;
50
- }>>;
51
- emit: (event: "edit" | "close" | "end" | "fail", ...args: any[]) => void;
52
- loading: import("vue").Ref<boolean>;
53
- handleKeydown: (event: KeyboardEvent) => void;
54
- close: () => void;
55
- toEdit: () => Promise<void>;
56
- NIcon: any;
57
- NButton: any;
58
- NSpin: any;
59
- Mic: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
60
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit" | "close" | "end" | "fail")[], "edit" | "close" | "end" | "fail", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
- content: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
- showBtn: {
66
- type: BooleanConstructor;
67
- };
68
- token: {
69
- type: StringConstructor;
70
- };
71
- configs: {
72
- type: import("vue").PropType<Record<string, string>>;
73
- };
74
- }>> & {
75
- onClose?: ((...args: any[]) => any) | undefined;
76
- onEdit?: ((...args: any[]) => any) | undefined;
77
- onFail?: ((...args: any[]) => any) | undefined;
78
- onEnd?: ((...args: any[]) => any) | undefined;
79
- }, {
80
- content: string;
81
- showBtn: boolean;
82
- }>;
83
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
84
- content: {
85
- type: StringConstructor;
86
- default: string;
87
- };
88
- }>>, {
89
- content: string;
90
- }>;
91
- export default _default;
@@ -1 +0,0 @@
1
- import r from"./recording-modal.vue2.js";import e from"../../../../_virtual/_plugin-vue_export-helper.js";var o=e(r,[["__file","recording-modal.vue"]]);export{o as default};
@@ -1 +0,0 @@
1
- import{defineComponent as e,openBlock as o,createBlock as t,unref as s,normalizeStyle as r,withCtx as n,createVNode as i,mergeProps as a}from"vue";import{NModal as m}from"naive-ui";import{useTheme as p}from"../../../../shared/hooks/useTheme.js";import"@vueuse/core";import"date-fns";import"lodash-es";import"@vue/shared";import"../../../../shared/utils/index.js";import"@vueuse/shared";import"../../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import"../../../../shared/hooks/useScrollLoading.js";import u from"./recording.vue.js";var c=e({__name:"recording-modal",props:{content:{type:String,default:""}},setup(e){const c=p();return(p,d)=>(o(),t(s(m),{style:r(s(c)),"close-on-esc":!1,"mask-closable":!1},{default:n((()=>[i(u,a(p.$attrs,{content:e.content}),null,16,["content"])])),_:1},8,["style"]))}});export{c as default};
@@ -1,4 +0,0 @@
1
- import { AnyObject } from '../../../../shared/types';
2
- export declare const $message: import("naive-ui").MessageApi;
3
- export declare function getConfigs(medicalTemplateInfo: AnyObject[]): AnyObject;
4
- export declare function getMedicalTemplateInfo(data: AnyObject, originList?: AnyObject[]): AnyObject[];
@@ -1 +0,0 @@
1
- import{createDiscreteApi as e}from"naive-ui";const{message:n}=e(["message"]);function r(e){return e.reduce(((e,n)=>{var i;return(null==(i=n.children)?void 0:i.length)?Object.assign(e,r(n.children)):e[n.innerIdentifier||n.dataId]=n.elementName,e}),{})}function i(e,n=[]){const r=[];return n.forEach((n=>{var t;if(null==(t=n.children)?void 0:t.length){const t={...n,children:i(e,n.children)};r.push(t)}else r.push({...n,text:e[n.innerIdentifier||n.dataId]})})),r}export{n as $message,r as getConfigs,i as getMedicalTemplateInfo};
@@ -1 +0,0 @@
1
- import{openBlock as r,createElementBlock as e,createElementVNode as o}from"vue";import l from"../../../_virtual/_plugin-vue_export-helper.js";const t={},n={viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u=[o("path",{d:"M3.14645 5.64645C3.34171 5.45118 3.65829 5.45118 3.85355 5.64645L8 9.79289L12.1464 5.64645C12.3417 5.45118 12.6583 5.45118 12.8536 5.64645C13.0488 5.84171 13.0488 6.15829 12.8536 6.35355L8.35355 10.8536C8.15829 11.0488 7.84171 11.0488 7.64645 10.8536L3.14645 6.35355C2.95118 6.15829 2.95118 5.84171 3.14645 5.64645Z",fill:"currentColor"},null,-1)];var i=l(t,[["render",function(o,l){return r(),e("svg",n,u)}],["__file","ArrowIcon.vue"]]);export{i as default};
@@ -1,2 +0,0 @@
1
- import script from './ArrowIcon.vue';
2
- export default script;
@@ -1 +0,0 @@
1
- import o from"./ArrowIcon.vue.js";export{default}from"./ArrowIcon.vue.js";
@@ -1 +0,0 @@
1
- import{openBlock as e,createElementBlock as r,createElementVNode as o}from"vue";import t from"../../../_virtual/_plugin-vue_export-helper.js";const n={},i={width:"28px",height:"28px",viewBox:"0 0 28 28",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},l=[o("g",{stroke:"none","stroke-width":"1","fill-rule":"evenodd"},[o("g",{"fill-rule":"nonzero"},[o("path",{d:"M21.75,3 C23.5449254,3 25,4.45507456 25,6.25 L25,21.75 C25,23.5449254 23.5449254,25 21.75,25 L6.25,25 C4.45507456,25 3,23.5449254 3,21.75 L3,6.25 C3,4.45507456 4.45507456,3 6.25,3 L21.75,3 Z M23.5,9.503 L4.5,9.503 L4.5,21.75 C4.5,22.7164983 5.28350169,23.5 6.25,23.5 L21.75,23.5 C22.7164983,23.5 23.5,22.7164983 23.5,21.75 L23.5,9.503 Z M21.75,4.5 L6.25,4.5 C5.28350169,4.5 4.5,5.28350169 4.5,6.25 L4.5,8.003 L23.5,8.003 L23.5,6.25 C23.5,5.28350169 22.7164983,4.5 21.75,4.5 Z"})])],-1)];var L=t(n,[["render",function(o,t){return e(),r("svg",i,l)}],["__file","DateIcon.vue"]]);export{L as default};
@@ -1,2 +0,0 @@
1
- import script from './DateIcon.vue';
2
- export default script;
@@ -1 +0,0 @@
1
- import e from"./DateIcon.vue.js";export{default}from"./DateIcon.vue.js";