@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  2. package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  3. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  4. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  5. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  6. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  7. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  8. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  9. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  10. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  11. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  12. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  13. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  14. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  15. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  16. package/es/rootConfig/mobile/BusiComp.js +22 -22
  17. package/es/rootConfig/mobile/MobileModal.js +38 -38
  18. package/es/rootConfig/mobile/MobilePopover.js +22 -22
  19. package/es/rootConfig/mobile/page.js +42 -42
  20. package/es/rootConfig/pc/BusiComp.js +41 -41
  21. package/es/rootConfig/pc/Drawer.js +64 -64
  22. package/es/rootConfig/pc/Modal.js +63 -63
  23. package/es/rootConfig/pc/Popover.js +42 -42
  24. package/es/rootConfig/pc/page.js +55 -55
  25. package/es/rootConfig/todoActionList.js +691 -691
  26. package/es/rootConfig/todoCallback.js +9 -9
  27. package/es/rootConfig/todoOptionList.js +203 -203
  28. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  29. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  30. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  31. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  32. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  33. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  34. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  35. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  36. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  37. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  38. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  39. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  40. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  41. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  42. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  43. package/lib/rootConfig/mobile/BusiComp.js +22 -22
  44. package/lib/rootConfig/mobile/MobileModal.js +38 -38
  45. package/lib/rootConfig/mobile/MobilePopover.js +22 -22
  46. package/lib/rootConfig/mobile/page.js +42 -42
  47. package/lib/rootConfig/pc/BusiComp.js +41 -41
  48. package/lib/rootConfig/pc/Drawer.js +64 -64
  49. package/lib/rootConfig/pc/Modal.js +63 -63
  50. package/lib/rootConfig/pc/Popover.js +42 -42
  51. package/lib/rootConfig/pc/page.js +55 -55
  52. package/lib/rootConfig/todoActionList.js +691 -691
  53. package/lib/rootConfig/todoCallback.js +9 -9
  54. package/lib/rootConfig/todoOptionList.js +203 -203
  55. package/package.json +1 -1
@@ -5,387 +5,176 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.pcZhHK = exports.default = void 0;
7
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
8
  'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
27
9
  'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
28
10
  'pc.busiComp.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
29
- 'pc.busiComp.todoActionList.showMessage.remarks.0.label': '注意事項',
30
11
  'pc.busiComp.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
31
- // pc todoActionList.previewFile
32
- 'pc.busiComp.todoActionList.previewFile.label': '文件預覽',
33
12
  'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
34
13
  '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
14
  'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
41
- 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
42
15
  'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
43
- 'pc.busiComp.todoActionList.previewFile.classification.page.label': '頁面類',
44
- // pc todoActionList.callNotStatedCustomFunc
45
16
  '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
17
  'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
52
- // pc todoEvents
53
18
  'pc.busiComp.todoEvents.onLoaded.label': '組件加載完成',
54
19
  '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
20
  'pc.page.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
86
21
  'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
87
22
  'pc.page.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
88
- 'pc.page.todoActionList.showMessage.remarks.0.label': '注意事項',
89
23
  'pc.page.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
90
- // pc/page todoActionList.previewFile
91
- 'pc.page.todoActionList.previewFile.label': '文件預覽',
92
24
  'pc.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
93
25
  '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
26
  'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
100
- 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
101
27
  'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
102
- 'pc.page.todoActionList.previewFile.classification.page.label': '頁面類',
103
- // pc/page todoEvents
104
28
  'pc.page.todoEvents.useEffect.label': '頁面加載完成',
105
29
  'pc.page.todoEvents.stateChange.label': '組件狀態變化後',
106
- 'pc.page.todoEvents.willUnmount.label': '頁面退出',
107
30
  'pc.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
108
31
  'pc.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
109
32
  'pc.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
110
- 'pc.page.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
111
33
  'pc.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
112
- 'pc.page.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
113
34
  '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
35
  'pc.page.todoProps.pagePath.props.placeholder': '如:/user/list',
120
36
  '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
37
  'pc.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
134
- 'pc.page.todoProps.isMenu.label': '設置為菜單',
135
- 'pc.page.todoProps.isMenu.groupsName': '基礎',
136
38
  '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
39
  'pc.page.todoProps.searchParams.label': 'url參數',
142
40
  '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
41
  'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
164
42
  'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
165
43
  'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
166
- 'pc.modal.todoActionList.showMessage.remarks.0.label': '注意事項',
167
44
  'pc.modal.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
168
- // pc/modal todoActionList.previewFile
169
- 'pc.modal.todoActionList.previewFile.label': '文件預覽',
170
45
  'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
171
46
  '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
47
  'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
178
- 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
179
48
  '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
49
  'pc.modal.todoEvents.stateChange.label': '組件狀態變化後',
187
50
  'pc.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
188
- 'pc.modal.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
189
51
  'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
190
- 'pc.modal.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
191
52
  '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
53
  'pc.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
198
54
  '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
55
  'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
206
56
  'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
207
57
  'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
208
58
  '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
59
  'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
226
60
  '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
61
  'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
252
62
  'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
253
63
  'pc.drawer.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
254
- 'pc.drawer.todoActionList.showMessage.remarks.0.label': '注意事項',
255
64
  'pc.drawer.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
256
- // pc/drawer todoActionList.previewFile
257
- 'pc.drawer.todoActionList.previewFile.label': '文件預覽',
258
65
  'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
259
66
  '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
67
  'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
266
- 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
267
68
  'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
268
- 'pc.drawer.todoActionList.previewFile.classification.page.label': '頁面類',
269
- // pc/drawer todoEvents
270
69
  'pc.drawer.todoEvents.useEffect.label': '推拉門打開後',
271
- 'pc.drawer.todoEvents.onOk.label': '點擊確認',
272
- 'pc.drawer.todoEvents.onCancel.label': '點擊取消',
273
70
  'pc.drawer.todoEvents.stateChange.label': '組件狀態變化後',
274
71
  'pc.drawer.todoEvents.willUnmount.label': '推拉門關閉前',
275
72
  'pc.drawer.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
276
- 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
277
73
  'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
278
- 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
279
74
  '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
75
  'pc.drawer.todoProps.pagePath.props.placeholder': '如:/user/list',
286
76
  '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
77
  'pc.drawer.todoProps.width.props.options.0.title': 's',
300
78
  'pc.drawer.todoProps.width.props.options.1.title': 'm',
301
79
  'pc.drawer.todoProps.width.props.options.2.title': 'l',
302
80
  'pc.drawer.todoProps.width.props.options.3.title': 'xl',
303
- 'pc.drawer.todoProps.height.label': '推拉門高度',
304
- 'pc.drawer.todoProps.height.groupsName': '基礎',
305
81
  'pc.drawer.todoProps.height.props.options.0.title': 's',
306
82
  'pc.drawer.todoProps.height.props.options.1.title': 'm',
307
83
  'pc.drawer.todoProps.height.props.options.2.title': 'l',
308
84
  '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
85
  'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
321
86
  '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
87
  'pc.popover.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
345
88
  'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
346
89
  'pc.popover.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
347
- 'pc.popover.todoActionList.showMessage.remarks.0.label': '注意事項',
348
90
  'pc.popover.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
349
- // pc/popover todoActionList.previewFile
350
- 'pc.popover.todoActionList.previewFile.label': '文件預覽',
351
91
  'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
352
92
  '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
93
  'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
359
- 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
360
94
  'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
361
- 'pc.popover.todoActionList.previewFile.classification.page.label': '頁面類',
362
- // pc/popover todoEvents
363
95
  'pc.popover.todoEvents.useEffect.label': '浮窗加載完成',
364
96
  'pc.popover.todoEvents.stateChange.label': '組件狀態變化後',
365
- 'pc.popover.todoEvents.willUnmount.label': '浮窗關閉',
366
97
  'pc.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
367
- 'pc.popover.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
368
98
  'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
369
- 'pc.popover.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
370
99
  '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
100
  'pc.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
379
101
  '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': '組件狀態'
102
+ 业务组件: '業務組件',
103
+ 业务主键: '業務主鍵',
104
+ 业务场景: '業務場景',
105
+ 业务数据: '業務數據',
106
+ 消息提示: '消息提示',
107
+ 类型: '類型',
108
+ 成功: '成功',
109
+ 提示: '提示',
110
+ 警告: '警告',
111
+ 错误: '錯誤',
112
+ 加载动画: '加載動畫',
113
+ 自定义图标: '自定義圖標',
114
+ 请选择图标: '請選擇圖標',
115
+ 内容: '內容',
116
+ 加载时长: '加載時長',
117
+ 秒: '秒',
118
+ 注意事项: '注意事項',
119
+ 文件预览: '文件預覽',
120
+ 预览方式: '預覽方式',
121
+ 页面弹窗: '頁面彈窗',
122
+ 新标签页: '新標簽頁',
123
+ 新窗口: '新窗口',
124
+ 窗口宽度: '窗口寬度',
125
+ 窗口高度: '窗口高度',
126
+ 页面类: '頁面類',
127
+ 事件: '事件',
128
+ 刷新: '刷新',
129
+ 事件入参: '事件入參',
130
+ 数据通信: '數據通信',
131
+ 组件卸载: '組件卸載',
132
+ 名称: '名稱',
133
+ 基础: '基礎',
134
+ 分组: '分組',
135
+ 组件状态: '組件狀態',
136
+ 方法: '方法',
137
+ 方法编码: '方法編碼',
138
+ 方法名称: '方法名稱',
139
+ 页面: '頁面',
140
+ 页面退出: '頁面退出',
141
+ 场景描述: '場景描述',
142
+ 适用场景: '適用場景',
143
+ 路径: '路徑',
144
+ 描述: '描述',
145
+ 功能组件: '功能組件',
146
+ 免登录: '免登錄',
147
+ 页面缓存: '頁面緩存',
148
+ 设置为菜单: '設置為菜單',
149
+ 标签: '標簽',
150
+ 路由数据: '路由數據',
151
+ 弹窗: '彈窗',
152
+ 弹窗打开后: '彈窗打開後',
153
+ 弹窗关闭前: '彈窗關閉前',
154
+ 点击确认: '點擊確認',
155
+ 点击取消: '點擊取消',
156
+ 弹窗标题: '彈窗標題',
157
+ 弹窗大小: '彈窗大小',
158
+ 自定义: '自定義',
159
+ 宽度: '寬度',
160
+ 高度: '高度',
161
+ 底部内容: '底部內容',
162
+ 显示: '顯示',
163
+ 隐藏: '隱藏',
164
+ 主按钮文本: '主按鈕文本',
165
+ 次按钮文本: '次按鈕文本',
166
+ 关闭方式: '關閉方式',
167
+ 抽屉: '抽屜',
168
+ 推拉门标题: '推拉門標題',
169
+ 抽屉方向: '抽屜方向',
170
+ 上: '上',
171
+ 右: '右',
172
+ 下: '下',
173
+ 左: '左',
174
+ 推拉门宽度: '推拉門寬度',
175
+ 推拉门高度: '推拉門高度',
176
+ 气泡卡片: '氣泡卡片',
177
+ 浮窗关闭: '浮窗關閉',
178
+ 显示标题: '顯示標題'
390
179
  };
391
180
  var _default = exports.default = pcZhHK;