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

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