@lingxiteam/assets 4.2.1-alpha.2 → 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.
- 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 +106 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +42 -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 +865 -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 +20 -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 +266 -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 +57 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +97 -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 +583 -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 +13 -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 +127 -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 +106 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +174 -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 +869 -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 +20 -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 +266 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +13 -10
- package/es/rootConfig/mobile/MobileModal.js +32 -27
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +16 -13
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +45 -38
- package/es/rootConfig/pc/BusiComp.js +82 -12
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +116 -46
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +90 -20
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +85 -15
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +91 -22
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +1845 -719
- 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 +197 -198
- 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 +112 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +48 -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 +871 -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 +26 -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 +272 -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 +63 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +103 -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 +589 -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 +19 -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 +133 -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 +112 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +180 -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 +875 -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 +26 -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 +272 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +14 -12
- package/lib/rootConfig/mobile/MobileModal.js +33 -29
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +17 -15
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +46 -40
- package/lib/rootConfig/pc/BusiComp.js +83 -14
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +117 -48
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +91 -22
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +86 -17
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +92 -24
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +1815 -695
- 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 +198 -200
- 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,13 @@
|
|
|
1
|
+
export var todoCallbackZhCN = {
|
|
2
|
+
'todo.callback.form.values.description': '表单数据对象,包括:字段编码和值',
|
|
3
|
+
'todo.callback.form.range.beginDesc': '的开始时间,',
|
|
4
|
+
'todo.callback.form.range.endDesc': '的结束时间,',
|
|
5
|
+
'todo.callback.form.range.description': '按照指定的“取值格式”进行格式化输出',
|
|
6
|
+
'todo.callback.form.validate.failResult': '表单失败结果',
|
|
7
|
+
'todo.callback.form.validate.failFirstError': '表单失败结果首个错误信息',
|
|
8
|
+
'todo.callback.form.validate.firstError.description': '校验失败返回的错误提示信息',
|
|
9
|
+
'todo.callback.form.validate.description': '表单数据对象和失败信息,包括:字段编码、字段值、校验失败的字段编码和错误提示信息',
|
|
10
|
+
'todo.callback.postObject.returnObjectPrefix': '返回对象-',
|
|
11
|
+
'todo.callback.ai.actionName': '调用智能体服务'
|
|
12
|
+
};
|
|
13
|
+
export default todoCallbackZhCN;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export var todoOptionListZhCN = {
|
|
2
|
+
'todo.optionList.url.label': '请求地址(URL)',
|
|
3
|
+
'todo.optionList.sqlServiceCode.label': '选择SQL查询服务',
|
|
4
|
+
'todo.optionList.arelStaticData.label': 'A端静态数据',
|
|
5
|
+
'todo.optionList.zrelStaticData.label': 'Z端静态数据',
|
|
6
|
+
'todo.optionList.custTargetVal.label': '自定义触发值',
|
|
7
|
+
'todo.optionList.readonly.label': '编辑状态设置',
|
|
8
|
+
'todo.optionList.bsSelectType.props.options.0.title': '唯一字段编码',
|
|
9
|
+
'todo.optionList.startVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
|
|
10
|
+
'todo.optionList.endVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
|
|
11
|
+
'todo.optionList.expType.props.options.0.title': 'PDF',
|
|
12
|
+
'todo.optionList.expFileName.props.placeholder': '请输入导出的文件名',
|
|
13
|
+
'todo.optionList.okText.label': '确认按钮文本',
|
|
14
|
+
'todo.optionList.cancelText.label': '取消按钮文本',
|
|
15
|
+
'todo.optionList.actionType.props.placeholder': '新增-add, 编辑-edit, 详情-detail',
|
|
16
|
+
'todo.optionList.searchParams.label': 'url参数',
|
|
17
|
+
'todo.optionList.activeTabKey.label': 'Tab选中key',
|
|
18
|
+
'todo.optionList.downloadUrl.label': '下载链接地址',
|
|
19
|
+
'todo.optionList.inlineeditnow.label': '新增后启用行内编辑',
|
|
20
|
+
'todo.optionList.fileName.label': '自定义文件名称',
|
|
21
|
+
'todo.optionList.fileName.labelTip': '未设置文件名称时,则为文件原本的名称',
|
|
22
|
+
'todo.optionList.fileName.props.placeholder': '包括后缀,如: 表格.xls',
|
|
23
|
+
'todo.optionList.wechatappId.props.placeholder': '如:wx_xxxxx',
|
|
24
|
+
'todo.optionList.fileId.label': '文件ID',
|
|
25
|
+
'todo.optionList.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象! 注意:如果是外部URL,有可能存在跨域现象!',
|
|
26
|
+
'todo.optionList.flowUrl.label': '流程请求接口',
|
|
27
|
+
'todo.optionList.flowWorkOrderId.label': '业务工单 ID',
|
|
28
|
+
'todo.optionList.workOrderType.label': '业务工单类型',
|
|
29
|
+
'todo.optionList.flowFileId.label': '附件ID',
|
|
30
|
+
'todo.optionList.flowBtnActionType.label': '按钮动作类型',
|
|
31
|
+
'todo.optionList.flowWorkId.label': '流程实例ID',
|
|
32
|
+
'todo.optionList.flowTabStepVisible.label': '展示流程实例图',
|
|
33
|
+
'todo.optionList.flowTimelineVisible.label': '展示流程轨迹',
|
|
34
|
+
'todo.optionList.workItemId.label': '工单ID',
|
|
35
|
+
'todo.optionList.diagramType.label': '选择实例图类型',
|
|
36
|
+
'todo.optionList.diagramType.props.options.0.title': '当前流程实例图',
|
|
37
|
+
'todo.optionList.diagramType.props.options.1.title': '指定主干流程实例图',
|
|
38
|
+
'todo.optionList.diagramWorkOrderId.label': '业务单ID',
|
|
39
|
+
'todo.optionList.exportSheet.label': 'sheet页设置',
|
|
40
|
+
'todo.optionList.exportSheet.props.options.0.label': 'sheet页名称',
|
|
41
|
+
'todo.optionList.custTplUrl.label': '指定模板地址(可选)',
|
|
42
|
+
'todo.optionList.actionTitle.props.placeholder': '请输入动作说明',
|
|
43
|
+
'todo.optionList.sync.label': '数据加载方式',
|
|
44
|
+
'todo.optionList.setItemKey.props.placeholder': '请输入字段名值, 必须为英文',
|
|
45
|
+
'todo.optionList.mapKey.props.placeholder': '请输入地图的秘钥',
|
|
46
|
+
'todo.optionList.locationAlways.label': '是否持续定位',
|
|
47
|
+
'todo.optionList.locationOutputType.label': '定位输出坐标系',
|
|
48
|
+
'todo.optionList.locationAddress.label': '是否需要地址信息',
|
|
49
|
+
'todo.optionList.addTransferValue.props.placeholder': '请输入添加值,多个用英文逗号拼接,例如:1,2,3',
|
|
50
|
+
'todo.optionList.removeTransferValue.props.placeholder': '请输入删除值,多个用英文逗号拼接,例如:1,2,3',
|
|
51
|
+
'todo.optionList.xLineName.label': 'x轴字段名',
|
|
52
|
+
'todo.optionList.yLineName.label': 'y轴字段名',
|
|
53
|
+
'todo.optionList.donutX.label': 'x轴字段名',
|
|
54
|
+
'todo.optionList.donutY.label': 'y轴字段名',
|
|
55
|
+
'todo.optionList.mpData.props.placeholder': '格式为:[{count:xx, color:xx, label:xx},...]',
|
|
56
|
+
'todo.optionList.gcXName.label': 'x轴字段名',
|
|
57
|
+
'todo.optionList.gcLegendParams.props.placeholder': '格式为:[{label:xx(说明), value:xx(对应数据源取值字段)},...]',
|
|
58
|
+
'todo.optionList.gcData.props.placeholder': '格式为:[{name:xx, xx:xx, xx:xx, ...},...]',
|
|
59
|
+
'todo.optionList.scXName.label': 'x轴字段名',
|
|
60
|
+
'todo.optionList.scYName.label': 'y轴字段名',
|
|
61
|
+
'todo.optionList.scData.props.placeholder': '格式为:[{xx:xx, xx:xx, color:xx(需要指定颜色时设置该参数) },...]',
|
|
62
|
+
'todo.optionList.stcXName.label': 'x轴字段名',
|
|
63
|
+
'todo.optionList.stcLegendParams.props.placeholder': '格式为:[{label:xx, value:xx},...]',
|
|
64
|
+
'todo.optionList.stcData.props.placeholder': '格式为:[{xx:xx, xx:xx, ... },...]',
|
|
65
|
+
'todo.optionList.labelMapKey.label': '内容映射字段',
|
|
66
|
+
'todo.optionList.selectDescriptionKey.label': '选项描述字段',
|
|
67
|
+
'todo.optionList.selectDisabledKey.label': '选项禁用字段',
|
|
68
|
+
'todo.optionList.setSelectorDisabelItems.label': '值/索引',
|
|
69
|
+
'todo.optionList.customGroup.label': '自定义表头模板',
|
|
70
|
+
'todo.optionList.customGroup.labelTip': '可以根据选择的字段自定义导出模板的表头',
|
|
71
|
+
'todo.optionList.exception.label': '导入异常配置',
|
|
72
|
+
'todo.optionList.exception.props.options.0.title': '支持部分导入',
|
|
73
|
+
'todo.optionList.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
|
|
74
|
+
'todo.optionList.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
|
|
75
|
+
'todo.optionList.rProps.label': '设置自定义组件属性',
|
|
76
|
+
'todo.optionList.hasEventExtService.label': '需要开启服务扩展',
|
|
77
|
+
'todo.optionList.eventExtService.label': '选择业务场景来扩展服务',
|
|
78
|
+
'todo.optionList.tempName.label': '设置模板名称',
|
|
79
|
+
'todo.optionList.tempName.props.placeholder': '请输入模板名称',
|
|
80
|
+
'todo.optionList.busiObjectId.label': '选择业务对象',
|
|
81
|
+
'todo.optionList.showOnly.label': '只解析不入库',
|
|
82
|
+
'todo.optionList.custFileName.label': '自定义文件名',
|
|
83
|
+
'todo.optionList.custSheetName.label': 'sheet页名称',
|
|
84
|
+
'todo.optionList.custUrl.props.options.serviceTabs.0.description': '此处仅展示开启文件入参的编排服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
|
|
85
|
+
'todo.optionList.custUrl.props.options.serviceTabs.1.description': '此处仅展示开启上传控件中使用的请求层服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
|
|
86
|
+
'todo.optionList.compToPrint.label': '自定义打印区域(可选)',
|
|
87
|
+
'todo.optionList.custTpl.label': '配置导入模板',
|
|
88
|
+
'todo.optionList.returnType.labelTip': '1、值:用于数据返回,比如获取页面表单数据,退出后进行数据传递;<br />2、成功:用于成功标志返回,将触发调用方的成功回调;<br />3、失败:用于失败标志返回,将触发调用方的失败回调。',
|
|
89
|
+
'todo.optionList.returnValue.label': '返回内容(可选)',
|
|
90
|
+
'todo.optionList.isPreventDefault.label': '中止默认动作(高级)',
|
|
91
|
+
'todo.optionList.isPreventDefault.labelTip': '指中止浏览器默认行为:<br />比如中止打开文件选择器、中止文件下载等行为。',
|
|
92
|
+
'todo.optionList.isStopPropagation.label': '阻止事件冒泡(高级)',
|
|
93
|
+
'todo.optionList.isStopPropagation.labelTip': '指只触发当前组件配置的事件:<br />比如空白容器里放置按钮, 空白容器和按钮都配置点击事件,正常点击按钮的时候就触发两个点击事件,但阻止事件冒泡就不会执行到空白容器的点击事件。',
|
|
94
|
+
'todo.optionList.verificationCodeUrl.label': '验证码图片地址',
|
|
95
|
+
'todo.optionList.selectLabelKeyForRC.label': '显示内容字段',
|
|
96
|
+
'todo.optionList.nodeKey.label': '操作节点key',
|
|
97
|
+
'todo.optionList.valueKey.label': '节点key取值字段',
|
|
98
|
+
'todo.optionList.titleKey.label': '节点名称取值字段',
|
|
99
|
+
'todo.optionList.stateName.label': '自定义属性名',
|
|
100
|
+
'todo.optionList.inlineeditrow.label': '指定行id',
|
|
101
|
+
'todo.optionList.timername.label': '定时器命名(页面内不可重复)',
|
|
102
|
+
'todo.optionList.parentKey.label': '操作节点key',
|
|
103
|
+
'todo.optionList.dataSourceFileId.label': '文件ID',
|
|
104
|
+
'todo.optionList.dataSourceFileId.labelTip': '支持逗号分隔或者数组形式的多文件下载,如:1,2或者$[1,2]$',
|
|
105
|
+
'todo.optionList.labelKey.label': '节点名称取值字段',
|
|
106
|
+
'todo.optionList.nodeValueKey.label': '节点key取值字段',
|
|
107
|
+
'todo.optionList.urlValueKey.label': '节点url取值字段',
|
|
108
|
+
'todo.optionList.selectable.label': '节点可选字段编码',
|
|
109
|
+
'todo.optionList.selectable.labelTip': "适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为'false'、\n空字符串时,都认为不可选,否则认为可选。",
|
|
110
|
+
'todo.optionList.childrenKey.label': '下级列表取值字段',
|
|
111
|
+
'todo.optionList.childrenKey.labelTip': '使用场景:一次性查询所有数据时,需要设置下一级列表数据的取值字段;\n示例说明:如下参数,当查询所有数据,需要标记出从children字段获取下级列表的数据;\n{\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "第二棵",\n "id": "10700",\n }]\n}',
|
|
112
|
+
'todo.optionList.selectLabelKey.label': '选项内容字段',
|
|
113
|
+
'todo.optionList.jsBridgeMethod.props.placeholder': '例如:openCamera',
|
|
114
|
+
'todo.optionList.androidWebName.label': '安卓容器名称',
|
|
115
|
+
'todo.optionList.androidWebName.props.placeholder': '默认:Android',
|
|
116
|
+
'todo.optionList.androidSuccessFunName.label': '安卓端成功回调方法名',
|
|
117
|
+
'todo.optionList.androidSuccessFunName.props.placeholder': '例如:openCameraSuccess[用于Android成功回调H5]',
|
|
118
|
+
'todo.optionList.iOSSuccessFunName.label': 'iOS端成功回调方法名',
|
|
119
|
+
'todo.optionList.iOSSuccessFunName.props.placeholder': '例如:openCameraSuccess[用于iOS成功回调H5]',
|
|
120
|
+
'todo.optionList.androidFailFunName.label': '安卓端失败回调方法名',
|
|
121
|
+
'todo.optionList.androidFailFunName.props.placeholder': '例如:openCameraFail[用于Android失败的回调H5]',
|
|
122
|
+
'todo.optionList.iOSFailFunName.label': 'iOS端失败回调方法名',
|
|
123
|
+
'todo.optionList.iOSFailFunName.props.placeholder': '例如:openCameraFail[用于iOS失败的回调H5]',
|
|
124
|
+
'todo.optionList.selectObjectDataSource.label': '选择业务对象数据源',
|
|
125
|
+
'todo.optionList.tripleFormId.label': '详情id'
|
|
126
|
+
};
|
|
127
|
+
export default todoOptionListZhCN;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { todoActionListZhHK } from "./config-locales-hk.todo-actionList";
|
|
8
|
+
import { mobileZhHK } from "./config-locales-hk.mobile";
|
|
9
|
+
import { pcZhHK } from "./config-locales-hk.pc";
|
|
10
|
+
import { todoCallbackZhHK } from "./config-locales-hk.todo-callback";
|
|
11
|
+
import { todoOptionListZhHK } from "./config-locales-hk.todo-optionList";
|
|
12
|
+
export var configZhHK = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, todoActionListZhHK), mobileZhHK), pcZhHK), todoCallbackZhHK), todoOptionListZhHK);
|
|
13
|
+
export default configZhHK;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
export var mobileZhHK = {
|
|
2
|
+
'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
3
|
+
'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
4
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': '調用未聲明自定義事件',
|
|
5
|
+
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
|
|
6
|
+
'mobile.busiComp.todoEvents.onLoaded.label': '組件加載完成',
|
|
7
|
+
'mobile.busiComp.todoEvents.useEffect.label': '業務組件狀態變化後',
|
|
8
|
+
'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
9
|
+
'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
10
|
+
'mobile.page.todoEvents.useEffect.label': '頁面加載完成',
|
|
11
|
+
'mobile.page.todoEvents.stateChange.label': '組件狀態變化後',
|
|
12
|
+
'mobile.page.todoEvents.onLeftClick.label': '頁面返回點擊事件',
|
|
13
|
+
'mobile.page.todoEvents.otherPageMessage.label': '接收頁面信息',
|
|
14
|
+
'mobile.page.todoEvents.otherPageMessage.params.0.title': '接收數據信息',
|
|
15
|
+
'mobile.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
|
|
16
|
+
'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
|
|
17
|
+
'mobile.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
18
|
+
'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
19
|
+
'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
20
|
+
'mobile.page.todoEvents.pageGetWeChatCode.label': '獲取微信授權信息',
|
|
21
|
+
'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---只有在用戶將公眾號綁定到微信開放平台賬號後,才會出現該字段。',
|
|
22
|
+
'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': '在申請微信用戶信息授權成功後(動作事件-申請微信用戶信息授權),調用該方法獲取微信用戶信息,包括用戶的頭像、暱稱、性別、地區、語言等信息',
|
|
23
|
+
'mobile.page.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
24
|
+
'mobile.page.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
25
|
+
'mobile.page.todoProps.pageTitle.props.description': '適用場景:當前頁面需要動態更改頁面名稱的時候,可通過表達式進行綁定。默認名稱',
|
|
26
|
+
'mobile.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
|
|
27
|
+
'mobile.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
|
|
28
|
+
'mobile.page.todoProps.searchParams.label': 'url參數',
|
|
29
|
+
'mobile.page.todoProps.searchParams.groupsName': 'URL參數',
|
|
30
|
+
'mobile.page.todoStyles.colorType.groupsName': '標題&返回鍵顏色',
|
|
31
|
+
'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
32
|
+
'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
33
|
+
'mobile.modal.todoEvents.stateChange.label': '組件狀態變化後',
|
|
34
|
+
'mobile.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
35
|
+
'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
36
|
+
'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
37
|
+
'mobile.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
38
|
+
'mobile.modal.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
39
|
+
'mobile.modal.todoProps.width.props.option.0.label': '像素(px)',
|
|
40
|
+
'mobile.modal.todoProps.width.props.option.1.label': '百分比(%)',
|
|
41
|
+
'mobile.modal.todoProps.width.props.option.2.label': '視口寬度(vw)',
|
|
42
|
+
'mobile.modal.todoProps.height.props.option.0.label': '像素(px)',
|
|
43
|
+
'mobile.modal.todoProps.height.props.option.1.label': '百分比(%)',
|
|
44
|
+
'mobile.modal.todoProps.height.props.option.2.label': '視口高度(vh)',
|
|
45
|
+
'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
|
|
46
|
+
'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
|
|
47
|
+
'mobile.modal.todoProps.showCloseButton.label': '顯示關閉按鈕',
|
|
48
|
+
'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
49
|
+
'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
50
|
+
'mobile.popover.todoEvents.stateChange.label': '組件狀態變化後',
|
|
51
|
+
'mobile.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
52
|
+
'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
53
|
+
'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
54
|
+
'mobile.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
55
|
+
'mobile.popover.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
56
|
+
业务组件: '業務組件',
|
|
57
|
+
业务主键: '業務主鍵',
|
|
58
|
+
业务场景: '業務場景',
|
|
59
|
+
业务数据: '業務數據',
|
|
60
|
+
文件预览: '文件預覽',
|
|
61
|
+
页面类: '頁面類',
|
|
62
|
+
事件: '事件',
|
|
63
|
+
刷新: '刷新',
|
|
64
|
+
事件入参: '事件入參',
|
|
65
|
+
数据通信: '數據通信',
|
|
66
|
+
注意事项: '注意事項',
|
|
67
|
+
组件卸载: '組件卸載',
|
|
68
|
+
名称: '名稱',
|
|
69
|
+
基础: '基礎',
|
|
70
|
+
分组: '分組',
|
|
71
|
+
组件状态: '組件狀態',
|
|
72
|
+
方法: '方法',
|
|
73
|
+
方法编码: '方法編碼',
|
|
74
|
+
方法名称: '方法名稱',
|
|
75
|
+
页面: '頁面',
|
|
76
|
+
页面退出: '頁面退出',
|
|
77
|
+
场景描述: '場景描述',
|
|
78
|
+
适用场景: '適用場景',
|
|
79
|
+
结果详情: '結果詳情',
|
|
80
|
+
路径: '路徑',
|
|
81
|
+
页面标题: '頁面標題',
|
|
82
|
+
描述: '描述',
|
|
83
|
+
功能组件: '功能組件',
|
|
84
|
+
免登录: '免登錄',
|
|
85
|
+
页面缓存: '頁面緩存',
|
|
86
|
+
设置为菜单: '設置為菜單',
|
|
87
|
+
标签: '標簽',
|
|
88
|
+
路由数据: '路由數據',
|
|
89
|
+
隐藏导航条: '隱藏導航條',
|
|
90
|
+
其他: '其他',
|
|
91
|
+
导航栏背景: '導航欄背景',
|
|
92
|
+
填充类型: '填充類型',
|
|
93
|
+
弹窗: '彈窗',
|
|
94
|
+
弹窗打开后: '彈窗打開後',
|
|
95
|
+
显示模式: '顯示模式',
|
|
96
|
+
浮层: '浮層',
|
|
97
|
+
下拉: '下拉',
|
|
98
|
+
从左侧滑出: '從左側滑出',
|
|
99
|
+
从右侧滑出: '從右側滑出',
|
|
100
|
+
宽度: '寬度',
|
|
101
|
+
高度: '高度',
|
|
102
|
+
关闭方式: '關閉方式',
|
|
103
|
+
关闭后销毁: '關閉後銷毀',
|
|
104
|
+
浮窗: '浮窗'
|
|
105
|
+
};
|
|
106
|
+
export default mobileZhHK;
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
export var pcZhHK = {
|
|
2
|
+
'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
3
|
+
'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
4
|
+
'pc.busiComp.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
5
|
+
'pc.busiComp.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
6
|
+
'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
7
|
+
'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
8
|
+
'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
9
|
+
'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
10
|
+
'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': '調用未聲明自定義事件',
|
|
11
|
+
'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
|
|
12
|
+
'pc.busiComp.todoEvents.onLoaded.label': '組件加載完成',
|
|
13
|
+
'pc.busiComp.todoEvents.useEffect.label': '業務組件狀態變化後',
|
|
14
|
+
'pc.page.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
15
|
+
'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
16
|
+
'pc.page.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
17
|
+
'pc.page.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
18
|
+
'pc.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
19
|
+
'pc.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
20
|
+
'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
21
|
+
'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
22
|
+
'pc.page.todoEvents.useEffect.label': '頁面加載完成',
|
|
23
|
+
'pc.page.todoEvents.stateChange.label': '組件狀態變化後',
|
|
24
|
+
'pc.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
|
|
25
|
+
'pc.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
|
|
26
|
+
'pc.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
27
|
+
'pc.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
28
|
+
'pc.page.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
29
|
+
'pc.page.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
30
|
+
'pc.page.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
31
|
+
'pc.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
|
|
32
|
+
'pc.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
|
|
33
|
+
'pc.page.todoProps.searchParams.label': 'url參數',
|
|
34
|
+
'pc.page.todoProps.searchParams.groupsName': 'URL參數',
|
|
35
|
+
'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
36
|
+
'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
37
|
+
'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
38
|
+
'pc.modal.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
39
|
+
'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
40
|
+
'pc.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
41
|
+
'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
42
|
+
'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
43
|
+
'pc.modal.todoEvents.stateChange.label': '組件狀態變化後',
|
|
44
|
+
'pc.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
45
|
+
'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
46
|
+
'pc.modal.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
47
|
+
'pc.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
48
|
+
'pc.modal.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
49
|
+
'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
|
|
50
|
+
'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
|
|
51
|
+
'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
|
|
52
|
+
'pc.modal.todoProps.width.props.options.3.title': 'xl(1200*auto)',
|
|
53
|
+
'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
|
|
54
|
+
'pc.modal.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
|
|
55
|
+
'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
56
|
+
'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
57
|
+
'pc.drawer.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
58
|
+
'pc.drawer.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
59
|
+
'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
60
|
+
'pc.drawer.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
61
|
+
'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
62
|
+
'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
63
|
+
'pc.drawer.todoEvents.useEffect.label': '推拉門打開後',
|
|
64
|
+
'pc.drawer.todoEvents.stateChange.label': '組件狀態變化後',
|
|
65
|
+
'pc.drawer.todoEvents.willUnmount.label': '推拉門關閉前',
|
|
66
|
+
'pc.drawer.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
67
|
+
'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
68
|
+
'pc.drawer.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
69
|
+
'pc.drawer.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
70
|
+
'pc.drawer.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
71
|
+
'pc.drawer.todoProps.width.props.options.0.title': 's',
|
|
72
|
+
'pc.drawer.todoProps.width.props.options.1.title': 'm',
|
|
73
|
+
'pc.drawer.todoProps.width.props.options.2.title': 'l',
|
|
74
|
+
'pc.drawer.todoProps.width.props.options.3.title': 'xl',
|
|
75
|
+
'pc.drawer.todoProps.height.props.options.0.title': 's',
|
|
76
|
+
'pc.drawer.todoProps.height.props.options.1.title': 'm',
|
|
77
|
+
'pc.drawer.todoProps.height.props.options.2.title': 'l',
|
|
78
|
+
'pc.drawer.todoProps.height.props.options.3.title': 'xl',
|
|
79
|
+
'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
|
|
80
|
+
'pc.drawer.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
|
|
81
|
+
'pc.popover.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
82
|
+
'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
83
|
+
'pc.popover.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
84
|
+
'pc.popover.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
85
|
+
'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
86
|
+
'pc.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
87
|
+
'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
88
|
+
'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
89
|
+
'pc.popover.todoEvents.useEffect.label': '浮窗加載完成',
|
|
90
|
+
'pc.popover.todoEvents.stateChange.label': '組件狀態變化後',
|
|
91
|
+
'pc.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
92
|
+
'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
93
|
+
'pc.popover.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
94
|
+
'pc.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
95
|
+
'pc.popover.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
96
|
+
业务组件: '業務組件',
|
|
97
|
+
业务主键: '業務主鍵',
|
|
98
|
+
业务场景: '業務場景',
|
|
99
|
+
业务数据: '業務數據',
|
|
100
|
+
消息提示: '消息提示',
|
|
101
|
+
类型: '類型',
|
|
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
|
+
export default pcZhHK;
|