@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.
- package/es/IconSvg/index.js +8 -7
- package/es/error/errorCatch/index.js +1 -1
- package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
- package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
- package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
- package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
- package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
- package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
- package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
- package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
- package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
- package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
- package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
- package/es/error/errorDisplay/Web/Notification/index.js +36 -38
- package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/compUtils.js +6 -6
- package/es/error/errorDisplay/http.js +7 -7
- package/es/error/index.js +6 -6
- package/es/index.js +5 -5
- package/es/rootConfig/index.d.ts +1 -1
- package/es/rootConfig/index.js +5 -5
- package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.js +199 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +49 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1293 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +21 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +339 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +199 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +385 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1297 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +21 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +339 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +199 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +385 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1297 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +21 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +339 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +35 -32
- package/es/rootConfig/mobile/MobileModal.js +62 -57
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +37 -34
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +85 -78
- package/es/rootConfig/pc/BusiComp.js +110 -40
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +161 -91
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +140 -70
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +114 -44
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +133 -64
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +2363 -1237
- package/es/rootConfig/todoCallback.d.ts +12 -1
- package/es/rootConfig/todoCallback.js +175 -103
- package/es/rootConfig/todoOptionList.d.ts +0 -66
- package/es/rootConfig/todoOptionList.js +400 -401
- package/es/theme/index.js +18 -20
- package/es/theme/src/default/index.js +7 -7
- package/es/theme/utils/renderColors.js +1 -1
- package/es/utils/url.js +8 -7
- package/lib/IconSvg/index.js +10 -9
- package/lib/error/errorCatch/index.js +2 -3
- package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
- package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
- package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
- package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
- package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
- package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/SVGstring.js +6 -12
- package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
- package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
- package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
- package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
- package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
- package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
- package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
- package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/compUtils.js +9 -12
- package/lib/error/errorDisplay/const.js +7 -13
- package/lib/error/errorDisplay/http.js +8 -9
- package/lib/index.js +3 -6
- package/lib/rootConfig/index.d.ts +1 -1
- package/lib/rootConfig/index.js +9 -3
- package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +205 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +55 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1299 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +27 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +345 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +205 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +391 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1303 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +27 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +345 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +205 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +391 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1303 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +27 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +345 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +36 -34
- package/lib/rootConfig/mobile/MobileModal.js +63 -59
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +38 -36
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +86 -80
- package/lib/rootConfig/pc/BusiComp.js +111 -42
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +162 -93
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +141 -72
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +115 -46
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +134 -66
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +2364 -1244
- package/lib/rootConfig/todoCallback.d.ts +12 -1
- package/lib/rootConfig/todoCallback.js +182 -116
- package/lib/rootConfig/todoOptionList.d.ts +0 -66
- package/lib/rootConfig/todoOptionList.js +401 -403
- package/lib/theme/bin/default/modalWidth.js +1 -2
- package/lib/theme/index.js +19 -22
- package/lib/theme/src/default/index.js +7 -7
- package/lib/theme/utils/renderColors.js +1 -1
- package/lib/utils/cookieUtil.js +1 -2
- package/lib/utils/img.js +2 -3
- package/lib/utils/url.js +13 -16
- package/package.json +3 -4
|
@@ -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,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;
|