@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 pcZhHK = {
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 pcZhHK;
@@ -0,0 +1,2 @@
1
+ export declare const todoActionListZhHK: Record<string, string>;
2
+ export default todoActionListZhHK;