@lingxiteam/ebe-utils 0.2.4 → 0.2.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 (623) hide show
  1. package/README.md +3 -6
  2. package/es/constants.js +7 -0
  3. package/es/index.js +28 -21
  4. package/es/node/babel/getRealPath.js +19 -20
  5. package/es/node/cli.js +6 -14
  6. package/es/requestQueue.js +3 -3
  7. package/es/shims.d.ts +2 -2
  8. package/lib/h5public/src/components/common/BannerModal/index.tsx +11 -30
  9. package/lib/h5public/src/components/common/DocViewer/DocViewer.tsx +4 -11
  10. package/lib/h5public/src/components/common/DocViewer/index.tsx +1 -4
  11. package/lib/h5public/src/components/common/PreviewFile/index.tsx +18 -68
  12. package/lib/h5public/src/components/factory/package.json +1 -1
  13. package/lib/h5public/src/components/factory/src/ALink/index.tsx +3 -12
  14. package/lib/h5public/src/components/factory/src/Accordion/index.less +34 -3
  15. package/lib/h5public/src/components/factory/src/Accordion/index.tsx +40 -65
  16. package/lib/h5public/src/components/factory/src/AccordionHeader/index.tsx +1 -9
  17. package/lib/h5public/src/components/factory/src/AccordionPanel/index.tsx +25 -35
  18. package/lib/h5public/src/components/factory/src/Animation/index.tsx +3 -12
  19. package/lib/h5public/src/components/factory/src/Animation/useAnimation.ts +3 -6
  20. package/lib/h5public/src/components/factory/src/Animation/useStyle.ts +2 -5
  21. package/lib/h5public/src/components/factory/src/Audio/Audio.tsx +4 -16
  22. package/lib/h5public/src/components/factory/src/Audio/index.tsx +31 -35
  23. package/lib/h5public/src/components/factory/src/Audio/loader.tsx +2 -8
  24. package/lib/h5public/src/components/factory/src/BasicComponents/DFormWrapper/index.tsx +19 -58
  25. package/lib/h5public/src/components/factory/src/BasicComponents/Empty/empty.tsx +1 -6
  26. package/lib/h5public/src/components/factory/src/BasicComponents/Empty/index.tsx +1 -1
  27. package/lib/h5public/src/components/factory/src/BasicComponents/FormItem/index.tsx +2 -6
  28. package/lib/h5public/src/components/factory/src/BasicComponents/ForwardRef/index.tsx +2 -4
  29. package/lib/h5public/src/components/factory/src/BasicComponents/Image/index.tsx +2 -6
  30. package/lib/h5public/src/components/factory/src/BasicComponents/Spin/index.tsx +2 -7
  31. package/lib/h5public/src/components/factory/src/BasicComponents/SpinComp/index.tsx +1 -1
  32. package/lib/h5public/src/components/factory/src/BasicComponents/Sticky/index.tsx +1 -1
  33. package/lib/h5public/src/components/factory/src/BlockSelect/components/ActionView/index.tsx +8 -33
  34. package/lib/h5public/src/components/factory/src/BlockSelect/components/CheckBox/index.tsx +4 -24
  35. package/lib/h5public/src/components/factory/src/BlockSelect/components/Icon/index.tsx +5 -20
  36. package/lib/h5public/src/components/factory/src/BlockSelect/components/NoCheckBox/index.tsx +2 -2
  37. package/lib/h5public/src/components/factory/src/BlockSelect/index.tsx +24 -90
  38. package/lib/h5public/src/components/factory/src/Button/index.tsx +3 -6
  39. package/lib/h5public/src/components/factory/src/Calendar/InnerCalendar.tsx +4 -22
  40. package/lib/h5public/src/components/factory/src/Card/CardTitle/index.tsx +78 -0
  41. package/lib/h5public/src/components/factory/src/Card/index.less +20 -1
  42. package/lib/h5public/src/components/factory/src/Card/index.tsx +41 -51
  43. package/lib/h5public/src/components/factory/src/CardBody/CardBody.tsx +2 -8
  44. package/lib/h5public/src/components/factory/src/CardBody/loader.tsx +1 -4
  45. package/lib/h5public/src/components/factory/src/CardFooter/CardFooter.tsx +2 -18
  46. package/lib/h5public/src/components/factory/src/CardFooter/index.tsx +3 -5
  47. package/lib/h5public/src/components/factory/src/CardFooter/loader.tsx +1 -4
  48. package/lib/h5public/src/components/factory/src/Carousel/index.tsx +34 -54
  49. package/lib/h5public/src/components/factory/src/Condition/index.tsx +1 -8
  50. package/lib/h5public/src/components/factory/src/DAddressPicker/AddressPicker.tsx +282 -328
  51. package/lib/h5public/src/components/factory/src/DAddressPicker/index.tsx +38 -54
  52. package/lib/h5public/src/components/factory/src/DAddressPicker/utils.ts +19 -45
  53. package/lib/h5public/src/components/factory/src/DCheckbox/index.tsx +6 -29
  54. package/lib/h5public/src/components/factory/src/DForm/index.tsx +21 -55
  55. package/lib/h5public/src/components/factory/src/DForm/useFormStatus.tsx +1 -5
  56. package/lib/h5public/src/components/factory/src/DForm/useMonitor.ts +2 -2
  57. package/lib/h5public/src/components/factory/src/DGroup/CustomBtn.tsx +22 -39
  58. package/lib/h5public/src/components/factory/src/DGroup/index.tsx +10 -48
  59. package/lib/h5public/src/components/factory/src/DGroup/utils/index.ts +1 -6
  60. package/lib/h5public/src/components/factory/src/DMultiplePicker/index.tsx +64 -84
  61. package/lib/h5public/src/components/factory/src/DatePicker/InnerDatePicker.tsx +2 -13
  62. package/lib/h5public/src/components/factory/src/Description/index.less +64 -0
  63. package/lib/h5public/src/components/factory/src/Description/index.tsx +381 -0
  64. package/lib/h5public/src/components/factory/src/Description/utils/getLabelSizeMode.ts +39 -0
  65. package/lib/h5public/src/components/factory/src/DformCustom/Context.tsx +1 -3
  66. package/lib/h5public/src/components/factory/src/DformCustom/FormCustomField.tsx +6 -22
  67. package/lib/h5public/src/components/factory/src/DformCustom/index.tsx +3 -17
  68. package/lib/h5public/src/components/factory/src/DformDate/DatePicker.tsx +11 -34
  69. package/lib/h5public/src/components/factory/src/DformDate/index.tsx +1 -5
  70. package/lib/h5public/src/components/factory/src/DformDate/transformProps.tsx +1 -10
  71. package/lib/h5public/src/components/factory/src/DformFile/FormFile.tsx +102 -169
  72. package/lib/h5public/src/components/factory/src/DformFile/assets/closeIcon.png +0 -0
  73. package/lib/h5public/src/components/factory/src/DformFile/assets/default.png +0 -0
  74. package/lib/h5public/src/components/factory/src/DformFile/assets/fileName.png +0 -0
  75. package/lib/h5public/src/components/factory/src/DformFile/assets/img.png +0 -0
  76. package/lib/h5public/src/components/factory/src/DformFile/assets/js.png +0 -0
  77. package/lib/h5public/src/components/factory/src/DformFile/assets/pdf.png +0 -0
  78. package/lib/h5public/src/components/factory/src/DformFile/assets/ppt.png +0 -0
  79. package/lib/h5public/src/components/factory/src/DformFile/assets/txt.png +0 -0
  80. package/lib/h5public/src/components/factory/src/DformFile/assets/word.png +0 -0
  81. package/lib/h5public/src/components/factory/src/DformFile/assets/xls.png +0 -0
  82. package/lib/h5public/src/components/factory/src/DformFile/assets/zip.png +0 -0
  83. package/lib/h5public/src/components/factory/src/DformFile/index.tsx +1 -5
  84. package/lib/h5public/src/components/factory/src/DformFile/transformProps.tsx +1 -2
  85. package/lib/h5public/src/components/factory/src/DformImagePicker/ImagePicker.tsx +45 -56
  86. package/lib/h5public/src/components/factory/src/DformImagePicker/index.tsx +39 -66
  87. package/lib/h5public/src/components/factory/src/DformImagePicker/transformProps.tsx +1 -9
  88. package/lib/h5public/src/components/factory/src/DformInput/index.tsx +2 -13
  89. package/lib/h5public/src/components/factory/src/DformInputNumber/FormInputNumber.tsx +227 -248
  90. package/lib/h5public/src/components/factory/src/DformInputNumber/index.tsx +1 -6
  91. package/lib/h5public/src/components/factory/src/DformList/FormItem/index.tsx +4 -8
  92. package/lib/h5public/src/components/factory/src/DformList/Group/index.tsx +1 -3
  93. package/lib/h5public/src/components/factory/src/DformList/List/index.tsx +1 -9
  94. package/lib/h5public/src/components/factory/src/DformList/index.tsx +2 -15
  95. package/lib/h5public/src/components/factory/src/DformPicker/index.less +15 -0
  96. package/lib/h5public/src/components/factory/src/DformPicker/index.tsx +183 -189
  97. package/lib/h5public/src/components/factory/src/DformRadio/index.tsx +6 -29
  98. package/lib/h5public/src/components/factory/src/DformRangePicker/RangePicker.tsx +10 -36
  99. package/lib/h5public/src/components/factory/src/DformRangePicker/index.tsx +2 -11
  100. package/lib/h5public/src/components/factory/src/DformRangePicker/transformProps.tsx +1 -9
  101. package/lib/h5public/src/components/factory/src/DformSelect/index.tsx +90 -126
  102. package/lib/h5public/src/components/factory/src/DformSwitch/index.tsx +27 -57
  103. package/lib/h5public/src/components/factory/src/DformTextArea/index.tsx +38 -49
  104. package/lib/h5public/src/components/factory/src/Divider/LxDashed/index.tsx +5 -22
  105. package/lib/h5public/src/components/factory/src/Divider/LxSolid/index.tsx +4 -24
  106. package/lib/h5public/src/components/factory/src/Divider/index.tsx +1 -10
  107. package/lib/h5public/src/components/factory/src/Donut/Dount.tsx +15 -45
  108. package/lib/h5public/src/components/factory/src/Donut/loader.tsx +1 -4
  109. package/lib/h5public/src/components/factory/src/DynamicDataContainer/YieldMethod.ts +7 -9
  110. package/lib/h5public/src/components/factory/src/DynamicDataContainer/index.less +34 -42
  111. package/lib/h5public/src/components/factory/src/DynamicDataContainer/index.tsx +221 -280
  112. package/lib/h5public/src/components/factory/src/DynamicDataContainer/useDynamicDataContainer.ts +2 -8
  113. package/lib/h5public/src/components/factory/src/DynamicList/MySwipe/index.tsx +4 -19
  114. package/lib/h5public/src/components/factory/src/DynamicList/index.tsx +16 -75
  115. package/lib/h5public/src/components/factory/src/DynamicTable/Table.tsx +463 -507
  116. package/lib/h5public/src/components/factory/src/DynamicTable/components/HeaderCell.tsx +18 -0
  117. package/lib/h5public/src/components/factory/src/DynamicTable/components/TypeCells.tsx +26 -90
  118. package/lib/h5public/src/components/factory/src/DynamicTable/hooks/useCreateColumn.tsx +94 -107
  119. package/lib/h5public/src/components/factory/src/DynamicTable/hooks/useFormatCell.ts +10 -37
  120. package/lib/h5public/src/components/factory/src/DynamicTable/hooks/useFormatCell.tsx +277 -0
  121. package/lib/h5public/src/components/factory/src/DynamicTable/index.less +25 -2
  122. package/lib/h5public/src/components/factory/src/DynamicTable/index.tsx +1 -3
  123. package/lib/h5public/src/components/factory/src/DynamicTable/loader.ts +2 -8
  124. package/lib/h5public/src/components/factory/src/DynamicTable/types/contentStyle.d.ts +2 -0
  125. package/lib/h5public/src/components/factory/src/DynamicTable/utils/constant.ts +1 -2
  126. package/lib/h5public/src/components/factory/src/Grid/index.tsx +6 -20
  127. package/lib/h5public/src/components/factory/src/GroupColumn/GroupColumn.tsx +5 -23
  128. package/lib/h5public/src/components/factory/src/GroupColumn/loader.tsx +1 -4
  129. package/lib/h5public/src/components/factory/src/Icon/index.tsx +11 -54
  130. package/lib/h5public/src/components/factory/src/Image/BasicImage/index.tsx +6 -40
  131. package/lib/h5public/src/components/factory/src/Image/File/index.tsx +9 -37
  132. package/lib/h5public/src/components/factory/src/Image/factoryImage.tsx +1 -9
  133. package/lib/h5public/src/components/factory/src/Input/BasicInput/index.tsx +6 -18
  134. package/lib/h5public/src/components/factory/src/Input/BasicTextArea/index.tsx +81 -104
  135. package/lib/h5public/src/components/factory/src/JSBridgeView/index.tsx +1 -4
  136. package/lib/h5public/src/components/factory/src/LXLineChart/ChartLine.tsx +1 -11
  137. package/lib/h5public/src/components/factory/src/LXLineChart/PropsType.ts +3 -28
  138. package/lib/h5public/src/components/factory/src/LXLineChart/loader.tsx +1 -4
  139. package/lib/h5public/src/components/factory/src/LXPieChart/LXPieChart.tsx +1 -10
  140. package/lib/h5public/src/components/factory/src/LXPieChart/loader.tsx +1 -4
  141. package/lib/h5public/src/components/factory/src/LXRadarChart/LXRadarChat.tsx +1 -10
  142. package/lib/h5public/src/components/factory/src/LXRadarChart/index.tsx +7 -9
  143. package/lib/h5public/src/components/factory/src/LXRadarChart/loader.tsx +1 -4
  144. package/lib/h5public/src/components/factory/src/Layout/Col/index.tsx +3 -5
  145. package/lib/h5public/src/components/factory/src/Layout/Row/index.tsx +3 -7
  146. package/lib/h5public/src/components/factory/src/Layout/index.tsx +4 -15
  147. package/lib/h5public/src/components/factory/src/Layout/useLayout.tsx +2 -2
  148. package/lib/h5public/src/components/factory/src/Layout/utils/index.ts +2 -6
  149. package/lib/h5public/src/components/factory/src/LevelView/index.tsx +3 -10
  150. package/lib/h5public/src/components/factory/src/Line/Line.tsx +3 -19
  151. package/lib/h5public/src/components/factory/src/Line/loader.tsx +1 -4
  152. package/lib/h5public/src/components/factory/src/LineColumn/LineColumn.tsx +2 -4
  153. package/lib/h5public/src/components/factory/src/LineColumn/PropsType.ts +1 -0
  154. package/lib/h5public/src/components/factory/src/LineColumn/loader.tsx +1 -4
  155. package/lib/h5public/src/components/factory/src/LoadMore/index.tsx +3 -8
  156. package/lib/h5public/src/components/factory/src/Loop/index.tsx +3 -9
  157. package/lib/h5public/src/components/factory/src/MultipleProgress/MultipleProgress.tsx +1 -9
  158. package/lib/h5public/src/components/factory/src/MultipleProgress/PropsType.ts +2 -0
  159. package/lib/h5public/src/components/factory/src/MultipleProgress/index.tsx +9 -11
  160. package/lib/h5public/src/components/factory/src/MultipleProgress/loader.tsx +1 -4
  161. package/lib/h5public/src/components/factory/src/NoticeBarPlus/index.tsx +45 -59
  162. package/lib/h5public/src/components/factory/src/Notification/index.tsx +5 -14
  163. package/lib/h5public/src/components/factory/src/Picker/InnerPicker.tsx +2 -14
  164. package/lib/h5public/src/components/factory/src/PictureVerifyCode/index.tsx +3 -11
  165. package/lib/h5public/src/components/factory/src/ProcessTrack/index.tsx +16 -28
  166. package/lib/h5public/src/components/factory/src/ProgressBar/index.tsx +112 -122
  167. package/lib/h5public/src/components/factory/src/QRCode/index.tsx +2 -8
  168. package/lib/h5public/src/components/factory/src/RemoteComponent/assets/iconFailComp.tsx +1 -8
  169. package/lib/h5public/src/components/factory/src/RemoteComponent/components/FishRender.tsx +4 -11
  170. package/lib/h5public/src/components/factory/src/RemoteComponent/components/ReactRender.tsx +5 -27
  171. package/lib/h5public/src/components/factory/src/RemoteComponent/components/VueRender.tsx +4 -11
  172. package/lib/h5public/src/components/factory/src/RemoteComponent/constant.ts +7 -7
  173. package/lib/h5public/src/components/factory/src/RemoteComponent/index.tsx +56 -67
  174. package/lib/h5public/src/components/factory/src/SearchView/index.tsx +197 -232
  175. package/lib/h5public/src/components/factory/src/Selector/LxSelector.tsx +7 -30
  176. package/lib/h5public/src/components/factory/src/Selector/index.tsx +1 -6
  177. package/lib/h5public/src/components/factory/src/SideBar/TabPage.tsx +2 -10
  178. package/lib/h5public/src/components/factory/src/SideBar/index.tsx +8 -34
  179. package/lib/h5public/src/components/factory/src/Signature/index.tsx +130 -136
  180. package/lib/h5public/src/components/factory/src/SingleProgress/SingleProgress.tsx +1 -0
  181. package/lib/h5public/src/components/factory/src/SingleProgress/index.tsx +3 -5
  182. package/lib/h5public/src/components/factory/src/SingleProgress/loader.tsx +1 -4
  183. package/lib/h5public/src/components/factory/src/SmallColumnar/SmallColumnar.tsx +1 -10
  184. package/lib/h5public/src/components/factory/src/SmallColumnar/loader.tsx +1 -4
  185. package/lib/h5public/src/components/factory/src/StackColumn/StackColumn.tsx +4 -16
  186. package/lib/h5public/src/components/factory/src/StackColumn/index.tsx +9 -11
  187. package/lib/h5public/src/components/factory/src/StackColumn/loader.tsx +1 -4
  188. package/lib/h5public/src/components/factory/src/Star/index.tsx +13 -2
  189. package/lib/h5public/src/components/factory/src/StaticTabs/TabBar.tsx +9 -29
  190. package/lib/h5public/src/components/factory/src/StaticTabs/Tabs/PropsType.tsx +1 -0
  191. package/lib/h5public/src/components/factory/src/StaticTabs/Tabs/index.tsx +1 -5
  192. package/lib/h5public/src/components/factory/src/StaticTabs/index.tsx +12 -34
  193. package/lib/h5public/src/components/factory/src/StepBar/constant/checkcircle.tsx +2 -14
  194. package/lib/h5public/src/components/factory/src/StepBar/constant/vector.tsx +1 -7
  195. package/lib/h5public/src/components/factory/src/StepBar/index.tsx +24 -60
  196. package/lib/h5public/src/components/factory/src/StepProcess/StepItem.tsx +2 -6
  197. package/lib/h5public/src/components/factory/src/StepProcess/StepProcess.tsx +1 -9
  198. package/lib/h5public/src/components/factory/src/StepProcess/VStepItem.tsx +3 -10
  199. package/lib/h5public/src/components/factory/src/StepProcess/index.tsx +25 -34
  200. package/lib/h5public/src/components/factory/src/StepProcess/loader.tsx +1 -4
  201. package/lib/h5public/src/components/factory/src/TabBar/TabImage/index.tsx +9 -14
  202. package/lib/h5public/src/components/factory/src/TabBar/TabPage/index.tsx +7 -11
  203. package/lib/h5public/src/components/factory/src/TabBar/index.tsx +6 -32
  204. package/lib/h5public/src/components/factory/src/Table/index.tsx +3 -19
  205. package/lib/h5public/src/components/factory/src/Text/index.tsx +11 -40
  206. package/lib/h5public/src/components/factory/src/VerificationCode/index.tsx +195 -279
  207. package/lib/h5public/src/components/factory/src/VideoPlayer/ViewPlayer.tsx +1 -6
  208. package/lib/h5public/src/components/factory/src/VideoPlayer/loader.ts +2 -8
  209. package/lib/h5public/src/components/factory/src/View/index.tsx +6 -24
  210. package/lib/h5public/src/components/factory/src/View/useStyle.ts +2 -5
  211. package/lib/h5public/src/components/factory/src/Webview/index.tsx +5 -29
  212. package/lib/h5public/src/components/factory/src/index.component.ts +4 -1
  213. package/lib/h5public/src/components/factory/src/utils/ChannelContainer.tsx +15 -36
  214. package/lib/h5public/src/components/factory/src/utils/CustomModule.tsx +12 -26
  215. package/lib/h5public/src/components/factory/src/utils/PropType.ts +1 -3
  216. package/lib/h5public/src/components/factory/src/utils/ahooks/index.ts +1 -9
  217. package/lib/h5public/src/components/factory/src/utils/ahooks/useDeepCompareEffect.ts +2 -8
  218. package/lib/h5public/src/components/factory/src/utils/ahooks/useMemoizedFn.ts +1 -4
  219. package/lib/h5public/src/components/factory/src/utils/ahooks/usePrevious.ts +1 -2
  220. package/lib/h5public/src/components/factory/src/utils/ahooks/useSafeState.ts +3 -8
  221. package/lib/h5public/src/components/factory/src/utils/ahooks/useSetState.ts +4 -9
  222. package/lib/h5public/src/components/factory/src/utils/date.ts +7 -29
  223. package/lib/h5public/src/components/factory/src/utils/dynamicUtils/DynamicContext.tsx +5 -8
  224. package/lib/h5public/src/components/factory/src/utils/form.ts +8 -19
  225. package/lib/h5public/src/components/factory/src/utils/getExportDefaultObj.ts +1 -4
  226. package/lib/h5public/src/components/factory/src/utils/getImageSize.ts +2 -4
  227. package/lib/h5public/src/components/factory/src/utils/hooks/useAsyncState.ts +2 -4
  228. package/lib/h5public/src/components/factory/src/utils/hooks/useCompState.tsx +1 -6
  229. package/lib/h5public/src/components/factory/src/utils/hooks/useDefaultValue.ts +3 -5
  230. package/lib/h5public/src/components/factory/src/utils/hooks/useFormItem.ts +67 -35
  231. package/lib/h5public/src/components/factory/src/utils/hooks/useFuncExpExecute.ts +6 -18
  232. package/lib/h5public/src/components/factory/src/utils/hooks/useHiddenStyle.ts +1 -5
  233. package/lib/h5public/src/components/factory/src/utils/hooks/useToggleBoolean.ts +4 -8
  234. package/lib/h5public/src/components/factory/src/utils/i18n.ts +2 -6
  235. package/lib/h5public/src/components/factory/src/utils/index.ts +39 -76
  236. package/lib/h5public/src/components/factory/src/utils/upload.ts +33 -33
  237. package/lib/h5public/src/components/factory/src/utils/withTransformProps.tsx +3 -8
  238. package/lib/h5public/src/components/factory/typings.d.ts +1 -4
  239. package/lib/h5public/src/hooks/usePageForm.ts +13 -19
  240. package/lib/h5public/src/utils/LcdpSpin/index.tsx +2 -4
  241. package/lib/h5public/src/utils/formUtils.ts +23 -41
  242. package/lib/h5public/src/utils/i18n/i18n.ts +2 -6
  243. package/lib/h5public/src/utils/i18n/locale/app/en_US.ts +6 -12
  244. package/lib/h5public/src/utils/i18n/locale/base/en_US.ts +50 -112
  245. package/lib/h5public/src/utils/i18n/locale/base/zh_CN.ts +25 -62
  246. package/lib/h5public/src/utils/i18n/locale/base/zh_HK.ts +23 -58
  247. package/lib/h5public/src/utils/i18n/localeMonitor.ts +3 -5
  248. package/lib/h5public/src/utils/i18n/locales.ts +1 -4
  249. package/lib/h5public/src/utils/i18n/replaceMessage.ts +1 -5
  250. package/lib/h5public/src/utils/i18n/useLocale.ts +3 -14
  251. package/lib/h5public/src/utils/messageApi.ts +18 -26
  252. package/lib/h5public/src/utils/native.ts +4 -19
  253. package/lib/node/babel/getAllImportFiles.js +2 -2
  254. package/lib/node/babel/getRealPath.js +10 -11
  255. package/lib/node/cli.js +1 -7
  256. package/lib/node/move.js +1 -1
  257. package/lib/pcpublic/src/components/common/PreviewFile/index.tsx +32 -105
  258. package/lib/pcpublic/src/components/common/PreviewFile/utils.ts +5 -15
  259. package/lib/pcpublic/src/components/pcfactory/package.json +1 -1
  260. package/lib/pcpublic/src/components/pcfactory/src/Alert/index.tsx +1 -1
  261. package/lib/pcpublic/src/components/pcfactory/src/Animation/index.tsx +1 -8
  262. package/lib/pcpublic/src/components/pcfactory/src/Animation/useAnimation.ts +3 -6
  263. package/lib/pcpublic/src/components/pcfactory/src/Animation/useBackgroundStyle.ts +2 -4
  264. package/lib/pcpublic/src/components/pcfactory/src/Audio/index.tsx +9 -54
  265. package/lib/pcpublic/src/components/pcfactory/src/Button/index.tsx +5 -20
  266. package/lib/pcpublic/src/components/pcfactory/src/Card/CardTitle/index.tsx +126 -0
  267. package/lib/pcpublic/src/components/pcfactory/src/Card/index.tsx +38 -32
  268. package/lib/pcpublic/src/components/pcfactory/src/Card/useExtendBtn.tsx +8 -57
  269. package/lib/pcpublic/src/components/pcfactory/src/Cascader/index.tsx +50 -102
  270. package/lib/pcpublic/src/components/pcfactory/src/ChartBar/loader.tsx +1 -4
  271. package/lib/pcpublic/src/components/pcfactory/src/ChartLine/ChartLine.tsx +2 -11
  272. package/lib/pcpublic/src/components/pcfactory/src/ChartLine/PropsType.ts +3 -28
  273. package/lib/pcpublic/src/components/pcfactory/src/ChartLine/loader.tsx +1 -4
  274. package/lib/pcpublic/src/components/pcfactory/src/Checkbox/index.tsx +7 -19
  275. package/lib/pcpublic/src/components/pcfactory/src/CheckboxGroup/index.tsx +176 -213
  276. package/lib/pcpublic/src/components/pcfactory/src/Collapse/index.tsx +14 -29
  277. package/lib/pcpublic/src/components/pcfactory/src/CollapsePanel/index.tsx +142 -155
  278. package/lib/pcpublic/src/components/pcfactory/src/Condition/index.tsx +2 -6
  279. package/lib/pcpublic/src/components/pcfactory/src/DatePicker/index.tsx +182 -459
  280. package/lib/pcpublic/src/components/pcfactory/src/Description/index.tsx +47 -78
  281. package/lib/pcpublic/src/components/pcfactory/src/Description/utils/getLabelSizeMode.ts +1 -2
  282. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/CenterLineDivider/index.tsx +39 -76
  283. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/CenterTabDivider/index.tsx +8 -36
  284. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/LeftCardDivider/index.tsx +13 -34
  285. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/LeftLineDivider/index.tsx +8 -28
  286. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/LeftTabDivider/index.tsx +4 -20
  287. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/LeftTopDivider/index.tsx +5 -24
  288. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/LxDashed/index.tsx +15 -49
  289. package/lib/pcpublic/src/components/pcfactory/src/Divider/components/LxSolid/index.tsx +6 -36
  290. package/lib/pcpublic/src/components/pcfactory/src/Divider/index.tsx +3 -17
  291. package/lib/pcpublic/src/components/pcfactory/src/Dropdown/index.tsx +7 -23
  292. package/lib/pcpublic/src/components/pcfactory/src/DynamicDataContainer/YieldMethod.ts +7 -9
  293. package/lib/pcpublic/src/components/pcfactory/src/DynamicDataContainer/index.tsx +212 -264
  294. package/lib/pcpublic/src/components/pcfactory/src/DynamicDataContainer/useDynamicDataContainer.ts +2 -8
  295. package/lib/pcpublic/src/components/pcfactory/src/DynamicTabs/PropsType.ts +2 -0
  296. package/lib/pcpublic/src/components/pcfactory/src/DynamicTabs/TabPage.tsx +2 -10
  297. package/lib/pcpublic/src/components/pcfactory/src/DynamicTabs/index.tsx +91 -36
  298. package/lib/pcpublic/src/components/pcfactory/src/Form/Form.tsx +78 -139
  299. package/lib/pcpublic/src/components/pcfactory/src/Form/useFormStatus.ts +1 -5
  300. package/lib/pcpublic/src/components/pcfactory/src/Form/useMonitor.ts +2 -2
  301. package/lib/pcpublic/src/components/pcfactory/src/FormGroup/TitleComp.tsx +7 -36
  302. package/lib/pcpublic/src/components/pcfactory/src/FormGroup/index.tsx +10 -57
  303. package/lib/pcpublic/src/components/pcfactory/src/FreeLayout/index.tsx +2 -17
  304. package/lib/pcpublic/src/components/pcfactory/src/Gantt/Gantt.tsx +41 -166
  305. package/lib/pcpublic/src/components/pcfactory/src/Gantt/index.tsx +1 -3
  306. package/lib/pcpublic/src/components/pcfactory/src/Gantt/loader.tsx +1 -4
  307. package/lib/pcpublic/src/components/pcfactory/src/GridView/GridView.tsx +22 -95
  308. package/lib/pcpublic/src/components/pcfactory/src/GridView/index.tsx +1 -7
  309. package/lib/pcpublic/src/components/pcfactory/src/GridView/loader.tsx +1 -4
  310. package/lib/pcpublic/src/components/pcfactory/src/HorizontalView/index.tsx +3 -11
  311. package/lib/pcpublic/src/components/pcfactory/src/Icon/IconED/index.tsx +3 -5
  312. package/lib/pcpublic/src/components/pcfactory/src/Icon/hooks/index.tsx +13 -69
  313. package/lib/pcpublic/src/components/pcfactory/src/Icon/index.tsx +2 -10
  314. package/lib/pcpublic/src/components/pcfactory/src/IconFont/index.tsx +1 -1
  315. package/lib/pcpublic/src/components/pcfactory/src/Img/BasicImage/index.tsx +2 -12
  316. package/lib/pcpublic/src/components/pcfactory/src/Img/index.tsx +6 -46
  317. package/lib/pcpublic/src/components/pcfactory/src/Input/index.tsx +14 -56
  318. package/lib/pcpublic/src/components/pcfactory/src/InputNumber/index.tsx +5 -20
  319. package/lib/pcpublic/src/components/pcfactory/src/LXPieChart/LXPieChart.tsx +1 -10
  320. package/lib/pcpublic/src/components/pcfactory/src/LXPieChart/loader.tsx +1 -4
  321. package/lib/pcpublic/src/components/pcfactory/src/LXRadarChart/LXRadarChat.tsx +1 -10
  322. package/lib/pcpublic/src/components/pcfactory/src/LXRadarChart/index.tsx +7 -9
  323. package/lib/pcpublic/src/components/pcfactory/src/LXRadarChart/loader.tsx +1 -4
  324. package/lib/pcpublic/src/components/pcfactory/src/Layout/index.tsx +10 -13
  325. package/lib/pcpublic/src/components/pcfactory/src/Layout/utils.ts +3 -8
  326. package/lib/pcpublic/src/components/pcfactory/src/Link/index.tsx +12 -22
  327. package/lib/pcpublic/src/components/pcfactory/src/LoopList/IdleView.tsx +32 -0
  328. package/lib/pcpublic/src/components/pcfactory/src/LoopList/index.tsx +34 -102
  329. package/lib/pcpublic/src/components/pcfactory/src/LoopList/scheduler.ts +77 -0
  330. package/lib/pcpublic/src/components/pcfactory/src/Menu/index.tsx +17 -71
  331. package/lib/pcpublic/src/components/pcfactory/src/ModalSelect/BaseModalSelect.tsx +6 -8
  332. package/lib/pcpublic/src/components/pcfactory/src/ModalSelect/index.tsx +8 -33
  333. package/lib/pcpublic/src/components/pcfactory/src/Pagination/index.tsx +4 -9
  334. package/lib/pcpublic/src/components/pcfactory/src/Password/index.tsx +4 -13
  335. package/lib/pcpublic/src/components/pcfactory/src/PictureVerifyCode/index.tsx +52 -61
  336. package/lib/pcpublic/src/components/pcfactory/src/Progress/index.tsx +4 -17
  337. package/lib/pcpublic/src/components/pcfactory/src/QRCode/index.tsx +3 -12
  338. package/lib/pcpublic/src/components/pcfactory/src/QuillEditor/QuillEditor.tsx +73 -105
  339. package/lib/pcpublic/src/components/pcfactory/src/QuillEditor/index.tsx +3 -16
  340. package/lib/pcpublic/src/components/pcfactory/src/QuillEditor/loader.ts +1 -4
  341. package/lib/pcpublic/src/components/pcfactory/src/RadarChart/RadarChartHook.ts +8 -22
  342. package/lib/pcpublic/src/components/pcfactory/src/RadarChart/RadarECharts.tsx +3 -11
  343. package/lib/pcpublic/src/components/pcfactory/src/RadarChart/index.tsx +7 -9
  344. package/lib/pcpublic/src/components/pcfactory/src/RadarChart/loader.tsx +1 -4
  345. package/lib/pcpublic/src/components/pcfactory/src/Radio/index.tsx +21 -43
  346. package/lib/pcpublic/src/components/pcfactory/src/Rate/index.tsx +7 -25
  347. package/lib/pcpublic/src/components/pcfactory/src/ReactECharts/ReactECharts.tsx +41 -148
  348. package/lib/pcpublic/src/components/pcfactory/src/ReactECharts/index.tsx +11 -17
  349. package/lib/pcpublic/src/components/pcfactory/src/ReactECharts/loader.tsx +1 -4
  350. package/lib/pcpublic/src/components/pcfactory/src/RemoteComponent/components/FishRender.tsx +2 -7
  351. package/lib/pcpublic/src/components/pcfactory/src/RemoteComponent/components/ReactRender.tsx +3 -9
  352. package/lib/pcpublic/src/components/pcfactory/src/RemoteComponent/components/VueRender.tsx +2 -7
  353. package/lib/pcpublic/src/components/pcfactory/src/RemoteComponent/constant.ts +7 -7
  354. package/lib/pcpublic/src/components/pcfactory/src/RemoteComponent/index.tsx +53 -64
  355. package/lib/pcpublic/src/components/pcfactory/src/Result/index.tsx +2 -10
  356. package/lib/pcpublic/src/components/pcfactory/src/RichTextEditor/LcdpUeditorMain.tsx +14 -23
  357. package/lib/pcpublic/src/components/pcfactory/src/RichTextEditor/RichTextEditor.tsx +137 -160
  358. package/lib/pcpublic/src/components/pcfactory/src/RichTextEditor/RichTextEditorMain.tsx +8 -9
  359. package/lib/pcpublic/src/components/pcfactory/src/RichTextEditor/loader.ts +1 -4
  360. package/lib/pcpublic/src/components/pcfactory/src/Row/Row.tsx +1 -1
  361. package/lib/pcpublic/src/components/pcfactory/src/Row/index.tsx +1 -1
  362. package/lib/pcpublic/src/components/pcfactory/src/Row/loader.tsx +1 -4
  363. package/lib/pcpublic/src/components/pcfactory/src/Select/index.tsx +96 -119
  364. package/lib/pcpublic/src/components/pcfactory/src/Select/selectUtils.ts +16 -64
  365. package/lib/pcpublic/src/components/pcfactory/src/Slider/index.tsx +6 -16
  366. package/lib/pcpublic/src/components/pcfactory/src/StdUpload/UploadItem.tsx +22 -107
  367. package/lib/pcpublic/src/components/pcfactory/src/StdUpload/index.tsx +103 -186
  368. package/lib/pcpublic/src/components/pcfactory/src/Steps/constant/checkcircle.tsx +2 -14
  369. package/lib/pcpublic/src/components/pcfactory/src/Steps/constant/vector.tsx +1 -7
  370. package/lib/pcpublic/src/components/pcfactory/src/Steps/index.tsx +20 -55
  371. package/lib/pcpublic/src/components/pcfactory/src/SuperSelect/ComSelect.tsx +58 -101
  372. package/lib/pcpublic/src/components/pcfactory/src/SuperSelect/index.tsx +11 -31
  373. package/lib/pcpublic/src/components/pcfactory/src/SuperSelect/loader.tsx +1 -4
  374. package/lib/pcpublic/src/components/pcfactory/src/Swiper/index.tsx +9 -23
  375. package/lib/pcpublic/src/components/pcfactory/src/Switch/index.tsx +12 -40
  376. package/lib/pcpublic/src/components/pcfactory/src/TabPane/index.tsx +2 -8
  377. package/lib/pcpublic/src/components/pcfactory/src/Table/BodyCell/index.tsx +18 -38
  378. package/lib/pcpublic/src/components/pcfactory/src/Table/EditComponent/index.tsx +53 -86
  379. package/lib/pcpublic/src/components/pcfactory/src/Table/FormatCell/GhostTag/index.tsx +1 -1
  380. package/lib/pcpublic/src/components/pcfactory/src/Table/FormatCell/Hyperlink/index.tsx +1 -1
  381. package/lib/pcpublic/src/components/pcfactory/src/Table/FormatCell/PointTag/index.tsx +1 -1
  382. package/lib/pcpublic/src/components/pcfactory/src/Table/FormatCell/PureColourFill/index.tsx +1 -1
  383. package/lib/pcpublic/src/components/pcfactory/src/Table/FormatCell/PureFadeColourTag/index.tsx +2 -3
  384. package/lib/pcpublic/src/components/pcfactory/src/Table/FormatCell/Thumbnail/index.tsx +27 -51
  385. package/lib/pcpublic/src/components/pcfactory/src/Table/FormatCell/index.tsx +8 -53
  386. package/lib/pcpublic/src/components/pcfactory/src/Table/HeaderCell/HeaderCellTitle/index.tsx +2 -3
  387. package/lib/pcpublic/src/components/pcfactory/src/Table/HeaderCell/index.tsx +18 -4
  388. package/lib/pcpublic/src/components/pcfactory/src/Table/OperationCell/SingleBtn.tsx +10 -19
  389. package/lib/pcpublic/src/components/pcfactory/src/Table/OperationCell/index.tsx +51 -127
  390. package/lib/pcpublic/src/components/pcfactory/src/Table/TableHead/index.tsx +104 -121
  391. package/lib/pcpublic/src/components/pcfactory/src/Table/TableSummaryRow/index.tsx +1 -1
  392. package/lib/pcpublic/src/components/pcfactory/src/Table/constant.ts +1 -2
  393. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useCMDActions.ts +40 -16
  394. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useCheckStrict.ts +76 -94
  395. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useColumns.tsx +140 -379
  396. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useCommon.ts +3 -11
  397. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useDataSource.ts +39 -54
  398. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useExpandable.tsx +20 -72
  399. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useFilter.tsx +25 -52
  400. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useFormatCell.ts +11 -41
  401. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useFormatCell.tsx +45 -84
  402. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/usePagination.ts +5 -14
  403. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useRowEdit.ts +20 -66
  404. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useRowMerge.ts +3 -9
  405. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useScroll.ts +47 -57
  406. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useSelection.ts +58 -123
  407. package/lib/pcpublic/src/components/pcfactory/src/Table/hooks/useSummaryCol.ts +11 -30
  408. package/lib/pcpublic/src/components/pcfactory/src/Table/index.tsx +136 -175
  409. package/lib/pcpublic/src/components/pcfactory/src/Table/types/bodyCell.d.ts +1 -6
  410. package/lib/pcpublic/src/components/pcfactory/src/Table/types/contentStyle.d.ts +1 -0
  411. package/lib/pcpublic/src/components/pcfactory/src/Table/types/event.d.ts +5 -4
  412. package/lib/pcpublic/src/components/pcfactory/src/Table/types/headerCell.d.ts +6 -4
  413. package/lib/pcpublic/src/components/pcfactory/src/Table/types/prop.d.ts +5 -0
  414. package/lib/pcpublic/src/components/pcfactory/src/Table/utils/SequenceId.ts +2 -2
  415. package/lib/pcpublic/src/components/pcfactory/src/Table/utils/index.ts +41 -105
  416. package/lib/pcpublic/src/components/pcfactory/src/Table/utils/indexedDBHelper.ts +5 -12
  417. package/lib/pcpublic/src/components/pcfactory/src/Tabs/index.tsx +11 -41
  418. package/lib/pcpublic/src/components/pcfactory/src/Tag/index.tsx +1 -4
  419. package/lib/pcpublic/src/components/pcfactory/src/Text/index.tsx +26 -39
  420. package/lib/pcpublic/src/components/pcfactory/src/TextArea/ForIETextArea.tsx +4 -13
  421. package/lib/pcpublic/src/components/pcfactory/src/TextArea/index.tsx +7 -36
  422. package/lib/pcpublic/src/components/pcfactory/src/TooltipView/TooltipViewED/index.tsx +1 -1
  423. package/lib/pcpublic/src/components/pcfactory/src/TooltipView/hooks/index.tsx +2 -10
  424. package/lib/pcpublic/src/components/pcfactory/src/TooltipView/index.tsx +1 -1
  425. package/lib/pcpublic/src/components/pcfactory/src/Transfer/index.tsx +68 -144
  426. package/lib/pcpublic/src/components/pcfactory/src/Tree/TreeNodeMenu/index.tsx +6 -20
  427. package/lib/pcpublic/src/components/pcfactory/src/Tree/index.tsx +152 -328
  428. package/lib/pcpublic/src/components/pcfactory/src/TreeSelect/index.tsx +99 -188
  429. package/lib/pcpublic/src/components/pcfactory/src/TreeTable/hooks/useCMDAction.ts +5 -9
  430. package/lib/pcpublic/src/components/pcfactory/src/TreeTable/hooks/useExpandable.tsx +1 -2
  431. package/lib/pcpublic/src/components/pcfactory/src/TreeTable/index.tsx +62 -120
  432. package/lib/pcpublic/src/components/pcfactory/src/Upload/Upload.tsx +79 -107
  433. package/lib/pcpublic/src/components/pcfactory/src/Upload/index.tsx +7 -16
  434. package/lib/pcpublic/src/components/pcfactory/src/Upload/loader.tsx +1 -4
  435. package/lib/pcpublic/src/components/pcfactory/src/VerificationCode/index.tsx +177 -226
  436. package/lib/pcpublic/src/components/pcfactory/src/VerticalView/index.tsx +3 -11
  437. package/lib/pcpublic/src/components/pcfactory/src/VideoPlayer/index.tsx +3 -12
  438. package/lib/pcpublic/src/components/pcfactory/src/View/index.tsx +3 -26
  439. package/lib/pcpublic/src/components/pcfactory/src/View/useBackgroundStyle.ts +2 -4
  440. package/lib/pcpublic/src/components/pcfactory/src/WebComponent/WebComponent.tsx +25 -0
  441. package/lib/pcpublic/src/components/pcfactory/src/WebComponent/index.tsx +10 -0
  442. package/lib/pcpublic/src/components/pcfactory/src/WebComponent/useWebComponent.ts +162 -0
  443. package/lib/pcpublic/src/components/pcfactory/src/WebComponent/utils.ts +67 -0
  444. package/lib/pcpublic/src/components/pcfactory/src/Webview/index.tsx +6 -35
  445. package/lib/pcpublic/src/components/pcfactory/src/index.component.ts +4 -1
  446. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Card.less +24 -0
  447. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Collapse.less +53 -2
  448. package/lib/pcpublic/src/components/pcfactory/src/styles/components/DynamicTabs.less +49 -0
  449. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Form.less +3 -0
  450. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Input.less +22 -7
  451. package/lib/pcpublic/src/components/pcfactory/src/styles/components/LoopList.less +1 -0
  452. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Select.less +63 -4
  453. package/lib/pcpublic/src/components/pcfactory/src/styles/components/StdUpload.less +18 -12
  454. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Table.less +192 -18
  455. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Tabs.less +29 -0
  456. package/lib/pcpublic/src/components/pcfactory/src/styles/components/Tree.less +22 -2
  457. package/lib/pcpublic/src/components/pcfactory/src/styles/components/WebComponent.less +15 -0
  458. package/lib/pcpublic/src/components/pcfactory/src/styles/index.ued.less +1 -0
  459. package/lib/pcpublic/src/components/pcfactory/src/utils/ChannelContainer.tsx +20 -41
  460. package/lib/pcpublic/src/components/pcfactory/src/utils/ChildRender.ts +4 -6
  461. package/lib/pcpublic/src/components/pcfactory/src/utils/CustomModule.tsx +11 -22
  462. package/lib/pcpublic/src/components/pcfactory/src/utils/DummyFormContext.ts +3 -5
  463. package/lib/pcpublic/src/components/pcfactory/src/utils/Empty/empty.tsx +1 -7
  464. package/lib/pcpublic/src/components/pcfactory/src/utils/Holidays.ts +105 -0
  465. package/lib/pcpublic/src/components/pcfactory/src/utils/HolidaysList.json +107 -0
  466. package/lib/pcpublic/src/components/pcfactory/src/utils/WithSyncValue.ts +11 -36
  467. package/lib/pcpublic/src/components/pcfactory/src/utils/ahooks/index.ts +1 -11
  468. package/lib/pcpublic/src/components/pcfactory/src/utils/ahooks/useDeepCompareEffect.ts +2 -8
  469. package/lib/pcpublic/src/components/pcfactory/src/utils/ahooks/useMap.ts +5 -12
  470. package/lib/pcpublic/src/components/pcfactory/src/utils/ahooks/useMemoizedFn.ts +1 -4
  471. package/lib/pcpublic/src/components/pcfactory/src/utils/ahooks/usePrevious.ts +1 -2
  472. package/lib/pcpublic/src/components/pcfactory/src/utils/ahooks/useSafeState.ts +3 -8
  473. package/lib/pcpublic/src/components/pcfactory/src/utils/ahooks/useSetState.ts +4 -9
  474. package/lib/pcpublic/src/components/pcfactory/src/utils/common.ts +22 -51
  475. package/lib/pcpublic/src/components/pcfactory/src/utils/constant.ts +610 -0
  476. package/lib/pcpublic/src/components/pcfactory/src/utils/dynamicUtils/DynamicContext.tsx +5 -8
  477. package/lib/pcpublic/src/components/pcfactory/src/utils/formUtils/FormContext.tsx +14 -15
  478. package/lib/pcpublic/src/components/pcfactory/src/utils/formUtils/FormFields.tsx +288 -316
  479. package/lib/pcpublic/src/components/pcfactory/src/utils/formUtils/WrapperContainer.tsx +8 -31
  480. package/lib/pcpublic/src/components/pcfactory/src/utils/formUtils/cmdHelper.ts +20 -58
  481. package/lib/pcpublic/src/components/pcfactory/src/utils/formUtils/common.ts +1 -6
  482. package/lib/pcpublic/src/components/pcfactory/src/utils/generatorDisabledCallback.ts +505 -0
  483. package/lib/pcpublic/src/components/pcfactory/src/utils/getExportDefaultObj.ts +1 -4
  484. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useCommonImperativeHandle.ts +18 -18
  485. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useCompState.tsx +2 -10
  486. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useDataMask.ts +23 -31
  487. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useDoubleClick.ts +15 -6
  488. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useFuncExpExecute.ts +6 -18
  489. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useGetStaticAttrData.ts +3 -10
  490. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useHiddenStyle.ts +1 -5
  491. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useInitReactQuill.ts +1 -4
  492. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useLocale.ts +20 -34
  493. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/usePrintMode.tsx +2 -9
  494. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useRules.ts +75 -20
  495. package/lib/pcpublic/src/components/pcfactory/src/utils/hooks/useToggleBoolean.ts +4 -8
  496. package/lib/pcpublic/src/components/pcfactory/src/utils/index.ts +1 -4
  497. package/lib/pcpublic/src/components/pcfactory/src/utils/polyfill.js +12 -29
  498. package/lib/pcpublic/src/components/pcfactory/src/utils/renderReadOnly.tsx +7 -20
  499. package/lib/pcpublic/src/components/pcfactory/typings.d.ts +1 -4
  500. package/lib/pcpublic/src/hooks/useCompatConfig.ts +1 -0
  501. package/lib/pcpublic/src/hooks/usePageForm.ts +15 -30
  502. package/lib/pcpublic/src/utils/LcdpSpin/index.tsx +1 -6
  503. package/lib/pcpublic/src/utils/exportCustomData/index.tsx +27 -83
  504. package/lib/pcpublic/src/utils/exportCustomData/tool.ts +20 -64
  505. package/lib/pcpublic/src/utils/formUtils.ts +24 -69
  506. package/lib/pcpublic/src/utils/i18n/i18n.ts +2 -6
  507. package/lib/pcpublic/src/utils/i18n/locale/base/en_US.ts +50 -112
  508. package/lib/pcpublic/src/utils/i18n/locale/base/zh_CN.ts +25 -62
  509. package/lib/pcpublic/src/utils/i18n/locale/base/zh_HK.ts +23 -58
  510. package/lib/pcpublic/src/utils/i18n/locale/pc/en_US.ts +31 -62
  511. package/lib/pcpublic/src/utils/i18n/locale/pc/zh_CN.ts +5 -10
  512. package/lib/pcpublic/src/utils/i18n/locale/pc/zh_HK.ts +5 -10
  513. package/lib/pcpublic/src/utils/i18n/localeMonitor.ts +3 -5
  514. package/lib/pcpublic/src/utils/i18n/locales.ts +1 -4
  515. package/lib/pcpublic/src/utils/i18n/replaceMessage.ts +1 -5
  516. package/lib/pcpublic/src/utils/i18n/useLocale.ts +3 -14
  517. package/lib/pcpublic/src/utils/messageApi.ts +1 -6
  518. package/lib/public/src/components/ExpSQLServiceModal/index.tsx +19 -78
  519. package/lib/public/src/components/IconFont/IconFont.tsx +1 -1
  520. package/lib/public/src/components/ImportBusiObjModal/index.tsx +110 -315
  521. package/lib/public/src/components/ProgressComp/ProgressComp.tsx +1 -7
  522. package/lib/public/src/components/ProgressComp/index.tsx +8 -45
  523. package/lib/public/src/components/WaterMark/generatorImage.ts +4 -8
  524. package/lib/public/src/components/WaterMark/index.tsx +4 -8
  525. package/lib/public/src/components/common/ErrorBoundary/catchErrorBoundary.tsx +9 -32
  526. package/lib/public/src/components/common/ExpBusiObjModal/index.tsx +219 -273
  527. package/lib/public/src/hooks/useBaseDataSource.ts +8 -21
  528. package/lib/public/src/hooks/useExportCustomDataFile.ts +26 -95
  529. package/lib/public/src/hooks/useLifeCycle.ts +2 -8
  530. package/lib/public/src/hooks/useSafeState.ts +3 -8
  531. package/lib/public/src/hooks/useSetState.ts +4 -10
  532. package/lib/public/src/hooks/useTransSuperObjectParams.ts +7 -12
  533. package/lib/public/src/pages/_preview/index.tsx +3 -10
  534. package/lib/public/src/services/README.md +1 -3
  535. package/lib/public/src/services/api/batchInsert.ts +1 -1
  536. package/lib/public/src/services/api/engine.ts +10 -24
  537. package/lib/public/src/services/api/file.ts +6 -16
  538. package/lib/public/src/services/api/findAppConfig.ts +2 -8
  539. package/lib/public/src/services/api/getAppFileUrlByFileCode.ts +2 -2
  540. package/lib/public/src/services/api/getWaterMarkByAppId.ts +1 -4
  541. package/lib/public/src/services/api/index.ts +9 -17
  542. package/lib/public/src/services/type.ts +2 -9
  543. package/lib/public/src/types/index.ts +3 -4
  544. package/lib/public/src/utils/AwaitHandleData.ts +2 -2
  545. package/lib/public/src/utils/Context/Container.tsx +12 -16
  546. package/lib/public/src/utils/Context/context.tsx +6 -11
  547. package/lib/public/src/utils/LcdpTerminalType.ts +2 -8
  548. package/lib/public/src/utils/Security/clientCapabilities.ts +3 -7
  549. package/lib/public/src/utils/Security/config.ts +10 -34
  550. package/lib/public/src/utils/Security/const.ts +2 -2
  551. package/lib/public/src/utils/Security/debug/data.ts +2 -5
  552. package/lib/public/src/utils/Security/encipher/aes.ts +3 -13
  553. package/lib/public/src/utils/Security/encipher/rsa.ts +2 -10
  554. package/lib/public/src/utils/Security/encipher/sign.ts +10 -35
  555. package/lib/public/src/utils/Security/encipher/token.ts +1 -6
  556. package/lib/public/src/utils/Security/html.ts +1 -6
  557. package/lib/public/src/utils/Security/httpEncryption.ts +18 -27
  558. package/lib/public/src/utils/Security/index.ts +1 -5
  559. package/lib/public/src/utils/Security/requester/fetch.ts +3 -14
  560. package/lib/public/src/utils/Security/requester/wx.ts +15 -42
  561. package/lib/public/src/utils/Security/requester/xhr.ts +14 -63
  562. package/lib/public/src/utils/Security/types.ts +4 -24
  563. package/lib/public/src/utils/Security/urlEncryption.ts +34 -66
  564. package/lib/public/src/utils/Security/utils/atob.ts +2 -3
  565. package/lib/public/src/utils/Security/utils/caseInsensitive.ts +1 -2
  566. package/lib/public/src/utils/Security/utils/check.ts +4 -17
  567. package/lib/public/src/utils/Security/utils/cookie.ts +10 -35
  568. package/lib/public/src/utils/Security/utils/encrypted.ts +26 -85
  569. package/lib/public/src/utils/Security/utils/storge.ts +1 -0
  570. package/lib/public/src/utils/Security/utils/url.ts +8 -16
  571. package/lib/public/src/utils/StateListener.ts +4 -15
  572. package/lib/public/src/utils/User.ts +1 -1
  573. package/lib/public/src/utils/array.ts +8 -28
  574. package/lib/public/src/utils/cmd.ts +25 -130
  575. package/lib/public/src/utils/dataSource/fetchQuery.ts +5 -29
  576. package/lib/public/src/utils/engine-utils/exportCustomUtils.ts +7 -22
  577. package/lib/public/src/utils/engine-utils/previewUtil.ts +4 -7
  578. package/lib/public/src/utils/functors/AVERAGE.ts +1 -4
  579. package/lib/public/src/utils/functors/COUNTA.ts +2 -4
  580. package/lib/public/src/utils/functors/COUNTBLANK.ts +2 -4
  581. package/lib/public/src/utils/functors/DATAMASK.ts +11 -41
  582. package/lib/public/src/utils/functors/DATEADD.ts +2 -7
  583. package/lib/public/src/utils/functors/DATENOW.ts +1 -3
  584. package/lib/public/src/utils/functors/NUMBER.ts +1 -3
  585. package/lib/public/src/utils/functors/RANDBETWEEN.ts +1 -3
  586. package/lib/public/src/utils/functors/types.ts +2 -5
  587. package/lib/public/src/utils/functors/utils/tools.ts +2 -3
  588. package/lib/public/src/utils/getSceneCode.ts +4 -18
  589. package/lib/public/src/utils/historytool.ts +50 -73
  590. package/lib/public/src/utils/hooks/index.ts +1 -11
  591. package/lib/public/src/utils/hooks/useMovable.ts +16 -65
  592. package/lib/public/src/utils/hooks/useReactive.ts +1 -4
  593. package/lib/public/src/utils/hooks/useRefState.ts +3 -7
  594. package/lib/public/src/utils/hooks/useSetState.ts +4 -9
  595. package/lib/public/src/utils/hooks/useStyle.ts +4 -9
  596. package/lib/public/src/utils/hooks/useTrackedEffect.ts +5 -14
  597. package/lib/public/src/utils/hooks/useWhyDidYouUpdate.ts +2 -5
  598. package/lib/public/src/utils/lcdpApi.ts +20 -70
  599. package/lib/public/src/utils/lcdpBaseApi.ts +8 -18
  600. package/lib/public/src/utils/platform/type.ts +1 -5
  601. package/lib/public/src/utils/platform/utils/fileUtils.ts +35 -108
  602. package/lib/public/src/utils/platform/utils/printUtil.ts +10 -36
  603. package/lib/public/src/utils/polyfills.ts +1 -1
  604. package/lib/public/src/utils/popoverUtils.ts +2 -2
  605. package/lib/public/src/utils/preprocess.ts +6 -16
  606. package/lib/public/src/utils/sandBoxLoadModule.ts +13 -28
  607. package/lib/public/src/utils/sandbox/browserCompatible.ts +2 -5
  608. package/lib/public/src/utils/sandbox/compileCode.ts +1 -1
  609. package/lib/public/src/utils/sandbox/sandbox.ts +14 -36
  610. package/lib/public/src/utils/sandbox/sandboxrules.ts +9 -32
  611. package/lib/public/src/utils/sandbox/utils.ts +1 -3
  612. package/lib/public/src/utils/service/baseRequest.ts +8 -37
  613. package/lib/public/src/utils/service/commonFetch.ts +12 -33
  614. package/lib/public/src/utils/service/defaultResponseInterceptor.ts +5 -23
  615. package/lib/public/src/utils/service/resolveApiPath.ts +1 -1
  616. package/lib/public/src/utils/service/urlHelper.ts +4 -12
  617. package/lib/public/src/utils/svgImage/index.ts +4 -3
  618. package/lib/public/src/utils/uid.ts +1 -2
  619. package/lib/public/src/utils/useComponentHoc.ts +9 -16
  620. package/lib/public/src/utils/useSetState.ts +2 -7
  621. package/lib/public/src/utils/version.ts +3 -9
  622. package/lib/public/tsconfig.json +1 -7
  623. package/package.json +2 -2
@@ -14,11 +14,9 @@ export default {
14
14
  hour: '@{hour}hour',
15
15
  minute: '@{minute}minute',
16
16
  second: '@{second}second',
17
- 'command.stopCMD.undefined':
18
- 'Error throwing exit command: return content __undefined__',
17
+ 'command.stopCMD.undefined': 'Error throwing exit command: return content __undefined__',
19
18
  '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}',
19
+ 'command.gainErrorPrefix': 'An exception occurred on component "@{name}" (@{id})@{eventName}@{lineNumberText} on page "@{pageName}":\n@{msg}',
22
20
  'command.lineNumber': 'Line @{lineNumber}',
23
21
  'command.eventName': 'withinthe @{eventName} event',
24
22
  'command.debugger.msg': 'Trigger the debugging tool breakpoint',
@@ -26,13 +24,10 @@ export default {
26
24
  'command.finisheval': 'The instruction execution successful',
27
25
  'command.error': 'Instruction error: @{errmsg}',
28
26
  'command.exception': 'Script runtime exception!@{errmsg}',
29
- 'command.sandboxErr':
30
- 'Sandbox execution error! The expression obtained is: @{expr}',
31
- 'command.sandboxException':
32
- 'An exception occurred while executing the sandbox expression: @{expr}!',
27
+ 'command.sandboxErr': 'Sandbox execution error! The expression obtained is: @{expr}',
28
+ 'command.sandboxException': 'An exception occurred while executing the sandbox expression: @{expr}!',
33
29
  'command.illegal': '@{action} is an illegal value!',
34
- 'errorMessage.05-03-1-304-020004':
35
- 'Failed to find a reference to component@{compId} !',
30
+ 'errorMessage.05-03-1-304-020004': 'Failed to find a reference to component@{compId} !',
36
31
  'errorMessage.05-03-1-304-020002':
37
32
  'Error message: Instruction error - The received value does not match. Current value: @{field}. Expected: a number or a string.',
38
33
  reset: 'reset',
@@ -42,8 +37,7 @@ export default {
42
37
  notEmpty: '@{name} cannot be empty',
43
38
  actionCacheError:
44
39
  '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.',
45
- notFountParentFn:
46
- 'The specified parent page method @{funcName} was not found',
40
+ notFountParentFn: 'The specified parent page method @{funcName} was not found',
47
41
  all: 'all',
48
42
  add: 'add',
49
43
  delete: 'delete',
@@ -51,19 +45,15 @@ export default {
51
45
  deleteConfirm: 'Confirm deletion?',
52
46
  title: 'title',
53
47
  functionWarning: 'Must be an expression declared for a function',
54
- stringError:
55
- 'The input format of this action should be a string, but accepts a non-string value.',
56
- validateAction:
57
- 'The current component ID @{compId} does not expose the [@{action}] method.',
58
- callActionError:
59
- 'Reference to the current component ID @{compId} failed to be invoked.',
48
+ stringError: 'The input format of this action should be a string, but accepts a non-string value.',
49
+ validateAction: 'The current component ID @{compId} does not expose the [@{action}] method.',
50
+ callActionError: 'Reference to the current component ID @{compId} failed to be invoked.',
60
51
  nodeRule: 'Node rules are incorrect, configure using [node.] field name',
61
52
  'errorMessage.01-00-2-000-001001':
62
53
  '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',
63
54
  'errorMessage.01-00-2-000-000001':
64
55
  '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.',
65
- 'errorMessage.05-03-1-304-012008':
66
- 'Error executing page custom function: @{error}',
56
+ 'errorMessage.05-03-1-304-012008': 'Error executing page custom function: @{error}',
67
57
  'errorMessage.05-03-1-304-020005': 'An error occurred in @{action}: @{error}',
68
58
  understood: 'Understood',
69
59
  fileNotExist: 'File resource does not exist.',
@@ -81,32 +71,22 @@ export default {
81
71
  download: 'Download',
82
72
  derive: 'Export',
83
73
  'Meta.array.typeError': 'Replacement data is not an array',
84
- 'Meta.provide.initError':
85
- 'Provide data cannot use the following keys: @{keys}',
74
+ 'Meta.provide.initError': 'Provide data cannot use the following keys: @{keys}',
86
75
  'Meta.provide.setError': 'Provide data cannot use: @{key}',
87
76
  'Meta.base.initError': 'Please call the init method and return data',
88
- 'Meta.dataSource.initFail':
89
- 'Failed to initialize data source (@{name}): @{errMsg}',
77
+ 'Meta.dataSource.initFail': 'Failed to initialize data source (@{name}): @{errMsg}',
90
78
  'Meta.dataSource.updateFail': 'Failed to set page data source',
91
- 'Meta.dataSource.notFound':
92
- 'Data source @{name} not found,Please delete configuration',
93
- 'Meta.dataSource.reloadFail':
94
- 'Failed to refresh page data source, @{name} not found,Please delete configuration',
95
- 'Meta.dataSource.reloadFailMsg':
96
- 'Page data source refresh failed (@{name}): @{errMsg}',
79
+ 'Meta.dataSource.notFound': 'Data source @{name} not found,Please delete configuration',
80
+ 'Meta.dataSource.reloadFail': 'Failed to refresh page data source, @{name} not found,Please delete configuration',
81
+ 'Meta.dataSource.reloadFailMsg': 'Page data source refresh failed (@{name}): @{errMsg}',
97
82
  'Meta.dataSource.clearFailMsg': 'Failed to clear page data source',
98
- 'Meta.globalData.initFail':
99
- 'Failed to initialize global data source (@{name}): @{errMsg}',
83
+ 'Meta.globalData.initFail': 'Failed to initialize global data source (@{name}): @{errMsg}',
100
84
  'Meta.globalData.updateFail': 'Failed to set global data source',
101
- 'Meta.globalData.notFound':
102
- 'Global data source @{name} not found,Please delete configuration',
103
- 'Meta.globalData.reloadFail':
104
- 'Failed to refresh global data source, @{name} not found,Please delete configuration',
105
- 'Meta.globalData.reloadFailMsg':
106
- 'Global data source refresh failed (@{name}): @{errMsg}',
85
+ 'Meta.globalData.notFound': 'Global data source @{name} not found,Please delete configuration',
86
+ 'Meta.globalData.reloadFail': 'Failed to refresh global data source, @{name} not found,Please delete configuration',
87
+ 'Meta.globalData.reloadFailMsg': 'Global data source refresh failed (@{name}): @{errMsg}',
107
88
  'Meta.globalData.clearFailMsg': 'Failed to clear global data source',
108
- 'exportFile.process.message':
109
- 'Total records: @{total} | Data generated: @{currentCount} | Remaining: @{count} to export.',
89
+ 'exportFile.process.message': 'Total records: @{total} | Data generated: @{currentCount} | Remaining: @{count} to export.',
110
90
  'export.process.downloading': 'Waiting for download, please wait...',
111
91
  'export.process.handling': 'Processing, please wait...',
112
92
  'exportFile.fail': 'Export failed, please retry later.',
@@ -120,51 +100,39 @@ export default {
120
100
  createNew: 'new',
121
101
  selectPlaceholder: 'please select @{title}',
122
102
  'sysAction.location.registerFail': '@{name} registration failed',
123
- 'sysAction.sysSetValue.valueList':
124
- 'No value assignment configuration, unable to assign!',
103
+ 'sysAction.sysSetValue.valueList': 'No value assignment configuration, unable to assign!',
125
104
  'sysAction.common.waring': 'Command warning: @{message}',
126
- 'sysAction.setDownloadResopnse.configurationError':
127
- 'downloadUrl configuration error',
128
- 'sysAction.setDownloadResopnse.fileEmpty':
129
- 'No download URL configured, operation failed!',
105
+ 'sysAction.setDownloadResopnse.configurationError': 'downloadUrl configuration error',
106
+ 'sysAction.setDownloadResopnse.fileEmpty': 'No download URL configured, operation failed!',
130
107
  'sysAction.exportCustomData.deriving': 'Exporting, please wait...',
131
108
  'service.failMsg': 'Network busy, please try again later',
132
- 'service.notExist':
133
- 'Unable to find the specified service @{url}, cannot initiate request!',
109
+ 'service.notExist': 'Unable to find the specified service @{url}, cannot initiate request!',
134
110
  'service.errorMsg': 'Sending request error: @{message}',
135
111
  'sysAction.customPrintOrExport.exporting': 'Exporting',
136
112
  'sysAction.customPrintOrExport.printing': 'Printing',
137
- 'sysAction.customActionCode.timeout':
138
- 'Exceeded specified timeout of @{timeout}ms',
113
+ 'sysAction.customActionCode.timeout': 'Exceeded specified timeout of @{timeout}ms',
139
114
  notExistMethod: 'The specified method @{functionCode} was not found',
140
- 'sysAction.callParentCustomFunc.fail':
141
- 'Failed to call parent page event: @{msg}',
142
- 'sysAction.callSelfFunc.notFound':
143
- 'Custom event method [@{customFuncName}] not found',
144
- 'sysAction.callSelfFunc.error':
145
- 'An error occurred while calling the custom event: @{error}',
115
+ 'sysAction.callParentCustomFunc.fail': 'Failed to call parent page event: @{msg}',
116
+ 'sysAction.callSelfFunc.notFound': 'Custom event method [@{customFuncName}] not found',
117
+ 'sysAction.callSelfFunc.error': 'An error occurred while calling the custom event: @{error}',
146
118
  'sysAction.callCustomPageFunc.notFound':
147
119
  '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!',
148
- 'sysAction.callCustomPageFunc.error':
149
- 'Error executing call to any page event: @{name}, error: @{error}',
120
+ 'sysAction.callCustomPageFunc.error': 'Error executing call to any page event: @{name}, error: @{error}',
150
121
  'sysAction.callCurrentFunc.notFound':
151
122
  '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!',
152
- 'sysAction.callCurrentFunc.error':
153
- 'Error executing call to custom event: @{name}, error: @{error}',
123
+ 'sysAction.callCurrentFunc.error': 'Error executing call to custom event: @{name}, error: @{error}',
154
124
  'lcdpApi.router.urlEmpty': 'Page jump address is missing, please check.',
155
125
  'lcdpApi.router.openFail': 'Failed to open a new page, missing @{type}.',
156
126
  'lcdpApi.router.notSupport': 'Unsupported page type: @{type}.',
157
127
  'lcdpApi.router.notFound': 'Data for the jump page cannot be found.',
158
- 'service.errorHandler.badRequestError':
159
- 'Current request error: Error code @{status}, please contact the service provider for assistance.',
128
+ 'service.errorHandler.badRequestError': 'Current request error: Error code @{status}, please contact the service provider for assistance.',
160
129
  'service.errorHandler.unauthorizedError':
161
130
  'Current request lacks authorization: Error code @{status}, please confirm whether you have permission or contact the administrator.',
162
131
  'service.errorHandler.forbiddenError':
163
132
  'The request is denied by the server: Error code @{status}, usually due to permissions issues, please ensure you have the necessary access.',
164
133
  'service.errorHandler.notFoundError':
165
134
  'The requested resource does not exist: Error code @{status}, please check the environment and corresponding resources.',
166
- 'service.errorHandler.internalServerError':
167
- 'Internal server error: Error code @{status}, please contact the service provider for assistance.',
135
+ 'service.errorHandler.internalServerError': 'Internal server error: Error code @{status}, please contact the service provider for assistance.',
168
136
  'service.errorHandler.notImplementedError':
169
137
  'The request server does not support the requested functionality: Error code @{status}, please contact the service provider for assistance.',
170
138
  'service.errorHandler.badGatewayError':
@@ -174,38 +142,17 @@ export default {
174
142
  'service.errorHandler.url': 'Request address: @{path}',
175
143
  'service.errorHandler.requestEntityTooLargeError':
176
144
  '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',
177
- 'service.hooks.fetchSendBeforeError':
178
- 'Error executing fetchSendBefore/request sending before event: @{message}',
179
- 'service.hooks.fetchResponseError':
180
- 'Error executing fetchResponse/request response event: @{message}',
181
- 'service.hooks.fetchSuccessError':
182
- 'Error executing fetchSuccess/request success event: @{message}',
183
- 'service.hooks.fetchFailError':
184
- 'Error executing fetchFail/request failure event: @{message}',
145
+ 'service.hooks.fetchSendBeforeError': 'Error executing fetchSendBefore/request sending before event: @{message}',
146
+ 'service.hooks.fetchResponseError': 'Error executing fetchResponse/request response event: @{message}',
147
+ 'service.hooks.fetchSuccessError': 'Error executing fetchSuccess/request success event: @{message}',
148
+ 'service.hooks.fetchFailError': 'Error executing fetchFail/request failure event: @{message}',
185
149
  'service.config.timeoutMsg': 'Request failed, no response due to timeout.',
186
150
  relogin: 'Please log in again.',
187
- 'appManager.createAppFail':
188
- 'Not created/fetched successfully. If you need to create, please pass createOnAbsent: true.',
189
- 'NoPermission.description':
190
- 'You do not have access permission, please contact the administrator~',
191
- 'NotFound.description':
192
- 'Sorry, the page you are trying to access does not exist.',
193
- 'Modal.missParams':
194
- 'Modal operation failed: Missing page instance ID or page path.',
195
- months: [
196
- 'Jan',
197
- 'Feb',
198
- 'Mar',
199
- 'Apr',
200
- 'May',
201
- 'Jun',
202
- 'Jul',
203
- 'Aug',
204
- 'Sep',
205
- 'Oct',
206
- 'Nov',
207
- 'Dec',
208
- ],
151
+ 'appManager.createAppFail': 'Not created/fetched successfully. If you need to create, please pass createOnAbsent: true.',
152
+ 'NoPermission.description': 'You do not have access permission, please contact the administrator~',
153
+ 'NotFound.description': 'Sorry, the page you are trying to access does not exist.',
154
+ 'Modal.missParams': 'Modal operation failed: Missing page instance ID or page path.',
155
+ months: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
209
156
  selectAll: 'Select All',
210
157
  selectNumber: '@{num} selected',
211
158
  reupload: 'Reupload',
@@ -215,8 +162,7 @@ export default {
215
162
  'Upload.success': 'Upload success',
216
163
  minRule: 'Below the minimum option limit [at least @{min} selections].',
217
164
  maxRule: 'Maximum option limit exceeded [up to @{max} selections].',
218
- minAndMaxRule:
219
- 'Options must be greater than or equal to @{min} and less than or equal to @{max}',
165
+ minAndMaxRule: 'Options must be greater than or equal to @{min} and less than or equal to @{max}',
220
166
  cancelUpload: 'Cancel Upload',
221
167
  close: 'Close',
222
168
  fileUpload: 'File Upload',
@@ -258,8 +204,7 @@ export default {
258
204
  '08': 'Server processing exception',
259
205
  },
260
206
  noData: 'No data available',
261
- 'ErrorMsg.no-information':
262
- 'No matching information, please contact the platform administrator',
207
+ 'ErrorMsg.no-information': 'No matching information, please contact the platform administrator',
263
208
  'ErrorMsg.solution': 'solution',
264
209
  'ErrorMsg.errorMsgMatch': 'Error Message',
265
210
  'ErrorMsg.articleMap': {
@@ -319,8 +264,7 @@ export default {
319
264
  },
320
265
  // Request 404
321
266
  '01-00-2-000-000404': {
322
- title:
323
- 'Service request failed, the requested resource does not exist (404)',
267
+ title: 'Service request failed, the requested resource does not exist (404)',
324
268
  content: `<dl>
325
269
  <dt>Possible reasons for request failure:</dt>
326
270
  <dd>
@@ -343,8 +287,7 @@ export default {
343
287
  },
344
288
  // Request 413
345
289
  '01-00-2-000-000413': {
346
- title:
347
- 'Service request failed, the request message body exceeds the gateway limit',
290
+ title: 'Service request failed, the request message body exceeds the gateway limit',
348
291
  content: `<dl>
349
292
  <dt>Reason for request failure:</dt>
350
293
  <dd>
@@ -364,8 +307,7 @@ export default {
364
307
  },
365
308
  // Gateway error
366
309
  '06-00-3-000-000502': {
367
- title:
368
- 'Service request failed, please try again later or contact the system administrator',
310
+ title: 'Service request failed, please try again later or contact the system administrator',
369
311
  content: `<dl>
370
312
  <dt>Possible reasons for request failure:</dt>
371
313
  <dd>
@@ -392,8 +334,7 @@ export default {
392
334
  },
393
335
  // Gateway timeout
394
336
  '06-00-3-000-000504': {
395
- title:
396
- 'Service request failed, please try again later or contact the system administrator',
337
+ title: 'Service request failed, please try again later or contact the system administrator',
397
338
  content: `<dl>
398
339
  <dt>Possible reasons for request failure:</dt>
399
340
  <dd>
@@ -438,12 +379,9 @@ export default {
438
379
  '100b': 'hundred billion',
439
380
  t: 'trillion',
440
381
  '10t': 'ten trillion',
441
- cancelConfirm:
442
- 'Changes will not be saved after canceling, confirm canceling?',
443
- zipPreviewPlaceholder:
444
- 'Please select the files in the zip package to preview them.',
445
- zipPreviewTitle:
446
- 'The current preview is a zip file, direct preview is not supported.',
382
+ cancelConfirm: 'Changes will not be saved after canceling, confirm canceling?',
383
+ zipPreviewPlaceholder: 'Please select the files in the zip package to preview them.',
384
+ zipPreviewTitle: 'The current preview is a zip file, direct preview is not supported.',
447
385
  zipPreviewTips: 'Please select the files in the zip below to preview!',
448
386
  PageNotInPortal:
449
387
  'The current page is not within the Lingxi platform portal, and portal redirection is not possible. Please modify the page redirection type.',
@@ -16,8 +16,7 @@ export default {
16
16
  second: '@{second}秒',
17
17
  'command.stopCMD.undefined': '退出指令错误的抛出: 返回内容__undefined__',
18
18
  'command.stopCMD': '退出指令错误的抛出值为:@{value}',
19
- 'command.gainErrorPrefix':
20
- '页面【@{pageName}】上的组件【@{name}】(@{id})@{eventName}@{lineNumberText}发生了异常:\n@{msg}',
19
+ 'command.gainErrorPrefix': '页面【@{pageName}】上的组件【@{name}】(@{id})@{eventName}@{lineNumberText}发生了异常:\n@{msg}',
21
20
  'command.lineNumber': '第@{lineNumber}行',
22
21
  'command.eventName': '的@{eventName}事件內',
23
22
  'command.debugger.msg': '触发调试工具断点',
@@ -28,21 +27,17 @@ export default {
28
27
  'command.sandboxErr': '沙箱执行出错!得到的表达式: @{expr}',
29
28
  'command.sandboxException': '指令执行沙箱表达式:@{expr}时遇到异常!',
30
29
  'command.illegal': '@{action}为非法值!',
31
- 'errorMessage.01-00-2-000-001001':
32
- '没有查询到ID:@{busiCompId}的业务组件实例数据,该页面将不会渲染!请检查配置或者确认该页面是否有权限访问',
33
- 'errorMessage.01-00-2-000-000001':
34
- '没有查询到ID:@{pageId}的页面实例数据,该页面将不会渲染!请检查配置或者确认该页面是否有权限访问',
30
+ 'errorMessage.01-00-2-000-001001': '没有查询到ID:@{busiCompId}的业务组件实例数据,该页面将不会渲染!请检查配置或者确认该页面是否有权限访问',
31
+ 'errorMessage.01-00-2-000-000001': '没有查询到ID:@{pageId}的页面实例数据,该页面将不会渲染!请检查配置或者确认该页面是否有权限访问',
35
32
  'errorMessage.05-03-1-304-012008': '执行页面自定义函数错误:@{error}',
36
33
  'errorMessage.05-03-1-304-020004': '没有找到组件@{compId}的引用,操作失败!',
37
34
  'errorMessage.05-03-1-304-020005': '在@{action}中发生错误:@{error}',
38
- 'errorMessage.05-03-1-304-020002':
39
- '指令错误:接收的值不匹配,当前值为:@{field}, 期望为数字或字符串',
35
+ 'errorMessage.05-03-1-304-020002': '指令错误:接收的值不匹配,当前值为:@{field}, 期望为数字或字符串',
40
36
  reset: '重置',
41
37
  loadingText: '加载中',
42
38
  warnFormat: '格式不正确',
43
39
  notEmpty: '@{name}不能为空',
44
- actionCacheError:
45
- '当前组件ID=@{compId}不存在或者未进行初始化先进行事件缓存,组件初始化后执行',
40
+ actionCacheError: '当前组件ID=@{compId}不存在或者未进行初始化先进行事件缓存,组件初始化后执行',
46
41
  notFountParentFn: '没有找到指定的父页面方法@{funcName}',
47
42
  all: '全选',
48
43
  add: '添加',
@@ -77,19 +72,16 @@ export default {
77
72
  'Meta.dataSource.initFail': '初始化数据源(@{name})失败: @{errMsg}',
78
73
  'Meta.dataSource.updateFail': '设置页面数据源失败',
79
74
  'Meta.dataSource.notFound': '数据源@{name}不存在, 请删除配置!',
80
- 'Meta.dataSource.reloadFail':
81
- '刷新页面数据源失败, @{name}不存在,请删除配置!',
75
+ 'Meta.dataSource.reloadFail': '刷新页面数据源失败, @{name}不存在,请删除配置!',
82
76
  'Meta.dataSource.reloadFailMsg': '页面数据源刷新失败(@{name}): @{errMsg}',
83
77
  'Meta.dataSource.clearFailMsg': '清空页面数据源失败',
84
78
  'Meta.globalData.initFail': '初始化全局数据源(@{name})失败: @{errMsg}',
85
79
  'Meta.globalData.updateFail': '设置全局数据源失败',
86
80
  'Meta.globalData.notFound': '全局数据源@{name}不存在,请删除配置!',
87
- 'Meta.globalData.reloadFail':
88
- '刷新全局数据源失败, @{name}不存在,请删除配置!',
81
+ 'Meta.globalData.reloadFail': '刷新全局数据源失败, @{name}不存在,请删除配置!',
89
82
  'Meta.globalData.reloadFailMsg': '全局数据源刷新失败(@{name}): @{errMsg}',
90
83
  'Meta.globalData.clearFailMsg': '清空全局数据源失败',
91
- 'exportFile.process.message':
92
- '总记录@{total}条,已生成数据@{currentCount}条,剩余@{count}条完成到处。',
84
+ 'exportFile.process.message': '总记录@{total}条,已生成数据@{currentCount}条,剩余@{count}条完成到处。',
93
85
  'export.process.downloading': '正在等待下载,请稍后...',
94
86
  'export.process.handling': '正在处理中,请稍后...',
95
87
  'exportFile.fail': '导出失败,稍后请重试。',
@@ -111,17 +103,14 @@ export default {
111
103
  'sysAction.customActionCode.timeout': '超过指定超时时间@{timeout}ms',
112
104
  notExistMethod: '没有找到指定的方法@{functionCode}',
113
105
  'sysAction.callParentCustomFunc.fail': '调用父页面事件失败: @{msg}',
114
- 'sysAction.callSelfFunc.notFound':
115
- '没有找到自定义事件[@{customFuncName}]方法',
106
+ 'sysAction.callSelfFunc.notFound': '没有找到自定义事件[@{customFuncName}]方法',
116
107
  'sysAction.callSelfFunc.error': '`在调用自定义事件中发生错误:@{error}',
117
108
  'sysAction.callCustomPageFunc.notFound':
118
109
  '执行调用任意页面事件错误,当前页面未找到自定义事件:@{customFuncName},请排查该页面是否缓存或是否配置了该自定义事件!',
119
- 'sysAction.callCustomPageFunc.error':
120
- '执行调用任意页面事件:@{name}发生错误: @{error}',
110
+ 'sysAction.callCustomPageFunc.error': '执行调用任意页面事件:@{name}发生错误: @{error}',
121
111
  'sysAction.callCurrentFunc.notFound':
122
112
  '执行调用自定义事件错误,当前页面未找到自定义事件:@{customFuncName},请排查该页面是否缓存或是否配置了该自定义事件!',
123
- 'sysAction.callCurrentFunc.error':
124
- '执行调用自定义事件:@{name}发生错误: @{error}',
113
+ 'sysAction.callCurrentFunc.error': '执行调用自定义事件:@{name}发生错误: @{error}',
125
114
  detail: '详情',
126
115
  ctrl: '操作',
127
116
  save: '保存',
@@ -131,36 +120,24 @@ export default {
131
120
  'lcdpApi.router.openFail': '打开新页面失败,缺失@{type}',
132
121
  'lcdpApi.router.notSupport': '不支持的页面类型: @{type}',
133
122
  'lcdpApi.router.notFound': '找不到跳转页面的数据',
134
- 'service.errorHandler.badRequestError':
135
- '当前请求错误错误:错误编码@{status}请请求提供商处理',
136
- 'service.errorHandler.unauthorizedError':
137
- '当前请求无权限:错误编码@{status},请确认是否有权限或联系管理员!',
138
- 'service.errorHandler.forbiddenError':
139
- '请求服务器被拒绝:错误编码@{status},通常是权限问题,请确保有权限访问!',
140
- 'service.errorHandler.notFoundError':
141
- '请求的资源不存在:错误编码@{status},请排查环境地址和对应资源是否存在',
142
- 'service.errorHandler.internalServerError':
143
- '服务器内部错误:错误编码@{status},请联系服务提供商处理!',
144
- 'service.errorHandler.notImplementedError':
145
- '请求服务器不支持的请求功能:错误编码@{status}, 请联系服务提供商处理! ',
146
- 'service.errorHandler.badGatewayError':
147
- '服务器作为网关或代理,从上游服务器收到无效的响应:错误编码@{status}, 请联系服务提供商处理!',
148
- 'service.errorHandler.serviceUnavailableError':
149
- '服务器暂时不可用,通常是由于过载或维护:错误编码@{status}, 请联系服务提供商处理! ',
123
+ 'service.errorHandler.badRequestError': '当前请求错误错误:错误编码@{status}请请求提供商处理',
124
+ 'service.errorHandler.unauthorizedError': '当前请求无权限:错误编码@{status},请确认是否有权限或联系管理员!',
125
+ 'service.errorHandler.forbiddenError': '请求服务器被拒绝:错误编码@{status},通常是权限问题,请确保有权限访问!',
126
+ 'service.errorHandler.notFoundError': '请求的资源不存在:错误编码@{status},请排查环境地址和对应资源是否存在',
127
+ 'service.errorHandler.internalServerError': '服务器内部错误:错误编码@{status},请联系服务提供商处理!',
128
+ 'service.errorHandler.notImplementedError': '请求服务器不支持的请求功能:错误编码@{status}, 请联系服务提供商处理! ',
129
+ 'service.errorHandler.badGatewayError': '服务器作为网关或代理,从上游服务器收到无效的响应:错误编码@{status}, 请联系服务提供商处理!',
130
+ 'service.errorHandler.serviceUnavailableError': '服务器暂时不可用,通常是由于过载或维护:错误编码@{status}, 请联系服务提供商处理! ',
150
131
  'service.errorHandler.requestEntityTooLargeError':
151
132
  '请求实体过大:错误编码@{status}, 请通过修改 nginx 配置文件的 client_max_body_size 大小和后端应用的配置项#上传文件大小限制spring.servlet.multipart.max-file-size=300MB spring.servlet.multipart.max-request-size=300MB',
152
133
  'service.errorHandler.url': '请求地址:@{path}',
153
- 'service.hooks.fetchSendBeforeError':
154
- '执行fetchSendBefore/请求发送前事件出错:@{message}',
155
- 'service.hooks.fetchResponseError':
156
- '执行fetchResponse/请求响应事件出错:@{message}',
157
- 'service.hooks.fetchSuccessError':
158
- '执行fetchSuccess/请求成功事件出错:@{message}',
134
+ 'service.hooks.fetchSendBeforeError': '执行fetchSendBefore/请求发送前事件出错:@{message}',
135
+ 'service.hooks.fetchResponseError': '执行fetchResponse/请求响应事件出错:@{message}',
136
+ 'service.hooks.fetchSuccessError': '执行fetchSuccess/请求成功事件出错:@{message}',
159
137
  'service.hooks.fetchFailError': '执行fetchFail/请求失败事件出错@{message}',
160
138
  'service.config.timeoutMsg': '请求失败,请求超时未响应',
161
139
  relogin: '请重新登录',
162
- 'appManager.createAppFail':
163
- '未创建/获取成功,如需创建,请传入createOnAbsent: true',
140
+ 'appManager.createAppFail': '未创建/获取成功,如需创建,请传入createOnAbsent: true',
164
141
  selectAll: '全选',
165
142
  selectNumber: '已选@{num}个',
166
143
  reupload: '重新上传',
@@ -192,20 +169,7 @@ export default {
192
169
  scaleMin: '已缩放至最小',
193
170
  preview: '预览',
194
171
  notSupportPreview: '该文件不支持当前窗口预览',
195
- months: [
196
- '一月',
197
- '二月',
198
- '三月',
199
- '四月',
200
- '五月',
201
- '六月',
202
- '七月',
203
- '八月',
204
- '九月',
205
- '十月',
206
- '十一月',
207
- '十二月',
208
- ],
172
+ months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
209
173
  untitled: '未命名',
210
174
  pageName: '页面名称',
211
175
  pageType: '页面类型',
@@ -409,7 +373,6 @@ export default {
409
373
  zipPreviewPlaceholder: '请选择包内文件进行预览',
410
374
  zipPreviewTitle: '当前预览内容为压缩包,不支持直接预览',
411
375
  zipPreviewTips: '请在下方选择压缩包内文件进行预览',
412
- PageNotInPortal:
413
- '当前未在灵犀平台门户内,无法进行门户跳转,请修改页面跳转类型。',
376
+ PageNotInPortal: '当前未在灵犀平台门户内,无法进行门户跳转,请修改页面跳转类型。',
414
377
  cancel: '取消',
415
378
  };
@@ -6,8 +6,7 @@ export default {
6
6
  more: '更多',
7
7
  end: '結束',
8
8
  start: '開始',
9
- 'PageView.getAppError':
10
- '獲取應用@{appId}信息失敗,請檢查是否擁有該應用權限。',
9
+ 'PageView.getAppError': '獲取應用@{appId}信息失敗,請檢查是否擁有該應用權限。',
11
10
  year: '@{year}年',
12
11
  month: '@{month}月',
13
12
  day: '@{day}日',
@@ -16,8 +15,7 @@ export default {
16
15
  second: '@{second}秒',
17
16
  'command.stopCMD.undefined': '退出指令錯誤的拋出: 返回內容__undefined__',
18
17
  'command.stopCMD': '退出指令錯誤的拋出值為:@{value}',
19
- 'command.gainErrorPrefix':
20
- '頁面【@{pageName}】上的組件【@{name}】(@{id})@{eventName}@{lineNumberText}發生了異常:\n@{msg}',
18
+ 'command.gainErrorPrefix': '頁面【@{pageName}】上的組件【@{name}】(@{id})@{eventName}@{lineNumberText}發生了異常:\n@{msg}',
21
19
  'command.lineNumber': '第@{lineNumber}行',
22
20
  'command.eventName': '的@{eventName}事件內',
23
21
  'command.debugger.msg': '觸發調試工具斷點',
@@ -33,8 +31,7 @@ export default {
33
31
  noListData: '暫無列表數據',
34
32
  warnFormat: '格式不正確',
35
33
  notEmpty: '@{name}不能為空',
36
- actionCacheError:
37
- '當前組件ID=@{compId}不存在或者未進行初始化先進行事件緩存,組件初始化後執行',
34
+ actionCacheError: '當前組件ID=@{compId}不存在或者未進行初始化先進行事件緩存,組件初始化後執行',
38
35
  notFountParentFn: '沒有找到指定的父頁面方法@{funcName}',
39
36
  all: '全選',
40
37
  add: '添加',
@@ -47,15 +44,12 @@ export default {
47
44
  validateAction: '當前控件ID@{compId} 沒有暴露【@{action}】方法',
48
45
  callActionError: '當前控件ID@{compId}的引用,調用失敗',
49
46
  nodeRule: '節點規則不正確,請使用node.字段名進行配置',
50
- 'errorMessage.01-00-2-000-001001':
51
- '沒有查詢到ID:@{busiCompId}的業務組件實例數據,該頁面將不會渲染!請檢查配置或者確認該頁面是否有訪問權限',
52
- 'errorMessage.01-00-2-000-000001':
53
- '未找到ID:@{pageId}的頁面實例數據,該頁面將不會被渲染!請檢查配置或確認該頁面是否有訪問權限。',
47
+ 'errorMessage.01-00-2-000-001001': '沒有查詢到ID:@{busiCompId}的業務組件實例數據,該頁面將不會渲染!請檢查配置或者確認該頁面是否有訪問權限',
48
+ 'errorMessage.01-00-2-000-000001': '未找到ID:@{pageId}的頁面實例數據,該頁面將不會被渲染!請檢查配置或確認該頁面是否有訪問權限。',
54
49
  'errorMessage.05-03-1-304-012008': '執行頁面自定義函數錯誤:@{error}',
55
50
  'errorMessage.05-03-1-304-020004': '沒有找到組件@{compId}的引用,操作失敗!',
56
51
  'errorMessage.05-03-1-304-020005': '在@{action}中發生錯誤:@{error}',
57
- 'errorMessage.05-03-1-304-020002':
58
- '錯誤消息:指令錯誤 - 接收的值不匹配。當前值:@{field}。期望值:數字或字符串。',
52
+ 'errorMessage.05-03-1-304-020002': '錯誤消息:指令錯誤 - 接收的值不匹配。當前值:@{field}。期望值:數字或字符串。',
59
53
  understood: '知道了',
60
54
  fileNotExist: '文件資源不存在.',
61
55
  fileNotSupportPreview: '當前文件不支持在線預覽.',
@@ -88,8 +82,7 @@ export default {
88
82
  'Meta.globalData.reloadFail': '刷新全局數據源失敗,@{name}不存在,請刪除配置',
89
83
  'Meta.globalData.reloadFailMsg': '全局數據源刷新失敗(@{name}): @{errMsg}',
90
84
  'Meta.globalData.clearFailMsg': '清空全局數據源失敗',
91
- 'exportFile.process.message':
92
- '總記錄@{total}條,已生成數據@{currentCount}條,剩餘@{count}條完成導出。',
85
+ 'exportFile.process.message': '總記錄@{total}條,已生成數據@{currentCount}條,剩餘@{count}條完成導出。',
93
86
  'export.process.downloading': '正在等待下載,請稍後...',
94
87
  'export.process.handling': '正在處理中,請稍後...',
95
88
  'exportFile.fail': '導出失敗,請稍後重試。',
@@ -120,46 +113,32 @@ export default {
120
113
  'sysAction.callSelfFunc.error': '在調用自定義事件中發生錯誤:@{error}',
121
114
  'sysAction.callCustomPageFunc.notFound':
122
115
  '執行調用任意頁面事件錯誤,當前頁面未找到自定義事件:@{customFuncName},請排查該頁面是否緩存或是否配置了該自定義事件!',
123
- 'sysAction.callCustomPageFunc.error':
124
- '執行調用任意頁面事件:@{name}發生錯誤:@{error}',
116
+ 'sysAction.callCustomPageFunc.error': '執行調用任意頁面事件:@{name}發生錯誤:@{error}',
125
117
  'sysAction.callCurrentFunc.notFound':
126
118
  '執行調用自定義事件錯誤,當前頁面未找到自定義事件:@{customFuncName},請排查該頁面是否緩存或是否配置了該自定義事件!',
127
- 'sysAction.callCurrentFunc.error':
128
- '執行調用自定義事件:@{name}發生錯誤:@{error}',
119
+ 'sysAction.callCurrentFunc.error': '執行調用自定義事件:@{name}發生錯誤:@{error}',
129
120
  'lcdpApi.router.urlEmpty': '頁面跳轉地址缺失,請檢查。',
130
121
  'lcdpApi.router.openFail': '無法打開新頁面,缺失@{type}。',
131
122
  'lcdpApi.router.notSupport': '不支持的頁面類型:@{type}。',
132
123
  'lcdpApi.router.notFound': '無法找到跳轉頁面的數據。',
133
- 'service.errorHandler.badRequestError':
134
- '當前請求錯誤:錯誤代碼@{status},請聯繫服務提供商協助處理。',
135
- 'service.errorHandler.unauthorizedError':
136
- '當前請求未授權:錯誤代碼@{status},請確認您是否有權限或聯繫管理員。',
137
- 'service.errorHandler.forbiddenError':
138
- '服務器拒絕了請求:錯誤代碼@{status},通常是權限問題,請確保您有必要的訪問權限。',
139
- 'service.errorHandler.notFoundError':
140
- '請求的資源不存在:錯誤代碼@{status},請檢查環境和相關資源。',
141
- 'service.errorHandler.internalServerError':
142
- '內部服務器錯誤:錯誤代碼@{status},請聯繫服務提供商協助處理。',
143
- 'service.errorHandler.notImplementedError':
144
- '請求的服務器不支持所請求的功能:錯誤代碼@{status},請聯繫服務提供商協助處理。',
145
- 'service.errorHandler.badGatewayError':
146
- '作為網關或代理的服務器從上游服務器接收到無效的響應:錯誤代碼@{status},請聯繫服務提供商協助處理。',
147
- 'service.errorHandler.serviceUnavailableError':
148
- '服務器暫時不可用,通常是因為超載或維護:錯誤代碼@{status},請聯繫服務提供商協助處理。',
124
+ 'service.errorHandler.badRequestError': '當前請求錯誤:錯誤代碼@{status},請聯繫服務提供商協助處理。',
125
+ 'service.errorHandler.unauthorizedError': '當前請求未授權:錯誤代碼@{status},請確認您是否有權限或聯繫管理員。',
126
+ 'service.errorHandler.forbiddenError': '服務器拒絕了請求:錯誤代碼@{status},通常是權限問題,請確保您有必要的訪問權限。',
127
+ 'service.errorHandler.notFoundError': '請求的資源不存在:錯誤代碼@{status},請檢查環境和相關資源。',
128
+ 'service.errorHandler.internalServerError': '內部服務器錯誤:錯誤代碼@{status},請聯繫服務提供商協助處理。',
129
+ 'service.errorHandler.notImplementedError': '請求的服務器不支持所請求的功能:錯誤代碼@{status},請聯繫服務提供商協助處理。',
130
+ 'service.errorHandler.badGatewayError': '作為網關或代理的服務器從上游服務器接收到無效的響應:錯誤代碼@{status},請聯繫服務提供商協助處理。',
131
+ 'service.errorHandler.serviceUnavailableError': '服務器暫時不可用,通常是因為超載或維護:錯誤代碼@{status},請聯繫服務提供商協助處理。',
149
132
  'service.errorHandler.requestEntityTooLargeError':
150
133
  '請求實體過大:錯誤編碼@{status},請通過修改 nginx 配置文件的 client_max_body_size 大小和後端應用的配置項#上傳文件大小限制spring.servlet.multipart.max-file-size=300MB spring.servlet.multipart.max-request-size=300MB',
151
134
  'service.errorHandler.url': '請求地址:@{path}',
152
- 'service.hooks.fetchSendBeforeError':
153
- '執行 fetchSendBefore/請求發送前事件出錯:@{message}',
154
- 'service.hooks.fetchResponseError':
155
- '執行 fetchResponse/請求響應事件出錯:@{message}',
156
- 'service.hooks.fetchSuccessError':
157
- '執行 fetchSuccess/請求成功事件出錯:@{message}',
135
+ 'service.hooks.fetchSendBeforeError': '執行 fetchSendBefore/請求發送前事件出錯:@{message}',
136
+ 'service.hooks.fetchResponseError': '執行 fetchResponse/請求響應事件出錯:@{message}',
137
+ 'service.hooks.fetchSuccessError': '執行 fetchSuccess/請求成功事件出錯:@{message}',
158
138
  'service.hooks.fetchFailError': '執行 fetchFail/請求失敗事件出錯@{message}',
159
139
  'service.config.timeoutMsg': '請求失敗,因超時未收到響應。',
160
140
  relogin: '請重新登錄。',
161
- 'appManager.createAppFail':
162
- '未成功創建/獲取。如果需要創建,請傳遞 createOnAbsent: true。',
141
+ 'appManager.createAppFail': '未成功創建/獲取。如果需要創建,請傳遞 createOnAbsent: true。',
163
142
  'NoPermission.description': '您還沒有訪問權限,請聯繫管理員~',
164
143
  'NotFound.description': '抱歉,您訪問的頁面不存在',
165
144
  'Modal.missParams': '彈窗操作失敗:缺少頁面實例ID或頁面路徑。',
@@ -191,20 +170,7 @@ export default {
191
170
  scaleMin: '已縮放至最小',
192
171
  preview: '預覽',
193
172
  notSupportPreview: '該文件不支持當前窗口預覽',
194
- months: [
195
- '一月',
196
- '二月',
197
- '三月',
198
- '四月',
199
- '五月',
200
- '六月',
201
- '七月',
202
- '八月',
203
- '九月',
204
- '十月',
205
- '十一月',
206
- '十二月',
207
- ],
173
+ months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
208
174
  untitled: '未命名',
209
175
  pageName: '頁面名稱',
210
176
  pageType: '頁面類型',
@@ -407,7 +373,6 @@ export default {
407
373
  zipPreviewPlaceholder: '請選擇zip包內文件進行預覽',
408
374
  zipPreviewTitle: '當前預覽內容為壓縮包,不支持直接預覽',
409
375
  zipPreviewTips: '請在下方選擇壓縮包內文件進行預覽',
410
- PageNotInPortal:
411
- '當前不在靈犀平台門戶內,無法進行門戶跳轉,請修改頁面跳轉類型。',
376
+ PageNotInPortal: '當前不在靈犀平台門戶內,無法進行門戶跳轉,請修改頁面跳轉類型。',
412
377
  cancel: '取消',
413
378
  };