@luck-design-biz/luckda 0.0.27 → 0.0.28
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/locales/zh-CN.js +236 -0
- package/es/lowcode/engine/meta/box.props.default.json +13 -0
- package/es/lowcode/engine/meta/box.props.json +40 -0
- package/es/lowcode/engine/meta/button.props.json +127 -0
- package/es/lowcode/engine/meta/cardlist.props.json +153 -0
- package/es/lowcode/engine/meta/dialog.props.default.json +27 -0
- package/es/lowcode/engine/meta/dialog.props.json +157 -0
- package/es/lowcode/engine/meta/drawer.props.json +131 -0
- package/es/lowcode/engine/meta/fieldcolor.props.default.json +19 -0
- package/es/lowcode/engine/meta/fieldcolor.props.json +159 -0
- package/es/lowcode/engine/meta/fieldcomplex.props.default.json +13 -0
- package/es/lowcode/engine/meta/fieldcomplex.props.json +39 -0
- package/es/lowcode/engine/meta/fielddatadic.props.default.json +16 -0
- package/es/lowcode/engine/meta/fielddatadic.props.json +73 -0
- package/es/lowcode/engine/meta/fielddate.props.default.json +12 -0
- package/es/lowcode/engine/meta/fielddate.props.json +47 -0
- package/es/lowcode/engine/meta/fielddict.props.default.json +19 -0
- package/es/lowcode/engine/meta/fielddict.props.json +140 -0
- package/es/lowcode/engine/meta/fieldeditor.props.default.json +13 -0
- package/es/lowcode/engine/meta/fieldeditor.props.json +44 -0
- package/es/lowcode/engine/meta/fieldgroup.props.default.json +15 -0
- package/es/lowcode/engine/meta/fieldgroup.props.json +73 -0
- package/es/lowcode/engine/meta/fieldnumber.props.default.json +20 -0
- package/es/lowcode/engine/meta/fieldnumber.props.json +145 -0
- package/es/lowcode/engine/meta/fieldradio.props.default.json +12 -0
- package/es/lowcode/engine/meta/fieldradio.props.json +20 -0
- package/es/lowcode/engine/meta/fieldregion.props.default.json +12 -0
- package/es/lowcode/engine/meta/fieldregion.props.json +26 -0
- package/es/lowcode/engine/meta/fieldselect.props.default.json +14 -0
- package/es/lowcode/engine/meta/fieldselect.props.json +58 -0
- package/es/lowcode/engine/meta/fieldstring.props.default.json +17 -0
- package/es/lowcode/engine/meta/fieldstring.props.json +154 -0
- package/es/lowcode/engine/meta/fieldswitch.props.default.json +17 -0
- package/es/lowcode/engine/meta/fieldswitch.props.json +127 -0
- package/es/lowcode/engine/meta/fieldtextarea.props.default.json +18 -0
- package/es/lowcode/engine/meta/fieldtextarea.props.json +145 -0
- package/es/lowcode/engine/meta/fieldupload.props.default.json +15 -0
- package/es/lowcode/engine/meta/fieldupload.props.json +71 -0
- package/es/lowcode/engine/meta/fielduser.props.default.json +16 -0
- package/es/lowcode/engine/meta/fielduser.props.json +82 -0
- package/es/lowcode/engine/meta/fieldyear.props.default.json +12 -0
- package/es/lowcode/engine/meta/fieldyear.props.json +37 -0
- package/es/lowcode/engine/meta/form.props.json +650 -0
- package/es/lowcode/engine/meta/iframe.props.json +32 -0
- package/es/lowcode/engine/meta/image.props.json +114 -0
- package/es/lowcode/engine/meta/imex.props.json +114 -0
- package/es/lowcode/engine/meta/js-editor/auto-complete.json +205 -0
- package/es/lowcode/engine/meta/jsx.props.json +30 -0
- package/es/lowcode/engine/meta/layout.props.json +107 -0
- package/es/lowcode/engine/meta/link.props.json +112 -0
- package/es/lowcode/engine/meta/page.props.default.json +12 -0
- package/es/lowcode/engine/meta/page.props.json +49 -0
- package/es/lowcode/engine/meta/pagecontent.props.default.json +6 -0
- package/es/lowcode/engine/meta/pagecontent.props.json +7 -0
- package/es/lowcode/engine/meta/pagefooter.props.default.json +6 -0
- package/es/lowcode/engine/meta/pagefooter.props.json +7 -0
- package/es/lowcode/engine/meta/pageheader.props.default.json +6 -0
- package/es/lowcode/engine/meta/pageheader.props.json +7 -0
- package/es/lowcode/engine/meta/pagelayout.props.default.json +14 -0
- package/es/lowcode/engine/meta/pagelayout.props.json +47 -0
- package/es/lowcode/engine/meta/section.props.json +111 -0
- package/es/lowcode/engine/meta/split.props.json +57 -0
- package/es/lowcode/engine/meta/table.props.json +444 -0
- package/es/lowcode/engine/meta/tabs.props.json +117 -0
- package/es/lowcode/engine/meta/text.props.json +66 -0
- package/es/lowcode/engine/meta/tree.props.json +366 -0
- package/es/upload/Form/gridForm.js +1 -2
- package/es/upload/FormItem/index.js +1 -2
- package/es/utils/form.js +7 -7
- package/es/utils/grid.js +9 -3
- package/lib/locales/zh-CN.js +242 -0
- package/lib/lowcode/engine/meta/box.props.default.json +13 -0
- package/lib/lowcode/engine/meta/box.props.json +40 -0
- package/lib/lowcode/engine/meta/button.props.json +127 -0
- package/lib/lowcode/engine/meta/cardlist.props.json +153 -0
- package/lib/lowcode/engine/meta/dialog.props.default.json +27 -0
- package/lib/lowcode/engine/meta/dialog.props.json +157 -0
- package/lib/lowcode/engine/meta/drawer.props.json +131 -0
- package/lib/lowcode/engine/meta/fieldcolor.props.default.json +19 -0
- package/lib/lowcode/engine/meta/fieldcolor.props.json +159 -0
- package/lib/lowcode/engine/meta/fieldcomplex.props.default.json +13 -0
- package/lib/lowcode/engine/meta/fieldcomplex.props.json +39 -0
- package/lib/lowcode/engine/meta/fielddatadic.props.default.json +16 -0
- package/lib/lowcode/engine/meta/fielddatadic.props.json +73 -0
- package/lib/lowcode/engine/meta/fielddate.props.default.json +12 -0
- package/lib/lowcode/engine/meta/fielddate.props.json +47 -0
- package/lib/lowcode/engine/meta/fielddict.props.default.json +19 -0
- package/lib/lowcode/engine/meta/fielddict.props.json +140 -0
- package/lib/lowcode/engine/meta/fieldeditor.props.default.json +13 -0
- package/lib/lowcode/engine/meta/fieldeditor.props.json +44 -0
- package/lib/lowcode/engine/meta/fieldgroup.props.default.json +15 -0
- package/lib/lowcode/engine/meta/fieldgroup.props.json +73 -0
- package/lib/lowcode/engine/meta/fieldnumber.props.default.json +20 -0
- package/lib/lowcode/engine/meta/fieldnumber.props.json +145 -0
- package/lib/lowcode/engine/meta/fieldradio.props.default.json +12 -0
- package/lib/lowcode/engine/meta/fieldradio.props.json +20 -0
- package/lib/lowcode/engine/meta/fieldregion.props.default.json +12 -0
- package/lib/lowcode/engine/meta/fieldregion.props.json +26 -0
- package/lib/lowcode/engine/meta/fieldselect.props.default.json +14 -0
- package/lib/lowcode/engine/meta/fieldselect.props.json +58 -0
- package/lib/lowcode/engine/meta/fieldstring.props.default.json +17 -0
- package/lib/lowcode/engine/meta/fieldstring.props.json +154 -0
- package/lib/lowcode/engine/meta/fieldswitch.props.default.json +17 -0
- package/lib/lowcode/engine/meta/fieldswitch.props.json +127 -0
- package/lib/lowcode/engine/meta/fieldtextarea.props.default.json +18 -0
- package/lib/lowcode/engine/meta/fieldtextarea.props.json +145 -0
- package/lib/lowcode/engine/meta/fieldupload.props.default.json +15 -0
- package/lib/lowcode/engine/meta/fieldupload.props.json +71 -0
- package/lib/lowcode/engine/meta/fielduser.props.default.json +16 -0
- package/lib/lowcode/engine/meta/fielduser.props.json +82 -0
- package/lib/lowcode/engine/meta/fieldyear.props.default.json +12 -0
- package/lib/lowcode/engine/meta/fieldyear.props.json +37 -0
- package/lib/lowcode/engine/meta/form.props.json +650 -0
- package/lib/lowcode/engine/meta/iframe.props.json +32 -0
- package/lib/lowcode/engine/meta/image.props.json +114 -0
- package/lib/lowcode/engine/meta/imex.props.json +114 -0
- package/lib/lowcode/engine/meta/js-editor/auto-complete.json +205 -0
- package/lib/lowcode/engine/meta/jsx.props.json +30 -0
- package/lib/lowcode/engine/meta/layout.props.json +107 -0
- package/lib/lowcode/engine/meta/link.props.json +112 -0
- package/lib/lowcode/engine/meta/page.props.default.json +12 -0
- package/lib/lowcode/engine/meta/page.props.json +49 -0
- package/lib/lowcode/engine/meta/pagecontent.props.default.json +6 -0
- package/lib/lowcode/engine/meta/pagecontent.props.json +7 -0
- package/lib/lowcode/engine/meta/pagefooter.props.default.json +6 -0
- package/lib/lowcode/engine/meta/pagefooter.props.json +7 -0
- package/lib/lowcode/engine/meta/pageheader.props.default.json +6 -0
- package/lib/lowcode/engine/meta/pageheader.props.json +7 -0
- package/lib/lowcode/engine/meta/pagelayout.props.default.json +14 -0
- package/lib/lowcode/engine/meta/pagelayout.props.json +47 -0
- package/lib/lowcode/engine/meta/section.props.json +111 -0
- package/lib/lowcode/engine/meta/split.props.json +57 -0
- package/lib/lowcode/engine/meta/table.props.json +444 -0
- package/lib/lowcode/engine/meta/tabs.props.json +117 -0
- package/lib/lowcode/engine/meta/text.props.json +66 -0
- package/lib/lowcode/engine/meta/tree.props.json +366 -0
- package/lib/upload/Form/gridForm.js +1 -2
- package/lib/upload/FormItem/index.js +1 -2
- package/lib/utils/form.js +5 -5
- package/lib/utils/grid.js +10 -4
- package/package.json +1 -1
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'luckda.lowcode.view.lc-components.label.all': '全部',
|
|
3
|
+
'luckda.lowcode.painter.import': '导入',
|
|
4
|
+
'lc.form.validator.maxLength': '字数不得超过',
|
|
5
|
+
'lc.form.validator.textNum': '个字符',
|
|
6
|
+
'lc.form.validator.numberBelowMin': '低于最小值',
|
|
7
|
+
'lc.form.validator.numberExceedMax': '超过最大值',
|
|
8
|
+
'luckda.lowcode.painter.panel.attrs': '属性',
|
|
9
|
+
'luckda.lowcode.painter.panel.css': '样式',
|
|
10
|
+
'luckda.lowcode.painter.panel.advance': '高级',
|
|
11
|
+
'luckda.lowcode.painter.panel.empty': '请在左侧画布选中节点',
|
|
12
|
+
'luckda.lowcode.page': '页面',
|
|
13
|
+
'luckda.lowcode.modal': '模态视图层',
|
|
14
|
+
'luckda.lowcode.painter.I18n.search': '搜索文案',
|
|
15
|
+
'luckda.lowcode.painter.I18n.add': '新增文案',
|
|
16
|
+
'luckda.lowcode.design.toolbar.clear.tip': '清除提示',
|
|
17
|
+
'luckda.lowcode.design.toolbar.clear': '清除缓存',
|
|
18
|
+
'luckda.lowcode.error.pagedata': '页面数据错误',
|
|
19
|
+
'luckda.lowcode.design.toolbar.pageAttrs': '页面属性',
|
|
20
|
+
'luckda.lowcode.design.toolbar.preview': '预览',
|
|
21
|
+
'luckda.lowcode.design.toolbar.save': '保存',
|
|
22
|
+
'luckda.lowcode.design.toolbar.pagePreview': '页面预览',
|
|
23
|
+
'luckda.lowcode.design.toolbar.selectUser': '请选择模拟登录人',
|
|
24
|
+
'app.base.operate.comfire.leave': '离开当前页面?',
|
|
25
|
+
'app.base.operate.comfire.message.leave': '系统可能不会保存您所做的更改。',
|
|
26
|
+
'luckda.lowcode.painter.components.search': '搜索组件',
|
|
27
|
+
'ccm.dev.page.set.components.base': '基础组件',
|
|
28
|
+
'ccm.dev.page.set.components.custom': '自定义组件',
|
|
29
|
+
'luckda.lowcode.painter.panel-section.width-height': '请输入数值',
|
|
30
|
+
'luckda.lowcode.painter.tree.rootAdd': '根节点新增',
|
|
31
|
+
'luckda.lowcode.painter.edit': '编辑',
|
|
32
|
+
'luckda.lowcode.painter.bind': '绑定动作',
|
|
33
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.label': '名称',
|
|
34
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.label.placeholder': '请输入过滤项名称',
|
|
35
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.value': '值',
|
|
36
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.value.placeholder': '请输入过滤项值',
|
|
37
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.field': '字段',
|
|
38
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.field.placeholder': '请选择过滤字段',
|
|
39
|
+
'luckda.lowcode.painter.delete': '删除',
|
|
40
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.nil': '关闭过滤器',
|
|
41
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.dict': '数据字典',
|
|
42
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.dict.placeholder': '请输入字典key',
|
|
43
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.custom': '自定义项',
|
|
44
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.add': '添加过滤项',
|
|
45
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.customApi': '自定义接口',
|
|
46
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.customApi.placeholder': '请输入接口地址',
|
|
47
|
+
'luckda.lowcode.painter.panel-section.tableTopFilter.customApi.tip': '接口返回数据格式必须是: {mainInfo:{options:[{value: string,label: stirng}], field: string}}',
|
|
48
|
+
'luckda.lowcode.painter.hidden': '隐藏',
|
|
49
|
+
'luckda.lowcode.painter.disable': '禁用',
|
|
50
|
+
'luckda.lowcode.painter.panel-section.tabsitems.editor.tabname': '名称',
|
|
51
|
+
'luckda.lowcode.painter.panel-section.tabsitems.editor.tabname.placeholder': '请输入标签名称',
|
|
52
|
+
'luckda.lowcode.painter.panel-section.tabsitems.editor.id': '编号',
|
|
53
|
+
'luckda.lowcode.painter.panel-section.tabsitems.editor.destory': '隐藏销毁',
|
|
54
|
+
'luckda.lowcode.painter.panel-section.tabsitems.editor.serial': '资源串',
|
|
55
|
+
'luckda.lowcode.painter.panel-section.tabsitems.editor.serial.placeholder': '请输入资源串名称',
|
|
56
|
+
'luckda.lowcode.painter.panel-section.tabsitems.editor.serialEffect': '越权效果',
|
|
57
|
+
'luckda.lowcode.painter.panel-section.splitdisplay.splitVertical': '横向',
|
|
58
|
+
'luckda.lowcode.painter.panel-section.splitdisplay.splitHorizontal': '纵向',
|
|
59
|
+
'luckda.lowcode.painter.panel-section.splitdisplay.err': '必须是数字或者数字加:号的组合',
|
|
60
|
+
'luckda.lowcode.painter.panel-section.splitdisplay.fastTo': '收缩方向',
|
|
61
|
+
'luckda.lowcode.painter.panel-section.splitdisplay.split': '分割方向',
|
|
62
|
+
'luckda.lowcode.painter.panel-section.splitdisplay.ratio': '列比例',
|
|
63
|
+
'luckda.lowcode.painter.panel-section.Layoutratio.placeholder': '请输入列比例',
|
|
64
|
+
'luckda.lowcode.painter.panel-section.Layoutratio.err': '必须是数字或者数字加:号的组合',
|
|
65
|
+
'luckda.lowcode.painter.panel-section.Layoutratio.label': '列比例',
|
|
66
|
+
'luckda.lowcode.painter.panel-section.style-panel.sourceedit': '源码编辑',
|
|
67
|
+
'luckda.lowcode.painter.panel-section.impexp.expType.placeholder': '请选择自定义行为',
|
|
68
|
+
'luckda.lowcode.painter.panel-section.impexp.impType.placeholder': '请选择自定义行为',
|
|
69
|
+
'luckda.lowcode.painter.export': '导出',
|
|
70
|
+
'luckda.lowcode.painter.bindCondition': '绑定条件',
|
|
71
|
+
'luckda.lowcode.painter.panel-section.iconConditionSelector.add': '添加条件',
|
|
72
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.field': '数据字段',
|
|
73
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.title': '标题',
|
|
74
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.batch': '批量设置',
|
|
75
|
+
'luckda.lowcode.painter.panel-section.style-panel.box-shadow': '阴影',
|
|
76
|
+
'luckda.lowcode.painter.panel-section.style-panel.box-shadow.big': '大',
|
|
77
|
+
'luckda.lowcode.painter.panel-section.style-panel.box-shadow.middle': '中',
|
|
78
|
+
'luckda.lowcode.painter.panel-section.style-panel.box-shadow.small': '小',
|
|
79
|
+
'luckda.lowcode.painter.panel-section.style-panel.box-shadow.none': '无',
|
|
80
|
+
'luckda.lowcode.painter.panel-section.style-panel.box-shadow.custom': '自定义',
|
|
81
|
+
'luckda.lowcode.painter.panel-section.style-panel.box-shadow.detail.color': '颜色',
|
|
82
|
+
'luckda.lowcode.painter.panel-section.style-panel.cursor': '鼠标手势',
|
|
83
|
+
'luckda.lowcode.painter.panel-section.style-panel.padding.top': '上边距',
|
|
84
|
+
'luckda.lowcode.painter.panel-section.style-panel.padding.right': '右边距',
|
|
85
|
+
'luckda.lowcode.painter.panel-section.style-panel.padding.down': '下边距',
|
|
86
|
+
'luckda.lowcode.painter.panel-section.style-panel.padding.left': '左边距',
|
|
87
|
+
'luckda.lowcode.painter.panel-section.style-panel.opacity': '透明度',
|
|
88
|
+
'luckda.lowcode.painter.panel-section.style-panel.opacity.ph': '透明度',
|
|
89
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.top': '上间距',
|
|
90
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.right': '右间距',
|
|
91
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.down': '下间距',
|
|
92
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.left': '左间距',
|
|
93
|
+
'luckda.lowcode.painter.panel-section.style-panel.group-name': '样式设置',
|
|
94
|
+
'luckda.lowcode.painter.panel-section.style-panel.width': '请输入宽高度',
|
|
95
|
+
'luckda.lowcode.painter.panel-section.style-panel.display': '显示',
|
|
96
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.superbig': '超大(24px)',
|
|
97
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.big': '大(20px)',
|
|
98
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.middle': '中(16px)',
|
|
99
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.small': '小(12px)',
|
|
100
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.supersmall': '超小(8px)',
|
|
101
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.none': '无(0px)',
|
|
102
|
+
'luckda.lowcode.painter.panel-section.style-panel.margin.default': '默认',
|
|
103
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.weight': '字重',
|
|
104
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.style': '样式',
|
|
105
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.color': '字体颜色',
|
|
106
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.size': '字体大小',
|
|
107
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.size.ph': '字体大小',
|
|
108
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.line-height.ph': '行高',
|
|
109
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.align': '对齐',
|
|
110
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.align.left': '左对齐',
|
|
111
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.align.center': '自适应',
|
|
112
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.style.none': '无',
|
|
113
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.style.underline': '下划线',
|
|
114
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.style.line-through': '中划线',
|
|
115
|
+
'luckda.lowcode.painter.panel-section.style-panel.font': '文字',
|
|
116
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.h1': '一级标题',
|
|
117
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.h2': '二级标题',
|
|
118
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.h3': '三级标题',
|
|
119
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.paragraph': '段落',
|
|
120
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.default': '无',
|
|
121
|
+
'luckda.lowcode.painter.panel-section.style-panel.font.custom': '自定义',
|
|
122
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.block': '块',
|
|
123
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.inline-block': '行内块',
|
|
124
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.inline': '行内',
|
|
125
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.flex': '弹性',
|
|
126
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.direct.row': '方向:横向',
|
|
127
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.direct.column': '方向:纵向反转',
|
|
128
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.align-items.flex-start': '交叉轴:起始对齐',
|
|
129
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.align-items.center': '交叉轴:居中',
|
|
130
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.align-items.flex-end': '交叉轴:终点对齐',
|
|
131
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.align-items.stretch': '交叉轴:拉伸',
|
|
132
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.align-items.baseline': '交叉轴:基线',
|
|
133
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.justify.flex-start': '水平轴:起始对齐',
|
|
134
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.justify.center': '水平轴:居中对齐',
|
|
135
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.justify.flex-end': '水平轴:结束对齐',
|
|
136
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.justify.space-between': '水平轴:两端对齐',
|
|
137
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.justify.space-around': '水平轴:均匀对齐,项目周围间隔相等',
|
|
138
|
+
'luckda.lowcode.painter.panel-section.style-panel.display.justify.space-evenly': '水平轴:均匀分布,所有项目与容器边缘的间隔相等',
|
|
139
|
+
'luckda.lowcode.painter.panel-section.style-panel.border-radius': ' 圆角',
|
|
140
|
+
'luckda.lowcode.painter.panel-section.style-panel.border-radius.width': '半径',
|
|
141
|
+
'luckda.lowcode.painter.panel-section.style-panel.border-radius.width.ph': '半径',
|
|
142
|
+
'luckda.lowcode.painter.panel-section.style-panel.border': '边框',
|
|
143
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.style': '边框',
|
|
144
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.style.none': '无',
|
|
145
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.style.solid': '实线条',
|
|
146
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.style.dotted': '点线',
|
|
147
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.style.dashed': '虚线',
|
|
148
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.width': '线宽',
|
|
149
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.width.ph': '线宽',
|
|
150
|
+
'luckda.lowcode.painter.panel-section.style-panel.border.color': '颜色',
|
|
151
|
+
'luckda.lowcode.painter.panel-section.style-panel.background': '背景',
|
|
152
|
+
'luckda.lowcode.painter.panel-section.blocksEditor.auto': '表单',
|
|
153
|
+
'luckda.lowcode.painter.panel-section.blocksEditor.grid': '表格',
|
|
154
|
+
'luckda.lowcode.painter.panel-section.blocksEditor.writer': '行内编辑表格',
|
|
155
|
+
'luckda.lowcode.painter.panel-section.blocksEditor.uploadForm': '附件列表',
|
|
156
|
+
'luckda.lowcode.painter.panel-section.blocksEditor.blank': '空白区',
|
|
157
|
+
'luckda.lowcode.painter.panel-section.blocksEditor.addBlock': '新增区块',
|
|
158
|
+
'luckda.lowcode.painter.panel-section.actionsEditor.button': '按钮',
|
|
159
|
+
'luckda.lowcode.painter.panel-section.actionsEditor.text': '文本',
|
|
160
|
+
'luckda.lowcode.painter.bindAction': '绑定动作',
|
|
161
|
+
'luckda.lowcode.painter.panel-section.actionsEditor.display': '展现形式',
|
|
162
|
+
'luckda.lowcode.painter.panel-section.actionsEditor.max': '最大显示数',
|
|
163
|
+
'luckda.lowcode.painter.panel-section.actionsEditor.moreText': '更多显示文字',
|
|
164
|
+
'luckda.lowcode.painter.panel-section.actionsEditor.add': '添加操作',
|
|
165
|
+
'luckda.lowcode.painter.panel-section.actionEditor.default': '一般',
|
|
166
|
+
'luckda.lowcode.painter.panel-section.actionEditor.primary': '重要',
|
|
167
|
+
'luckda.lowcode.painter.panel-section.actionEditor.danger': '危险',
|
|
168
|
+
'luckda.lowcode.painter.panel-section.actionEditor.destroy': '毁灭',
|
|
169
|
+
'luckda.lowcode.painter.panel-section.actionEditor.name': '名称',
|
|
170
|
+
'luckda.lowcode.painter.panel-section.actionEditor.name.placeholder': '请输入行为名称',
|
|
171
|
+
'luckda.lowcode.painter.panel-section.actionEditor.serial': '资源串',
|
|
172
|
+
'luckda.lowcode.painter.panel-section.actionEditor.serialEffect': '越权效果',
|
|
173
|
+
'luckda.lowcode.painter.panel-section.actionEditor.riskLevel': '风险等级',
|
|
174
|
+
'luckda.lowcode.painter.panel-section.components.listeditor.add': '添加一项',
|
|
175
|
+
'luckda.lowcode.painter.panel-section.field-selector.placeholder': '请选择字段',
|
|
176
|
+
'luckda.lowcode.painter.advancePanel.events': '事件',
|
|
177
|
+
'luckda.lowcode.painter.advancePanel.addEventAction': '添加事件动作',
|
|
178
|
+
'luckda.lowcode.painter.actionBindModal.pageActions': '页面行为',
|
|
179
|
+
'luckda.lowcode.painter.actionBindModal.trigger': '触发器',
|
|
180
|
+
'luckda.lowcode.painter.actionBindModal.custom': '自定义动作',
|
|
181
|
+
'luckda.lowcode.painter.actionBindModal.coding': '动作编写',
|
|
182
|
+
'luckda.lowcode.painter.actionBindModal.bind': '绑定动作',
|
|
183
|
+
'luckda.lowcode.painter.actionBindModal.search': '搜索',
|
|
184
|
+
'luckda.lowcode.painter.actionBindModal.params': '配置参数',
|
|
185
|
+
'luckda.lowcode.painter.actionBindModal.params.info': '请勿随意修改配置参数结构和参数名称,参数异常可能会导致请求失败',
|
|
186
|
+
'luckda.lowcode.painter.actionBindModal.noActionSelected': '请在右侧选择行为项',
|
|
187
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.align.left': '居左',
|
|
188
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.align.center': '居中',
|
|
189
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.align.right': '居右',
|
|
190
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.fixed.none': '不固定',
|
|
191
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.fixed.left': '左',
|
|
192
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.fixed.right': '右',
|
|
193
|
+
'luckda.lowcode.painter.delete.tip': '确定删除吗?',
|
|
194
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.width': '列宽',
|
|
195
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.align': '内容对齐',
|
|
196
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.headerAlign': '表头对齐',
|
|
197
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.pinned': '固定列',
|
|
198
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.tip': '过长提示',
|
|
199
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.fieldColumn': '占列数',
|
|
200
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.fieldRow': '占行数',
|
|
201
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.fieldNote': '字段注释',
|
|
202
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.fieldTip': '长说明',
|
|
203
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.placeholder': '默认提示',
|
|
204
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.isEqual': '唯一校验',
|
|
205
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.required': '是否必填',
|
|
206
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.table.display': '表格中显示',
|
|
207
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.form.display': '表单中显示',
|
|
208
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.writable': '是否可写',
|
|
209
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.readonly': '是否只读',
|
|
210
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue': '默认值',
|
|
211
|
+
'luckda.lowcode.painter.settingTo': '设置为',
|
|
212
|
+
'luckda.lowcode.painter.setting': '设置',
|
|
213
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.rules.front': '前端校验规则',
|
|
214
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.addRules': '添加校验规则',
|
|
215
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.rules': '校验规则',
|
|
216
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue.assign': '赋值事件',
|
|
217
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue.message.assign': '请选择赋值事件',
|
|
218
|
+
'luckda.lowcode.painter.expression': '表达式',
|
|
219
|
+
'luckda.lowcode.painter.message.expression': '请输入表达式',
|
|
220
|
+
'luckda.lowcode.painter.reset.tip': '确定重置吗?',
|
|
221
|
+
'luckda.lowcode.painter.reset': '重置',
|
|
222
|
+
'luckda.lowcode.painter.save': '保存',
|
|
223
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.attrs.conditionList': '条件列表',
|
|
224
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.attrs.settingCondition': '配置条件',
|
|
225
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.attrs.usergroup': '选择分组',
|
|
226
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.attrs.message.usergroup': '请选择登录人分组',
|
|
227
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.attrs.params': '参数名称',
|
|
228
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.attrs.message.params': '请输入参数名称',
|
|
229
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.attrs.contrary': '取反',
|
|
230
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.verifyType': '校验规则',
|
|
231
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.verifyType': '请选择校验规则',
|
|
232
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.errorMsg': '错误提示',
|
|
233
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.errorMsg': '请输入错误提示',
|
|
234
|
+
'luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.logic': '校验逻辑',
|
|
235
|
+
'luckda.lowcode.painter.components.fullscreen.tip': '全屏'
|
|
236
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": "Box",
|
|
3
|
+
"name": "盒子",
|
|
4
|
+
"desc": "盒子是一个用于包裹其他组件的包装器,是一个单纯的容器组件,可以对其设置样式达到想要的效果。",
|
|
5
|
+
"icon": "icon-box",
|
|
6
|
+
"group": "container",
|
|
7
|
+
"groupName": "布局",
|
|
8
|
+
"order": 3,
|
|
9
|
+
"css": "height:60px; width: auto; background-color: #fff;",
|
|
10
|
+
"advance": {
|
|
11
|
+
"events": {}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": "Box",
|
|
3
|
+
"name": "盒子",
|
|
4
|
+
"desc": "盒子是一个用于包裹其他组件的包装器,是一个单纯的容器组件,可以对其设置样式达到想要的效果。",
|
|
5
|
+
"icon": "icon-box",
|
|
6
|
+
"group": "container",
|
|
7
|
+
"groupName": "布局",
|
|
8
|
+
"order": 3,
|
|
9
|
+
"props": [
|
|
10
|
+
{
|
|
11
|
+
"key": "id",
|
|
12
|
+
"name": "唯一标识",
|
|
13
|
+
"type": "string",
|
|
14
|
+
"disabled": true
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"css": "height:60px; width: auto; background-color: #fff;",
|
|
18
|
+
"advance": {
|
|
19
|
+
"events": [
|
|
20
|
+
{
|
|
21
|
+
"key": "onMount",
|
|
22
|
+
"name": "组件首次渲染时",
|
|
23
|
+
"desc": "在组件首次渲染时,执行方法",
|
|
24
|
+
"func": "function onMount(params) {\n\t\n}"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"key": "onUnmount",
|
|
28
|
+
"name": "组件卸载时",
|
|
29
|
+
"desc": "在组件卸载时,执行方法。",
|
|
30
|
+
"func": "function onUnmount(params) {\n\t\n}"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"key": "onClick",
|
|
34
|
+
"name": "点击事件",
|
|
35
|
+
"desc": "点击文本时,执行方法",
|
|
36
|
+
"func": "function onClick(e) {\n\t\n}"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": "Button",
|
|
3
|
+
"name": "按钮",
|
|
4
|
+
"desc": "用于触发特定的操作或动作,以便用户可以轻松地创建具有自定义样式和行为的界面。",
|
|
5
|
+
"icon": "icon-button",
|
|
6
|
+
"group": "basic",
|
|
7
|
+
"groupName": "基础",
|
|
8
|
+
"order": 1,
|
|
9
|
+
"props": [
|
|
10
|
+
{
|
|
11
|
+
"key": "id",
|
|
12
|
+
"name": "唯一标识",
|
|
13
|
+
"type": "string",
|
|
14
|
+
"disabled": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"key": "title",
|
|
18
|
+
"name": "标题",
|
|
19
|
+
"type": "_I18nInput",
|
|
20
|
+
"repositioning": true,
|
|
21
|
+
"default": "按钮"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"key": "type",
|
|
25
|
+
"name": "按钮类型",
|
|
26
|
+
"type": "_ButtonType",
|
|
27
|
+
"default": "default"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"key": "size",
|
|
31
|
+
"name": "按钮",
|
|
32
|
+
"type": "segmented",
|
|
33
|
+
"repositioning": true,
|
|
34
|
+
"options": [
|
|
35
|
+
{
|
|
36
|
+
"label": "小",
|
|
37
|
+
"value": "small"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"label": "中",
|
|
41
|
+
"value": "middle"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"label": "大",
|
|
45
|
+
"value": "large"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"default": "middle"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"key": "block",
|
|
52
|
+
"name": "块级",
|
|
53
|
+
"desc": "将按钮宽度调整为其父宽度的选项",
|
|
54
|
+
"type": "switch",
|
|
55
|
+
"repositioning": true,
|
|
56
|
+
"default": false
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"key": "ghost",
|
|
60
|
+
"name": "幽灵按钮",
|
|
61
|
+
"desc": "幽灵属性按钮,设置为 true 后,按钮的内容颜色会切换至当前 theme 的 primaryColor,按钮的hover效果会消失",
|
|
62
|
+
"type": "switch",
|
|
63
|
+
"default": false
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"key": "iconFont",
|
|
67
|
+
"name": "图标",
|
|
68
|
+
"type": "_Icon",
|
|
69
|
+
"next": {
|
|
70
|
+
"name": "选择图标",
|
|
71
|
+
"autoClose": true,
|
|
72
|
+
"props": [
|
|
73
|
+
{
|
|
74
|
+
"key": "iconFont",
|
|
75
|
+
"name": "#图标选择器",
|
|
76
|
+
"type": "_IconSelector"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"repositioning": true
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"key": "serials",
|
|
84
|
+
"name": "资源串",
|
|
85
|
+
"type": "_SerialsSelector"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"key": "serialEffect",
|
|
89
|
+
"name": "越权效果",
|
|
90
|
+
"type": "segmented",
|
|
91
|
+
"options": [
|
|
92
|
+
{
|
|
93
|
+
"label": "禁用",
|
|
94
|
+
"value": "disable"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"label": "隐藏",
|
|
98
|
+
"value": "hidden"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"default": "hidden"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"css": {},
|
|
105
|
+
"advance": {
|
|
106
|
+
"events": [
|
|
107
|
+
{
|
|
108
|
+
"key": "onMount",
|
|
109
|
+
"name": "组件首次渲染时",
|
|
110
|
+
"desc": "在组件首次渲染时,执行方法",
|
|
111
|
+
"func": "function onMount() {\n\t\n}"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"key": "onUnmount",
|
|
115
|
+
"name": "组件卸载时",
|
|
116
|
+
"desc": "在组件卸载时,执行方法。",
|
|
117
|
+
"func": "function onUnmount() {\n\t\n}"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"key": "onClick",
|
|
121
|
+
"name": "点击事件",
|
|
122
|
+
"desc": "点击文本时,执行方法",
|
|
123
|
+
"func": "function onClick(e) {\n\t\n}"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
}
|
|
127
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": "CardList",
|
|
3
|
+
"name": "卡片列表",
|
|
4
|
+
"desc": "用于以卡片的形式展示相关的信息或内容列表。它提供了一种可视化的方式来呈现多个项目,每个项目通常由一个卡片表示,包含相关的文本、图像和其他元素。",
|
|
5
|
+
"icon": "icon-cardlist",
|
|
6
|
+
"group": "advance",
|
|
7
|
+
"groupName": "高级",
|
|
8
|
+
"order": 1,
|
|
9
|
+
"props": [
|
|
10
|
+
{
|
|
11
|
+
"key": "id",
|
|
12
|
+
"desc": "唯一标识",
|
|
13
|
+
"type": "string",
|
|
14
|
+
"disabled": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"key": "dataset",
|
|
18
|
+
"name": "数据集",
|
|
19
|
+
"type": "_DataSetSelector",
|
|
20
|
+
"component": "table",
|
|
21
|
+
"next": {
|
|
22
|
+
"name": "字段配置",
|
|
23
|
+
"props": [
|
|
24
|
+
{
|
|
25
|
+
"key": "fields",
|
|
26
|
+
"name": "#字段配置器",
|
|
27
|
+
"type": "_FieldsSetting"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"key": "autoLoad",
|
|
34
|
+
"name": "首次数据自动加载",
|
|
35
|
+
"desc": "首次数据是否自动加载,若存在必须带搜索条件再加载的情况,需要关闭",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": true
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"key": "readOnly",
|
|
41
|
+
"name": "是否只读",
|
|
42
|
+
"desc": "卡片列表是否只读",
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"default": false
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"key": "isFlow",
|
|
48
|
+
"name": "是否流式",
|
|
49
|
+
"desc": "是否流式(不分页)",
|
|
50
|
+
"type": "boolean",
|
|
51
|
+
"default": false
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"key": "defaultPageSize",
|
|
55
|
+
"name": "默认分页数",
|
|
56
|
+
"desc": "isFlow为false时设置,默认单页分页数",
|
|
57
|
+
"type": "number",
|
|
58
|
+
"default": 30
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"key": "batchOperations",
|
|
62
|
+
"name": "批量操作",
|
|
63
|
+
"desc": "批量操作配置",
|
|
64
|
+
"type": "_CardListActionSelector"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"key": "actionTitle",
|
|
68
|
+
"name": "操作列标题",
|
|
69
|
+
"desc": "操作列的标题",
|
|
70
|
+
"type": "_I18nInput",
|
|
71
|
+
"default": "操作列"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"key": "actionWidth",
|
|
75
|
+
"name": "操作列宽度",
|
|
76
|
+
"desc": "操作列宽度设置",
|
|
77
|
+
"type": "number",
|
|
78
|
+
"default": 100
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"key": "actionHidden",
|
|
82
|
+
"name": "操作列是否隐藏",
|
|
83
|
+
"desc": "操作列是否隐藏",
|
|
84
|
+
"type": "boolean",
|
|
85
|
+
"default": false
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"key": "maxWebShownActionCount",
|
|
89
|
+
"name": "操作列最大展示数",
|
|
90
|
+
"desc": "操作列最大展示数,超出最大数变为最大展示数-1+更多",
|
|
91
|
+
"type": "number",
|
|
92
|
+
"default": 2
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"key": "actions",
|
|
96
|
+
"name": "操作项",
|
|
97
|
+
"desc": "单行操作项",
|
|
98
|
+
"type": "_ActionSelector"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"key": "batchActions",
|
|
102
|
+
"name": "批量操作项",
|
|
103
|
+
"desc": "批量操作项",
|
|
104
|
+
"type": "_ActionSelector"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"advance": {
|
|
108
|
+
"events": [
|
|
109
|
+
{
|
|
110
|
+
"key": "onMount",
|
|
111
|
+
"name": "组件首次渲染时",
|
|
112
|
+
"desc": "在组件首次渲染时,执行方法",
|
|
113
|
+
"func": "(params)=>{\n\t\n}"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"key": "onUnmount",
|
|
117
|
+
"name": "组件卸载时",
|
|
118
|
+
"desc": "在组件卸载时,执行方法。",
|
|
119
|
+
"func": "(params)=>{\n\t\n}"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"key": "onBatchOperationsClick",
|
|
123
|
+
"name": "批量操作点击",
|
|
124
|
+
"desc": "点击操作的回调函数",
|
|
125
|
+
"func": "(key, selectedRows)=>{\n\t\n}"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"key": "onActionClick",
|
|
129
|
+
"name": "操作列点击",
|
|
130
|
+
"desc": "点击操作的回调函数",
|
|
131
|
+
"func": "(itemData)=>{\n\t\n}"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"key": "actionRender",
|
|
135
|
+
"name": "操作列定制渲染",
|
|
136
|
+
"desc": "返回为false时,该操作不可见",
|
|
137
|
+
"func": "(title, rowData)=>{\n\t\n}"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"key": "onRowClick",
|
|
141
|
+
"name": "行单击",
|
|
142
|
+
"desc": "单击表格行时,执行方法",
|
|
143
|
+
"func": "(data, rowIndex, params)=>{\n\t\n}"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"key": "onCardRender",
|
|
147
|
+
"name": "操作列点击",
|
|
148
|
+
"desc": "点击操作的回调函数",
|
|
149
|
+
"func": "(itemData)=>{\n\t\n}"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": "Dialog",
|
|
3
|
+
"name": "对话框",
|
|
4
|
+
"desc": "需要用户处理事务,又不希望跳转页面以致打断工作流程时,可以使用 Modal 在当前页面正中打开一个浮层,承载相应的操作。",
|
|
5
|
+
"icon": "icon-dialog",
|
|
6
|
+
"group": "basic",
|
|
7
|
+
"groupName": "基础",
|
|
8
|
+
"order": 1,
|
|
9
|
+
"title": "对话框",
|
|
10
|
+
"width": "700px",
|
|
11
|
+
"height": "50vh",
|
|
12
|
+
"defaultOpen": false,
|
|
13
|
+
"destroyOnClose": true,
|
|
14
|
+
"mask": true,
|
|
15
|
+
"okText": "确定",
|
|
16
|
+
"cancelText": "取消",
|
|
17
|
+
"footer": true,
|
|
18
|
+
"btnGroup": {
|
|
19
|
+
"display": "button",
|
|
20
|
+
"max": 2,
|
|
21
|
+
"moreText": "操作",
|
|
22
|
+
"todoList": []
|
|
23
|
+
},
|
|
24
|
+
"advance": {
|
|
25
|
+
"events": {}
|
|
26
|
+
}
|
|
27
|
+
}
|