@lingxiteam/assets 4.2.1-alpha.2 → 4.3.2-alpha.1

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 (175) hide show
  1. package/es/IconSvg/index.js +8 -7
  2. package/es/error/errorCatch/index.js +1 -1
  3. package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
  4. package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
  5. package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
  6. package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
  7. package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
  8. package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
  9. package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
  10. package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
  11. package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
  12. package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
  13. package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
  14. package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
  15. package/es/error/errorDisplay/Web/Notification/index.js +36 -38
  16. package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
  17. package/es/error/errorDisplay/compUtils.js +6 -6
  18. package/es/error/errorDisplay/http.js +7 -7
  19. package/es/error/index.js +6 -6
  20. package/es/index.js +5 -5
  21. package/es/rootConfig/index.d.ts +1 -1
  22. package/es/rootConfig/index.js +5 -5
  23. package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  24. package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
  25. package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  26. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +199 -0
  27. package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  28. package/es/rootConfig/locales/enus/config-locales-es.pc.js +49 -0
  29. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  30. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1293 -0
  31. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  32. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +21 -0
  33. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  34. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +339 -0
  35. package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  36. package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
  37. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  38. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +199 -0
  39. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  40. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +385 -0
  41. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  42. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1297 -0
  43. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  44. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +21 -0
  45. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  46. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +339 -0
  47. package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  48. package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
  49. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  50. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +199 -0
  51. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  52. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +385 -0
  53. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  54. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1297 -0
  55. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  56. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +21 -0
  57. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  58. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +339 -0
  59. package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
  60. package/es/rootConfig/mobile/BusiComp.js +35 -32
  61. package/es/rootConfig/mobile/MobileModal.js +62 -57
  62. package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
  63. package/es/rootConfig/mobile/MobilePopover.js +37 -34
  64. package/es/rootConfig/mobile/index.js +4 -4
  65. package/es/rootConfig/mobile/page.d.ts +17 -2
  66. package/es/rootConfig/mobile/page.js +85 -78
  67. package/es/rootConfig/pc/BusiComp.js +110 -40
  68. package/es/rootConfig/pc/Drawer.d.ts +8 -9
  69. package/es/rootConfig/pc/Drawer.js +161 -91
  70. package/es/rootConfig/pc/Modal.d.ts +0 -1
  71. package/es/rootConfig/pc/Modal.js +140 -70
  72. package/es/rootConfig/pc/Popover.d.ts +0 -1
  73. package/es/rootConfig/pc/Popover.js +114 -44
  74. package/es/rootConfig/pc/index.js +5 -5
  75. package/es/rootConfig/pc/page.d.ts +0 -2
  76. package/es/rootConfig/pc/page.js +133 -64
  77. package/es/rootConfig/todoActionList.d.ts +1 -0
  78. package/es/rootConfig/todoActionList.js +2363 -1237
  79. package/es/rootConfig/todoCallback.d.ts +12 -1
  80. package/es/rootConfig/todoCallback.js +175 -103
  81. package/es/rootConfig/todoOptionList.d.ts +0 -66
  82. package/es/rootConfig/todoOptionList.js +400 -401
  83. package/es/theme/index.js +18 -20
  84. package/es/theme/src/default/index.js +7 -7
  85. package/es/theme/utils/renderColors.js +1 -1
  86. package/es/utils/url.js +8 -7
  87. package/lib/IconSvg/index.js +10 -9
  88. package/lib/error/errorCatch/index.js +2 -3
  89. package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
  90. package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
  91. package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
  92. package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
  93. package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
  94. package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
  95. package/lib/error/errorDisplay/SVGstring.js +6 -12
  96. package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
  97. package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
  98. package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
  99. package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
  100. package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
  101. package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
  102. package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
  103. package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
  104. package/lib/error/errorDisplay/compUtils.js +9 -12
  105. package/lib/error/errorDisplay/const.js +7 -13
  106. package/lib/error/errorDisplay/http.js +8 -9
  107. package/lib/index.js +3 -6
  108. package/lib/rootConfig/index.d.ts +1 -1
  109. package/lib/rootConfig/index.js +9 -3
  110. package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  111. package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
  112. package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  113. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +205 -0
  114. package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  115. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +55 -0
  116. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  117. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1299 -0
  118. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  119. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +27 -0
  120. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  121. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +345 -0
  122. package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  123. package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
  124. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  125. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +205 -0
  126. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  127. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +391 -0
  128. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  129. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1303 -0
  130. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  131. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +27 -0
  132. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  133. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +345 -0
  134. package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  135. package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
  136. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  137. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +205 -0
  138. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  139. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +391 -0
  140. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  141. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1303 -0
  142. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  143. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +27 -0
  144. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  145. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +345 -0
  146. package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
  147. package/lib/rootConfig/mobile/BusiComp.js +36 -34
  148. package/lib/rootConfig/mobile/MobileModal.js +63 -59
  149. package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
  150. package/lib/rootConfig/mobile/MobilePopover.js +38 -36
  151. package/lib/rootConfig/mobile/page.d.ts +17 -2
  152. package/lib/rootConfig/mobile/page.js +86 -80
  153. package/lib/rootConfig/pc/BusiComp.js +111 -42
  154. package/lib/rootConfig/pc/Drawer.d.ts +8 -9
  155. package/lib/rootConfig/pc/Drawer.js +162 -93
  156. package/lib/rootConfig/pc/Modal.d.ts +0 -1
  157. package/lib/rootConfig/pc/Modal.js +141 -72
  158. package/lib/rootConfig/pc/Popover.d.ts +0 -1
  159. package/lib/rootConfig/pc/Popover.js +115 -46
  160. package/lib/rootConfig/pc/page.d.ts +0 -2
  161. package/lib/rootConfig/pc/page.js +134 -66
  162. package/lib/rootConfig/todoActionList.d.ts +1 -0
  163. package/lib/rootConfig/todoActionList.js +2364 -1244
  164. package/lib/rootConfig/todoCallback.d.ts +12 -1
  165. package/lib/rootConfig/todoCallback.js +182 -116
  166. package/lib/rootConfig/todoOptionList.d.ts +0 -66
  167. package/lib/rootConfig/todoOptionList.js +401 -403
  168. package/lib/theme/bin/default/modalWidth.js +1 -2
  169. package/lib/theme/index.js +19 -22
  170. package/lib/theme/src/default/index.js +7 -7
  171. package/lib/theme/utils/renderColors.js +1 -1
  172. package/lib/utils/cookieUtil.js +1 -2
  173. package/lib/utils/img.js +2 -3
  174. package/lib/utils/url.js +13 -16
  175. package/package.json +3 -4
@@ -0,0 +1,2 @@
1
+ export declare const mobileEnUS: Record<string, string>;
2
+ export default mobileEnUS;
@@ -0,0 +1,199 @@
1
+ export var mobileEnUS = {
2
+ // mobile/BusiComp
3
+ 'mobile.busiComp.label': 'Business Component',
4
+ 'mobile.busiComp.props.searchParams.0.name': 'Business Primary Key',
5
+ 'mobile.busiComp.props.searchParams.1.name': 'Business Scenario',
6
+ 'mobile.busiComp.props.searchParams.2.name': 'Business Data',
7
+ // todoActionList.previewFile
8
+ 'mobile.busiComp.todoActionList.previewFile.label': 'File Preview',
9
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
10
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
11
+ 'mobile.busiComp.todoActionList.previewFile.classification.page.label': 'Page',
12
+ // todoActionList.callNotStatedCustomFunc
13
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Undeclared Custom Event',
14
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': 'Event',
15
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': 'Refresh',
16
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': 'Event Parameters',
17
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': 'Data Communication',
18
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': 'Notes',
19
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable caching (e.g., if Page A navigates to Page B and Page B needs to call a custom event on Page A, then caching must be enabled on Page A).',
20
+ // todoEvents
21
+ 'mobile.busiComp.todoEvents.onLoaded.label': 'Component Loaded',
22
+ 'mobile.busiComp.todoEvents.useEffect.label': 'After Business Component State Changes',
23
+ 'mobile.busiComp.todoEvents.willUnmount.label': 'Component Unmounted',
24
+ // todoProps
25
+ 'mobile.busiComp.todoProps.pageName.label': 'Name',
26
+ 'mobile.busiComp.todoProps.pageName.groupsName': 'Basic',
27
+ 'mobile.busiComp.todoProps.catalogItemId.label': 'Group',
28
+ 'mobile.busiComp.todoProps.catalogItemId.groupsName': 'Basic',
29
+ 'mobile.busiComp.todoProps.compState.label': 'Component State',
30
+ 'mobile.busiComp.todoProps.compState.groupsName': 'Component State',
31
+ 'mobile.busiComp.todoProps.compFunc.label': 'Methods',
32
+ 'mobile.busiComp.todoProps.compFunc.groupsName': 'Methods',
33
+ 'mobile.busiComp.todoProps.compFunc.props.codeLabel': 'Method Code',
34
+ 'mobile.busiComp.todoProps.compFunc.props.nameLabel': 'Method Name',
35
+ // mobile/page
36
+ 'mobile.page.label': 'Page',
37
+ 'mobile.page.props.searchParams.0.name': 'Business Primary Key',
38
+ 'mobile.page.props.searchParams.1.name': 'Business Scenario',
39
+ 'mobile.page.props.searchParams.2.name': 'Business Data',
40
+ // mobile/page todoActionList.previewFile
41
+ 'mobile.page.todoActionList.previewFile.label': 'File Preview',
42
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
43
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
44
+ 'mobile.page.todoActionList.previewFile.classification.page.label': 'Page',
45
+ // mobile/page todoEvents
46
+ 'mobile.page.todoEvents.useEffect.label': 'Page Loaded',
47
+ 'mobile.page.todoEvents.stateChange.label': 'After Component State Changes',
48
+ 'mobile.page.todoEvents.willUnmount.label': 'Page Exit',
49
+ 'mobile.page.todoEvents.onLeftClick.label': 'Page Back Click Event',
50
+ 'mobile.page.todoEvents.otherPageMessage.label': 'Receive Page Message',
51
+ 'mobile.page.todoEvents.otherPageMessage.params.0.title': 'Receive Data',
52
+ 'mobile.page.todoEvents.onPageCacheRefresh.label': 'Page Cache Refresh',
53
+ 'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': 'Return Page Data',
54
+ 'mobile.page.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
55
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.0.label': 'Scenario Description',
56
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
57
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.1.label': 'Applicable Scenarios',
58
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
59
+ 'mobile.page.todoEvents.pageGetWeChatCode.label': 'Get WeChat Authorization Info',
60
+ 'mobile.page.todoEvents.pageGetWeChatCode.params.0.title': 'Result Details',
61
+ 'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': 'On success, returns the following user information: openid — user\'s unique identifier; nickname — user\'s nickname; sex — user\'s gender (1 for male, 2 for female, 0 for unknown); province — province; city — city; country — country (e.g., CN for China); headimgurl — avatar URL, the last number indicates the square avatar size (0, 46, 64, 96, 132, where 0 means 640×640). If the user has no avatar, this field is empty. If the user changes the avatar, the original URL becomes invalid. privilege — user privilege information, JSON array (e.g., (chinaunicom) for China Unicom). unionid — appears only when the public account is bound to a WeChat Open Platform account.',
62
+ 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.label': 'Scenario Description',
63
+ 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': 'After successfully requesting WeChat user info authorization (Action: Request WeChat user info authorization), call this method to get user information including avatar, nickname, gender, region, language, etc.',
64
+ // mobile/page todoProps
65
+ 'mobile.page.todoProps.pageName.label': 'Name',
66
+ 'mobile.page.todoProps.pageName.groupsName': 'Basic',
67
+ 'mobile.page.todoProps.pagePath.label': 'Path',
68
+ 'mobile.page.todoProps.pagePath.groupsName': 'Basic',
69
+ 'mobile.page.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
70
+ 'mobile.page.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
71
+ 'mobile.page.todoProps.pageTitle.label': 'Page Title',
72
+ 'mobile.page.todoProps.pageTitle.groupsName': 'Basic',
73
+ 'mobile.page.todoProps.pageTitle.props.description': 'Use case: when the current page needs to dynamically change its title, you can bind via expression. Default title.',
74
+ 'mobile.page.todoProps.catalogItemId.label': 'Group',
75
+ 'mobile.page.todoProps.catalogItemId.groupsName': 'Basic',
76
+ 'mobile.page.todoProps.scenarioList.label': 'Applicable Scenarios',
77
+ 'mobile.page.todoProps.scenarioList.groupsName': 'Basic',
78
+ 'mobile.page.todoProps.remark.label': 'Description',
79
+ 'mobile.page.todoProps.remark.groupsName': 'Basic',
80
+ 'mobile.page.todoProps.chooseFuncComp.label': 'Functional Components',
81
+ 'mobile.page.todoProps.chooseFuncComp.groupsName': 'Basic',
82
+ 'mobile.page.todoProps.ignoreLogin.label': 'Skip Login',
83
+ 'mobile.page.todoProps.ignoreLogin.groupsName': 'Basic',
84
+ 'mobile.page.todoProps.pageDynamicFlag.label': 'Page Cache',
85
+ 'mobile.page.todoProps.pageDynamicFlag.groupsName': 'Basic',
86
+ 'mobile.page.todoProps.pageDynamicFlag.props.description': 'When enabled, the page will be kept alive (reopening the page won\'t remount it, and page data won\'t be destroyed). You can pair it with the \'custom page cache clearing\' event to destroy the page.',
87
+ 'mobile.page.todoProps.isMenu.label': 'Set as Menu',
88
+ 'mobile.page.todoProps.isMenu.groupsName': 'Basic',
89
+ 'mobile.page.todoProps.isMenu.props.description': 'When enabled, the preview page will display this menu, and during synchronization this page will also be synced as a menu to the base portal.',
90
+ 'mobile.page.todoProps.labels.label': 'Tags',
91
+ 'mobile.page.todoProps.labels.groupsName': 'Basic',
92
+ 'mobile.page.todoProps.compState.label': 'Component State',
93
+ 'mobile.page.todoProps.compState.groupsName': 'Component State',
94
+ 'mobile.page.todoProps.searchParams.label': 'URL Parameters',
95
+ 'mobile.page.todoProps.searchParams.groupsName': 'URL Parameters',
96
+ 'mobile.page.todoProps.routerData.label': 'Route Data',
97
+ 'mobile.page.todoProps.routerData.groupsName': 'Route Data',
98
+ 'mobile.page.todoProps.hideNavBar.label': 'Hide Navigation Bar',
99
+ 'mobile.page.todoProps.hideNavBar.groupsName': 'Others',
100
+ // mobile/page todoStyles
101
+ 'mobile.page.todoStyles.backgroundType.groupsName': 'Navigation Bar Background',
102
+ 'mobile.page.todoStyles.backgroundType.label': 'Fill Type',
103
+ 'mobile.page.todoStyles.colorType.groupsName': 'Title & Back Icon Color',
104
+ 'mobile.page.todoStyles.colorType.label': 'Fill Type',
105
+ // mobile/modal
106
+ 'mobile.modal.label': 'Modal',
107
+ 'mobile.modal.props.compState.0.name': 'Business Primary Key',
108
+ 'mobile.modal.props.compState.1.name': 'Business Scenario',
109
+ // mobile/modal todoActionList.previewFile
110
+ 'mobile.modal.todoActionList.previewFile.label': 'File Preview',
111
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
112
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
113
+ 'mobile.modal.todoActionList.previewFile.classification.page.label': 'Page',
114
+ // mobile/modal todoEvents
115
+ 'mobile.modal.todoEvents.useEffect.label': 'After Modal Opened',
116
+ 'mobile.modal.todoEvents.stateChange.label': 'After Component State Changes',
117
+ 'mobile.modal.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
118
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.label': 'Scenario Description',
119
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
120
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.label': 'Applicable Scenarios',
121
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
122
+ // mobile/modal todoProps
123
+ 'mobile.modal.todoProps.pageName.label': 'Name',
124
+ 'mobile.modal.todoProps.pageName.groupsName': 'Basic',
125
+ 'mobile.modal.todoProps.pagePath.label': 'Path',
126
+ 'mobile.modal.todoProps.pagePath.groupsName': 'Basic',
127
+ 'mobile.modal.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
128
+ 'mobile.modal.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
129
+ 'mobile.modal.todoProps.catalogItemId.label': 'Group',
130
+ 'mobile.modal.todoProps.catalogItemId.groupsName': 'Basic',
131
+ 'mobile.modal.todoProps.scenarioList.label': 'Applicable Scenarios',
132
+ 'mobile.modal.todoProps.scenarioList.groupsName': 'Basic',
133
+ 'mobile.modal.todoProps.mode.label': 'Display Mode',
134
+ 'mobile.modal.todoProps.mode.groupsName': 'Basic',
135
+ 'mobile.modal.todoProps.mode.props.options.0.title': 'Modal',
136
+ 'mobile.modal.todoProps.mode.props.options.1.title': 'Floating Layer',
137
+ 'mobile.modal.todoProps.mode.props.options.2.title': 'Dropdown',
138
+ 'mobile.modal.todoProps.mode.props.options.3.title': 'Slide In from Left',
139
+ 'mobile.modal.todoProps.mode.props.options.4.title': 'Slide In from Right',
140
+ 'mobile.modal.todoProps.width.label': 'Width',
141
+ 'mobile.modal.todoProps.width.groupsName': 'Basic',
142
+ 'mobile.modal.todoProps.width.props.option.0.label': 'Pixels (px)',
143
+ 'mobile.modal.todoProps.width.props.option.1.label': 'Percent (%)',
144
+ 'mobile.modal.todoProps.width.props.option.2.label': 'Viewport Width (vw)',
145
+ 'mobile.modal.todoProps.height.label': 'Height',
146
+ 'mobile.modal.todoProps.height.groupsName': 'Basic',
147
+ 'mobile.modal.todoProps.height.props.option.0.label': 'Pixels (px)',
148
+ 'mobile.modal.todoProps.height.props.option.1.label': 'Percent (%)',
149
+ 'mobile.modal.todoProps.height.props.option.2.label': 'Viewport Height (vh)',
150
+ 'mobile.modal.todoProps.closeOnClickOverlay.label': 'Close Behavior',
151
+ 'mobile.modal.todoProps.closeOnClickOverlay.groupsName': 'Basic',
152
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': 'Click Overlay to Close',
153
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': 'Click Overlay Does Not Close',
154
+ 'mobile.modal.todoProps.destroyOnClose.label': 'Destroy on Close',
155
+ 'mobile.modal.todoProps.destroyOnClose.groupsName': 'Basic',
156
+ 'mobile.modal.todoProps.showCloseButton.label': 'Show Close Button',
157
+ 'mobile.modal.todoProps.showCloseButton.groupsName': 'Basic',
158
+ 'mobile.modal.todoProps.ignoreLogin.label': 'Skip Login',
159
+ 'mobile.modal.todoProps.ignoreLogin.groupsName': 'Basic',
160
+ 'mobile.modal.todoProps.labels.label': 'Tags',
161
+ 'mobile.modal.todoProps.labels.groupsName': 'Basic',
162
+ 'mobile.modal.todoProps.compState.label': 'Component State',
163
+ 'mobile.modal.todoProps.compState.groupsName': 'Component State',
164
+ // mobile/popover
165
+ 'mobile.popover.label': 'Popover',
166
+ 'mobile.popover.props.searchParams.0.name': 'Business Primary Key',
167
+ 'mobile.popover.props.searchParams.1.name': 'Business Scenario',
168
+ 'mobile.popover.props.searchParams.2.name': 'Business Data',
169
+ // mobile/popover todoActionList.previewFile
170
+ 'mobile.popover.todoActionList.previewFile.label': 'File Preview',
171
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
172
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
173
+ 'mobile.popover.todoActionList.previewFile.classification.page.label': 'Page',
174
+ // mobile/popover todoEvents
175
+ 'mobile.popover.todoEvents.stateChange.label': 'After Component State Changes',
176
+ 'mobile.popover.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
177
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.label': 'Scenario Description',
178
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
179
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.label': 'Applicable Scenarios',
180
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
181
+ // mobile/popover todoProps
182
+ 'mobile.popover.todoProps.pageName.label': 'Name',
183
+ 'mobile.popover.todoProps.pageName.groupsName': 'Basic',
184
+ 'mobile.popover.todoProps.pagePath.label': 'Path',
185
+ 'mobile.popover.todoProps.pagePath.groupsName': 'Basic',
186
+ 'mobile.popover.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
187
+ 'mobile.popover.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
188
+ 'mobile.popover.todoProps.catalogItemId.label': 'Group',
189
+ 'mobile.popover.todoProps.catalogItemId.groupsName': 'Basic',
190
+ 'mobile.popover.todoProps.remark.label': 'Description',
191
+ 'mobile.popover.todoProps.remark.groupsName': 'Basic',
192
+ 'mobile.popover.todoProps.ignoreLogin.label': 'Skip Login',
193
+ 'mobile.popover.todoProps.ignoreLogin.groupsName': 'Basic',
194
+ 'mobile.popover.todoProps.labels.label': 'Tags',
195
+ 'mobile.popover.todoProps.labels.groupsName': 'Basic',
196
+ 'mobile.popover.todoProps.compState.label': 'Component State',
197
+ 'mobile.popover.todoProps.compState.groupsName': 'Component State'
198
+ };
199
+ export default mobileEnUS;
@@ -0,0 +1,2 @@
1
+ export declare const pcEnUS: Record<string, string>;
2
+ export default pcEnUS;
@@ -0,0 +1,49 @@
1
+ export var pcEnUS = {
2
+ // pc/BusiComp
3
+ 'pc.busiComp.label': 'Business Component',
4
+ 'pc.busiComp.props.searchParams.0.name': 'Business Primary Key',
5
+ 'pc.busiComp.props.searchParams.1.name': 'Business Scenario',
6
+ 'pc.busiComp.props.searchParams.2.name': 'Business Data',
7
+ // pc todoActionList.showMessage
8
+ 'pc.busiComp.todoActionList.showMessage.label': 'Message Prompt',
9
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.label': 'Type',
10
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.0.title': 'Success',
11
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.1.title': 'Prompt',
12
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.2.title': 'Warning',
13
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.3.title': 'Error',
14
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.4.title': 'Loading Animation',
15
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.label': 'Custom Icon',
16
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.props.placeholder': 'Please select an icon',
17
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.value.label': 'Content',
18
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.label': 'Loading Duration',
19
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.props.addonAfter': 'seconds',
20
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
21
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
22
+ 'pc.busiComp.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
23
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.label': 'Note',
24
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time.',
25
+ // pc todoActionList.previewFile
26
+ 'pc.busiComp.todoActionList.previewFile.label': 'File Preview',
27
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
28
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
29
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.label': 'Preview Mode',
30
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': 'Page Modal',
31
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': 'New Tab',
32
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': 'New Window',
33
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.label': 'Modal Width',
34
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
35
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.label': 'Modal Height',
36
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
37
+ 'pc.busiComp.todoActionList.previewFile.classification.page.label': 'Page Category',
38
+ // pc todoActionList.callNotStatedCustomFunc
39
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Unstated Custom Event',
40
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': 'Event',
41
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': 'Refresh',
42
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': 'Event Params',
43
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': 'Data Communication',
44
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': 'Note',
45
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable cache (e.g.: Page A jumps to Page B, Page B needs to call the custom event of Page A, then Page A needs to enable cache);'
46
+
47
+ // ...existing code...
48
+ };
49
+ export default pcEnUS;
@@ -0,0 +1,2 @@
1
+ export declare const todoActionListEnUS: Record<string, string>;
2
+ export default todoActionListEnUS;