@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.
- package/es/IconSvg/index.js +8 -7
- package/es/error/errorCatch/index.js +1 -1
- package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
- package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
- package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
- package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
- package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
- package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
- package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
- package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
- package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
- package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
- package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
- package/es/error/errorDisplay/Web/Notification/index.js +36 -38
- package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/compUtils.js +6 -6
- package/es/error/errorDisplay/http.js +7 -7
- package/es/error/index.js +6 -6
- package/es/index.js +5 -5
- package/es/rootConfig/index.d.ts +1 -1
- package/es/rootConfig/index.js +5 -5
- package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.js +199 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +49 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1293 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +21 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +339 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +199 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +385 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1297 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +21 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +339 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +199 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +385 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1297 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +21 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +339 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +35 -32
- package/es/rootConfig/mobile/MobileModal.js +62 -57
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +37 -34
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +85 -78
- package/es/rootConfig/pc/BusiComp.js +110 -40
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +161 -91
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +140 -70
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +114 -44
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +133 -64
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +2363 -1237
- package/es/rootConfig/todoCallback.d.ts +12 -1
- package/es/rootConfig/todoCallback.js +175 -103
- package/es/rootConfig/todoOptionList.d.ts +0 -66
- package/es/rootConfig/todoOptionList.js +400 -401
- package/es/theme/index.js +18 -20
- package/es/theme/src/default/index.js +7 -7
- package/es/theme/utils/renderColors.js +1 -1
- package/es/utils/url.js +8 -7
- package/lib/IconSvg/index.js +10 -9
- package/lib/error/errorCatch/index.js +2 -3
- package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
- package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
- package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
- package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
- package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
- package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/SVGstring.js +6 -12
- package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
- package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
- package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
- package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
- package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
- package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
- package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
- package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/compUtils.js +9 -12
- package/lib/error/errorDisplay/const.js +7 -13
- package/lib/error/errorDisplay/http.js +8 -9
- package/lib/index.js +3 -6
- package/lib/rootConfig/index.d.ts +1 -1
- package/lib/rootConfig/index.js +9 -3
- package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +205 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +55 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1299 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +27 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +345 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +205 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +391 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1303 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +27 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +345 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +205 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +391 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1303 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +27 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +345 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +36 -34
- package/lib/rootConfig/mobile/MobileModal.js +63 -59
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +38 -36
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +86 -80
- package/lib/rootConfig/pc/BusiComp.js +111 -42
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +162 -93
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +141 -72
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +115 -46
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +134 -66
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +2364 -1244
- package/lib/rootConfig/todoCallback.d.ts +12 -1
- package/lib/rootConfig/todoCallback.js +182 -116
- package/lib/rootConfig/todoOptionList.d.ts +0 -66
- package/lib/rootConfig/todoOptionList.js +401 -403
- package/lib/theme/bin/default/modalWidth.js +1 -2
- package/lib/theme/index.js +19 -22
- package/lib/theme/src/default/index.js +7 -7
- package/lib/theme/utils/renderColors.js +1 -1
- package/lib/utils/cookieUtil.js +1 -2
- package/lib/utils/img.js +2 -3
- package/lib/utils/url.js +13 -16
- package/package.json +3 -4
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.mobileZhCN = exports.default = void 0;
|
|
7
|
+
var mobileZhCN = exports.mobileZhCN = {
|
|
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 = mobileZhCN;
|
|
@@ -0,0 +1,391 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.pcZhCN = exports.default = void 0;
|
|
7
|
+
var pcZhCN = exports.pcZhCN = {
|
|
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 = pcZhCN;
|