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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +106 -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 +42 -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 +865 -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 +20 -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 +266 -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 +57 -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 +97 -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 +583 -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 +13 -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 +127 -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 +106 -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 +174 -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 +869 -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 +20 -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 +266 -0
  59. package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
  60. package/es/rootConfig/mobile/BusiComp.js +13 -10
  61. package/es/rootConfig/mobile/MobileModal.js +32 -27
  62. package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
  63. package/es/rootConfig/mobile/MobilePopover.js +16 -13
  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 +45 -38
  67. package/es/rootConfig/pc/BusiComp.js +82 -12
  68. package/es/rootConfig/pc/Drawer.d.ts +8 -9
  69. package/es/rootConfig/pc/Drawer.js +116 -46
  70. package/es/rootConfig/pc/Modal.d.ts +0 -1
  71. package/es/rootConfig/pc/Modal.js +90 -20
  72. package/es/rootConfig/pc/Popover.d.ts +0 -1
  73. package/es/rootConfig/pc/Popover.js +85 -15
  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 +91 -22
  77. package/es/rootConfig/todoActionList.d.ts +1 -0
  78. package/es/rootConfig/todoActionList.js +1845 -719
  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 +197 -198
  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 +112 -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 +48 -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 +871 -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 +26 -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 +272 -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 +63 -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 +103 -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 +589 -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 +19 -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 +133 -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 +112 -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 +180 -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 +875 -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 +26 -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 +272 -0
  146. package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
  147. package/lib/rootConfig/mobile/BusiComp.js +14 -12
  148. package/lib/rootConfig/mobile/MobileModal.js +33 -29
  149. package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
  150. package/lib/rootConfig/mobile/MobilePopover.js +17 -15
  151. package/lib/rootConfig/mobile/page.d.ts +17 -2
  152. package/lib/rootConfig/mobile/page.js +46 -40
  153. package/lib/rootConfig/pc/BusiComp.js +83 -14
  154. package/lib/rootConfig/pc/Drawer.d.ts +8 -9
  155. package/lib/rootConfig/pc/Drawer.js +117 -48
  156. package/lib/rootConfig/pc/Modal.d.ts +0 -1
  157. package/lib/rootConfig/pc/Modal.js +91 -22
  158. package/lib/rootConfig/pc/Popover.d.ts +0 -1
  159. package/lib/rootConfig/pc/Popover.js +86 -17
  160. package/lib/rootConfig/pc/page.d.ts +0 -2
  161. package/lib/rootConfig/pc/page.js +92 -24
  162. package/lib/rootConfig/todoActionList.d.ts +1 -0
  163. package/lib/rootConfig/todoActionList.js +1815 -695
  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 +198 -200
  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 todoCallbackEnUS: Record<string, string>;
2
+ export default todoCallbackEnUS;
@@ -0,0 +1,20 @@
1
+ export var todoCallbackEnUS = {
2
+ 'todo.callback.form.values.description': 'Form data object, including: field code and value',
3
+ 'todo.callback.form.range.beginDesc': 'Start time of',
4
+ 'todo.callback.form.range.endDesc': 'End time of',
5
+ 'todo.callback.form.range.description': 'Formatted output according to the specified "value format"',
6
+ 'todo.callback.form.validate.failResult': 'Form Failure Result',
7
+ 'todo.callback.form.validate.failFirstError': 'First Error of Form Failure Result',
8
+ 'todo.callback.form.validate.firstError.description': 'Error message returned when validation fails',
9
+ 'todo.callback.form.validate.description': 'Form data object and failure information, including: field code, field value, failed field code, and error message',
10
+ 'todo.callback.postObject.returnObjectPrefix': 'Return Object-',
11
+ 'todo.callback.ai.actionName': 'Call Agent Service',
12
+ 表单取值: 'Form Values',
13
+ 数据: 'Data',
14
+ 表单: 'Form',
15
+ 查询表单: 'Query Form',
16
+ 子表单: 'Subform',
17
+ 开始时间: 'Start Time',
18
+ 结束时间: 'End Time'
19
+ };
20
+ export default todoCallbackEnUS;
@@ -0,0 +1,2 @@
1
+ export declare const todoOptionListEnUS: Record<string, string>;
2
+ export default todoOptionListEnUS;
@@ -0,0 +1,266 @@
1
+ export var todoOptionListEnUS = {
2
+ 'todo.optionList.url.label': 'Request URL',
3
+ 'todo.optionList.sqlServiceCode.label': 'Select SQL Query Service',
4
+ 'todo.optionList.arelStaticData.label': 'A-side Static Data',
5
+ 'todo.optionList.zrelStaticData.label': 'Z-side Static Data',
6
+ 'todo.optionList.custTargetVal.label': 'Custom Trigger Value',
7
+ 'todo.optionList.readonly.label': 'Edit State Settings',
8
+ 'todo.optionList.bsSelectType.props.options.0.title': 'Unique Field Code',
9
+ 'todo.optionList.startVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
10
+ 'todo.optionList.endVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
11
+ 'todo.optionList.expType.props.options.0.title': 'PDF',
12
+ 'todo.optionList.expFileName.props.placeholder': 'Please enter the export file name',
13
+ 'todo.optionList.okText.label': 'OK Button Text',
14
+ 'todo.optionList.cancelText.label': 'Cancel Button Text',
15
+ 'todo.optionList.actionType.props.placeholder': 'Add-add, Edit-edit, Detail-detail',
16
+ 'todo.optionList.searchParams.label': 'URL Parameters',
17
+ 'todo.optionList.activeTabKey.label': 'Active Tab Key',
18
+ 'todo.optionList.downloadUrl.label': 'Download Link URL',
19
+ 'todo.optionList.inlineeditnow.label': 'Enable Inline Edit After Adding',
20
+ 'todo.optionList.fileName.label': 'Custom File Name',
21
+ 'todo.optionList.fileName.labelTip': 'When file name is not set, the original file name will be used',
22
+ 'todo.optionList.fileName.props.placeholder': 'Including extension, e.g.: table.xls',
23
+ 'todo.optionList.wechatappId.props.placeholder': 'e.g.: wx_xxxxx',
24
+ 'todo.optionList.fileId.label': 'File ID',
25
+ 'todo.optionList.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, cross-domain issues may exist! Note: If it is an external URL, cross-domain issues may exist!',
26
+ 'todo.optionList.flowUrl.label': 'Flow Request API',
27
+ 'todo.optionList.flowWorkOrderId.label': 'Business Work Order ID',
28
+ 'todo.optionList.workOrderType.label': 'Business Work Order Type',
29
+ 'todo.optionList.flowFileId.label': 'Attachment ID',
30
+ 'todo.optionList.flowBtnActionType.label': 'Button Action Type',
31
+ 'todo.optionList.flowWorkId.label': 'Flow Instance ID',
32
+ 'todo.optionList.flowTabStepVisible.label': 'Display Flow Instance Diagram',
33
+ 'todo.optionList.flowTimelineVisible.label': 'Display Flow Timeline',
34
+ 'todo.optionList.workItemId.label': 'Work Item ID',
35
+ 'todo.optionList.diagramType.label': 'Select Instance Diagram Type',
36
+ 'todo.optionList.diagramType.props.options.0.title': 'Current Flow Instance Diagram',
37
+ 'todo.optionList.diagramType.props.options.1.title': 'Specified Main Flow Instance Diagram',
38
+ 'todo.optionList.diagramWorkOrderId.label': 'Business Order ID',
39
+ 'todo.optionList.exportSheet.label': 'Sheet Settings',
40
+ 'todo.optionList.exportSheet.props.options.0.label': 'Sheet Name',
41
+ 'todo.optionList.custTplUrl.label': 'Specify Template URL (Optional)',
42
+ 'todo.optionList.actionTitle.props.placeholder': 'Please enter action description',
43
+ 'todo.optionList.sync.label': 'Data Loading Method',
44
+ 'todo.optionList.setItemKey.props.placeholder': 'Please enter field name, must be in English',
45
+ 'todo.optionList.mapKey.props.placeholder': 'Please enter map key',
46
+ 'todo.optionList.locationAlways.label': 'Continuous Location',
47
+ 'todo.optionList.locationOutputType.label': 'Location Output Coordinate System',
48
+ 'todo.optionList.locationAddress.label': 'Need Address Information',
49
+ 'todo.optionList.addTransferValue.props.placeholder': 'Please enter values to add, separated by commas, e.g.: 1,2,3',
50
+ 'todo.optionList.removeTransferValue.props.placeholder': 'Please enter values to remove, separated by commas, e.g.: 1,2,3',
51
+ 'todo.optionList.xLineName.label': 'X-axis Field Name',
52
+ 'todo.optionList.yLineName.label': 'Y-axis Field Name',
53
+ 'todo.optionList.donutX.label': 'X-axis Field Name',
54
+ 'todo.optionList.donutY.label': 'Y-axis Field Name',
55
+ 'todo.optionList.mpData.props.placeholder': 'Format: [{count:xx, color:xx, label:xx},...]',
56
+ 'todo.optionList.gcXName.label': 'X-axis Field Name',
57
+ 'todo.optionList.gcLegendParams.props.placeholder': 'Format: [{label:xx(description), value:xx(corresponding data source field)},...]',
58
+ 'todo.optionList.gcData.props.placeholder': 'Format: [{name:xx, xx:xx, xx:xx, ...},...]',
59
+ 'todo.optionList.scXName.label': 'X-axis Field Name',
60
+ 'todo.optionList.scYName.label': 'Y-axis Field Name',
61
+ 'todo.optionList.scData.props.placeholder': 'Format: [{xx:xx, xx:xx, color:xx(set this parameter to specify color) },...]',
62
+ 'todo.optionList.stcXName.label': 'X-axis Field Name',
63
+ 'todo.optionList.stcLegendParams.props.placeholder': 'Format: [{label:xx, value:xx},...]',
64
+ 'todo.optionList.stcData.props.placeholder': 'Format: [{xx:xx, xx:xx, ... },...]',
65
+ 'todo.optionList.labelMapKey.label': 'Label Mapping Field',
66
+ 'todo.optionList.selectDescriptionKey.label': 'Option Description Field',
67
+ 'todo.optionList.selectDisabledKey.label': 'Option Disabled Field',
68
+ 'todo.optionList.setSelectorDisabelItems.label': 'Value/Index',
69
+ 'todo.optionList.customGroup.label': 'Custom Header Template',
70
+ 'todo.optionList.customGroup.labelTip': 'You can customize the export template header based on selected fields',
71
+ 'todo.optionList.exception.label': 'Import Exception Configuration',
72
+ 'todo.optionList.exception.props.options.0.title': 'Support Partial Import',
73
+ 'todo.optionList.modalWidth.labelTip': 'Different browsers have different minimum limits. Avoid setting too small sizes. When width and height are not set, it defaults to full screen',
74
+ 'todo.optionList.modalHeight.labelTip': 'Different browsers have different minimum limits. Avoid setting too small sizes. When width and height are not set, it defaults to full screen',
75
+ 'todo.optionList.rProps.label': 'Set Custom Component Properties',
76
+ 'todo.optionList.hasEventExtService.label': 'Need to Enable Service Extension',
77
+ 'todo.optionList.eventExtService.label': 'Select Business Scenario to Extend Service',
78
+ 'todo.optionList.tempName.label': 'Set Template Name',
79
+ 'todo.optionList.tempName.props.placeholder': 'Please enter template name',
80
+ 'todo.optionList.busiObjectId.label': 'Select Business Object',
81
+ 'todo.optionList.showOnly.label': 'Parse Only Without Saving',
82
+ 'todo.optionList.custFileName.label': 'Custom File Name',
83
+ 'todo.optionList.custSheetName.label': 'Sheet Name',
84
+ 'todo.optionList.custUrl.props.options.serviceTabs.0.description': 'Only orchestration services with file input parameters are shown here. Service input parameters must include the impFile (file type) field for receiving files and the param (object type, optional) field for receiving custom parameters',
85
+ 'todo.optionList.custUrl.props.options.serviceTabs.1.description': 'Only request layer services used in upload controls are shown here. Service input parameters must include the impFile (file type) field for receiving files and the param (object type, optional) field for receiving custom parameters',
86
+ 'todo.optionList.compToPrint.label': 'Custom Print Area (Optional)',
87
+ 'todo.optionList.custTpl.label': 'Configure Import Template',
88
+ 'todo.optionList.returnType.labelTip': '1. Value: Used for data return, such as getting page form data and passing data after exit;<br />2. Success: Used for success flag return, will trigger the success callback of the caller;<br />3. Failure: Used for failure flag return, will trigger the failure callback of the caller.',
89
+ 'todo.optionList.returnValue.label': 'Return Content (Optional)',
90
+ 'todo.optionList.isPreventDefault.label': 'Prevent Default Action (Advanced)',
91
+ 'todo.optionList.isPreventDefault.labelTip': 'Prevents browser default behavior:<br />Such as preventing file selector opening, file download, etc.',
92
+ 'todo.optionList.isStopPropagation.label': 'Stop Event Propagation (Advanced)',
93
+ 'todo.optionList.isStopPropagation.labelTip': "Only triggers the event configured for the current component:<br />For example, if a button is placed in a blank container, and both the blank container and button have click events configured, normally clicking the button will trigger both click events. However, stopping event propagation will prevent the blank container's click event from executing.",
94
+ 'todo.optionList.verificationCodeUrl.label': 'Verification Code Image URL',
95
+ 'todo.optionList.selectLabelKeyForRC.label': 'Display Label Field',
96
+ 'todo.optionList.nodeKey.label': 'Operation Node Key',
97
+ 'todo.optionList.valueKey.label': 'Node Key Value Field',
98
+ 'todo.optionList.titleKey.label': 'Node Name Value Field',
99
+ 'todo.optionList.stateName.label': 'Custom Property Name',
100
+ 'todo.optionList.inlineeditrow.label': 'Specify Row ID',
101
+ 'todo.optionList.timername.label': 'Timer Name (Must be unique within page)',
102
+ 'todo.optionList.parentKey.label': 'Operation Node Key',
103
+ 'todo.optionList.dataSourceFileId.label': 'File ID',
104
+ 'todo.optionList.dataSourceFileId.labelTip': 'Supports comma-separated or array format for multiple file downloads, e.g.: 1,2 or $[1,2]$',
105
+ 'todo.optionList.labelKey.label': 'Node Name Value Field',
106
+ 'todo.optionList.nodeValueKey.label': 'Node Key Value Field',
107
+ 'todo.optionList.urlValueKey.label': 'Node URL Value Field',
108
+ 'todo.optionList.selectable.label': 'Node Selectable Field Code',
109
+ 'todo.optionList.selectable.labelTip': "Use case: Need to control whether the current node can be selected, and the backend service needs to have a field that indicates whether it is selectable;\nProcessing logic: When the node's field code value is a boolean false, or a string 'false' or empty string, it is considered unselectable, otherwise it is considered selectable.",
110
+ 'todo.optionList.childrenKey.label': 'Children List Value Field',
111
+ 'todo.optionList.childrenKey.labelTip': 'Use case: When querying all data at once, you need to set the value field for the next level list data;\nExample: For the following parameters, when querying all data, you need to mark that the next level list data is obtained from the children field;\n{\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "Second Tree",\n "id": "10700",\n }]\n}',
112
+ 'todo.optionList.selectLabelKey.label': 'Option Label Field',
113
+ 'todo.optionList.jsBridgeMethod.props.placeholder': 'e.g.: openCamera',
114
+ 'todo.optionList.androidWebName.label': 'Android Container Name',
115
+ 'todo.optionList.androidWebName.props.placeholder': 'Default: Android',
116
+ 'todo.optionList.androidSuccessFunName.label': 'Android Success Callback Method Name',
117
+ 'todo.optionList.androidSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[Used for Android success callback to H5]',
118
+ 'todo.optionList.iOSSuccessFunName.label': 'iOS Success Callback Method Name',
119
+ 'todo.optionList.iOSSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[Used for iOS success callback to H5]',
120
+ 'todo.optionList.androidFailFunName.label': 'Android Failure Callback Method Name',
121
+ 'todo.optionList.androidFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for Android failure callback to H5]',
122
+ 'todo.optionList.iOSFailFunName.label': 'iOS Failure Callback Method Name',
123
+ 'todo.optionList.iOSFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for iOS failure callback to H5]',
124
+ 'todo.optionList.selectObjectDataSource.label': 'Select Business Object Data Source',
125
+ 'todo.optionList.tripleFormId.label': 'Detail ID',
126
+ 导出字段: 'Export Fields',
127
+ 联动来源: 'Linkage Source',
128
+ 静态数据: 'Static Data',
129
+ 显隐设置: 'Visibility Settings',
130
+ 显示: 'Show',
131
+ 隐藏: 'Hide',
132
+ 切换: 'Toggle',
133
+ 只读: 'Read-only',
134
+ 启用: 'Enable',
135
+ 控制类型: 'Control Type',
136
+ 循环项索引: 'Loop Item Index',
137
+ 是否可编辑: 'Editable',
138
+ 是: 'Yes',
139
+ 否: 'No',
140
+ 内容: 'Content',
141
+ 开始值: 'Start Value',
142
+ 结束值: 'End Value',
143
+ 是否加载中: 'Loading',
144
+ 类型: 'Type',
145
+ 成功: 'Success',
146
+ 提示: 'Info',
147
+ 警告: 'Warning',
148
+ 错误: 'Error',
149
+ 加载动画: 'Loading',
150
+ 加载时长: 'Loading Duration',
151
+ 秒: 'Seconds',
152
+ 索引: 'Index',
153
+ 校验类型: 'Validation Type',
154
+ 正常: 'Normal',
155
+ 校验文案: 'Validation Message',
156
+ 请输入: 'Please enter',
157
+ 图片: 'Image',
158
+ 文件名: 'File Name',
159
+ 确认: 'Confirm',
160
+ 路由跳转: 'Route Navigation',
161
+ 路由替换: 'Route Replace',
162
+ 定时器类型: 'Timer Type',
163
+ 单次定时器: 'Single Timer',
164
+ 循环定时器: 'Interval Timer',
165
+ 标题: 'Title',
166
+ 参数赋值: 'Parameter Assignment',
167
+ 参数: 'Parameters',
168
+ 表单类型: 'Form Type',
169
+ 页面: 'Page',
170
+ 路由数据: 'Router Data',
171
+ 弹窗: 'Modal',
172
+ 推拉门: 'Drawer',
173
+ 组件状态: 'Component State',
174
+ 上传参数: 'Upload Parameters',
175
+ 状态设置: 'State Settings',
176
+ 启动: 'Enable',
177
+ 禁用: 'Disable',
178
+ 必填设置: 'Required Settings',
179
+ 必填: 'Required',
180
+ 非必填: 'Optional',
181
+ 更新参数: 'Update Parameters',
182
+ 总条数: 'Total Count',
183
+ 数据源: 'Data Source',
184
+ 页码字段名: 'Page Number Field Name',
185
+ 流程类型: 'Flow Type',
186
+ 通过: 'Approve',
187
+ 拒绝: 'Reject',
188
+ 转派: 'Transfer',
189
+ 通用: 'General',
190
+ 选择流程: 'Select Flow',
191
+ 审核意见: 'Audit Comment',
192
+ 指定处理人: 'Assigned Handler',
193
+ 自定义参数: 'Custom Parameters',
194
+ 目标环节: 'Target Node',
195
+ 字段数据: 'Field Data',
196
+ 字段编码: 'Field Code',
197
+ 字段名称: 'Field Name',
198
+ 数据来源: 'Data Source',
199
+ 查询条件: 'Query Conditions',
200
+ 文件类型: 'File Type',
201
+ 修改名称: 'Modify Name',
202
+ 请输入名称: 'Please enter name',
203
+ 修改图标: 'Modify Icon',
204
+ 请选择图标: 'Please select icon',
205
+ 自定义内容: 'Custom Content',
206
+ 动作说明: 'Action Description',
207
+ 异步加载: 'Asynchronous Loading',
208
+ 同步加载: 'Synchronous Loading',
209
+ 地图秘钥: 'Map Key',
210
+ 大地坐标系: 'WGS84 Coordinate System',
211
+ 火星坐标系: 'GCJ-02 Coordinate System',
212
+ 百度坐标系: 'BD-09 Coordinate System',
213
+ 表头数据: 'Table Header Data',
214
+ 表格数据: 'Table Data',
215
+ 是否收缩: 'Collapsed',
216
+ 缩起: 'Collapse',
217
+ 展开: 'Expand',
218
+ 当前数量: 'Current Count',
219
+ 总数量: 'Total Count',
220
+ 右侧文字: 'Right Text',
221
+ 总数据: 'Total Data',
222
+ 图例内容: 'Legend Content',
223
+ 值映射字段: 'Value Mapping Field',
224
+ 播放: 'Play',
225
+ 暂停: 'Pause',
226
+ 预览方式: 'Preview Mode',
227
+ 页面弹窗: 'Page Modal',
228
+ 标签页: 'Tab',
229
+ 新窗口: 'New Window',
230
+ 窗口宽度: 'Modal Width',
231
+ 窗口高度: 'Modal Height',
232
+ 筛选字段: 'Filter Fields',
233
+ 类名称: 'Class Name',
234
+ 函数名称: 'Function Name',
235
+ 自定义入参: 'Custom Input Parameters',
236
+ 组件赋值: 'Component Assignment',
237
+ 自定义事件: 'Custom Event',
238
+ 事件入参: 'Event Input Parameters',
239
+ 导入服务: 'Import Service',
240
+ 返回类型: 'Return Type',
241
+ 值: 'Value',
242
+ 失败: 'Failure',
243
+ 显示值字段: 'Display Value Field',
244
+ 更新页码: 'Update Page Number',
245
+ 翻译字段: 'Translation Field',
246
+ 字段: 'Field',
247
+ 时间间隔: 'Time Interval',
248
+ 毫秒: 'Milliseconds',
249
+ 定时器名称: 'Timer Name',
250
+ 回调: 'Callback',
251
+ 当前步骤: 'Current Step',
252
+ 组件选择: 'Component Selection',
253
+ 选项值字段: 'Option Value Field',
254
+ 方法名: 'Method Name',
255
+ 选择场景: 'Select Scenario',
256
+ 选择数据源: 'Select Data Source',
257
+ 方法: 'Method',
258
+ 数据源赋值: 'Data Source Assignment',
259
+ 赋值范围: 'Assignment Scope',
260
+ 局部赋值: 'Partial Assignment',
261
+ 全部赋值: 'Full Assignment',
262
+ 发送内容: 'Send Content',
263
+ 发送目标源: 'Send Target Origin',
264
+ 复制内容: 'Copy Content'
265
+ };
266
+ export default todoOptionListEnUS;
@@ -0,0 +1,2 @@
1
+ export declare const configZhCN: Record<string, string>;
2
+ export default configZhCN;
@@ -0,0 +1,13 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ import { todoActionListZhCN } from "./config-locales-cn.todo-actionList";
8
+ import { mobileZhCN } from "./config-locales-cn.mobile";
9
+ import { pcZhCN } from "./config-locales-cn.pc";
10
+ import { todoCallbackZhCN } from "./config-locales-cn.todo-callback";
11
+ import { todoOptionListZhCN } from "./config-locales-cn.todo-optionList";
12
+ export var configZhCN = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, todoActionListZhCN), mobileZhCN), pcZhCN), todoCallbackZhCN), todoOptionListZhCN);
13
+ export default configZhCN;
@@ -0,0 +1,2 @@
1
+ export declare const mobileZhCN: Record<string, string>;
2
+ export default mobileZhCN;
@@ -0,0 +1,57 @@
1
+ export var mobileZhCN = {
2
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
3
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
4
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': '调用未声明自定义事件',
5
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '选择的页面需要开启缓存(如:A页面跳转到B页面,B页面需要调用A页面的自定义事件,那么需要A页面需开启缓存);',
6
+ 'mobile.busiComp.todoEvents.onLoaded.label': '组件加载完成',
7
+ 'mobile.busiComp.todoEvents.useEffect.label': '业务组件状态变化后',
8
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
9
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
10
+ 'mobile.page.todoEvents.useEffect.label': '页面加载完成',
11
+ 'mobile.page.todoEvents.stateChange.label': '组件状态变化后',
12
+ 'mobile.page.todoEvents.onLeftClick.label': '页面返回点击事件',
13
+ 'mobile.page.todoEvents.otherPageMessage.label': '接收页面信息',
14
+ 'mobile.page.todoEvents.otherPageMessage.params.0.title': '接收数据信息',
15
+ 'mobile.page.todoEvents.onPageCacheRefresh.label': '页面缓存刷新',
16
+ 'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': '返回页面数据信息',
17
+ 'mobile.page.todoEvents.usePageEndRequest.label': '页面加载请求结束',
18
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
19
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
20
+ 'mobile.page.todoEvents.pageGetWeChatCode.label': '获取微信授权信息',
21
+ 'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': '成功时返回如下用户信息: openid---用户的唯一标识,nickname---用户昵称,sex---用户的性别,值为1时是男性,值为2时是女性,值为0时是未知,province---用户个人资料填写的省份,city---普通用户个人资料填写的城市,country---国家,如中国为CN,headimgurl---用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空。若用户更换头像,原有头像URL将失效。privilege---用户特权信息,json 数组,如微信沃卡用户为(chinaunicom),unionid---只有在用户将公众号绑定到微信开放平台账号后,才会出现该字段。',
22
+ 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': '在申请微信用户信息授权成功后(动作事件-申请微信用户信息授权),调用该方法获取微信用户信息,包括用户的头像、昵称、性别、地区、语言等信息',
23
+ 'mobile.page.todoProps.pagePath.props.placeholder': '如:/user/list',
24
+ 'mobile.page.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
25
+ 'mobile.page.todoProps.pageTitle.props.description': '适用场景:当前页面需要动态更改页面名称的时候,可通过表达式进行绑定。默认名称',
26
+ 'mobile.page.todoProps.pageDynamicFlag.props.description': '开启后页面将保活(重新打开页面将不会重新挂载,页面的数据将不会被销毁),可配合事件页面缓存清除自定义进行页面销毁',
27
+ 'mobile.page.todoProps.isMenu.props.description': '开启后预览页面将展示该菜单,在同步时也会将该页面当作菜单同步到基础门户',
28
+ 'mobile.page.todoProps.searchParams.label': 'url参数',
29
+ 'mobile.page.todoProps.searchParams.groupsName': 'URL参数',
30
+ 'mobile.page.todoStyles.colorType.groupsName': '标题&返回键颜色',
31
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
32
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
33
+ 'mobile.modal.todoEvents.stateChange.label': '组件状态变化后',
34
+ 'mobile.modal.todoEvents.usePageEndRequest.label': '页面加载请求结束',
35
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
36
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
37
+ 'mobile.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
38
+ 'mobile.modal.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
39
+ 'mobile.modal.todoProps.width.props.option.0.label': '像素(px)',
40
+ 'mobile.modal.todoProps.width.props.option.1.label': '百分比(%)',
41
+ 'mobile.modal.todoProps.width.props.option.2.label': '视口宽度(vw)',
42
+ 'mobile.modal.todoProps.height.props.option.0.label': '像素(px)',
43
+ 'mobile.modal.todoProps.height.props.option.1.label': '百分比(%)',
44
+ 'mobile.modal.todoProps.height.props.option.2.label': '视口高度(vh)',
45
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': '点击蒙罩关闭窗口',
46
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': '点击蒙罩不关闭窗口',
47
+ 'mobile.modal.todoProps.showCloseButton.label': '显示关闭按钮',
48
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
49
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
50
+ 'mobile.popover.todoEvents.stateChange.label': '组件状态变化后',
51
+ 'mobile.popover.todoEvents.usePageEndRequest.label': '页面加载请求结束',
52
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
53
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
54
+ 'mobile.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
55
+ 'mobile.popover.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式'
56
+ };
57
+ export default mobileZhCN;
@@ -0,0 +1,2 @@
1
+ export declare const pcZhCN: Record<string, string>;
2
+ export default pcZhCN;
@@ -0,0 +1,97 @@
1
+ export var pcZhCN = {
2
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
3
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
4
+ 'pc.busiComp.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
5
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
6
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
7
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
8
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
9
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
10
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': '调用未声明自定义事件',
11
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '选择的页面需要开启缓存(如:A页面跳转到B页面,B页面需要调用A页面的自定义事件,那么需要A页面需开启缓存);',
12
+ 'pc.busiComp.todoEvents.onLoaded.label': '组件加载完成',
13
+ 'pc.busiComp.todoEvents.useEffect.label': '业务组件状态变化后',
14
+ 'pc.page.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
15
+ 'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
16
+ 'pc.page.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
17
+ 'pc.page.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
18
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
19
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
20
+ 'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
21
+ 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
22
+ 'pc.page.todoEvents.useEffect.label': '页面加载完成',
23
+ 'pc.page.todoEvents.stateChange.label': '组件状态变化后',
24
+ 'pc.page.todoEvents.onPageCacheRefresh.label': '页面缓存刷新',
25
+ 'pc.page.todoEvents.onPageCacheRefresh.params.0.title': '返回页面数据信息',
26
+ 'pc.page.todoEvents.usePageEndRequest.label': '页面加载请求结束',
27
+ 'pc.page.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
28
+ 'pc.page.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
29
+ 'pc.page.todoProps.pagePath.props.placeholder': '如:/user/list',
30
+ 'pc.page.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
31
+ 'pc.page.todoProps.pageDynamicFlag.props.description': '开启后页面将保活(重新打开页面将不会重新挂载,页面的数据将不会被销毁),可配合事件页面缓存清除自定义进行页面销毁',
32
+ 'pc.page.todoProps.isMenu.props.description': '开启后预览页面将展示该菜单,在同步时也会将该页面当作菜单同步到基础门户',
33
+ 'pc.page.todoProps.searchParams.label': 'url参数',
34
+ 'pc.page.todoProps.searchParams.groupsName': 'URL参数',
35
+ 'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
36
+ 'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
37
+ 'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
38
+ 'pc.modal.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
39
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
40
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
41
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
42
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
43
+ 'pc.modal.todoEvents.stateChange.label': '组件状态变化后',
44
+ 'pc.modal.todoEvents.usePageEndRequest.label': '页面加载请求结束',
45
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
46
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
47
+ 'pc.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
48
+ 'pc.modal.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
49
+ 'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
50
+ 'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
51
+ 'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
52
+ 'pc.modal.todoProps.width.props.options.3.title': 'xl(1200*auto)',
53
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': '点击蒙罩关闭窗口',
54
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.1.title': '点击蒙罩不关闭窗口',
55
+ 'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
56
+ 'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
57
+ 'pc.drawer.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
58
+ 'pc.drawer.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
59
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
60
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
61
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
62
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
63
+ 'pc.drawer.todoEvents.useEffect.label': '推拉门打开后',
64
+ 'pc.drawer.todoEvents.stateChange.label': '组件状态变化后',
65
+ 'pc.drawer.todoEvents.willUnmount.label': '推拉门关闭前',
66
+ 'pc.drawer.todoEvents.usePageEndRequest.label': '页面加载请求结束',
67
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
68
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
69
+ 'pc.drawer.todoProps.pagePath.props.placeholder': '如:/user/list',
70
+ 'pc.drawer.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
71
+ 'pc.drawer.todoProps.width.props.options.0.title': 's',
72
+ 'pc.drawer.todoProps.width.props.options.1.title': 'm',
73
+ 'pc.drawer.todoProps.width.props.options.2.title': 'l',
74
+ 'pc.drawer.todoProps.width.props.options.3.title': 'xl',
75
+ 'pc.drawer.todoProps.height.props.options.0.title': 's',
76
+ 'pc.drawer.todoProps.height.props.options.1.title': 'm',
77
+ 'pc.drawer.todoProps.height.props.options.2.title': 'l',
78
+ 'pc.drawer.todoProps.height.props.options.3.title': 'xl',
79
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': '点击蒙罩关闭窗口',
80
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.1.title': '点击蒙罩不关闭窗口',
81
+ 'pc.popover.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
82
+ 'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
83
+ 'pc.popover.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
84
+ 'pc.popover.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
85
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
86
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
87
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
88
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
89
+ 'pc.popover.todoEvents.useEffect.label': '浮窗加载完成',
90
+ 'pc.popover.todoEvents.stateChange.label': '组件状态变化后',
91
+ 'pc.popover.todoEvents.usePageEndRequest.label': '页面加载请求结束',
92
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
93
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
94
+ 'pc.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
95
+ 'pc.popover.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式'
96
+ };
97
+ export default pcZhCN;
@@ -0,0 +1,2 @@
1
+ export declare const todoActionListZhCN: Record<string, string>;
2
+ export default todoActionListZhCN;