cnhis-design-vue 3.2.15-beta.2 → 3.2.15-beta.20

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 (209) hide show
  1. package/README.md +87 -87
  2. package/es/components/ai-chat/index.d.ts +9 -0
  3. package/es/components/ai-chat/src/Index.vue.d.ts +9 -0
  4. package/es/components/ai-chat/src/Index.vue2.js +1 -1
  5. package/es/components/ai-chat/src/components/ChatCard.js +1 -1
  6. package/es/components/ai-chat/src/components/ChatMain.js +1 -1
  7. package/es/components/ai-chat/src/components/ChatPatient.vue2.js +1 -1
  8. package/es/components/ai-chat/style/index.css +1 -1
  9. package/es/components/big-table/src/BigTable.vue2.js +1 -1
  10. package/es/components/branch-notice/index.d.ts +425 -9
  11. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +378 -9
  12. package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -1
  13. package/es/components/branch-notice/src/canstants.d.ts +2 -1
  14. package/es/components/branch-notice/src/canstants.js +1 -1
  15. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +168 -44
  16. package/es/components/branch-notice/src/components/NoticeItem.vue.js +1 -0
  17. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +1 -0
  18. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +74 -5
  19. package/es/components/branch-notice/src/components/NoticeItemAside.vue.js +1 -0
  20. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -0
  21. package/es/components/branch-notice/src/components/NoticeOperationList.vue.js +1 -0
  22. package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +1 -0
  23. package/es/components/branch-notice/src/drawLine.js +1 -1
  24. package/es/components/branch-notice/src/hooks/useTheme.d.ts +1 -0
  25. package/es/components/branch-notice/src/hooks/useTheme.js +1 -0
  26. package/es/components/branch-notice/src/types.d.ts +22 -4
  27. package/es/components/branch-notice/style/index.css +1 -1
  28. package/es/components/button-print/src/components/IdentityVerification.vue2.js +1 -1
  29. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  30. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  31. package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
  32. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  33. package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
  34. package/es/components/classification/src/index.vue2.js +1 -1
  35. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -1
  36. package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -1
  37. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  38. package/es/components/expand-field/src/index.vue2.js +1 -1
  39. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  41. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
  43. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  45. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  46. package/es/components/fabric-chart/src/hooks/index.d.ts +1 -0
  47. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  48. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
  49. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  50. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  51. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  52. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
  53. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  54. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  55. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  56. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
  57. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  58. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  59. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  60. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  61. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  62. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
  63. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  64. package/es/components/fabric-chart/src/hooks/{temperature/useShadow.d.ts → useShadow.d.ts} +2 -2
  65. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -0
  66. package/es/components/fabric-chart/src/utils/index.d.ts +1 -0
  67. package/es/components/fabric-chart/src/utils/index.js +1 -1
  68. package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
  69. package/es/components/field-set/src/FieldColor.vue2.js +1 -1
  70. package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -2
  71. package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
  72. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  73. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  74. package/es/components/field-set/src/TableStyle.vue2.js +1 -1
  75. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -1
  76. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -1
  77. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  78. package/es/components/field-set/src/components/table-row.vue2.js +1 -1
  79. package/es/components/field-set/src/constants/filter.js +1 -1
  80. package/es/components/field-set/src/constants/index.js +1 -1
  81. package/es/components/field-set/src/utils/index.js +1 -1
  82. package/es/components/form-config/index.d.ts +1021 -1
  83. package/es/components/form-config/src/FormConfig.vue.d.ts +1021 -1
  84. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
  85. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  86. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1019 -0
  87. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
  88. package/es/components/form-config/src/constants/index.js +1 -1
  89. package/es/components/form-config/src/hooks/useLocale.js +1 -1
  90. package/es/components/form-config/style/index.css +1 -1
  91. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  92. package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
  93. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  94. package/es/components/form-render/src/components/renderer/date.js +1 -1
  95. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  96. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  97. package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
  98. package/es/components/form-render/src/components/renderer/select.js +1 -1
  99. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  100. package/es/components/form-render/src/components/renderer/text.js +1 -1
  101. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  102. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  103. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  104. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  105. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  106. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  107. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  108. package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
  109. package/es/components/form-render/src/utils/index.js +1 -1
  110. package/es/components/iho-chat/index.d.ts +518 -83
  111. package/es/components/iho-chat/src/Index.vue.d.ts +518 -83
  112. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  113. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -8
  114. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  115. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -8
  116. package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
  117. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -8
  118. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +101 -26
  119. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +34 -9
  120. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  121. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +33 -34
  122. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
  123. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +34 -9
  124. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  125. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +34 -8
  126. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  127. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +1 -1
  128. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +207 -4
  129. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  130. package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -0
  131. package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
  132. package/es/components/iho-chat/src/components/userItemRender.d.ts +18 -0
  133. package/es/components/iho-chat/src/components/userItemRender.js +1 -0
  134. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -2
  135. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  136. package/es/components/iho-chat/src/hooks/useVideo.d.ts +1 -0
  137. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  138. package/es/components/iho-chat/src/hooks/useWebSocket.js +1 -1
  139. package/es/components/iho-chat/src/types/index.d.ts +13 -0
  140. package/es/components/iho-chat/src/utils/index.js +1 -1
  141. package/es/components/iho-chat/style/iconfont.ttf +0 -0
  142. package/es/components/iho-chat/style/index.css +1 -1
  143. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +1 -1
  144. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  145. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +1 -1
  146. package/es/components/iho-table/style/index.css +1 -1
  147. package/es/components/index.css +1 -1
  148. package/es/components/info-header/src/components/patientInfo/index.vue2.js +1 -1
  149. package/es/components/keyboard/src/components/NumberPanel.vue2.js +1 -1
  150. package/es/components/map/src/Map.vue2.js +1 -1
  151. package/es/components/quick-search/src/index.vue2.js +1 -1
  152. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  153. package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
  154. package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
  155. package/es/components/scale-view/src/hooks/scaleview-methods.js +1 -1
  156. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  157. package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
  158. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
  159. package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -1
  160. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -1
  161. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -1
  162. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  163. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -1
  164. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  165. package/es/components/template-render/src/components/index.d.ts +23 -23
  166. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +1 -1
  167. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +1 -1
  168. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
  169. package/es/shared/assets/img/ai__avatar.png.js +1 -1
  170. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  171. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  172. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  173. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  174. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  175. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  176. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  177. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  178. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  179. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  180. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  181. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  182. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  183. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  184. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  185. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  186. package/es/shared/assets/img/failure.png.js +1 -1
  187. package/es/shared/assets/img/logo.png.js +1 -1
  188. package/es/shared/assets/img/no-permission.png.js +1 -1
  189. package/es/shared/assets/img/nodata.png.js +1 -1
  190. package/es/shared/assets/img/notfound.png.js +1 -1
  191. package/es/shared/assets/img/qr.png.js +1 -1
  192. package/es/shared/assets/img/success.png.js +1 -1
  193. package/es/shared/assets/img/table_style_2.png.js +1 -1
  194. package/es/shared/assets/img/video.png.js +1 -1
  195. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  196. package/es/shared/assets/img/xb_big.png.js +1 -1
  197. package/es/shared/assets/img/xb_small.png.js +1 -1
  198. package/es/shared/hooks/useLevelSearchCascader.js +1 -1
  199. package/es/shared/package.json.js +1 -1
  200. package/es/shared/types/business.d.ts +4 -0
  201. package/package.json +2 -2
  202. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  203. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  204. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  205. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  206. package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +0 -1
  207. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  208. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  209. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -2,7 +2,30 @@ import { SFCWithInstall } from '../../shared/types';
2
2
  export * from './src/types';
3
3
  declare const BranchNotice: SFCWithInstall<import("vue").DefineComponent<{
4
4
  items: {
5
- type: import("vue").PropType<import("./src/types").BranchNotice.Item[]>;
5
+ type: import("vue").PropType<Partial<{
6
+ header: string | import("../../shared/types").AnyFn;
7
+ type: "warning" | "normal" | "primary";
8
+ icon: import("../../shared/types").AnyFn | "warning";
9
+ topText: (string | import("../../shared/types").AnyFn)[];
10
+ footerText: string | import("../../shared/types").AnyFn;
11
+ content: string | import("../../shared/types").AnyFn;
12
+ subContent: string | import("../../shared/types").AnyFn;
13
+ noticeList: Partial<{
14
+ header: string | import("../../shared/types").AnyFn;
15
+ content: string | import("../../shared/types").AnyFn;
16
+ subContent: string | import("../../shared/types").AnyFn;
17
+ }>[];
18
+ operationList: Partial<Partial<{
19
+ header: string | import("../../shared/types").AnyFn;
20
+ content: string | import("../../shared/types").AnyFn;
21
+ subContent: string | import("../../shared/types").AnyFn;
22
+ }> & {
23
+ type: "warning" | "primary";
24
+ subHeader: string | import("../../shared/types").AnyFn;
25
+ remark: string | import("../../shared/types").AnyFn;
26
+ }>[];
27
+ children?: Partial<any>[][] | undefined;
28
+ }>[]>;
6
29
  default: () => never[];
7
30
  };
8
31
  rowCapacity: {
@@ -14,9 +37,33 @@ declare const BranchNotice: SFCWithInstall<import("vue").DefineComponent<{
14
37
  default: number;
15
38
  };
16
39
  }, {
40
+ theme: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
17
41
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
42
  items: {
19
- type: import("vue").PropType<import("./src/types").BranchNotice.Item[]>;
43
+ type: import("vue").PropType<Partial<{
44
+ header: string | import("../../shared/types").AnyFn;
45
+ type: "warning" | "normal" | "primary";
46
+ icon: import("../../shared/types").AnyFn | "warning";
47
+ topText: (string | import("../../shared/types").AnyFn)[];
48
+ footerText: string | import("../../shared/types").AnyFn;
49
+ content: string | import("../../shared/types").AnyFn;
50
+ subContent: string | import("../../shared/types").AnyFn;
51
+ noticeList: Partial<{
52
+ header: string | import("../../shared/types").AnyFn;
53
+ content: string | import("../../shared/types").AnyFn;
54
+ subContent: string | import("../../shared/types").AnyFn;
55
+ }>[];
56
+ operationList: Partial<Partial<{
57
+ header: string | import("../../shared/types").AnyFn;
58
+ content: string | import("../../shared/types").AnyFn;
59
+ subContent: string | import("../../shared/types").AnyFn;
60
+ }> & {
61
+ type: "warning" | "primary";
62
+ subHeader: string | import("../../shared/types").AnyFn;
63
+ remark: string | import("../../shared/types").AnyFn;
64
+ }>[];
65
+ children?: Partial<any>[][] | undefined;
66
+ }>[]>;
20
67
  default: () => never[];
21
68
  };
22
69
  rowCapacity: {
@@ -27,8 +74,58 @@ declare const BranchNotice: SFCWithInstall<import("vue").DefineComponent<{
27
74
  type: (NumberConstructor | StringConstructor)[];
28
75
  default: number;
29
76
  };
30
- }>> & {}>>;
31
- positionItems: (items: import("./src/types").BranchNotice.Item[]) => import("./src/types").BranchNotice.PositionedItem[];
77
+ }>> & {
78
+ onItemClick?: ((...args: any[]) => any) | undefined;
79
+ }>>;
80
+ emit: (event: "itemClick", ...args: any[]) => void;
81
+ onClick: (item: Partial<{
82
+ header: string | import("../../shared/types").AnyFn;
83
+ type: "warning" | "normal" | "primary";
84
+ icon: import("../../shared/types").AnyFn | "warning";
85
+ topText: (string | import("../../shared/types").AnyFn)[];
86
+ footerText: string | import("../../shared/types").AnyFn;
87
+ content: string | import("../../shared/types").AnyFn;
88
+ subContent: string | import("../../shared/types").AnyFn;
89
+ noticeList: Partial<{
90
+ header: string | import("../../shared/types").AnyFn;
91
+ content: string | import("../../shared/types").AnyFn;
92
+ subContent: string | import("../../shared/types").AnyFn;
93
+ }>[];
94
+ operationList: Partial<Partial<{
95
+ header: string | import("../../shared/types").AnyFn;
96
+ content: string | import("../../shared/types").AnyFn;
97
+ subContent: string | import("../../shared/types").AnyFn;
98
+ }> & {
99
+ type: "warning" | "primary";
100
+ subHeader: string | import("../../shared/types").AnyFn;
101
+ remark: string | import("../../shared/types").AnyFn;
102
+ }>[];
103
+ children?: Partial<any>[][] | undefined;
104
+ }>) => void;
105
+ positionItems: (items: Partial<{
106
+ header: string | import("../../shared/types").AnyFn;
107
+ type: "warning" | "normal" | "primary";
108
+ icon: import("../../shared/types").AnyFn | "warning";
109
+ topText: (string | import("../../shared/types").AnyFn)[];
110
+ footerText: string | import("../../shared/types").AnyFn;
111
+ content: string | import("../../shared/types").AnyFn;
112
+ subContent: string | import("../../shared/types").AnyFn;
113
+ noticeList: Partial<{
114
+ header: string | import("../../shared/types").AnyFn;
115
+ content: string | import("../../shared/types").AnyFn;
116
+ subContent: string | import("../../shared/types").AnyFn;
117
+ }>[];
118
+ operationList: Partial<Partial<{
119
+ header: string | import("../../shared/types").AnyFn;
120
+ content: string | import("../../shared/types").AnyFn;
121
+ subContent: string | import("../../shared/types").AnyFn;
122
+ }> & {
123
+ type: "warning" | "primary";
124
+ subHeader: string | import("../../shared/types").AnyFn;
125
+ remark: string | import("../../shared/types").AnyFn;
126
+ }>[];
127
+ children?: Partial<any>[][] | undefined;
128
+ }>[]) => import("./src/types").BranchNotice.PositionedItem[];
32
129
  positionedItems: import("vue").ComputedRef<import("./src/types").BranchNotice.PositionedItem[]>;
33
130
  itemStyle: (left: number, right: number) => {
34
131
  width: string;
@@ -41,10 +138,304 @@ declare const BranchNotice: SFCWithInstall<import("vue").DefineComponent<{
41
138
  width: string;
42
139
  height: string;
43
140
  }>;
44
- arrayed: typeof import("../../shared/utils").arrayed;
45
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
141
+ NoticeItem: import("vue").DefineComponent<{
142
+ item: {
143
+ type: import("vue").PropType<Partial<{
144
+ header: string | import("../../shared/types").AnyFn;
145
+ type: "warning" | "normal" | "primary";
146
+ icon: import("../../shared/types").AnyFn | "warning";
147
+ topText: (string | import("../../shared/types").AnyFn)[];
148
+ footerText: string | import("../../shared/types").AnyFn;
149
+ content: string | import("../../shared/types").AnyFn;
150
+ subContent: string | import("../../shared/types").AnyFn;
151
+ noticeList: Partial<{
152
+ header: string | import("../../shared/types").AnyFn;
153
+ content: string | import("../../shared/types").AnyFn;
154
+ subContent: string | import("../../shared/types").AnyFn;
155
+ }>[];
156
+ operationList: Partial<Partial<{
157
+ header: string | import("../../shared/types").AnyFn;
158
+ content: string | import("../../shared/types").AnyFn;
159
+ subContent: string | import("../../shared/types").AnyFn;
160
+ }> & {
161
+ type: "warning" | "primary";
162
+ subHeader: string | import("../../shared/types").AnyFn;
163
+ remark: string | import("../../shared/types").AnyFn;
164
+ }>[];
165
+ children?: Partial<any>[][] | undefined;
166
+ }>>;
167
+ required: true;
168
+ };
169
+ }, {
170
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
171
+ item: {
172
+ type: import("vue").PropType<Partial<{
173
+ header: string | import("../../shared/types").AnyFn;
174
+ type: "warning" | "normal" | "primary";
175
+ icon: import("../../shared/types").AnyFn | "warning";
176
+ topText: (string | import("../../shared/types").AnyFn)[];
177
+ footerText: string | import("../../shared/types").AnyFn;
178
+ content: string | import("../../shared/types").AnyFn;
179
+ subContent: string | import("../../shared/types").AnyFn;
180
+ noticeList: Partial<{
181
+ header: string | import("../../shared/types").AnyFn;
182
+ content: string | import("../../shared/types").AnyFn;
183
+ subContent: string | import("../../shared/types").AnyFn;
184
+ }>[];
185
+ operationList: Partial<Partial<{
186
+ header: string | import("../../shared/types").AnyFn;
187
+ content: string | import("../../shared/types").AnyFn;
188
+ subContent: string | import("../../shared/types").AnyFn;
189
+ }> & {
190
+ type: "warning" | "primary";
191
+ subHeader: string | import("../../shared/types").AnyFn;
192
+ remark: string | import("../../shared/types").AnyFn;
193
+ }>[];
194
+ children?: Partial<any>[][] | undefined;
195
+ }>>;
196
+ required: true;
197
+ };
198
+ }>> & {}>>;
199
+ itemRef: import("vue").Ref<Partial<{
200
+ header: string | import("../../shared/types").AnyFn;
201
+ type: "warning" | "normal" | "primary";
202
+ icon: import("../../shared/types").AnyFn | "warning";
203
+ topText: (string | import("../../shared/types").AnyFn)[];
204
+ footerText: string | import("../../shared/types").AnyFn;
205
+ content: string | import("../../shared/types").AnyFn;
206
+ subContent: string | import("../../shared/types").AnyFn;
207
+ noticeList: Partial<{
208
+ header: string | import("../../shared/types").AnyFn;
209
+ content: string | import("../../shared/types").AnyFn;
210
+ subContent: string | import("../../shared/types").AnyFn;
211
+ }>[];
212
+ operationList: Partial<Partial<{
213
+ header: string | import("../../shared/types").AnyFn;
214
+ content: string | import("../../shared/types").AnyFn;
215
+ subContent: string | import("../../shared/types").AnyFn;
216
+ }> & {
217
+ type: "warning" | "primary";
218
+ subHeader: string | import("../../shared/types").AnyFn;
219
+ remark: string | import("../../shared/types").AnyFn;
220
+ }>[];
221
+ children?: Partial<any>[][] | undefined;
222
+ }>>;
223
+ classList: import("vue").ComputedRef<string[]>;
224
+ frontStyle: import("vue").ComputedRef<{
225
+ minHeight: string;
226
+ }>;
227
+ popperDisabled: import("vue").ComputedRef<boolean>;
228
+ renderIcon: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
229
+ [key: string]: any;
230
+ }> | import("../../shared/types").AnyFn | null;
231
+ NoticeItemAside: import("vue").DefineComponent<{
232
+ item: {
233
+ type: import("vue").PropType<Partial<{
234
+ header: string | import("../../shared/types").AnyFn;
235
+ type: "warning" | "normal" | "primary";
236
+ icon: import("../../shared/types").AnyFn | "warning";
237
+ topText: (string | import("../../shared/types").AnyFn)[];
238
+ footerText: string | import("../../shared/types").AnyFn;
239
+ content: string | import("../../shared/types").AnyFn;
240
+ subContent: string | import("../../shared/types").AnyFn;
241
+ noticeList: Partial<{
242
+ header: string | import("../../shared/types").AnyFn;
243
+ content: string | import("../../shared/types").AnyFn;
244
+ subContent: string | import("../../shared/types").AnyFn;
245
+ }>[];
246
+ operationList: Partial<Partial<{
247
+ header: string | import("../../shared/types").AnyFn;
248
+ content: string | import("../../shared/types").AnyFn;
249
+ subContent: string | import("../../shared/types").AnyFn;
250
+ }> & {
251
+ type: "warning" | "primary";
252
+ subHeader: string | import("../../shared/types").AnyFn;
253
+ remark: string | import("../../shared/types").AnyFn;
254
+ }>[];
255
+ children?: Partial<any>[][] | undefined;
256
+ }>>;
257
+ required: true;
258
+ };
259
+ }, {
260
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
261
+ item: {
262
+ type: import("vue").PropType<Partial<{
263
+ header: string | import("../../shared/types").AnyFn;
264
+ type: "warning" | "normal" | "primary";
265
+ icon: import("../../shared/types").AnyFn | "warning";
266
+ topText: (string | import("../../shared/types").AnyFn)[];
267
+ footerText: string | import("../../shared/types").AnyFn;
268
+ content: string | import("../../shared/types").AnyFn;
269
+ subContent: string | import("../../shared/types").AnyFn;
270
+ noticeList: Partial<{
271
+ header: string | import("../../shared/types").AnyFn;
272
+ content: string | import("../../shared/types").AnyFn;
273
+ subContent: string | import("../../shared/types").AnyFn;
274
+ }>[];
275
+ operationList: Partial<Partial<{
276
+ header: string | import("../../shared/types").AnyFn;
277
+ content: string | import("../../shared/types").AnyFn;
278
+ subContent: string | import("../../shared/types").AnyFn;
279
+ }> & {
280
+ type: "warning" | "primary";
281
+ subHeader: string | import("../../shared/types").AnyFn;
282
+ remark: string | import("../../shared/types").AnyFn;
283
+ }>[];
284
+ children?: Partial<any>[][] | undefined;
285
+ }>>;
286
+ required: true;
287
+ };
288
+ }>> & {}>>;
289
+ getPositionInList: (index: number) => "center" | "first" | "last";
290
+ placementMap: {
291
+ first: string;
292
+ center: string;
293
+ last: string;
294
+ };
295
+ getPlacement: (index: number) => string;
296
+ getAsideClassList: (noticeItem: Partial<{
297
+ header: string | import("../../shared/types").AnyFn;
298
+ content: string | import("../../shared/types").AnyFn;
299
+ subContent: string | import("../../shared/types").AnyFn;
300
+ }>, index: number) => (string | {
301
+ 'is-active': string | import("../../shared/types").AnyFn | undefined;
302
+ })[];
303
+ theme: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
304
+ NPopover: any;
305
+ parseRender: typeof import("../step-notice/src/utils").parseRender;
306
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
307
+ item: {
308
+ type: import("vue").PropType<Partial<{
309
+ header: string | import("../../shared/types").AnyFn;
310
+ type: "warning" | "normal" | "primary";
311
+ icon: import("../../shared/types").AnyFn | "warning";
312
+ topText: (string | import("../../shared/types").AnyFn)[];
313
+ footerText: string | import("../../shared/types").AnyFn;
314
+ content: string | import("../../shared/types").AnyFn;
315
+ subContent: string | import("../../shared/types").AnyFn;
316
+ noticeList: Partial<{
317
+ header: string | import("../../shared/types").AnyFn;
318
+ content: string | import("../../shared/types").AnyFn;
319
+ subContent: string | import("../../shared/types").AnyFn;
320
+ }>[];
321
+ operationList: Partial<Partial<{
322
+ header: string | import("../../shared/types").AnyFn;
323
+ content: string | import("../../shared/types").AnyFn;
324
+ subContent: string | import("../../shared/types").AnyFn;
325
+ }> & {
326
+ type: "warning" | "primary";
327
+ subHeader: string | import("../../shared/types").AnyFn;
328
+ remark: string | import("../../shared/types").AnyFn;
329
+ }>[];
330
+ children?: Partial<any>[][] | undefined;
331
+ }>>;
332
+ required: true;
333
+ };
334
+ }>>, {}>;
335
+ NoticeOperationList: import("vue").DefineComponent<{
336
+ operationList: {
337
+ type: import("vue").PropType<Partial<Partial<{
338
+ header: string | import("../../shared/types").AnyFn;
339
+ content: string | import("../../shared/types").AnyFn;
340
+ subContent: string | import("../../shared/types").AnyFn;
341
+ }> & {
342
+ type: "warning" | "primary";
343
+ subHeader: string | import("../../shared/types").AnyFn;
344
+ remark: string | import("../../shared/types").AnyFn;
345
+ }>[] | undefined>;
346
+ required: true;
347
+ };
348
+ }, {
349
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
350
+ operationList: {
351
+ type: import("vue").PropType<Partial<Partial<{
352
+ header: string | import("../../shared/types").AnyFn;
353
+ content: string | import("../../shared/types").AnyFn;
354
+ subContent: string | import("../../shared/types").AnyFn;
355
+ }> & {
356
+ type: "warning" | "primary";
357
+ subHeader: string | import("../../shared/types").AnyFn;
358
+ remark: string | import("../../shared/types").AnyFn;
359
+ }>[] | undefined>;
360
+ required: true;
361
+ };
362
+ }>> & {}>>;
363
+ theme: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
364
+ CheckmarkCircle: 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<{}>>, {}>;
365
+ CloseCircle: 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<{}>>, {}>;
366
+ parseRender: typeof import("../step-notice/src/utils").parseRender;
367
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
368
+ operationList: {
369
+ type: import("vue").PropType<Partial<Partial<{
370
+ header: string | import("../../shared/types").AnyFn;
371
+ content: string | import("../../shared/types").AnyFn;
372
+ subContent: string | import("../../shared/types").AnyFn;
373
+ }> & {
374
+ type: "warning" | "primary";
375
+ subHeader: string | import("../../shared/types").AnyFn;
376
+ remark: string | import("../../shared/types").AnyFn;
377
+ }>[] | undefined>;
378
+ required: true;
379
+ };
380
+ }>>, {}>;
381
+ NPopover: any;
382
+ parseRender: typeof import("../step-notice/src/utils").parseRender;
383
+ parseTitle: typeof import("../step-notice/src/utils").parseTitle;
384
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
385
+ item: {
386
+ type: import("vue").PropType<Partial<{
387
+ header: string | import("../../shared/types").AnyFn;
388
+ type: "warning" | "normal" | "primary";
389
+ icon: import("../../shared/types").AnyFn | "warning";
390
+ topText: (string | import("../../shared/types").AnyFn)[];
391
+ footerText: string | import("../../shared/types").AnyFn;
392
+ content: string | import("../../shared/types").AnyFn;
393
+ subContent: string | import("../../shared/types").AnyFn;
394
+ noticeList: Partial<{
395
+ header: string | import("../../shared/types").AnyFn;
396
+ content: string | import("../../shared/types").AnyFn;
397
+ subContent: string | import("../../shared/types").AnyFn;
398
+ }>[];
399
+ operationList: Partial<Partial<{
400
+ header: string | import("../../shared/types").AnyFn;
401
+ content: string | import("../../shared/types").AnyFn;
402
+ subContent: string | import("../../shared/types").AnyFn;
403
+ }> & {
404
+ type: "warning" | "primary";
405
+ subHeader: string | import("../../shared/types").AnyFn;
406
+ remark: string | import("../../shared/types").AnyFn;
407
+ }>[];
408
+ children?: Partial<any>[][] | undefined;
409
+ }>>;
410
+ required: true;
411
+ };
412
+ }>>, {}>;
413
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "itemClick"[], "itemClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
414
  items: {
47
- type: import("vue").PropType<import("./src/types").BranchNotice.Item[]>;
415
+ type: import("vue").PropType<Partial<{
416
+ header: string | import("../../shared/types").AnyFn;
417
+ type: "warning" | "normal" | "primary";
418
+ icon: import("../../shared/types").AnyFn | "warning";
419
+ topText: (string | import("../../shared/types").AnyFn)[];
420
+ footerText: string | import("../../shared/types").AnyFn;
421
+ content: string | import("../../shared/types").AnyFn;
422
+ subContent: string | import("../../shared/types").AnyFn;
423
+ noticeList: Partial<{
424
+ header: string | import("../../shared/types").AnyFn;
425
+ content: string | import("../../shared/types").AnyFn;
426
+ subContent: string | import("../../shared/types").AnyFn;
427
+ }>[];
428
+ operationList: Partial<Partial<{
429
+ header: string | import("../../shared/types").AnyFn;
430
+ content: string | import("../../shared/types").AnyFn;
431
+ subContent: string | import("../../shared/types").AnyFn;
432
+ }> & {
433
+ type: "warning" | "primary";
434
+ subHeader: string | import("../../shared/types").AnyFn;
435
+ remark: string | import("../../shared/types").AnyFn;
436
+ }>[];
437
+ children?: Partial<any>[][] | undefined;
438
+ }>[]>;
48
439
  default: () => never[];
49
440
  };
50
441
  rowCapacity: {
@@ -55,8 +446,33 @@ declare const BranchNotice: SFCWithInstall<import("vue").DefineComponent<{
55
446
  type: (NumberConstructor | StringConstructor)[];
56
447
  default: number;
57
448
  };
58
- }>>, {
59
- items: import("./src/types").BranchNotice.Item[];
449
+ }>> & {
450
+ onItemClick?: ((...args: any[]) => any) | undefined;
451
+ }, {
452
+ items: Partial<{
453
+ header: string | import("../../shared/types").AnyFn;
454
+ type: "warning" | "normal" | "primary";
455
+ icon: import("../../shared/types").AnyFn | "warning";
456
+ topText: (string | import("../../shared/types").AnyFn)[];
457
+ footerText: string | import("../../shared/types").AnyFn;
458
+ content: string | import("../../shared/types").AnyFn;
459
+ subContent: string | import("../../shared/types").AnyFn;
460
+ noticeList: Partial<{
461
+ header: string | import("../../shared/types").AnyFn;
462
+ content: string | import("../../shared/types").AnyFn;
463
+ subContent: string | import("../../shared/types").AnyFn;
464
+ }>[];
465
+ operationList: Partial<Partial<{
466
+ header: string | import("../../shared/types").AnyFn;
467
+ content: string | import("../../shared/types").AnyFn;
468
+ subContent: string | import("../../shared/types").AnyFn;
469
+ }> & {
470
+ type: "warning" | "primary";
471
+ subHeader: string | import("../../shared/types").AnyFn;
472
+ remark: string | import("../../shared/types").AnyFn;
473
+ }>[];
474
+ children?: Partial<any>[][] | undefined;
475
+ }>[];
60
476
  rowCapacity: number;
61
477
  colSpace: string | number;
62
478
  }>>;