@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,205 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.mobileZhHK = exports.default = void 0;
7
+ var mobileZhHK = exports.mobileZhHK = {
8
+ // mobile/BusiComp
9
+ 'mobile.busiComp.label': '業務組件',
10
+ 'mobile.busiComp.props.searchParams.0.name': '業務主鍵',
11
+ 'mobile.busiComp.props.searchParams.1.name': '業務場景',
12
+ 'mobile.busiComp.props.searchParams.2.name': '業務數據',
13
+ // todoActionList.previewFile
14
+ 'mobile.busiComp.todoActionList.previewFile.label': '文件預覽',
15
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
16
+ 'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
17
+ 'mobile.busiComp.todoActionList.previewFile.classification.page.label': '頁面類',
18
+ // todoActionList.callNotStatedCustomFunc
19
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': '調用未聲明自定義事件',
20
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': '事件',
21
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': '刷新',
22
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': '事件入參',
23
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': '數據通信',
24
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': '注意事項',
25
+ 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
26
+ // todoEvents
27
+ 'mobile.busiComp.todoEvents.onLoaded.label': '組件加載完成',
28
+ 'mobile.busiComp.todoEvents.useEffect.label': '業務組件狀態變化後',
29
+ 'mobile.busiComp.todoEvents.willUnmount.label': '組件卸載',
30
+ // todoProps
31
+ 'mobile.busiComp.todoProps.pageName.label': '名稱',
32
+ 'mobile.busiComp.todoProps.pageName.groupsName': '基礎',
33
+ 'mobile.busiComp.todoProps.catalogItemId.label': '分組',
34
+ 'mobile.busiComp.todoProps.catalogItemId.groupsName': '基礎',
35
+ 'mobile.busiComp.todoProps.compState.label': '組件狀態',
36
+ 'mobile.busiComp.todoProps.compState.groupsName': '組件狀態',
37
+ 'mobile.busiComp.todoProps.compFunc.label': '方法',
38
+ 'mobile.busiComp.todoProps.compFunc.groupsName': '方法',
39
+ 'mobile.busiComp.todoProps.compFunc.props.codeLabel': '方法編碼',
40
+ 'mobile.busiComp.todoProps.compFunc.props.nameLabel': '方法名稱',
41
+ // mobile/page
42
+ 'mobile.page.label': '頁面',
43
+ 'mobile.page.props.searchParams.0.name': '業務主鍵',
44
+ 'mobile.page.props.searchParams.1.name': '業務場景',
45
+ 'mobile.page.props.searchParams.2.name': '業務數據',
46
+ // mobile/page todoActionList.previewFile
47
+ 'mobile.page.todoActionList.previewFile.label': '文件預覽',
48
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
49
+ 'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
50
+ 'mobile.page.todoActionList.previewFile.classification.page.label': '頁面類',
51
+ // mobile/page todoEvents
52
+ 'mobile.page.todoEvents.useEffect.label': '頁面加載完成',
53
+ 'mobile.page.todoEvents.stateChange.label': '組件狀態變化後',
54
+ 'mobile.page.todoEvents.willUnmount.label': '頁面退出',
55
+ 'mobile.page.todoEvents.onLeftClick.label': '頁面返回點擊事件',
56
+ 'mobile.page.todoEvents.otherPageMessage.label': '接收頁面信息',
57
+ 'mobile.page.todoEvents.otherPageMessage.params.0.title': '接收數據信息',
58
+ 'mobile.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
59
+ 'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
60
+ 'mobile.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
61
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
62
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
63
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
64
+ 'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
65
+ 'mobile.page.todoEvents.pageGetWeChatCode.label': '獲取微信授權信息',
66
+ 'mobile.page.todoEvents.pageGetWeChatCode.params.0.title': '結果詳情',
67
+ '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---只有在用戶將公眾號綁定到微信開放平台賬號後,才會出現該字段。',
68
+ 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.label': '場景描述',
69
+ 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': '在申請微信用戶信息授權成功後(動作事件-申請微信用戶信息授權),調用該方法獲取微信用戶信息,包括用戶的頭像、暱稱、性別、地區、語言等信息',
70
+ // mobile/page todoProps
71
+ 'mobile.page.todoProps.pageName.label': '名稱',
72
+ 'mobile.page.todoProps.pageName.groupsName': '基礎',
73
+ 'mobile.page.todoProps.pagePath.label': '路徑',
74
+ 'mobile.page.todoProps.pagePath.groupsName': '基礎',
75
+ 'mobile.page.todoProps.pagePath.props.placeholder': '如:/user/list',
76
+ 'mobile.page.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
77
+ 'mobile.page.todoProps.pageTitle.label': '頁面標題',
78
+ 'mobile.page.todoProps.pageTitle.groupsName': '基礎',
79
+ 'mobile.page.todoProps.pageTitle.props.description': '適用場景:當前頁面需要動態更改頁面名稱的時候,可通過表達式進行綁定。默認名稱',
80
+ 'mobile.page.todoProps.catalogItemId.label': '分組',
81
+ 'mobile.page.todoProps.catalogItemId.groupsName': '基礎',
82
+ 'mobile.page.todoProps.scenarioList.label': '適用場景',
83
+ 'mobile.page.todoProps.scenarioList.groupsName': '基礎',
84
+ 'mobile.page.todoProps.remark.label': '描述',
85
+ 'mobile.page.todoProps.remark.groupsName': '基礎',
86
+ 'mobile.page.todoProps.chooseFuncComp.label': '功能組件',
87
+ 'mobile.page.todoProps.chooseFuncComp.groupsName': '基礎',
88
+ 'mobile.page.todoProps.ignoreLogin.label': '免登錄',
89
+ 'mobile.page.todoProps.ignoreLogin.groupsName': '基礎',
90
+ 'mobile.page.todoProps.pageDynamicFlag.label': '頁面緩存',
91
+ 'mobile.page.todoProps.pageDynamicFlag.groupsName': '基礎',
92
+ 'mobile.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
93
+ 'mobile.page.todoProps.isMenu.label': '設置為菜單',
94
+ 'mobile.page.todoProps.isMenu.groupsName': '基礎',
95
+ 'mobile.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
96
+ 'mobile.page.todoProps.labels.label': '標簽',
97
+ 'mobile.page.todoProps.labels.groupsName': '基礎',
98
+ 'mobile.page.todoProps.compState.label': '組件狀態',
99
+ 'mobile.page.todoProps.compState.groupsName': '組件狀態',
100
+ 'mobile.page.todoProps.searchParams.label': 'url參數',
101
+ 'mobile.page.todoProps.searchParams.groupsName': 'URL參數',
102
+ 'mobile.page.todoProps.routerData.label': '路由數據',
103
+ 'mobile.page.todoProps.routerData.groupsName': '路由數據',
104
+ 'mobile.page.todoProps.hideNavBar.label': '隱藏導航條',
105
+ 'mobile.page.todoProps.hideNavBar.groupsName': '其他',
106
+ // mobile/page todoStyles
107
+ 'mobile.page.todoStyles.backgroundType.groupsName': '導航欄背景',
108
+ 'mobile.page.todoStyles.backgroundType.label': '填充類型',
109
+ 'mobile.page.todoStyles.colorType.groupsName': '標題&返回鍵顏色',
110
+ 'mobile.page.todoStyles.colorType.label': '填充類型',
111
+ // mobile/modal
112
+ 'mobile.modal.label': '彈窗',
113
+ 'mobile.modal.props.compState.0.name': '業務主鍵',
114
+ 'mobile.modal.props.compState.1.name': '業務場景',
115
+ // mobile/modal todoActionList.previewFile
116
+ 'mobile.modal.todoActionList.previewFile.label': '文件預覽',
117
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
118
+ 'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
119
+ 'mobile.modal.todoActionList.previewFile.classification.page.label': '頁面類',
120
+ // mobile/modal todoEvents
121
+ 'mobile.modal.todoEvents.useEffect.label': '彈窗打開後',
122
+ 'mobile.modal.todoEvents.stateChange.label': '組件狀態變化後',
123
+ 'mobile.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
124
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
125
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
126
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
127
+ 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
128
+ // mobile/modal todoProps
129
+ 'mobile.modal.todoProps.pageName.label': '名稱',
130
+ 'mobile.modal.todoProps.pageName.groupsName': '基礎',
131
+ 'mobile.modal.todoProps.pagePath.label': '路徑',
132
+ 'mobile.modal.todoProps.pagePath.groupsName': '基礎',
133
+ 'mobile.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
134
+ 'mobile.modal.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
135
+ 'mobile.modal.todoProps.catalogItemId.label': '分組',
136
+ 'mobile.modal.todoProps.catalogItemId.groupsName': '基礎',
137
+ 'mobile.modal.todoProps.scenarioList.label': '適用場景',
138
+ 'mobile.modal.todoProps.scenarioList.groupsName': '基礎',
139
+ 'mobile.modal.todoProps.mode.label': '顯示模式',
140
+ 'mobile.modal.todoProps.mode.groupsName': '基礎',
141
+ 'mobile.modal.todoProps.mode.props.options.0.title': '彈窗',
142
+ 'mobile.modal.todoProps.mode.props.options.1.title': '浮層',
143
+ 'mobile.modal.todoProps.mode.props.options.2.title': '下拉',
144
+ 'mobile.modal.todoProps.mode.props.options.3.title': '從左側滑出',
145
+ 'mobile.modal.todoProps.mode.props.options.4.title': '從右側滑出',
146
+ 'mobile.modal.todoProps.width.label': '寬度',
147
+ 'mobile.modal.todoProps.width.groupsName': '基礎',
148
+ 'mobile.modal.todoProps.width.props.option.0.label': '像素(px)',
149
+ 'mobile.modal.todoProps.width.props.option.1.label': '百分比(%)',
150
+ 'mobile.modal.todoProps.width.props.option.2.label': '視口寬度(vw)',
151
+ 'mobile.modal.todoProps.height.label': '高度',
152
+ 'mobile.modal.todoProps.height.groupsName': '基礎',
153
+ 'mobile.modal.todoProps.height.props.option.0.label': '像素(px)',
154
+ 'mobile.modal.todoProps.height.props.option.1.label': '百分比(%)',
155
+ 'mobile.modal.todoProps.height.props.option.2.label': '視口高度(vh)',
156
+ 'mobile.modal.todoProps.closeOnClickOverlay.label': '關閉方式',
157
+ 'mobile.modal.todoProps.closeOnClickOverlay.groupsName': '基礎',
158
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
159
+ 'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
160
+ 'mobile.modal.todoProps.destroyOnClose.label': '關閉後銷毀',
161
+ 'mobile.modal.todoProps.destroyOnClose.groupsName': '基礎',
162
+ 'mobile.modal.todoProps.showCloseButton.label': '顯示關閉按鈕',
163
+ 'mobile.modal.todoProps.showCloseButton.groupsName': '基礎',
164
+ 'mobile.modal.todoProps.ignoreLogin.label': '免登錄',
165
+ 'mobile.modal.todoProps.ignoreLogin.groupsName': '基礎',
166
+ 'mobile.modal.todoProps.labels.label': '標簽',
167
+ 'mobile.modal.todoProps.labels.groupsName': '基礎',
168
+ 'mobile.modal.todoProps.compState.label': '組件狀態',
169
+ 'mobile.modal.todoProps.compState.groupsName': '組件狀態',
170
+ // mobile/popover
171
+ 'mobile.popover.label': '浮窗',
172
+ 'mobile.popover.props.searchParams.0.name': '業務主鍵',
173
+ 'mobile.popover.props.searchParams.1.name': '業務場景',
174
+ 'mobile.popover.props.searchParams.2.name': '業務數據',
175
+ // mobile/popover todoActionList.previewFile
176
+ 'mobile.popover.todoActionList.previewFile.label': '文件預覽',
177
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
178
+ 'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
179
+ 'mobile.popover.todoActionList.previewFile.classification.page.label': '頁面類',
180
+ // mobile/popover todoEvents
181
+ 'mobile.popover.todoEvents.stateChange.label': '組件狀態變化後',
182
+ 'mobile.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
183
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
184
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
185
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
186
+ 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
187
+ // mobile/popover todoProps
188
+ 'mobile.popover.todoProps.pageName.label': '名稱',
189
+ 'mobile.popover.todoProps.pageName.groupsName': '基礎',
190
+ 'mobile.popover.todoProps.pagePath.label': '路徑',
191
+ 'mobile.popover.todoProps.pagePath.groupsName': '基礎',
192
+ 'mobile.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
193
+ 'mobile.popover.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
194
+ 'mobile.popover.todoProps.catalogItemId.label': '分組',
195
+ 'mobile.popover.todoProps.catalogItemId.groupsName': '基礎',
196
+ 'mobile.popover.todoProps.remark.label': '描述',
197
+ 'mobile.popover.todoProps.remark.groupsName': '基礎',
198
+ 'mobile.popover.todoProps.ignoreLogin.label': '免登錄',
199
+ 'mobile.popover.todoProps.ignoreLogin.groupsName': '基礎',
200
+ 'mobile.popover.todoProps.labels.label': '標簽',
201
+ 'mobile.popover.todoProps.labels.groupsName': '基礎',
202
+ 'mobile.popover.todoProps.compState.label': '組件狀態',
203
+ 'mobile.popover.todoProps.compState.groupsName': '組件狀態'
204
+ };
205
+ var _default = exports.default = mobileZhHK;
@@ -0,0 +1,2 @@
1
+ export declare const pcZhHK: Record<string, string>;
2
+ export default pcZhHK;
@@ -0,0 +1,391 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.pcZhHK = exports.default = void 0;
7
+ var pcZhHK = exports.pcZhHK = {
8
+ // pc/BusiComp
9
+ 'pc.busiComp.label': '業務組件',
10
+ 'pc.busiComp.props.searchParams.0.name': '業務主鍵',
11
+ 'pc.busiComp.props.searchParams.1.name': '業務場景',
12
+ 'pc.busiComp.props.searchParams.2.name': '業務數據',
13
+ // pc todoActionList.showMessage
14
+ 'pc.busiComp.todoActionList.showMessage.label': '消息提示',
15
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.label': '類型',
16
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
17
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
18
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
19
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
20
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
21
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
22
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
23
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.value.label': '內容',
24
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
25
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
26
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
27
+ 'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
28
+ 'pc.busiComp.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
29
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.label': '注意事項',
30
+ 'pc.busiComp.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
31
+ // pc todoActionList.previewFile
32
+ 'pc.busiComp.todoActionList.previewFile.label': '文件預覽',
33
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
34
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
35
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
36
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
37
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
38
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
39
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
40
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
41
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
42
+ 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
43
+ 'pc.busiComp.todoActionList.previewFile.classification.page.label': '頁面類',
44
+ // pc todoActionList.callNotStatedCustomFunc
45
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': '調用未聲明自定義事件',
46
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': '事件',
47
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': '刷新',
48
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': '事件入參',
49
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': '數據通信',
50
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': '注意事項',
51
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
52
+ // pc todoEvents
53
+ 'pc.busiComp.todoEvents.onLoaded.label': '組件加載完成',
54
+ 'pc.busiComp.todoEvents.useEffect.label': '業務組件狀態變化後',
55
+ 'pc.busiComp.todoEvents.willUnmount.label': '組件卸載',
56
+ // pc todoProps
57
+ 'pc.busiComp.todoProps.pageName.label': '名稱',
58
+ 'pc.busiComp.todoProps.pageName.groupsName': '基礎',
59
+ 'pc.busiComp.todoProps.catalogItemId.label': '分組',
60
+ 'pc.busiComp.todoProps.catalogItemId.groupsName': '基礎',
61
+ 'pc.busiComp.todoProps.compState.label': '組件狀態',
62
+ 'pc.busiComp.todoProps.compState.groupsName': '組件狀態',
63
+ 'pc.busiComp.todoProps.compFunc.label': '方法',
64
+ 'pc.busiComp.todoProps.compFunc.groupsName': '方法',
65
+ 'pc.busiComp.todoProps.compFunc.props.codeLabel': '方法編碼',
66
+ 'pc.busiComp.todoProps.compFunc.props.nameLabel': '方法名稱',
67
+ // pc/page
68
+ 'pc.page.label': '頁面',
69
+ 'pc.page.props.searchParams.0.name': '業務主鍵',
70
+ 'pc.page.props.searchParams.1.name': '業務場景',
71
+ 'pc.page.props.searchParams.2.name': '業務數據',
72
+ // pc/page todoActionList.showMessage
73
+ 'pc.page.todoActionList.showMessage.label': '消息提示',
74
+ 'pc.page.todoActionList.showMessage.todoOptions.type.label': '類型',
75
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
76
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
77
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
78
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
79
+ 'pc.page.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
80
+ 'pc.page.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
81
+ 'pc.page.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
82
+ 'pc.page.todoActionList.showMessage.todoOptions.value.label': '內容',
83
+ 'pc.page.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
84
+ 'pc.page.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
85
+ 'pc.page.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
86
+ 'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
87
+ 'pc.page.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
88
+ 'pc.page.todoActionList.showMessage.remarks.0.label': '注意事項',
89
+ 'pc.page.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
90
+ // pc/page todoActionList.previewFile
91
+ 'pc.page.todoActionList.previewFile.label': '文件預覽',
92
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
93
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
94
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
95
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
96
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
97
+ 'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
98
+ 'pc.page.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
99
+ 'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
100
+ 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
101
+ 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
102
+ 'pc.page.todoActionList.previewFile.classification.page.label': '頁面類',
103
+ // pc/page todoEvents
104
+ 'pc.page.todoEvents.useEffect.label': '頁面加載完成',
105
+ 'pc.page.todoEvents.stateChange.label': '組件狀態變化後',
106
+ 'pc.page.todoEvents.willUnmount.label': '頁面退出',
107
+ 'pc.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
108
+ 'pc.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
109
+ 'pc.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
110
+ 'pc.page.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
111
+ 'pc.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
112
+ 'pc.page.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
113
+ 'pc.page.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
114
+ // pc/page todoProps
115
+ 'pc.page.todoProps.pageName.label': '名稱',
116
+ 'pc.page.todoProps.pageName.groupsName': '基礎',
117
+ 'pc.page.todoProps.pagePath.label': '路徑',
118
+ 'pc.page.todoProps.pagePath.groupsName': '基礎',
119
+ 'pc.page.todoProps.pagePath.props.placeholder': '如:/user/list',
120
+ 'pc.page.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
121
+ 'pc.page.todoProps.catalogItemId.label': '分組',
122
+ 'pc.page.todoProps.catalogItemId.groupsName': '基礎',
123
+ 'pc.page.todoProps.scenarioList.label': '適用場景',
124
+ 'pc.page.todoProps.scenarioList.groupsName': '基礎',
125
+ 'pc.page.todoProps.remark.label': '描述',
126
+ 'pc.page.todoProps.remark.groupsName': '基礎',
127
+ 'pc.page.todoProps.chooseFuncComp.label': '功能組件',
128
+ 'pc.page.todoProps.chooseFuncComp.groupsName': '基礎',
129
+ 'pc.page.todoProps.ignoreLogin.label': '免登錄',
130
+ 'pc.page.todoProps.ignoreLogin.groupsName': '基礎',
131
+ 'pc.page.todoProps.pageDynamicFlag.label': '頁面緩存',
132
+ 'pc.page.todoProps.pageDynamicFlag.groupsName': '基礎',
133
+ 'pc.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
134
+ 'pc.page.todoProps.isMenu.label': '設置為菜單',
135
+ 'pc.page.todoProps.isMenu.groupsName': '基礎',
136
+ 'pc.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
137
+ 'pc.page.todoProps.labels.label': '標簽',
138
+ 'pc.page.todoProps.labels.groupsName': '基礎',
139
+ 'pc.page.todoProps.compState.label': '組件狀態',
140
+ 'pc.page.todoProps.compState.groupsName': '組件狀態',
141
+ 'pc.page.todoProps.searchParams.label': 'url參數',
142
+ 'pc.page.todoProps.searchParams.groupsName': 'URL參數',
143
+ 'pc.page.todoProps.routerData.label': '路由數據',
144
+ 'pc.page.todoProps.routerData.groupsName': '路由數據',
145
+ // pc/modal
146
+ 'pc.modal.label': '彈窗',
147
+ 'pc.modal.props.compState.0.name': '業務主鍵',
148
+ 'pc.modal.props.compState.1.name': '業務場景',
149
+ 'pc.modal.props.compState.2.name': '業務數據',
150
+ // pc/modal todoActionList.showMessage
151
+ 'pc.modal.todoActionList.showMessage.label': '消息提示',
152
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.label': '類型',
153
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
154
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
155
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
156
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
157
+ 'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
158
+ 'pc.modal.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
159
+ 'pc.modal.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
160
+ 'pc.modal.todoActionList.showMessage.todoOptions.value.label': '內容',
161
+ 'pc.modal.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
162
+ 'pc.modal.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
163
+ 'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
164
+ 'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
165
+ 'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
166
+ 'pc.modal.todoActionList.showMessage.remarks.0.label': '注意事項',
167
+ 'pc.modal.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
168
+ // pc/modal todoActionList.previewFile
169
+ 'pc.modal.todoActionList.previewFile.label': '文件預覽',
170
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
171
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
172
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
173
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
174
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
175
+ 'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
176
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
177
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
178
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
179
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
180
+ 'pc.modal.todoActionList.previewFile.classification.page.label': '頁面類',
181
+ // pc/modal todoEvents
182
+ 'pc.modal.todoEvents.useEffect.label': '彈窗打開後',
183
+ 'pc.modal.todoEvents.willUnmount.label': '彈窗關閉前',
184
+ 'pc.modal.todoEvents.onOk.label': '點擊確認',
185
+ 'pc.modal.todoEvents.onCancel.label': '點擊取消',
186
+ 'pc.modal.todoEvents.stateChange.label': '組件狀態變化後',
187
+ 'pc.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
188
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
189
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
190
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
191
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
192
+ // pc/modal todoProps
193
+ 'pc.modal.todoProps.pageName.label': '名稱',
194
+ 'pc.modal.todoProps.pageName.groupsName': '基礎',
195
+ 'pc.modal.todoProps.pagePath.label': '路徑',
196
+ 'pc.modal.todoProps.pagePath.groupsName': '基礎',
197
+ 'pc.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
198
+ 'pc.modal.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
199
+ 'pc.modal.todoProps.catalogItemId.label': '分組',
200
+ 'pc.modal.todoProps.catalogItemId.groupsName': '基礎',
201
+ 'pc.modal.todoProps.modalTitle.label': '彈窗標題',
202
+ 'pc.modal.todoProps.modalTitle.groupsName': '基礎',
203
+ 'pc.modal.todoProps.width.label': '彈窗大小',
204
+ 'pc.modal.todoProps.width.groupsName': '基礎',
205
+ 'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
206
+ 'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
207
+ 'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
208
+ 'pc.modal.todoProps.width.props.options.3.title': 'xl(1200*auto)',
209
+ 'pc.modal.todoProps.width.props.options.4.title': '自定義',
210
+ 'pc.modal.todoProps.customWidth.label': '寬度',
211
+ 'pc.modal.todoProps.customWidth.groupsName': '基礎',
212
+ 'pc.modal.todoProps.customHeight.label': '高度',
213
+ 'pc.modal.todoProps.customHeight.groupsName': '基礎',
214
+ 'pc.modal.todoProps.footer.label': '底部內容',
215
+ 'pc.modal.todoProps.footer.groupsName': '基礎',
216
+ 'pc.modal.todoProps.footer.props.options.0.title': '顯示',
217
+ 'pc.modal.todoProps.footer.props.options.1.title': '隱藏',
218
+ 'pc.modal.todoProps.okText.label': '主按鈕文本',
219
+ 'pc.modal.todoProps.okText.groupsName': '基礎',
220
+ 'pc.modal.todoProps.cancelText.label': '次按鈕文本',
221
+ 'pc.modal.todoProps.cancelText.groupsName': '基礎',
222
+ 'pc.modal.todoProps.scenarioList.label': '適用場景',
223
+ 'pc.modal.todoProps.scenarioList.groupsName': '基礎',
224
+ 'pc.modal.todoProps.closeOnClickOverlay.label': '關閉方式',
225
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
226
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
227
+ 'pc.modal.todoProps.ignoreLogin.label': '免登錄',
228
+ 'pc.modal.todoProps.ignoreLogin.groupsName': '基礎',
229
+ 'pc.modal.todoProps.labels.label': '標簽',
230
+ 'pc.modal.todoProps.labels.groupsName': '基礎',
231
+ 'pc.modal.todoProps.compState.label': '組件狀態',
232
+ 'pc.modal.todoProps.compState.groupsName': '組件狀態',
233
+ // pc/drawer
234
+ 'pc.drawer.label': '抽屜',
235
+ 'pc.drawer.props.compState.0.name': '業務主鍵',
236
+ 'pc.drawer.props.compState.1.name': '業務場景',
237
+ 'pc.drawer.props.compState.2.name': '業務數據',
238
+ // pc/drawer todoActionList.showMessage
239
+ 'pc.drawer.todoActionList.showMessage.label': '消息提示',
240
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.label': '類型',
241
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
242
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
243
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
244
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
245
+ 'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
246
+ 'pc.drawer.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
247
+ 'pc.drawer.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
248
+ 'pc.drawer.todoActionList.showMessage.todoOptions.value.label': '內容',
249
+ 'pc.drawer.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
250
+ 'pc.drawer.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
251
+ 'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
252
+ 'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
253
+ 'pc.drawer.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
254
+ 'pc.drawer.todoActionList.showMessage.remarks.0.label': '注意事項',
255
+ 'pc.drawer.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
256
+ // pc/drawer todoActionList.previewFile
257
+ 'pc.drawer.todoActionList.previewFile.label': '文件預覽',
258
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
259
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
260
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
261
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
262
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
263
+ 'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
264
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
265
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
266
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
267
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
268
+ 'pc.drawer.todoActionList.previewFile.classification.page.label': '頁面類',
269
+ // pc/drawer todoEvents
270
+ 'pc.drawer.todoEvents.useEffect.label': '推拉門打開後',
271
+ 'pc.drawer.todoEvents.onOk.label': '點擊確認',
272
+ 'pc.drawer.todoEvents.onCancel.label': '點擊取消',
273
+ 'pc.drawer.todoEvents.stateChange.label': '組件狀態變化後',
274
+ 'pc.drawer.todoEvents.willUnmount.label': '推拉門關閉前',
275
+ 'pc.drawer.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
276
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
277
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
278
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
279
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
280
+ // pc/drawer todoProps
281
+ 'pc.drawer.todoProps.pageName.label': '名稱',
282
+ 'pc.drawer.todoProps.pageName.groupsName': '基礎',
283
+ 'pc.drawer.todoProps.pagePath.label': '路徑',
284
+ 'pc.drawer.todoProps.pagePath.groupsName': '基礎',
285
+ 'pc.drawer.todoProps.pagePath.props.placeholder': '如:/user/list',
286
+ 'pc.drawer.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
287
+ 'pc.drawer.todoProps.catalogItemId.label': '分組',
288
+ 'pc.drawer.todoProps.catalogItemId.groupsName': '基礎',
289
+ 'pc.drawer.todoProps.drawerTitle.label': '推拉門標題',
290
+ 'pc.drawer.todoProps.drawerTitle.groupsName': '基礎',
291
+ 'pc.drawer.todoProps.placement.label': '抽屜方向',
292
+ 'pc.drawer.todoProps.placement.groupsName': '基礎',
293
+ 'pc.drawer.todoProps.placement.props.options.0.title': '上',
294
+ 'pc.drawer.todoProps.placement.props.options.1.title': '右',
295
+ 'pc.drawer.todoProps.placement.props.options.2.title': '下',
296
+ 'pc.drawer.todoProps.placement.props.options.3.title': '左',
297
+ 'pc.drawer.todoProps.width.label': '推拉門寬度',
298
+ 'pc.drawer.todoProps.width.groupsName': '基礎',
299
+ 'pc.drawer.todoProps.width.props.options.0.title': 's',
300
+ 'pc.drawer.todoProps.width.props.options.1.title': 'm',
301
+ 'pc.drawer.todoProps.width.props.options.2.title': 'l',
302
+ 'pc.drawer.todoProps.width.props.options.3.title': 'xl',
303
+ 'pc.drawer.todoProps.height.label': '推拉門高度',
304
+ 'pc.drawer.todoProps.height.groupsName': '基礎',
305
+ 'pc.drawer.todoProps.height.props.options.0.title': 's',
306
+ 'pc.drawer.todoProps.height.props.options.1.title': 'm',
307
+ 'pc.drawer.todoProps.height.props.options.2.title': 'l',
308
+ 'pc.drawer.todoProps.height.props.options.3.title': 'xl',
309
+ 'pc.drawer.todoProps.footer.label': '底部內容',
310
+ 'pc.drawer.todoProps.footer.groupsName': '基礎',
311
+ 'pc.drawer.todoProps.footer.props.options.0.title': '顯示',
312
+ 'pc.drawer.todoProps.footer.props.options.1.title': '隱藏',
313
+ 'pc.drawer.todoProps.okText.label': '主按鈕文本',
314
+ 'pc.drawer.todoProps.okText.groupsName': '基礎',
315
+ 'pc.drawer.todoProps.cancelText.label': '次按鈕文本',
316
+ 'pc.drawer.todoProps.cancelText.groupsName': '基礎',
317
+ 'pc.drawer.todoProps.scenarioList.label': '適用場景',
318
+ 'pc.drawer.todoProps.scenarioList.groupsName': '基礎',
319
+ 'pc.drawer.todoProps.closeOnClickOverlay.label': '關閉方式',
320
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
321
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
322
+ 'pc.drawer.todoProps.ignoreLogin.label': '免登錄',
323
+ 'pc.drawer.todoProps.ignoreLogin.groupsName': '基礎',
324
+ 'pc.drawer.todoProps.labels.label': '標簽',
325
+ 'pc.drawer.todoProps.labels.groupsName': '基礎',
326
+ 'pc.drawer.todoProps.compState.label': '組件狀態',
327
+ 'pc.drawer.todoProps.compState.groupsName': '組件狀態',
328
+ // pc/popover
329
+ 'pc.popover.label': '氣泡卡片',
330
+ 'pc.popover.props.compState.0.name': '業務主鍵',
331
+ // pc/popover todoActionList.showMessage
332
+ 'pc.popover.todoActionList.showMessage.label': '消息提示',
333
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.label': '類型',
334
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
335
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
336
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
337
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
338
+ 'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
339
+ 'pc.popover.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
340
+ 'pc.popover.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
341
+ 'pc.popover.todoActionList.showMessage.todoOptions.value.label': '內容',
342
+ 'pc.popover.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
343
+ 'pc.popover.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
344
+ 'pc.popover.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
345
+ 'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
346
+ 'pc.popover.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
347
+ 'pc.popover.todoActionList.showMessage.remarks.0.label': '注意事項',
348
+ 'pc.popover.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
349
+ // pc/popover todoActionList.previewFile
350
+ 'pc.popover.todoActionList.previewFile.label': '文件預覽',
351
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
352
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
353
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
354
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
355
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
356
+ 'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
357
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
358
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
359
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
360
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
361
+ 'pc.popover.todoActionList.previewFile.classification.page.label': '頁面類',
362
+ // pc/popover todoEvents
363
+ 'pc.popover.todoEvents.useEffect.label': '浮窗加載完成',
364
+ 'pc.popover.todoEvents.stateChange.label': '組件狀態變化後',
365
+ 'pc.popover.todoEvents.willUnmount.label': '浮窗關閉',
366
+ 'pc.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
367
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
368
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
369
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
370
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
371
+ // pc/popover todoProps
372
+ 'pc.popover.todoProps.showTitle.label': '顯示標題',
373
+ 'pc.popover.todoProps.showTitle.groupsName': '基礎',
374
+ 'pc.popover.todoProps.pageName.label': '名稱',
375
+ 'pc.popover.todoProps.pageName.groupsName': '基礎',
376
+ 'pc.popover.todoProps.pagePath.label': '路徑',
377
+ 'pc.popover.todoProps.pagePath.groupsName': '基礎',
378
+ 'pc.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
379
+ 'pc.popover.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
380
+ 'pc.popover.todoProps.catalogItemId.label': '分組',
381
+ 'pc.popover.todoProps.catalogItemId.groupsName': '基礎',
382
+ 'pc.popover.todoProps.scenarioList.label': '適用場景',
383
+ 'pc.popover.todoProps.scenarioList.groupsName': '基礎',
384
+ 'pc.popover.todoProps.ignoreLogin.label': '免登錄',
385
+ 'pc.popover.todoProps.ignoreLogin.groupsName': '基礎',
386
+ 'pc.popover.todoProps.labels.label': '標簽',
387
+ 'pc.popover.todoProps.labels.groupsName': '基礎',
388
+ 'pc.popover.todoProps.compState.label': '組件狀態',
389
+ 'pc.popover.todoProps.compState.groupsName': '組件狀態'
390
+ };
391
+ var _default = exports.default = pcZhHK;
@@ -0,0 +1,2 @@
1
+ export declare const todoActionListZhHK: Record<string, string>;
2
+ export default todoActionListZhHK;