@lingxiteam/ebe-utils 0.6.2 → 0.6.3

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 (418) hide show
  1. package/es/node/babel/getAllImportFiles.d.ts +1 -0
  2. package/es/node/babel/getRealPath.d.ts +5 -0
  3. package/es/node/babel/parse.d.ts +6 -0
  4. package/es/node/cli.d.ts +1 -0
  5. package/es/node/constants.d.ts +1 -0
  6. package/es/node/copyStatic.d.ts +6 -0
  7. package/es/node/ic.d.ts +5 -0
  8. package/es/node/move.d.ts +7 -0
  9. package/es/node/setup.d.ts +4 -0
  10. package/es/renameComponents.d.ts +1 -0
  11. package/es/requestQueue.d.ts +9 -0
  12. package/es/types.d.ts +14 -0
  13. package/lib/h5public/src/components/factory/src/DForm/index.tsx +74 -75
  14. package/lib/h5public/src/components/factory/src/index.component.ts +1 -1
  15. package/lib/h5public/src/components/factory/src/utils/hooks/useCompState.tsx +1 -0
  16. package/lib/h5public/src/components/factory/src/utils/hooks/useFormItem.ts +5 -8
  17. package/lib/node/babel/getAllImportFiles.d.ts +1 -0
  18. package/lib/node/babel/getRealPath.d.ts +5 -0
  19. package/lib/node/babel/parse.d.ts +6 -0
  20. package/lib/node/cli.d.ts +1 -0
  21. package/lib/node/constants.d.ts +1 -0
  22. package/lib/node/copyStatic.d.ts +6 -0
  23. package/lib/node/ic.d.ts +5 -0
  24. package/lib/node/move.d.ts +7 -0
  25. package/lib/node/setup.d.ts +4 -0
  26. package/lib/pcpublic/src/components/pcfactory/src/Button/index.tsx +1 -0
  27. package/lib/pcpublic/src/components/pcfactory/src/Cascader/index.tsx +1 -0
  28. package/lib/pcpublic/src/components/pcfactory/src/Collapse/index.tsx +1 -0
  29. package/lib/pcpublic/src/components/pcfactory/src/CollapsePanel/index.tsx +1 -0
  30. package/lib/pcpublic/src/components/pcfactory/src/Dropdown/index.tsx +1 -0
  31. package/lib/pcpublic/src/components/pcfactory/src/Form/Form.tsx +1 -0
  32. package/lib/pcpublic/src/components/pcfactory/src/Gantt/Gantt.tsx +1 -0
  33. package/lib/pcpublic/src/components/pcfactory/src/GridView/GridView.tsx +1 -0
  34. package/lib/pcpublic/src/components/pcfactory/src/Link/index.tsx +1 -0
  35. package/lib/pcpublic/src/components/pcfactory/src/Menu/index.tsx +1 -0
  36. package/lib/pcpublic/src/components/pcfactory/src/Progress/index.tsx +1 -0
  37. package/lib/pcpublic/src/components/pcfactory/src/QuillEditor/index.tsx +1 -0
  38. package/lib/pcpublic/src/components/pcfactory/src/ReactECharts/ReactECharts.tsx +1 -0
  39. package/lib/pcpublic/src/components/pcfactory/src/RemoteComponent/index.tsx +1 -0
  40. package/lib/pcpublic/src/components/pcfactory/src/StdUpload/index.tsx +1 -0
  41. package/lib/pcpublic/src/components/pcfactory/src/Steps/index.tsx +1 -0
  42. package/lib/pcpublic/src/components/pcfactory/src/TabPane/index.tsx +1 -0
  43. package/lib/pcpublic/src/components/pcfactory/src/Table/Table.tsx +1 -0
  44. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useRowEdit.ts +26 -26
  45. package/lib/pcpublic/src/components/pcfactory/src/Table/index.tsx +1 -0
  46. package/lib/pcpublic/src/components/pcfactory/src/Tree/index.tsx +1 -0
  47. package/lib/pcpublic/src/components/pcfactory/src/TreeSelect/index.tsx +1 -1
  48. package/lib/pcpublic/src/components/pcfactory/src/View/index.tsx +1 -0
  49. package/lib/pcpublic/src/components/pcfactory/src/index.component.ts +7 -5
  50. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useCompState.tsx +1 -0
  51. package/package.json +8 -8
  52. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useFormatCell.ts +0 -279
  53. package/lib/pcpublic/src/components/pcfactory/src/utils/Empty/customLocale.tsx +0 -6
  54. package/lib/public/src/components/ExpBusiObjModal/index.less +0 -28
  55. package/lib/public/src/components/ExpBusiObjModal/index.tsx +0 -315
  56. package/lib/public/src/components/PreviewFile/index.less +0 -200
  57. package/lib/public/src/components/PreviewFile/index.tsx +0 -787
  58. package/lib/public/src/components/PreviewFile/utils.ts +0 -90
  59. package/lib/public/src/components/common/PreviewFile/index.less +0 -200
  60. package/lib/public/src/components/common/PreviewFile/index.tsx +0 -787
  61. package/lib/public/src/components/common/PreviewFile/utils.ts +0 -90
  62. package/lib/public/src/components/pcfactory/src/Alert/index.tsx +0 -22
  63. package/lib/public/src/components/pcfactory/src/Animation/index.tsx +0 -186
  64. package/lib/public/src/components/pcfactory/src/Animation/useAnimation.ts +0 -270
  65. package/lib/public/src/components/pcfactory/src/Animation/useBackgroundStyle.ts +0 -74
  66. package/lib/public/src/components/pcfactory/src/Audio/index.tsx +0 -240
  67. package/lib/public/src/components/pcfactory/src/BarChart/index.tsx +0 -3
  68. package/lib/public/src/components/pcfactory/src/Button/index.tsx +0 -151
  69. package/lib/public/src/components/pcfactory/src/Card/index.tsx +0 -201
  70. package/lib/public/src/components/pcfactory/src/Card/useExtendBtn.tsx +0 -195
  71. package/lib/public/src/components/pcfactory/src/Cascader/index.tsx +0 -398
  72. package/lib/public/src/components/pcfactory/src/ChartBar/index.tsx +0 -15
  73. package/lib/public/src/components/pcfactory/src/ChartBar/loader.tsx +0 -12
  74. package/lib/public/src/components/pcfactory/src/ChartLine/ChartLine.tsx +0 -48
  75. package/lib/public/src/components/pcfactory/src/ChartLine/PropsType.ts +0 -88
  76. package/lib/public/src/components/pcfactory/src/ChartLine/index.tsx +0 -15
  77. package/lib/public/src/components/pcfactory/src/ChartLine/loader.tsx +0 -12
  78. package/lib/public/src/components/pcfactory/src/Checkbox/index.tsx +0 -144
  79. package/lib/public/src/components/pcfactory/src/CheckboxGroup/index.tsx +0 -319
  80. package/lib/public/src/components/pcfactory/src/Collapse/index.tsx +0 -195
  81. package/lib/public/src/components/pcfactory/src/CollapsePanel/index.tsx +0 -186
  82. package/lib/public/src/components/pcfactory/src/Condition/index.tsx +0 -22
  83. package/lib/public/src/components/pcfactory/src/DatePicker/index.tsx +0 -756
  84. package/lib/public/src/components/pcfactory/src/Description/index.tsx +0 -447
  85. package/lib/public/src/components/pcfactory/src/Description/utils/getLabelSizeMode.ts +0 -40
  86. package/lib/public/src/components/pcfactory/src/Divider/components/CenterLineDivider/index.tsx +0 -190
  87. package/lib/public/src/components/pcfactory/src/Divider/components/CenterTabDivider/index.tsx +0 -77
  88. package/lib/public/src/components/pcfactory/src/Divider/components/LeftCardDivider/index.tsx +0 -87
  89. package/lib/public/src/components/pcfactory/src/Divider/components/LeftLineDivider/index.tsx +0 -106
  90. package/lib/public/src/components/pcfactory/src/Divider/components/LeftTabDivider/index.tsx +0 -60
  91. package/lib/public/src/components/pcfactory/src/Divider/components/LeftTopDivider/index.tsx +0 -55
  92. package/lib/public/src/components/pcfactory/src/Divider/components/LxDashed/index.module.less +0 -10
  93. package/lib/public/src/components/pcfactory/src/Divider/components/LxDashed/index.tsx +0 -143
  94. package/lib/public/src/components/pcfactory/src/Divider/components/LxSolid/index.module.less +0 -10
  95. package/lib/public/src/components/pcfactory/src/Divider/components/LxSolid/index.tsx +0 -126
  96. package/lib/public/src/components/pcfactory/src/Divider/index.tsx +0 -210
  97. package/lib/public/src/components/pcfactory/src/Dropdown/index.tsx +0 -385
  98. package/lib/public/src/components/pcfactory/src/DynamicTabs/PropsType.ts +0 -31
  99. package/lib/public/src/components/pcfactory/src/DynamicTabs/TabPage.tsx +0 -63
  100. package/lib/public/src/components/pcfactory/src/DynamicTabs/index.tsx +0 -214
  101. package/lib/public/src/components/pcfactory/src/Form/Form.tsx +0 -600
  102. package/lib/public/src/components/pcfactory/src/Form/WrapperForm.ts +0 -14
  103. package/lib/public/src/components/pcfactory/src/Form/index.tsx +0 -15
  104. package/lib/public/src/components/pcfactory/src/Form/useFormStatus.ts +0 -47
  105. package/lib/public/src/components/pcfactory/src/Form/useMonitor.ts +0 -40
  106. package/lib/public/src/components/pcfactory/src/FormGroup/TitleComp.tsx +0 -107
  107. package/lib/public/src/components/pcfactory/src/FormGroup/index.tsx +0 -181
  108. package/lib/public/src/components/pcfactory/src/FreeLayout/index.tsx +0 -151
  109. package/lib/public/src/components/pcfactory/src/Gantt/Gantt.tsx +0 -460
  110. package/lib/public/src/components/pcfactory/src/Gantt/const.ts +0 -122
  111. package/lib/public/src/components/pcfactory/src/Gantt/index.tsx +0 -16
  112. package/lib/public/src/components/pcfactory/src/Gantt/loader.tsx +0 -12
  113. package/lib/public/src/components/pcfactory/src/GridView/GridView.tsx +0 -435
  114. package/lib/public/src/components/pcfactory/src/GridView/index.tsx +0 -24
  115. package/lib/public/src/components/pcfactory/src/GridView/loader.tsx +0 -12
  116. package/lib/public/src/components/pcfactory/src/HorizontalView/index.tsx +0 -32
  117. package/lib/public/src/components/pcfactory/src/Icon/IconED/index.tsx +0 -42
  118. package/lib/public/src/components/pcfactory/src/Icon/PropsType.ts +0 -57
  119. package/lib/public/src/components/pcfactory/src/Icon/hooks/index.tsx +0 -300
  120. package/lib/public/src/components/pcfactory/src/Icon/index.tsx +0 -69
  121. package/lib/public/src/components/pcfactory/src/IconFont/index.tsx +0 -24
  122. package/lib/public/src/components/pcfactory/src/Img/BasicImage/index.tsx +0 -90
  123. package/lib/public/src/components/pcfactory/src/Img/assets/placeholder.png +0 -0
  124. package/lib/public/src/components/pcfactory/src/Img/index.tsx +0 -91
  125. package/lib/public/src/components/pcfactory/src/Input/index.tsx +0 -425
  126. package/lib/public/src/components/pcfactory/src/InputNumber/index.tsx +0 -263
  127. package/lib/public/src/components/pcfactory/src/LXPieChart/LXPieChart.tsx +0 -23
  128. package/lib/public/src/components/pcfactory/src/LXPieChart/PropsType.ts +0 -11
  129. package/lib/public/src/components/pcfactory/src/LXPieChart/index.less +0 -6
  130. package/lib/public/src/components/pcfactory/src/LXPieChart/index.tsx +0 -15
  131. package/lib/public/src/components/pcfactory/src/LXPieChart/loader.tsx +0 -12
  132. package/lib/public/src/components/pcfactory/src/LXRadarChart/LXRadarChat.tsx +0 -25
  133. package/lib/public/src/components/pcfactory/src/LXRadarChart/PropsType.ts +0 -9
  134. package/lib/public/src/components/pcfactory/src/LXRadarChart/index.less +0 -7
  135. package/lib/public/src/components/pcfactory/src/LXRadarChart/index.tsx +0 -17
  136. package/lib/public/src/components/pcfactory/src/LXRadarChart/loader.tsx +0 -12
  137. package/lib/public/src/components/pcfactory/src/Layout/index.tsx +0 -130
  138. package/lib/public/src/components/pcfactory/src/Layout/utils.ts +0 -48
  139. package/lib/public/src/components/pcfactory/src/LineChart/index.tsx +0 -3
  140. package/lib/public/src/components/pcfactory/src/Link/index.tsx +0 -117
  141. package/lib/public/src/components/pcfactory/src/LoopList/index.tsx +0 -551
  142. package/lib/public/src/components/pcfactory/src/Menu/index.tsx +0 -422
  143. package/lib/public/src/components/pcfactory/src/ModalSelect/BaseModalSelect.tsx +0 -95
  144. package/lib/public/src/components/pcfactory/src/ModalSelect/index.tsx +0 -453
  145. package/lib/public/src/components/pcfactory/src/MultipleSelect/index.tsx +0 -3
  146. package/lib/public/src/components/pcfactory/src/Pagination/index.tsx +0 -104
  147. package/lib/public/src/components/pcfactory/src/Password/index.tsx +0 -88
  148. package/lib/public/src/components/pcfactory/src/PictureVerifyCode/assets/placeholder.png +0 -0
  149. package/lib/public/src/components/pcfactory/src/PictureVerifyCode/index.tsx +0 -76
  150. package/lib/public/src/components/pcfactory/src/PieChart/index.tsx +0 -3
  151. package/lib/public/src/components/pcfactory/src/Progress/index.tsx +0 -155
  152. package/lib/public/src/components/pcfactory/src/QRCode/const.ts +0 -5
  153. package/lib/public/src/components/pcfactory/src/QRCode/index.tsx +0 -146
  154. package/lib/public/src/components/pcfactory/src/QuillEditor/QuillEditor.tsx +0 -197
  155. package/lib/public/src/components/pcfactory/src/QuillEditor/index.tsx +0 -37
  156. package/lib/public/src/components/pcfactory/src/QuillEditor/loader.ts +0 -12
  157. package/lib/public/src/components/pcfactory/src/RadarChart/RadarChartHook.ts +0 -449
  158. package/lib/public/src/components/pcfactory/src/RadarChart/RadarChartType.ts +0 -39
  159. package/lib/public/src/components/pcfactory/src/RadarChart/RadarECharts.tsx +0 -86
  160. package/lib/public/src/components/pcfactory/src/RadarChart/index.tsx +0 -16
  161. package/lib/public/src/components/pcfactory/src/RadarChart/loader.tsx +0 -12
  162. package/lib/public/src/components/pcfactory/src/RadarChart/radarDefaultConfig.js +0 -55
  163. package/lib/public/src/components/pcfactory/src/Radio/index.tsx +0 -260
  164. package/lib/public/src/components/pcfactory/src/RangePicker/index.tsx +0 -3
  165. package/lib/public/src/components/pcfactory/src/Rate/index.tsx +0 -187
  166. package/lib/public/src/components/pcfactory/src/ReactECharts/PropsType.ts +0 -37
  167. package/lib/public/src/components/pcfactory/src/ReactECharts/ReactECharts.tsx +0 -672
  168. package/lib/public/src/components/pcfactory/src/ReactECharts/index.tsx +0 -26
  169. package/lib/public/src/components/pcfactory/src/ReactECharts/loader.tsx +0 -12
  170. package/lib/public/src/components/pcfactory/src/RemoteComponent/components/FishRender.tsx +0 -31
  171. package/lib/public/src/components/pcfactory/src/RemoteComponent/components/ReactRender.tsx +0 -55
  172. package/lib/public/src/components/pcfactory/src/RemoteComponent/components/VueRender.tsx +0 -32
  173. package/lib/public/src/components/pcfactory/src/RemoteComponent/constant.ts +0 -9
  174. package/lib/public/src/components/pcfactory/src/RemoteComponent/index.tsx +0 -82
  175. package/lib/public/src/components/pcfactory/src/RemoteComponent/remote-component.config.ts +0 -12
  176. package/lib/public/src/components/pcfactory/src/Result/index.tsx +0 -27
  177. package/lib/public/src/components/pcfactory/src/RichTextEditor/LcdpUeditorMain.tsx +0 -105
  178. package/lib/public/src/components/pcfactory/src/RichTextEditor/RichTextEditor.tsx +0 -234
  179. package/lib/public/src/components/pcfactory/src/RichTextEditor/RichTextEditorMain.tsx +0 -41
  180. package/lib/public/src/components/pcfactory/src/RichTextEditor/index.tsx +0 -33
  181. package/lib/public/src/components/pcfactory/src/RichTextEditor/loader.ts +0 -12
  182. package/lib/public/src/components/pcfactory/src/Row/Row.tsx +0 -66
  183. package/lib/public/src/components/pcfactory/src/Row/index.tsx +0 -9
  184. package/lib/public/src/components/pcfactory/src/Row/loader.tsx +0 -12
  185. package/lib/public/src/components/pcfactory/src/Select/index.tsx +0 -628
  186. package/lib/public/src/components/pcfactory/src/Select/selectUtils.ts +0 -257
  187. package/lib/public/src/components/pcfactory/src/Slider/index.tsx +0 -351
  188. package/lib/public/src/components/pcfactory/src/StdUpload/DownloadProgress/DownloadProgress.tsx +0 -27
  189. package/lib/public/src/components/pcfactory/src/StdUpload/DownloadProgress/index.ts +0 -3
  190. package/lib/public/src/components/pcfactory/src/StdUpload/UploadItem.tsx +0 -257
  191. package/lib/public/src/components/pcfactory/src/StdUpload/assets/default.png +0 -0
  192. package/lib/public/src/components/pcfactory/src/StdUpload/assets/js.png +0 -0
  193. package/lib/public/src/components/pcfactory/src/StdUpload/assets/pdf.png +0 -0
  194. package/lib/public/src/components/pcfactory/src/StdUpload/assets/ppt.png +0 -0
  195. package/lib/public/src/components/pcfactory/src/StdUpload/assets/txt.png +0 -0
  196. package/lib/public/src/components/pcfactory/src/StdUpload/assets/word.png +0 -0
  197. package/lib/public/src/components/pcfactory/src/StdUpload/assets/xls.png +0 -0
  198. package/lib/public/src/components/pcfactory/src/StdUpload/assets/zip.png +0 -0
  199. package/lib/public/src/components/pcfactory/src/StdUpload/index.tsx +0 -1050
  200. package/lib/public/src/components/pcfactory/src/StdUpload/uploadItem.less +0 -64
  201. package/lib/public/src/components/pcfactory/src/Steps/constant/checkcircle.tsx +0 -29
  202. package/lib/public/src/components/pcfactory/src/Steps/constant/index.ts +0 -2
  203. package/lib/public/src/components/pcfactory/src/Steps/constant/vector.tsx +0 -13
  204. package/lib/public/src/components/pcfactory/src/Steps/index.tsx +0 -343
  205. package/lib/public/src/components/pcfactory/src/SuperSelect/ComSelect.tsx +0 -538
  206. package/lib/public/src/components/pcfactory/src/SuperSelect/index.tsx +0 -127
  207. package/lib/public/src/components/pcfactory/src/SuperSelect/loader.tsx +0 -12
  208. package/lib/public/src/components/pcfactory/src/Swiper/index.tsx +0 -184
  209. package/lib/public/src/components/pcfactory/src/Switch/index.tsx +0 -219
  210. package/lib/public/src/components/pcfactory/src/TabPane/index.tsx +0 -145
  211. package/lib/public/src/components/pcfactory/src/Table/BodyCell/index.tsx +0 -278
  212. package/lib/public/src/components/pcfactory/src/Table/EditComponent/index.tsx +0 -554
  213. package/lib/public/src/components/pcfactory/src/Table/FormatCell/GhostTag/index.tsx +0 -34
  214. package/lib/public/src/components/pcfactory/src/Table/FormatCell/Hyperlink/index.tsx +0 -26
  215. package/lib/public/src/components/pcfactory/src/Table/FormatCell/PointTag/index.tsx +0 -41
  216. package/lib/public/src/components/pcfactory/src/Table/FormatCell/PureColourFill/index.tsx +0 -32
  217. package/lib/public/src/components/pcfactory/src/Table/FormatCell/PureFadeColourTag/index.tsx +0 -34
  218. package/lib/public/src/components/pcfactory/src/Table/FormatCell/index.tsx +0 -227
  219. package/lib/public/src/components/pcfactory/src/Table/HeaderCell/HeaderCellTitle/index.tsx +0 -63
  220. package/lib/public/src/components/pcfactory/src/Table/HeaderCell/index.tsx +0 -32
  221. package/lib/public/src/components/pcfactory/src/Table/TableHead/index.tsx +0 -501
  222. package/lib/public/src/components/pcfactory/src/Table/TableSummaryRow/index.tsx +0 -46
  223. package/lib/public/src/components/pcfactory/src/Table/constant.ts +0 -73
  224. package/lib/public/src/components/pcfactory/src/Table/hooks/index.ts +0 -32
  225. package/lib/public/src/components/pcfactory/src/Table/hooks/useCMDActions.ts +0 -325
  226. package/lib/public/src/components/pcfactory/src/Table/hooks/useCheckStrict.ts +0 -176
  227. package/lib/public/src/components/pcfactory/src/Table/hooks/useColumns.tsx +0 -1851
  228. package/lib/public/src/components/pcfactory/src/Table/hooks/useCommon.ts +0 -39
  229. package/lib/public/src/components/pcfactory/src/Table/hooks/useDataSource.ts +0 -201
  230. package/lib/public/src/components/pcfactory/src/Table/hooks/useExpandable.tsx +0 -324
  231. package/lib/public/src/components/pcfactory/src/Table/hooks/useFilter.tsx +0 -274
  232. package/lib/public/src/components/pcfactory/src/Table/hooks/useFormatCell.ts +0 -309
  233. package/lib/public/src/components/pcfactory/src/Table/hooks/usePagination.ts +0 -104
  234. package/lib/public/src/components/pcfactory/src/Table/hooks/useRowEdit.ts +0 -302
  235. package/lib/public/src/components/pcfactory/src/Table/hooks/useRowMerge.ts +0 -93
  236. package/lib/public/src/components/pcfactory/src/Table/hooks/useScroll.ts +0 -120
  237. package/lib/public/src/components/pcfactory/src/Table/hooks/useSelection.ts +0 -467
  238. package/lib/public/src/components/pcfactory/src/Table/hooks/useSort.ts +0 -39
  239. package/lib/public/src/components/pcfactory/src/Table/hooks/useSummaryCol.ts +0 -191
  240. package/lib/public/src/components/pcfactory/src/Table/index.tsx +0 -525
  241. package/lib/public/src/components/pcfactory/src/Table/utils/SequenceId.ts +0 -104
  242. package/lib/public/src/components/pcfactory/src/Table/utils/index.ts +0 -442
  243. package/lib/public/src/components/pcfactory/src/Tabs/index.tsx +0 -209
  244. package/lib/public/src/components/pcfactory/src/Tag/index.tsx +0 -39
  245. package/lib/public/src/components/pcfactory/src/Text/index.tsx +0 -191
  246. package/lib/public/src/components/pcfactory/src/TextArea/ForIETextArea.tsx +0 -96
  247. package/lib/public/src/components/pcfactory/src/TextArea/index.tsx +0 -255
  248. package/lib/public/src/components/pcfactory/src/TimePicker/index.tsx +0 -3
  249. package/lib/public/src/components/pcfactory/src/TlrView/index.tsx +0 -3
  250. package/lib/public/src/components/pcfactory/src/TooltipView/PropsType.ts +0 -22
  251. package/lib/public/src/components/pcfactory/src/TooltipView/TooltipViewED/index.tsx +0 -10
  252. package/lib/public/src/components/pcfactory/src/TooltipView/hooks/index.tsx +0 -90
  253. package/lib/public/src/components/pcfactory/src/TooltipView/index.tsx +0 -13
  254. package/lib/public/src/components/pcfactory/src/Transfer/index.tsx +0 -753
  255. package/lib/public/src/components/pcfactory/src/Tree/TreeNodeMenu/index.tsx +0 -102
  256. package/lib/public/src/components/pcfactory/src/Tree/index.tsx +0 -1303
  257. package/lib/public/src/components/pcfactory/src/TreeSelect/index.tsx +0 -639
  258. package/lib/public/src/components/pcfactory/src/TreeTable/hooks/index.ts +0 -4
  259. package/lib/public/src/components/pcfactory/src/TreeTable/hooks/useCMDAction.ts +0 -82
  260. package/lib/public/src/components/pcfactory/src/TreeTable/hooks/useExpandable.tsx +0 -61
  261. package/lib/public/src/components/pcfactory/src/TreeTable/index.tsx +0 -273
  262. package/lib/public/src/components/pcfactory/src/Upload/Upload.tsx +0 -740
  263. package/lib/public/src/components/pcfactory/src/Upload/index.tsx +0 -29
  264. package/lib/public/src/components/pcfactory/src/Upload/loader.tsx +0 -13
  265. package/lib/public/src/components/pcfactory/src/VerificationCode/assets/placeholder.png +0 -0
  266. package/lib/public/src/components/pcfactory/src/VerificationCode/index.tsx +0 -297
  267. package/lib/public/src/components/pcfactory/src/VerticalView/index.tsx +0 -25
  268. package/lib/public/src/components/pcfactory/src/VideoPlayer/index.tsx +0 -159
  269. package/lib/public/src/components/pcfactory/src/View/index.tsx +0 -150
  270. package/lib/public/src/components/pcfactory/src/View/useBackgroundStyle.ts +0 -75
  271. package/lib/public/src/components/pcfactory/src/VirtualGroup/index.tsx +0 -16
  272. package/lib/public/src/components/pcfactory/src/Webview/index.tsx +0 -104
  273. package/lib/public/src/components/pcfactory/src/index.component.ts +0 -253
  274. package/lib/public/src/components/pcfactory/src/styles/common.less +0 -107
  275. package/lib/public/src/components/pcfactory/src/styles/compatible.less +0 -976
  276. package/lib/public/src/components/pcfactory/src/styles/components/Alert.less +0 -25
  277. package/lib/public/src/components/pcfactory/src/styles/components/Audio.less +0 -198
  278. package/lib/public/src/components/pcfactory/src/styles/components/Button.less +0 -32
  279. package/lib/public/src/components/pcfactory/src/styles/components/Card.less +0 -155
  280. package/lib/public/src/components/pcfactory/src/styles/components/Cascader.less +0 -54
  281. package/lib/public/src/components/pcfactory/src/styles/components/Checkbox.less +0 -7
  282. package/lib/public/src/components/pcfactory/src/styles/components/Collapse.less +0 -214
  283. package/lib/public/src/components/pcfactory/src/styles/components/DatePicker.less +0 -22
  284. package/lib/public/src/components/pcfactory/src/styles/components/Description.less +0 -64
  285. package/lib/public/src/components/pcfactory/src/styles/components/Divider.less +0 -530
  286. package/lib/public/src/components/pcfactory/src/styles/components/Drawer.less +0 -54
  287. package/lib/public/src/components/pcfactory/src/styles/components/Dropdown.less +0 -11
  288. package/lib/public/src/components/pcfactory/src/styles/components/DynamicDataContainer.less +0 -16
  289. package/lib/public/src/components/pcfactory/src/styles/components/DynamicTabs.less +0 -254
  290. package/lib/public/src/components/pcfactory/src/styles/components/Form.less +0 -265
  291. package/lib/public/src/components/pcfactory/src/styles/components/FormGroup.less +0 -111
  292. package/lib/public/src/components/pcfactory/src/styles/components/Gantt.less +0 -139
  293. package/lib/public/src/components/pcfactory/src/styles/components/GridView.less +0 -62
  294. package/lib/public/src/components/pcfactory/src/styles/components/Icon.less +0 -20
  295. package/lib/public/src/components/pcfactory/src/styles/components/Input.less +0 -164
  296. package/lib/public/src/components/pcfactory/src/styles/components/InputNumber.less +0 -124
  297. package/lib/public/src/components/pcfactory/src/styles/components/InputPassword.less +0 -3
  298. package/lib/public/src/components/pcfactory/src/styles/components/Link.less +0 -4
  299. package/lib/public/src/components/pcfactory/src/styles/components/LoopList.less +0 -67
  300. package/lib/public/src/components/pcfactory/src/styles/components/Menu.less +0 -54
  301. package/lib/public/src/components/pcfactory/src/styles/components/ModalSelect.less +0 -42
  302. package/lib/public/src/components/pcfactory/src/styles/components/Popconfirm.less +0 -7
  303. package/lib/public/src/components/pcfactory/src/styles/components/Progress.less +0 -57
  304. package/lib/public/src/components/pcfactory/src/styles/components/QuillEditor.less +0 -15
  305. package/lib/public/src/components/pcfactory/src/styles/components/Radio.less +0 -7
  306. package/lib/public/src/components/pcfactory/src/styles/components/Rate.less +0 -16
  307. package/lib/public/src/components/pcfactory/src/styles/components/Result.less +0 -26
  308. package/lib/public/src/components/pcfactory/src/styles/components/Select.less +0 -146
  309. package/lib/public/src/components/pcfactory/src/styles/components/Slider.less +0 -78
  310. package/lib/public/src/components/pcfactory/src/styles/components/StdUpload.less +0 -225
  311. package/lib/public/src/components/pcfactory/src/styles/components/Step.less +0 -91
  312. package/lib/public/src/components/pcfactory/src/styles/components/SuperSelect.less +0 -83
  313. package/lib/public/src/components/pcfactory/src/styles/components/Swiper.less +0 -106
  314. package/lib/public/src/components/pcfactory/src/styles/components/Switch.less +0 -49
  315. package/lib/public/src/components/pcfactory/src/styles/components/Table.less +0 -1229
  316. package/lib/public/src/components/pcfactory/src/styles/components/Tabs.less +0 -291
  317. package/lib/public/src/components/pcfactory/src/styles/components/Tag.less +0 -107
  318. package/lib/public/src/components/pcfactory/src/styles/components/TextArea.less +0 -12
  319. package/lib/public/src/components/pcfactory/src/styles/components/TooltipView.less +0 -43
  320. package/lib/public/src/components/pcfactory/src/styles/components/Transfer.less +0 -155
  321. package/lib/public/src/components/pcfactory/src/styles/components/Tree.less +0 -329
  322. package/lib/public/src/components/pcfactory/src/styles/components/TreeSelect.less +0 -65
  323. package/lib/public/src/components/pcfactory/src/styles/components/Upload.less +0 -26
  324. package/lib/public/src/components/pcfactory/src/styles/components/VerificationCode.less +0 -162
  325. package/lib/public/src/components/pcfactory/src/styles/components/Webview.less +0 -31
  326. package/lib/public/src/components/pcfactory/src/styles/index.less +0 -10
  327. package/lib/public/src/components/pcfactory/src/styles/index.ued.less +0 -65
  328. package/lib/public/src/components/pcfactory/src/styles/theme/variables/antdVariables.less +0 -84
  329. package/lib/public/src/components/pcfactory/src/styles/theme/variables/common.less +0 -9
  330. package/lib/public/src/components/pcfactory/src/styles/theme/variables/customVariables.less +0 -35
  331. package/lib/public/src/components/pcfactory/src/styles/theme/variables/index.less +0 -2
  332. package/lib/public/src/components/pcfactory/src/utils/ChannelContainer.tsx +0 -150
  333. package/lib/public/src/components/pcfactory/src/utils/ChildRender.ts +0 -103
  334. package/lib/public/src/components/pcfactory/src/utils/CustomModule.tsx +0 -134
  335. package/lib/public/src/components/pcfactory/src/utils/DummyFormContext.ts +0 -136
  336. package/lib/public/src/components/pcfactory/src/utils/Empty/customLocale.tsx +0 -6
  337. package/lib/public/src/components/pcfactory/src/utils/Empty/empty.tsx +0 -37
  338. package/lib/public/src/components/pcfactory/src/utils/LoaderHelper.tsx +0 -29
  339. package/lib/public/src/components/pcfactory/src/utils/PropsType.ts +0 -21
  340. package/lib/public/src/components/pcfactory/src/utils/WithSyncValue.ts +0 -218
  341. package/lib/public/src/components/pcfactory/src/utils/ahooks/index.ts +0 -22
  342. package/lib/public/src/components/pcfactory/src/utils/ahooks/useCreation.ts +0 -23
  343. package/lib/public/src/components/pcfactory/src/utils/ahooks/useDeepCompareEffect.ts +0 -27
  344. package/lib/public/src/components/pcfactory/src/utils/ahooks/useMap.ts +0 -46
  345. package/lib/public/src/components/pcfactory/src/utils/ahooks/useMemoizedFn.ts +0 -27
  346. package/lib/public/src/components/pcfactory/src/utils/ahooks/usePrevious.ts +0 -19
  347. package/lib/public/src/components/pcfactory/src/utils/ahooks/useSafeState.ts +0 -26
  348. package/lib/public/src/components/pcfactory/src/utils/ahooks/useSetState.ts +0 -26
  349. package/lib/public/src/components/pcfactory/src/utils/ahooks/useUnmountedRef.ts +0 -14
  350. package/lib/public/src/components/pcfactory/src/utils/ahooks/useUpdate.ts +0 -9
  351. package/lib/public/src/components/pcfactory/src/utils/ahooks/useUpdateEffect.ts +0 -16
  352. package/lib/public/src/components/pcfactory/src/utils/basicStatusTransfer.ts +0 -32
  353. package/lib/public/src/components/pcfactory/src/utils/common.ts +0 -367
  354. package/lib/public/src/components/pcfactory/src/utils/dynamicUtils/DynamicContext.tsx +0 -106
  355. package/lib/public/src/components/pcfactory/src/utils/formUtils/FormContext.tsx +0 -131
  356. package/lib/public/src/components/pcfactory/src/utils/formUtils/FormFields.tsx +0 -646
  357. package/lib/public/src/components/pcfactory/src/utils/formUtils/WrapperContainer.tsx +0 -123
  358. package/lib/public/src/components/pcfactory/src/utils/formUtils/cmdHelper.ts +0 -411
  359. package/lib/public/src/components/pcfactory/src/utils/formUtils/common.ts +0 -28
  360. package/lib/public/src/components/pcfactory/src/utils/getExportDefaultObj.ts +0 -11
  361. package/lib/public/src/components/pcfactory/src/utils/hooks/useCommonImperativeHandle.ts +0 -140
  362. package/lib/public/src/components/pcfactory/src/utils/hooks/useDataMask.ts +0 -83
  363. package/lib/public/src/components/pcfactory/src/utils/hooks/useDoubleClick.ts +0 -63
  364. package/lib/public/src/components/pcfactory/src/utils/hooks/useFuncExpExecute.ts +0 -86
  365. package/lib/public/src/components/pcfactory/src/utils/hooks/useGetStaticAttrData.ts +0 -41
  366. package/lib/public/src/components/pcfactory/src/utils/hooks/useHiddenStyle.ts +0 -43
  367. package/lib/public/src/components/pcfactory/src/utils/hooks/useInitReactQuill.ts +0 -90
  368. package/lib/public/src/components/pcfactory/src/utils/hooks/useListenState.ts +0 -26
  369. package/lib/public/src/components/pcfactory/src/utils/hooks/useLocale.ts +0 -129
  370. package/lib/public/src/components/pcfactory/src/utils/hooks/usePrintMode.tsx +0 -80
  371. package/lib/public/src/components/pcfactory/src/utils/hooks/useRules.ts +0 -89
  372. package/lib/public/src/components/pcfactory/src/utils/hooks/useTestHelper.ts +0 -26
  373. package/lib/public/src/components/pcfactory/src/utils/hooks/useToggleBoolean.ts +0 -33
  374. package/lib/public/src/components/pcfactory/src/utils/index.ts +0 -19
  375. package/lib/public/src/components/pcfactory/src/utils/polyfill.js +0 -305
  376. package/lib/public/src/components/pcfactory/src/utils/renderReadOnly.tsx +0 -105
  377. package/lib/public/src/components/pcfactory/src/variables.ts +0 -2
  378. package/lib/public/src/components/pcfactory/typings.d.ts +0 -27
  379. package/lib/public/src/hooks/useGenerateContext.ts +0 -73
  380. package/lib/public/src/services/api/getAppFileUrlByFileCode.ts +0 -14
  381. package/lib/public/src/styles/common.less +0 -41
  382. package/lib/public/src/styles/index.less +0 -4
  383. package/lib/public/src/styles/index.ts +0 -1
  384. package/lib/public/src/styles/theme/variables.less +0 -130
  385. package/lib/public/src/utils/LcdpSpin/index.less +0 -13
  386. package/lib/public/src/utils/LcdpSpin/index.tsx +0 -12
  387. package/lib/public/src/utils/ModalManager/Drawer/index.less +0 -30
  388. package/lib/public/src/utils/ModalManager/Drawer/index.tsx +0 -109
  389. package/lib/public/src/utils/ModalManager/Modal/index.less +0 -7
  390. package/lib/public/src/utils/ModalManager/Modal/index.tsx +0 -96
  391. package/lib/public/src/utils/ModalManager/index.tsx +0 -278
  392. package/lib/public/src/utils/Security/encipher/des.ts +0 -52
  393. package/lib/public/src/utils/customFuncMapping.ts +0 -107
  394. package/lib/public/src/utils/formUtils.ts +0 -458
  395. package/lib/public/src/utils/i18n/i18n.ts +0 -15
  396. package/lib/public/src/utils/i18n/index.ts +0 -7
  397. package/lib/public/src/utils/i18n/locale/app/en_US.ts +0 -77
  398. package/lib/public/src/utils/i18n/locale/app/index.ts +0 -9
  399. package/lib/public/src/utils/i18n/locale/app/otherLocale.ts +0 -2
  400. package/lib/public/src/utils/i18n/locale/app/zh_CN.ts +0 -65
  401. package/lib/public/src/utils/i18n/locale/app/zh_HK.ts +0 -66
  402. package/lib/public/src/utils/i18n/locale/base/en_US.ts +0 -449
  403. package/lib/public/src/utils/i18n/locale/base/index.ts +0 -5
  404. package/lib/public/src/utils/i18n/locale/base/zh_CN.ts +0 -413
  405. package/lib/public/src/utils/i18n/locale/base/zh_HK.ts +0 -411
  406. package/lib/public/src/utils/i18n/locale/pc/en_US.ts +0 -131
  407. package/lib/public/src/utils/i18n/locale/pc/index.ts +0 -9
  408. package/lib/public/src/utils/i18n/locale/pc/otherLocale.ts +0 -2
  409. package/lib/public/src/utils/i18n/locale/pc/zh_CN.ts +0 -105
  410. package/lib/public/src/utils/i18n/locale/pc/zh_HK.ts +0 -105
  411. package/lib/public/src/utils/i18n/localeMonitor.ts +0 -71
  412. package/lib/public/src/utils/i18n/locales.ts +0 -30
  413. package/lib/public/src/utils/i18n/replaceMessage.ts +0 -29
  414. package/lib/public/src/utils/i18n/types.ts +0 -2
  415. package/lib/public/src/utils/i18n/useLocale.ts +0 -129
  416. package/lib/public/src/utils/messageApi.ts +0 -93
  417. package/lib/public/src/utils/useTool.ts +0 -428
  418. /package/lib/public/src/utils/functors/{DATEADD.ts → dateAdd.ts} +0 -0
@@ -1,66 +0,0 @@
1
- import merge from 'lodash/merge';
2
- import { baseZHHK } from '../base';
3
-
4
- export default merge(baseZHHK, {
5
- 'Calendar.end': '結束',
6
- 'Calendar.start': '開始',
7
- 'Calendar.title': '日期選擇',
8
- 'Calendar.startEnd': '開始/結束',
9
- 'Calendar.weekdays': ['日', '一', '二', '三', '四', '五', '六'],
10
- 'Calendar.monthTitle': '@{year}年@{month}月',
11
- 'Calendar.rangePrompt': '最多選擇 @{maxRange} 天',
12
- 'Calendar.confirm': '確定',
13
- 'SearchView.title': '請選擇搜索時間範圍',
14
- 'ProcessTrack.empty': '暫無流程數據',
15
- 'LoadMoreListView.canRelease': '鬆開刷新',
16
- 'LoadMoreListView.pulling': '下拉刷新',
17
- 'LoadMoreListView.complete': '刷新完成',
18
- 'LoadMoreListView.refreshing': '正在刷新',
19
- 'DatePicker.yearTip': '選擇年份',
20
- 'DatePicker.monthTip': '選擇年份和月份',
21
- 'DatePicker.dayTip': '選擇年月日',
22
- 'DatePicker.timeTip': '選擇時間',
23
- 'DatePicker.minuteTip': '選擇日期和時間',
24
- 'BannerModal.scaleMax': '已縮放至最大',
25
- 'BannerModal.scaleMin': '已縮放至最小',
26
- 'NoPermission.description': '您還沒有訪問權限,請聯繫管理員~',
27
- 'NotFound.description': '抱歉,您訪問的頁面不存在',
28
- 'Modal.missParams': '彈窗操作失敗:缺少頁面實例ID或頁面路徑。',
29
- 'DformRangePicker.startLessEnd': '開始時間不能大於結束時間。',
30
- 'DformRangePicker.yearTip': '選擇年份',
31
- 'DformRangePicker.monthTip': '選擇年份和月份',
32
- 'DformRangePicker.timeTip': '選擇年月日時分',
33
- 'DformRangePicker.dateTip': '選擇時間',
34
- 'DformRangePicker.onlyTime': '選擇時間',
35
- 'DformRangePicker.date': '選擇年月日',
36
- 'DformRangePicker.selectEnd': '請選擇結束時間',
37
- 'DformRangePicker.selectStart': '請選擇開始時間',
38
- 'DformInputNumber.selectPlaceholder': '請輸入@{title}',
39
- 'DformInput.selectPlaceholder': '請輸入@{title}',
40
- 'DformTextArea.selectPlaceholder': '請輸入@{title}',
41
- 'DformImagePicker.selectPlaceholder': '請上傳@{title}',
42
- 'DformFile.selectPlaceholder': '請上傳@{title}',
43
- 'VerificationCode.text': '發送驗證碼',
44
- 'VerificationCode.refresh': '重新獲取',
45
- 'DynamicList.dataError': '動態列表資料格式錯誤!',
46
- 'DynamicList.clickToMore': '點擊載入更多',
47
- 'DynamicList.noMore': '沒有更多了',
48
- 'Carousel.switchEmpty': '輪播圖元件沒有內容,無法切換',
49
- 'Carousel.isLast': '已是最後一項',
50
- 'Carousel.isFirst': '已是第一項',
51
- 'Carousel.noExist': '輪播圖組件沒有此項目',
52
- 'StepBar.wait': '等待狀態',
53
- 'StepBar.process': '處理中狀態',
54
- 'StepBar.finish': '完成狀態',
55
- 'StepBar.error': '錯誤狀態',
56
- 'DformFile.noAllow': '不允許上傳文件類型@{type}',
57
- 'DformFile.fileSizeExceeded': '超過檔案設定上傳大小',
58
- 'DformFile.somePicFailed': '部分图片上传失败',
59
- 'DformFile.noUrl': '目前資料沒有url/fileId',
60
- 'DformFile.updateTime': '上傳時間',
61
- 'DformPicker.searchPlaceholder': '请输入要搜索的选项',
62
- 'DynamicTable.more': '查看更多',
63
- 'DynamicTable.total': '合計',
64
- uploading: '正在上傳',
65
- 'Chart.configData': '請配置資料來源',
66
- });
@@ -1,449 +0,0 @@
1
- export default {
2
- placeholder: 'please Enter',
3
- confirm: 'confirm',
4
- clearText: 'clear',
5
- cancelText: 'cancel',
6
- more: 'more',
7
- end: 'end',
8
- start: 'start',
9
- 'PageView.getAppError':
10
- 'Failed to retrieve application information for @{appId}. Please check if you have the necessary permissions for this application.',
11
- year: '@{year}year',
12
- month: '@{month}month',
13
- day: '@{day}day',
14
- hour: '@{hour}hour',
15
- minute: '@{minute}minute',
16
- second: '@{second}second',
17
- 'command.stopCMD.undefined':
18
- 'Error throwing exit command: return content __undefined__',
19
- 'command.stopCMD': 'The thrown value of the exit command error is: @{value}',
20
- 'command.gainErrorPrefix':
21
- 'An exception occurred on component "@{name}" (@{id})@{eventName}@{lineNumberText} on page "@{pageName}":\n@{msg}',
22
- 'command.lineNumber': 'Line @{lineNumber}',
23
- 'command.eventName': 'withinthe @{eventName} event',
24
- 'command.debugger.msg': 'Trigger the debugging tool breakpoint',
25
- 'command.starteval': 'The instruction starts executing',
26
- 'command.error': 'Instruction error:@{errmsg}',
27
- 'command.exception': 'Script runtime exception!@{errmsg}',
28
- 'command.sandboxErr':
29
- 'Sandbox execution error! The expression obtained is: @{expr}',
30
- 'command.sandboxException':
31
- 'An exception occurred while executing the sandbox expression: @{expr}!',
32
- 'command.illegal': '@{action} is an illegal value!',
33
- 'errorMessage.05-03-1-304-020004':
34
- 'Failed to find a reference to component@{compId} !',
35
- 'errorMessage.05-03-1-304-020002':
36
- 'Error message: Instruction error - The received value does not match. Current value: @{field}. Expected: a number or a string.',
37
- reset: 'reset',
38
- loadingText: 'loading',
39
- noListData: 'No list data yet',
40
- warnFormat: 'The format is incorrect',
41
- notEmpty: '@{name} cannot be empty',
42
- actionCacheError:
43
- 'The current component ID = @{compId} does not exist or is not initialized first event caching, the action will be executed after the component is initialized.',
44
- notFountParentFn:
45
- 'The specified parent page method @{funcName} was not found',
46
- all: 'all',
47
- add: 'add',
48
- delete: 'delete',
49
- edit: 'edit',
50
- deleteConfirm: 'Confirm deletion?',
51
- title: 'title',
52
- functionWarning: 'Must be an expression declared for a function',
53
- stringError:
54
- 'The input format of this action should be a string, but accepts a non-string value.',
55
- validateAction:
56
- 'The current component ID @{compId} does not expose the [@{action}] method.',
57
- callActionError:
58
- 'Reference to the current component ID @{compId} failed to be invoked.',
59
- nodeRule: 'Node rules are incorrect, configure using [node.] field name',
60
- 'errorMessage.01-00-2-000-001001':
61
- 'No business component instance data found for ID: @{busiCompId}. The page will not be rendered! Please check the configuration or confirm if the page has permission to access',
62
- 'errorMessage.01-00-2-000-000001':
63
- 'No instance data found for ID: @{pageId}. The page will not be rendered! Please check the configuration or confirm if the page has access rights.',
64
- 'errorMessage.05-03-1-304-012008':
65
- 'Error executing page custom function: @{error}',
66
- 'errorMessage.05-03-1-304-020005': 'An error occurred in @{action}: @{error}',
67
- understood: 'Understood',
68
- fileNotExist: 'File resource does not exist.',
69
- fileNotSupportPreview: 'The current file does not support online preview',
70
- componentError: 'Component rendering error',
71
- compName: 'Component Name',
72
- compId: 'Component ID',
73
- pageId: 'Page ID',
74
- request_URL_is_empty: 'Request information not configured.',
75
- errorMsg: 'Error Message',
76
- errorStack: 'Error Stack Trace',
77
- errorTips: 'Component loading failed, click',
78
- viewDetails: 'View Details',
79
- downloadFail: 'Download Failed',
80
- download: 'Download',
81
- derive: 'Export',
82
- 'Meta.array.typeError': 'Replacement data is not an array',
83
- 'Meta.provide.initError':
84
- 'Provide data cannot use the following keys: @{keys}',
85
- 'Meta.provide.setError': 'Provide data cannot use: @{key}',
86
- 'Meta.base.initError': 'Please call the init method and return data',
87
- 'Meta.dataSource.initFail':
88
- 'Failed to initialize data source (@{name}): @{errMsg}',
89
- 'Meta.dataSource.updateFail': 'Failed to set page data source',
90
- 'Meta.dataSource.notFound':
91
- 'Data source @{name} not found,Please delete configuration',
92
- 'Meta.dataSource.reloadFail':
93
- 'Failed to refresh page data source, @{name} not found,Please delete configuration',
94
- 'Meta.dataSource.reloadFailMsg':
95
- 'Page data source refresh failed (@{name}): @{errMsg}',
96
- 'Meta.dataSource.clearFailMsg': 'Failed to clear page data source',
97
- 'Meta.globalData.initFail':
98
- 'Failed to initialize global data source (@{name}): @{errMsg}',
99
- 'Meta.globalData.updateFail': 'Failed to set global data source',
100
- 'Meta.globalData.notFound':
101
- 'Global data source @{name} not found,Please delete configuration',
102
- 'Meta.globalData.reloadFail':
103
- 'Failed to refresh global data source, @{name} not found,Please delete configuration',
104
- 'Meta.globalData.reloadFailMsg':
105
- 'Global data source refresh failed (@{name}): @{errMsg}',
106
- 'Meta.globalData.clearFailMsg': 'Failed to clear global data source',
107
- 'exportFile.process.message':
108
- 'Total records: @{total} | Data generated: @{currentCount} | Remaining: @{count} to export.',
109
- 'export.process.downloading': 'Waiting for download, please wait...',
110
- 'export.process.handling': 'Processing, please wait...',
111
- 'exportFile.fail': 'Export failed, please retry later.',
112
- deriveFail: 'Export failed',
113
- componentNotFound: 'Component @{compName} is not registered.',
114
- 'sysAction.localtion.fail': 'Location failed',
115
- 'sysAction.location.transformfail': 'Coordinate transformation failed!',
116
- detail: 'detail',
117
- ctrl: 'operation',
118
- save: 'save',
119
- createNew: 'new',
120
- selectPlaceholder: 'please select @{title}',
121
- 'sysAction.location.registerFail': '@{name} registration failed',
122
- 'sysAction.sysSetValue.valueList':
123
- 'No value assignment configuration, unable to assign!',
124
- 'sysAction.common.waring': 'Command warning: @{message}',
125
- 'sysAction.setDownloadResopnse.configurationError':
126
- 'downloadUrl configuration error',
127
- 'sysAction.setDownloadResopnse.fileEmpty':
128
- 'No download URL configured, operation failed!',
129
- 'sysAction.exportCustomData.deriving': 'Exporting, please wait...',
130
- 'service.failMsg': 'Network busy, please try again later',
131
- 'service.notExist':
132
- 'Unable to find the specified service @{url}, cannot initiate request!',
133
- 'service.errorMsg': 'Sending request error: @{message}',
134
- 'sysAction.customPrintOrExport.exporting': 'Exporting',
135
- 'sysAction.customPrintOrExport.printing': 'Printing',
136
- 'sysAction.customActionCode.timeout':
137
- 'Exceeded specified timeout of @{timeout}ms',
138
- notExistMethod: 'The specified method @{functionCode} was not found',
139
- 'sysAction.callParentCustomFunc.fail':
140
- 'Failed to call parent page event: @{msg}',
141
- 'sysAction.callSelfFunc.notFound':
142
- 'Custom event method [@{customFuncName}] not found',
143
- 'sysAction.callSelfFunc.error':
144
- 'An error occurred while calling the custom event: @{error}',
145
- 'sysAction.callCustomPageFunc.notFound':
146
- 'Error executing call to any page event, the current page does not have the custom event: @{customFuncName}. Please check if the page is cached or if the custom event is configured!',
147
- 'sysAction.callCustomPageFunc.error':
148
- 'Error executing call to any page event: @{name}, error: @{error}',
149
- 'sysAction.callCurrentFunc.notFound':
150
- 'Error executing call to custom event, the current page does not have the custom event: @{customFuncName}. Please check if the page is cached or if the custom event is configured!',
151
- 'sysAction.callCurrentFunc.error':
152
- 'Error executing call to custom event: @{name}, error: @{error}',
153
- 'lcdpApi.router.urlEmpty': 'Page jump address is missing, please check.',
154
- 'lcdpApi.router.openFail': 'Failed to open a new page, missing @{type}.',
155
- 'lcdpApi.router.notSupport': 'Unsupported page type: @{type}.',
156
- 'lcdpApi.router.notFound': 'Data for the jump page cannot be found.',
157
- 'service.errorHandler.badRequestError':
158
- 'Current request error: Error code @{status}, please contact the service provider for assistance.',
159
- 'service.errorHandler.unauthorizedError':
160
- 'Current request lacks authorization: Error code @{status}, please confirm whether you have permission or contact the administrator.',
161
- 'service.errorHandler.forbiddenError':
162
- 'The request is denied by the server: Error code @{status}, usually due to permissions issues, please ensure you have the necessary access.',
163
- 'service.errorHandler.notFoundError':
164
- 'The requested resource does not exist: Error code @{status}, please check the environment and corresponding resources.',
165
- 'service.errorHandler.internalServerError':
166
- 'Internal server error: Error code @{status}, please contact the service provider for assistance.',
167
- 'service.errorHandler.notImplementedError':
168
- 'The request server does not support the requested functionality: Error code @{status}, please contact the service provider for assistance.',
169
- 'service.errorHandler.badGatewayError':
170
- 'The server, acting as a gateway or proxy, received an invalid response from an upstream server: Error code @{status}, please contact the service provider for assistance.',
171
- 'service.errorHandler.serviceUnavailableError':
172
- 'The server is temporarily unavailable, typically due to overload or maintenance: Error code @{status}, please contact the service provider for assistance.',
173
- 'service.errorHandler.url': 'Request address: @{path}',
174
- 'service.errorHandler.requestEntityTooLargeError':
175
- 'The request entity is too large: Error code @{status}, please modify the client_max_body_size size of the nginx configuration file and the configuration item of the cloud application # Upload file size limit spring.servlet.multipart.max-file-size=300MB spring.servlet.multipart.max-request-size= 300MB',
176
- 'service.hooks.fetchSendBeforeError':
177
- 'Error executing fetchSendBefore/request sending before event: @{message}',
178
- 'service.hooks.fetchResponseError':
179
- 'Error executing fetchResponse/request response event: @{message}',
180
- 'service.hooks.fetchSuccessError':
181
- 'Error executing fetchSuccess/request success event: @{message}',
182
- 'service.hooks.fetchFailError':
183
- 'Error executing fetchFail/request failure event: @{message}',
184
- 'service.config.timeoutMsg': 'Request failed, no response due to timeout.',
185
- relogin: 'Please log in again.',
186
- 'appManager.createAppFail':
187
- 'Not created/fetched successfully. If you need to create, please pass createOnAbsent: true.',
188
- 'NoPermission.description':
189
- 'You do not have access permission, please contact the administrator~',
190
- 'NotFound.description':
191
- 'Sorry, the page you are trying to access does not exist.',
192
- 'Modal.missParams':
193
- 'Modal operation failed: Missing page instance ID or page path.',
194
- months: [
195
- 'Jan',
196
- 'Feb',
197
- 'Mar',
198
- 'Apr',
199
- 'May',
200
- 'Jun',
201
- 'Jul',
202
- 'Aug',
203
- 'Sep',
204
- 'Oct',
205
- 'Nov',
206
- 'Dec',
207
- ],
208
- selectAll: 'Select All',
209
- selectNumber: '@{num} selected',
210
- reupload: 'Reupload',
211
- upload: 'Upload',
212
- 'Upload.exception': 'Request Failed, Gateway Response Exception',
213
- 'Upload.failed': 'Upload Failed',
214
- 'Upload.success': 'Upload success',
215
- minRule: 'Below the minimum option limit [at least @{min} selections].',
216
- maxRule: 'Maximum option limit exceeded [up to @{max} selections].',
217
- minAndMaxRule:
218
- 'Options must be greater than or equal to @{min} and less than or equal to @{max}',
219
- cancelUpload: 'Cancel Upload',
220
- close: 'Close',
221
- fileUpload: 'File Upload',
222
- clickdownload: 'Click to Download',
223
- fileSize: 'File Size:',
224
- startDate: 'Start Date',
225
- yearUnit: 'Year',
226
- halfYearUnit: 'Half Year',
227
- quarterUnit: 'Quarter',
228
- monthUnit: 'Month',
229
- timeUnit: 'Times',
230
- oneclickFilling: 'One-click Filling',
231
- residue: 'Remaining',
232
- yuan: 'Yuan',
233
- scaleMax: 'Scaled to the maximum',
234
- scaleMin: 'Scaled to the minimum',
235
- preview: 'Preview',
236
- notSupportPreview: 'This file does not support current window preview',
237
- untitled: 'Untitled',
238
- pageName: 'Page Name',
239
- pageType: 'Page Type',
240
- compType: 'Component Type',
241
- eventType: 'Event Type',
242
- customEvent: 'Custom Page Event',
243
- eventCode: 'Event Code',
244
- cmdLocation: 'Action Location',
245
- eventName: 'Event Name',
246
- actionName: 'Action Name',
247
- 'ErrorMsg.cancelText': 'I got it',
248
- 'ErrorMsg.exceptionHelp': 'Exception Help',
249
- errTypeTitMap: {
250
- '01': 'Network request exception',
251
- '02': 'Program processing exception',
252
- '03': 'Business data exception',
253
- '04': 'Service data exception',
254
- '05': 'Configuration data exception',
255
- '06': 'Client request exception',
256
- '07': 'Business processing exception',
257
- '08': 'Server processing exception',
258
- },
259
- noData: 'No data available',
260
- 'ErrorMsg.no-information':
261
- 'No matching information, please contact the platform administrator',
262
- 'ErrorMsg.solution': 'solution',
263
- 'ErrorMsg.errorMsgMatch': 'Error Message',
264
- 'ErrorMsg.articleMap': {
265
- // network anomaly
266
- '01-00-2-000-000001': {
267
- title: 'Service request failed, network abnormality',
268
- content: `<dl>
269
- <dt>Cause of network abnormality:</dt>
270
- <dd>
271
- <ol>
272
- <li>Network failure, your computer/mobile phone has no Internet access;</li>
273
- <li>Other network proxies are enabled on the computer/mobile phone;</li>
274
- <li>The request was intercepted by network security;</li>
275
- </ol>
276
- <dd>
277
- <dt>Solution:</dt>
278
- <dd>
279
- <ol>
280
- <li>First make sure your computer/mobile phone is properly connected to the network via Wi-Fi or cable;</li>
281
- <li>If you use the public network to access the system, check whether your computer/mobile phone is connected to the Internet. If there is no Internet access, you can try:<br />
282
- - Restart the computer, optical modem, router, and mobile phone network<br />
283
- - Adjust DNS configuration<br />
284
- - Reset TCP/IP network configuration<br />
285
- - Use another browser<br />
286
- If the problem persists, you should contact your internet service provider and check if there are any technical issues.
287
- </li>
288
- <li>Check whether other network proxies are turned on. If so, try turning them off. </li>
289
- </ol>
290
- </dd>
291
- </dl>
292
- `,
293
- },
294
- // Request timed out
295
- '01-00-2-000-000002': {
296
- title: 'Service request failed, request timed out',
297
- content: `<dl>
298
- <dt>Possible reasons for request failure:</dt>
299
- <dd>
300
- <ol>
301
- <li>The current system is in peak usage period and the response is slow;</li>
302
- <li>The network uplink and downlink speeds are slow;</li>
303
- <li>The request message is too large and takes a long time to upload;</li>
304
- <li>File download, the file size is too large and takes more time;</li>
305
- </ol>
306
- </dd>
307
- </dl>
308
- <dt>Solution:</dt>
309
- <dd>
310
- <ol>
311
- <li>Please try again later;</li>
312
- <li>Check the network, test network speed, and optimize;</li>
313
- <li>If the content is too large, contact the administrator to adjust the timeout;</li>
314
- </ol>
315
- </dd>
316
- </dl>
317
- `,
318
- },
319
- // Request 404
320
- '01-00-2-000-000404': {
321
- title:
322
- 'Service request failed, the requested resource does not exist (404)',
323
- content: `<dl>
324
- <dt>Possible reasons for request failure:</dt>
325
- <dd>
326
- <ol>
327
- <li>The resource address is incorrect;</li>
328
- <li>The resource has been deleted, and the browser cache has caused the resource address not to be updated;</li>
329
- <li>The page version is inconsistent with the service version;</li>
330
- </ol>
331
- </dd>
332
- </dl>
333
- <dt>Solution:</dt>
334
- <dd>
335
- <ol>
336
- <li>Clear browser cache and try again;</li>
337
- <li>Contact the system administrator to check the resource address and version information;</li>
338
- </ol>
339
- </dd>
340
- </dl>
341
- `,
342
- },
343
- // Request 413
344
- '01-00-2-000-000413': {
345
- title:
346
- 'Service request failed, the request message body exceeds the gateway limit',
347
- content: `<dl>
348
- <dt>Reason for request failure:</dt>
349
- <dd>
350
- <ol>
351
- <li>Caused by the request message body being too large, the request length exceeds the default cache size of the gateway and the maximum client request size;</li>
352
- </ol>
353
- </dd>
354
- </dl>
355
- <dt>Solution:</dt>
356
- <dd>
357
- <ol>
358
- <li>Please contact the system administrator to adjust the gateway configuration</li>
359
- </ol>
360
- </dd>
361
- </dl>
362
- `,
363
- },
364
- // Gateway error
365
- '06-00-3-000-000502': {
366
- title:
367
- 'Service request failed, please try again later or contact the system administrator',
368
- content: `<dl>
369
- <dt>Possible reasons for request failure:</dt>
370
- <dd>
371
- <ol>
372
- <li>The system is being released;</li>
373
- <li>The current system is in peak usage period and the response is slow;</li>
374
- <li>There is an internal error in the system;</li>
375
- </ol>
376
- </dd>
377
- </dl>
378
- <dt>Solution:</dt>
379
- <dd>
380
- <ol>
381
- <li>Please try again later;</li>
382
- <li>Please contact your system administrator to verify:<br />
383
- - Considering the throughput of the server, whether it is necessary to expand the system capacity;<br />
384
- - Consider whether program optimization is needed from the perspective of server-side program issues;<br />
385
- - Considering network problems, whether it is necessary to check whether network consumption and load balancing configuration are correct.
386
- </li>
387
- </ol>
388
- </dd>
389
- </dl>
390
- `,
391
- },
392
- // Gateway timeout
393
- '06-00-3-000-000504': {
394
- title:
395
- 'Service request failed, please try again later or contact the system administrator',
396
- content: `<dl>
397
- <dt>Possible reasons for request failure:</dt>
398
- <dd>
399
- <ol>
400
- <li>The current system is in peak usage period and the response is slow;</li>
401
- </ol>
402
- </dd>
403
- </dl>
404
- <dt>Solution:</dt>
405
- <dd>
406
- <ol>
407
- <li>Please try again later;</li>
408
- <li>Please contact your system administrator to verify:<br />
409
- - Considering the throughput of the server, whether it is necessary to expand the system capacity;<br />
410
- - Considering network problems, whether it is necessary to check whether network consumption and load balancing configuration are correct.
411
- </li>
412
- </ol>
413
- </dd>
414
- </dl>
415
- `,
416
- },
417
- },
418
- open: 'Expand',
419
- packUp: 'close',
420
- documentLink: 'Documentation link',
421
- serviceURL: 'service address',
422
- PageRequestPath: 'Page request path',
423
- apiReqPath: 'Interface request path',
424
- apiResBody: 'Interface returns message',
425
- faultReport: 'Fault report',
426
- hasReported: 'Fault reported',
427
- reporting: 'Fault reporting...',
428
- hundred: 'hundred',
429
- k: 'thousand',
430
- w: 'ten thousand',
431
- '10w': 'hundred thousand',
432
- '100w': 'million',
433
- '1000w': 'ten million',
434
- '100m': 'hundred million',
435
- b: 'billion',
436
- '10b': 'ten billion',
437
- '100b': 'hundred billion',
438
- t: 'trillion',
439
- '10t': 'ten trillion',
440
- cancelConfirm:
441
- 'Changes will not be saved after canceling, confirm canceling?',
442
- zipPreviewPlaceholder:
443
- 'Please select the files in the zip package to preview them.',
444
- zipPreviewTitle:
445
- 'The current preview is a zip file, direct preview is not supported.',
446
- zipPreviewTips: 'Please select the files in the zip below to preview!',
447
- PageNotInPortal:
448
- 'The current page is not within the Lingxi platform portal, and portal redirection is not possible. Please modify the page redirection type.',
449
- };
@@ -1,5 +0,0 @@
1
- import baseEnUS from './en_US';
2
- import baseZHCN from './zh_CN';
3
- import baseZHHK from './zh_HK';
4
-
5
- export { baseEnUS, baseZHCN, baseZHHK };