@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,385 @@
1
+ export var pcZhCN = {
2
+ // pc/BusiComp
3
+ 'pc.busiComp.label': '业务组件',
4
+ 'pc.busiComp.props.searchParams.0.name': '业务主键',
5
+ 'pc.busiComp.props.searchParams.1.name': '业务场景',
6
+ 'pc.busiComp.props.searchParams.2.name': '业务数据',
7
+ // pc todoActionList.showMessage
8
+ 'pc.busiComp.todoActionList.showMessage.label': '消息提示',
9
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.label': '类型',
10
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
11
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
12
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
13
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.3.title': '错误',
14
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
15
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.label': '自定义图标',
16
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.props.placeholder': '请选择图标',
17
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.value.label': '内容',
18
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.label': '加载时长',
19
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
20
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
21
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
22
+ 'pc.busiComp.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
23
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.label': '注意事项',
24
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
25
+ // pc todoActionList.previewFile
26
+ 'pc.busiComp.todoActionList.previewFile.label': '文件预览',
27
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
28
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
29
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.label': '预览方式',
30
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '页面弹窗',
31
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新标签页',
32
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
33
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口宽度',
34
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
35
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
36
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
37
+ 'pc.busiComp.todoActionList.previewFile.classification.page.label': '页面类',
38
+ // pc todoActionList.callNotStatedCustomFunc
39
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': '调用未声明自定义事件',
40
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': '事件',
41
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': '刷新',
42
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': '事件入参',
43
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': '数据通信',
44
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': '注意事项',
45
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '选择的页面需要开启缓存(如:A页面跳转到B页面,B页面需要调用A页面的自定义事件,那么需要A页面需开启缓存);',
46
+ // pc todoEvents
47
+ 'pc.busiComp.todoEvents.onLoaded.label': '组件加载完成',
48
+ 'pc.busiComp.todoEvents.useEffect.label': '业务组件状态变化后',
49
+ 'pc.busiComp.todoEvents.willUnmount.label': '组件卸载',
50
+ // pc todoProps
51
+ 'pc.busiComp.todoProps.pageName.label': '名称',
52
+ 'pc.busiComp.todoProps.pageName.groupsName': '基础',
53
+ 'pc.busiComp.todoProps.catalogItemId.label': '分组',
54
+ 'pc.busiComp.todoProps.catalogItemId.groupsName': '基础',
55
+ 'pc.busiComp.todoProps.compState.label': '组件状态',
56
+ 'pc.busiComp.todoProps.compState.groupsName': '组件状态',
57
+ 'pc.busiComp.todoProps.compFunc.label': '方法',
58
+ 'pc.busiComp.todoProps.compFunc.groupsName': '方法',
59
+ 'pc.busiComp.todoProps.compFunc.props.codeLabel': '方法编码',
60
+ 'pc.busiComp.todoProps.compFunc.props.nameLabel': '方法名称',
61
+ // pc/page
62
+ 'pc.page.label': '页面',
63
+ 'pc.page.props.searchParams.0.name': '业务主键',
64
+ 'pc.page.props.searchParams.1.name': '业务场景',
65
+ 'pc.page.props.searchParams.2.name': '业务数据',
66
+ // pc/page todoActionList.showMessage
67
+ 'pc.page.todoActionList.showMessage.label': '消息提示',
68
+ 'pc.page.todoActionList.showMessage.todoOptions.type.label': '类型',
69
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
70
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
71
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
72
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.3.title': '错误',
73
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
74
+ 'pc.page.todoActionList.showMessage.todoOptions.icon.label': '自定义图标',
75
+ 'pc.page.todoActionList.showMessage.todoOptions.icon.props.placeholder': '请选择图标',
76
+ 'pc.page.todoActionList.showMessage.todoOptions.value.label': '内容',
77
+ 'pc.page.todoActionList.showMessage.todoOptions.duration.label': '加载时长',
78
+ 'pc.page.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
79
+ 'pc.page.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
80
+ 'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
81
+ 'pc.page.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
82
+ 'pc.page.todoActionList.showMessage.remarks.0.label': '注意事项',
83
+ 'pc.page.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
84
+ // pc/page todoActionList.previewFile
85
+ 'pc.page.todoActionList.previewFile.label': '文件预览',
86
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
87
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
88
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.label': '预览方式',
89
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '页面弹窗',
90
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新标签页',
91
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
92
+ 'pc.page.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口宽度',
93
+ 'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
94
+ 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
95
+ 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
96
+ 'pc.page.todoActionList.previewFile.classification.page.label': '页面类',
97
+ // pc/page todoEvents
98
+ 'pc.page.todoEvents.useEffect.label': '页面加载完成',
99
+ 'pc.page.todoEvents.stateChange.label': '组件状态变化后',
100
+ 'pc.page.todoEvents.willUnmount.label': '页面退出',
101
+ 'pc.page.todoEvents.onPageCacheRefresh.label': '页面缓存刷新',
102
+ 'pc.page.todoEvents.onPageCacheRefresh.params.0.title': '返回页面数据信息',
103
+ 'pc.page.todoEvents.usePageEndRequest.label': '页面加载请求结束',
104
+ 'pc.page.todoEvents.usePageEndRequest.remarks.0.label': '场景描述',
105
+ 'pc.page.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
106
+ 'pc.page.todoEvents.usePageEndRequest.remarks.1.label': '适用场景',
107
+ 'pc.page.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
108
+ // pc/page todoProps
109
+ 'pc.page.todoProps.pageName.label': '名称',
110
+ 'pc.page.todoProps.pageName.groupsName': '基础',
111
+ 'pc.page.todoProps.pagePath.label': '路径',
112
+ 'pc.page.todoProps.pagePath.groupsName': '基础',
113
+ 'pc.page.todoProps.pagePath.props.placeholder': '如:/user/list',
114
+ 'pc.page.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
115
+ 'pc.page.todoProps.catalogItemId.label': '分组',
116
+ 'pc.page.todoProps.catalogItemId.groupsName': '基础',
117
+ 'pc.page.todoProps.scenarioList.label': '适用场景',
118
+ 'pc.page.todoProps.scenarioList.groupsName': '基础',
119
+ 'pc.page.todoProps.remark.label': '描述',
120
+ 'pc.page.todoProps.remark.groupsName': '基础',
121
+ 'pc.page.todoProps.chooseFuncComp.label': '功能组件',
122
+ 'pc.page.todoProps.chooseFuncComp.groupsName': '基础',
123
+ 'pc.page.todoProps.ignoreLogin.label': '免登录',
124
+ 'pc.page.todoProps.ignoreLogin.groupsName': '基础',
125
+ 'pc.page.todoProps.pageDynamicFlag.label': '页面缓存',
126
+ 'pc.page.todoProps.pageDynamicFlag.groupsName': '基础',
127
+ 'pc.page.todoProps.pageDynamicFlag.props.description': '开启后页面将保活(重新打开页面将不会重新挂载,页面的数据将不会被销毁),可配合事件页面缓存清除自定义进行页面销毁',
128
+ 'pc.page.todoProps.isMenu.label': '设置为菜单',
129
+ 'pc.page.todoProps.isMenu.groupsName': '基础',
130
+ 'pc.page.todoProps.isMenu.props.description': '开启后预览页面将展示该菜单,在同步时也会将该页面当作菜单同步到基础门户',
131
+ 'pc.page.todoProps.labels.label': '标签',
132
+ 'pc.page.todoProps.labels.groupsName': '基础',
133
+ 'pc.page.todoProps.compState.label': '组件状态',
134
+ 'pc.page.todoProps.compState.groupsName': '组件状态',
135
+ 'pc.page.todoProps.searchParams.label': 'url参数',
136
+ 'pc.page.todoProps.searchParams.groupsName': 'URL参数',
137
+ 'pc.page.todoProps.routerData.label': '路由数据',
138
+ 'pc.page.todoProps.routerData.groupsName': '路由数据',
139
+ // pc/modal
140
+ 'pc.modal.label': '弹窗',
141
+ 'pc.modal.props.compState.0.name': '业务主键',
142
+ 'pc.modal.props.compState.1.name': '业务场景',
143
+ 'pc.modal.props.compState.2.name': '业务数据',
144
+ // pc/modal todoActionList.showMessage
145
+ 'pc.modal.todoActionList.showMessage.label': '消息提示',
146
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.label': '类型',
147
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
148
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
149
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
150
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.3.title': '错误',
151
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
152
+ 'pc.modal.todoActionList.showMessage.todoOptions.icon.label': '自定义图标',
153
+ 'pc.modal.todoActionList.showMessage.todoOptions.icon.props.placeholder': '请选择图标',
154
+ 'pc.modal.todoActionList.showMessage.todoOptions.value.label': '内容',
155
+ 'pc.modal.todoActionList.showMessage.todoOptions.duration.label': '加载时长',
156
+ 'pc.modal.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
157
+ 'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
158
+ 'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
159
+ 'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
160
+ 'pc.modal.todoActionList.showMessage.remarks.0.label': '注意事项',
161
+ 'pc.modal.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
162
+ // pc/modal todoActionList.previewFile
163
+ 'pc.modal.todoActionList.previewFile.label': '文件预览',
164
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
165
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
166
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.label': '预览方式',
167
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '页面弹窗',
168
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新标签页',
169
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
170
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口宽度',
171
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
172
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
173
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
174
+ 'pc.modal.todoActionList.previewFile.classification.page.label': '页面类',
175
+ // pc/modal todoEvents
176
+ 'pc.modal.todoEvents.useEffect.label': '弹窗打开后',
177
+ 'pc.modal.todoEvents.willUnmount.label': '弹窗关闭前',
178
+ 'pc.modal.todoEvents.onOk.label': '点击确认',
179
+ 'pc.modal.todoEvents.onCancel.label': '点击取消',
180
+ 'pc.modal.todoEvents.stateChange.label': '组件状态变化后',
181
+ 'pc.modal.todoEvents.usePageEndRequest.label': '页面加载请求结束',
182
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.0.label': '场景描述',
183
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
184
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.1.label': '适用场景',
185
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
186
+ // pc/modal todoProps
187
+ 'pc.modal.todoProps.pageName.label': '名称',
188
+ 'pc.modal.todoProps.pageName.groupsName': '基础',
189
+ 'pc.modal.todoProps.pagePath.label': '路径',
190
+ 'pc.modal.todoProps.pagePath.groupsName': '基础',
191
+ 'pc.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
192
+ 'pc.modal.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
193
+ 'pc.modal.todoProps.catalogItemId.label': '分组',
194
+ 'pc.modal.todoProps.catalogItemId.groupsName': '基础',
195
+ 'pc.modal.todoProps.modalTitle.label': '弹窗标题',
196
+ 'pc.modal.todoProps.modalTitle.groupsName': '基础',
197
+ 'pc.modal.todoProps.width.label': '弹窗大小',
198
+ 'pc.modal.todoProps.width.groupsName': '基础',
199
+ 'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
200
+ 'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
201
+ 'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
202
+ 'pc.modal.todoProps.width.props.options.3.title': 'xl(1200*auto)',
203
+ 'pc.modal.todoProps.width.props.options.4.title': '自定义',
204
+ 'pc.modal.todoProps.customWidth.label': '宽度',
205
+ 'pc.modal.todoProps.customWidth.groupsName': '基础',
206
+ 'pc.modal.todoProps.customHeight.label': '高度',
207
+ 'pc.modal.todoProps.customHeight.groupsName': '基础',
208
+ 'pc.modal.todoProps.footer.label': '底部内容',
209
+ 'pc.modal.todoProps.footer.groupsName': '基础',
210
+ 'pc.modal.todoProps.footer.props.options.0.title': '显示',
211
+ 'pc.modal.todoProps.footer.props.options.1.title': '隐藏',
212
+ 'pc.modal.todoProps.okText.label': '主按钮文本',
213
+ 'pc.modal.todoProps.okText.groupsName': '基础',
214
+ 'pc.modal.todoProps.cancelText.label': '次按钮文本',
215
+ 'pc.modal.todoProps.cancelText.groupsName': '基础',
216
+ 'pc.modal.todoProps.scenarioList.label': '适用场景',
217
+ 'pc.modal.todoProps.scenarioList.groupsName': '基础',
218
+ 'pc.modal.todoProps.closeOnClickOverlay.label': '关闭方式',
219
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': '点击蒙罩关闭窗口',
220
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.1.title': '点击蒙罩不关闭窗口',
221
+ 'pc.modal.todoProps.ignoreLogin.label': '免登录',
222
+ 'pc.modal.todoProps.ignoreLogin.groupsName': '基础',
223
+ 'pc.modal.todoProps.labels.label': '标签',
224
+ 'pc.modal.todoProps.labels.groupsName': '基础',
225
+ 'pc.modal.todoProps.compState.label': '组件状态',
226
+ 'pc.modal.todoProps.compState.groupsName': '组件状态',
227
+ // pc/drawer
228
+ 'pc.drawer.label': '抽屉',
229
+ 'pc.drawer.props.compState.0.name': '业务主键',
230
+ 'pc.drawer.props.compState.1.name': '业务场景',
231
+ 'pc.drawer.props.compState.2.name': '业务数据',
232
+ // pc/drawer todoActionList.showMessage
233
+ 'pc.drawer.todoActionList.showMessage.label': '消息提示',
234
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.label': '类型',
235
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
236
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
237
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
238
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.3.title': '错误',
239
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
240
+ 'pc.drawer.todoActionList.showMessage.todoOptions.icon.label': '自定义图标',
241
+ 'pc.drawer.todoActionList.showMessage.todoOptions.icon.props.placeholder': '请选择图标',
242
+ 'pc.drawer.todoActionList.showMessage.todoOptions.value.label': '内容',
243
+ 'pc.drawer.todoActionList.showMessage.todoOptions.duration.label': '加载时长',
244
+ 'pc.drawer.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
245
+ 'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
246
+ 'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
247
+ 'pc.drawer.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
248
+ 'pc.drawer.todoActionList.showMessage.remarks.0.label': '注意事项',
249
+ 'pc.drawer.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
250
+ // pc/drawer todoActionList.previewFile
251
+ 'pc.drawer.todoActionList.previewFile.label': '文件预览',
252
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
253
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
254
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.label': '预览方式',
255
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '页面弹窗',
256
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新标签页',
257
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
258
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口宽度',
259
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
260
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
261
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
262
+ 'pc.drawer.todoActionList.previewFile.classification.page.label': '页面类',
263
+ // pc/drawer todoEvents
264
+ 'pc.drawer.todoEvents.useEffect.label': '推拉门打开后',
265
+ 'pc.drawer.todoEvents.onOk.label': '点击确认',
266
+ 'pc.drawer.todoEvents.onCancel.label': '点击取消',
267
+ 'pc.drawer.todoEvents.stateChange.label': '组件状态变化后',
268
+ 'pc.drawer.todoEvents.willUnmount.label': '推拉门关闭前',
269
+ 'pc.drawer.todoEvents.usePageEndRequest.label': '页面加载请求结束',
270
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.label': '场景描述',
271
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
272
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.label': '适用场景',
273
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
274
+ // pc/drawer todoProps
275
+ 'pc.drawer.todoProps.pageName.label': '名称',
276
+ 'pc.drawer.todoProps.pageName.groupsName': '基础',
277
+ 'pc.drawer.todoProps.pagePath.label': '路径',
278
+ 'pc.drawer.todoProps.pagePath.groupsName': '基础',
279
+ 'pc.drawer.todoProps.pagePath.props.placeholder': '如:/user/list',
280
+ 'pc.drawer.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
281
+ 'pc.drawer.todoProps.catalogItemId.label': '分组',
282
+ 'pc.drawer.todoProps.catalogItemId.groupsName': '基础',
283
+ 'pc.drawer.todoProps.drawerTitle.label': '推拉门标题',
284
+ 'pc.drawer.todoProps.drawerTitle.groupsName': '基础',
285
+ 'pc.drawer.todoProps.placement.label': '抽屉方向',
286
+ 'pc.drawer.todoProps.placement.groupsName': '基础',
287
+ 'pc.drawer.todoProps.placement.props.options.0.title': '上',
288
+ 'pc.drawer.todoProps.placement.props.options.1.title': '右',
289
+ 'pc.drawer.todoProps.placement.props.options.2.title': '下',
290
+ 'pc.drawer.todoProps.placement.props.options.3.title': '左',
291
+ 'pc.drawer.todoProps.width.label': '推拉门宽度',
292
+ 'pc.drawer.todoProps.width.groupsName': '基础',
293
+ 'pc.drawer.todoProps.width.props.options.0.title': 's',
294
+ 'pc.drawer.todoProps.width.props.options.1.title': 'm',
295
+ 'pc.drawer.todoProps.width.props.options.2.title': 'l',
296
+ 'pc.drawer.todoProps.width.props.options.3.title': 'xl',
297
+ 'pc.drawer.todoProps.height.label': '推拉门高度',
298
+ 'pc.drawer.todoProps.height.groupsName': '基础',
299
+ 'pc.drawer.todoProps.height.props.options.0.title': 's',
300
+ 'pc.drawer.todoProps.height.props.options.1.title': 'm',
301
+ 'pc.drawer.todoProps.height.props.options.2.title': 'l',
302
+ 'pc.drawer.todoProps.height.props.options.3.title': 'xl',
303
+ 'pc.drawer.todoProps.footer.label': '底部内容',
304
+ 'pc.drawer.todoProps.footer.groupsName': '基础',
305
+ 'pc.drawer.todoProps.footer.props.options.0.title': '显示',
306
+ 'pc.drawer.todoProps.footer.props.options.1.title': '隐藏',
307
+ 'pc.drawer.todoProps.okText.label': '主按钮文本',
308
+ 'pc.drawer.todoProps.okText.groupsName': '基础',
309
+ 'pc.drawer.todoProps.cancelText.label': '次按钮文本',
310
+ 'pc.drawer.todoProps.cancelText.groupsName': '基础',
311
+ 'pc.drawer.todoProps.scenarioList.label': '适用场景',
312
+ 'pc.drawer.todoProps.scenarioList.groupsName': '基础',
313
+ 'pc.drawer.todoProps.closeOnClickOverlay.label': '关闭方式',
314
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': '点击蒙罩关闭窗口',
315
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.1.title': '点击蒙罩不关闭窗口',
316
+ 'pc.drawer.todoProps.ignoreLogin.label': '免登录',
317
+ 'pc.drawer.todoProps.ignoreLogin.groupsName': '基础',
318
+ 'pc.drawer.todoProps.labels.label': '标签',
319
+ 'pc.drawer.todoProps.labels.groupsName': '基础',
320
+ 'pc.drawer.todoProps.compState.label': '组件状态',
321
+ 'pc.drawer.todoProps.compState.groupsName': '组件状态',
322
+ // pc/popover
323
+ 'pc.popover.label': '气泡卡片',
324
+ 'pc.popover.props.compState.0.name': '业务主键',
325
+ // pc/popover todoActionList.showMessage
326
+ 'pc.popover.todoActionList.showMessage.label': '消息提示',
327
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.label': '类型',
328
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
329
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
330
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
331
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.3.title': '错误',
332
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
333
+ 'pc.popover.todoActionList.showMessage.todoOptions.icon.label': '自定义图标',
334
+ 'pc.popover.todoActionList.showMessage.todoOptions.icon.props.placeholder': '请选择图标',
335
+ 'pc.popover.todoActionList.showMessage.todoOptions.value.label': '内容',
336
+ 'pc.popover.todoActionList.showMessage.todoOptions.duration.label': '加载时长',
337
+ 'pc.popover.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
338
+ 'pc.popover.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
339
+ 'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
340
+ 'pc.popover.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
341
+ 'pc.popover.todoActionList.showMessage.remarks.0.label': '注意事项',
342
+ 'pc.popover.todoActionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
343
+ // pc/popover todoActionList.previewFile
344
+ 'pc.popover.todoActionList.previewFile.label': '文件预览',
345
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
346
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象!',
347
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.label': '预览方式',
348
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '页面弹窗',
349
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新标签页',
350
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
351
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口宽度',
352
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
353
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
354
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
355
+ 'pc.popover.todoActionList.previewFile.classification.page.label': '页面类',
356
+ // pc/popover todoEvents
357
+ 'pc.popover.todoEvents.useEffect.label': '浮窗加载完成',
358
+ 'pc.popover.todoEvents.stateChange.label': '组件状态变化后',
359
+ 'pc.popover.todoEvents.willUnmount.label': '浮窗关闭',
360
+ 'pc.popover.todoEvents.usePageEndRequest.label': '页面加载请求结束',
361
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.0.label': '场景描述',
362
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': '在页面加载完成事件中,所有的事件执行结束后进行回掉(包含页面加载完成事件中的异步请求(注意:定时器相关动作不计算回掉时间))',
363
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.1.label': '适用场景',
364
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.1.content': '在复杂的表单页面中,你可以在页面加载完成事件中进行页面loading的动作设置,在页面加载完成请求结束事件中取消loading,保障在复杂请求中,因异步导致数据未能及时回填,用户提交错误数据问题。',
365
+ // pc/popover todoProps
366
+ 'pc.popover.todoProps.showTitle.label': '显示标题',
367
+ 'pc.popover.todoProps.showTitle.groupsName': '基础',
368
+ 'pc.popover.todoProps.pageName.label': '名称',
369
+ 'pc.popover.todoProps.pageName.groupsName': '基础',
370
+ 'pc.popover.todoProps.pagePath.label': '路径',
371
+ 'pc.popover.todoProps.pagePath.groupsName': '基础',
372
+ 'pc.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
373
+ 'pc.popover.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
374
+ 'pc.popover.todoProps.catalogItemId.label': '分组',
375
+ 'pc.popover.todoProps.catalogItemId.groupsName': '基础',
376
+ 'pc.popover.todoProps.scenarioList.label': '适用场景',
377
+ 'pc.popover.todoProps.scenarioList.groupsName': '基础',
378
+ 'pc.popover.todoProps.ignoreLogin.label': '免登录',
379
+ 'pc.popover.todoProps.ignoreLogin.groupsName': '基础',
380
+ 'pc.popover.todoProps.labels.label': '标签',
381
+ 'pc.popover.todoProps.labels.groupsName': '基础',
382
+ 'pc.popover.todoProps.compState.label': '组件状态',
383
+ 'pc.popover.todoProps.compState.groupsName': '组件状态'
384
+ };
385
+ export default pcZhCN;
@@ -0,0 +1,2 @@
1
+ export declare const todoActionListZhCN: Record<string, string>;
2
+ export default todoActionListZhCN;