@luck-design-biz/luckda 1.0.2-6 → 1.0.2-8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/es/locales/zh-CN.js +3 -1
  2. package/es/locales/zh-CN.js.map +1 -1
  3. package/es/lowcode/engine/meta/cardlist.props.json +3 -5
  4. package/es/lowcode/engine/meta/fielddate.props.json +0 -1
  5. package/es/lowcode/engine/meta/fieldeditor.props.json +0 -1
  6. package/es/lowcode/engine/meta/fieldgroup.props.json +0 -1
  7. package/es/lowcode/engine/meta/fieldyear.props.json +0 -1
  8. package/es/lowcode/engine/meta/form.props.json +2 -18
  9. package/es/lowcode/engine/meta/grouptree.props.json +0 -1
  10. package/es/lowcode/engine/meta/jsx.props.default.json +1 -2
  11. package/es/lowcode/engine/meta/jsx.props.json +4 -3
  12. package/es/lowcode/engine/meta/section.props.json +2 -2
  13. package/es/lowcode/engine/meta/table.props.json +0 -7
  14. package/es/lowcode/engine/meta/tabs.props.json +1 -1
  15. package/es/lowcode/engine/meta/tree.props.json +1 -5
  16. package/es/lowcode/painter/components/field-setting/SettingUI.js +1 -1
  17. package/es/lowcode/painter/components/field-setting/SettingUI.js.map +1 -1
  18. package/es/lowcode/painter/panel-section/IconConditionSelector.js +0 -1
  19. package/es/lowcode/painter/panel-section/IconConditionSelector.js.map +1 -1
  20. package/es/lowcode/painter/panel-section/JSEditor/ToolBar.js +109 -0
  21. package/es/lowcode/painter/panel-section/JSEditor/ToolBar.js.map +1 -0
  22. package/es/lowcode/painter/panel-section/JSEditor/index.js +130 -0
  23. package/es/lowcode/painter/panel-section/JSEditor/index.js.map +1 -0
  24. package/es/lowcode/view/ErrorBoundary.js +3 -3
  25. package/es/lowcode/view/ErrorBoundary.js.map +1 -1
  26. package/es/lowcode/view/lc-components/CardList/meta.json +3 -5
  27. package/es/lowcode/view/lc-components/FieldDate/meta.json +0 -1
  28. package/es/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
  29. package/es/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
  30. package/es/lowcode/view/lc-components/FieldYear/meta.json +0 -1
  31. package/es/lowcode/view/lc-components/Form/meta.json +2 -18
  32. package/es/lowcode/view/lc-components/GroupTree/meta.json +0 -1
  33. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -0
  34. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -1
  35. package/es/lowcode/view/lc-components/JSX/meta.json +4 -3
  36. package/es/lowcode/view/lc-components/Section/meta.json +2 -2
  37. package/es/lowcode/view/lc-components/Table/meta.json +0 -7
  38. package/es/lowcode/view/lc-components/Tabs/meta.json +1 -1
  39. package/es/lowcode/view/lc-components/Tree/meta.json +1 -5
  40. package/es/lowcode/view/lc-components/Wrapper.js +2 -0
  41. package/es/lowcode/view/lc-components/Wrapper.js.map +1 -1
  42. package/lib/locales/zh-CN.js +3 -1
  43. package/lib/locales/zh-CN.js.map +1 -1
  44. package/lib/lowcode/engine/meta/cardlist.props.json +3 -5
  45. package/lib/lowcode/engine/meta/fielddate.props.json +0 -1
  46. package/lib/lowcode/engine/meta/fieldeditor.props.json +0 -1
  47. package/lib/lowcode/engine/meta/fieldgroup.props.json +0 -1
  48. package/lib/lowcode/engine/meta/fieldyear.props.json +0 -1
  49. package/lib/lowcode/engine/meta/form.props.json +2 -18
  50. package/lib/lowcode/engine/meta/grouptree.props.json +0 -1
  51. package/lib/lowcode/engine/meta/jsx.props.default.json +1 -2
  52. package/lib/lowcode/engine/meta/jsx.props.json +4 -3
  53. package/lib/lowcode/engine/meta/section.props.json +2 -2
  54. package/lib/lowcode/engine/meta/table.props.json +0 -7
  55. package/lib/lowcode/engine/meta/tabs.props.json +1 -1
  56. package/lib/lowcode/engine/meta/tree.props.json +1 -5
  57. package/lib/lowcode/painter/components/field-setting/SettingUI.js +1 -1
  58. package/lib/lowcode/painter/components/field-setting/SettingUI.js.map +1 -1
  59. package/lib/lowcode/painter/panel-section/IconConditionSelector.js +0 -1
  60. package/lib/lowcode/painter/panel-section/IconConditionSelector.js.map +1 -1
  61. package/lib/lowcode/painter/panel-section/JSEditor/ToolBar.js +116 -0
  62. package/lib/lowcode/painter/panel-section/JSEditor/ToolBar.js.map +1 -0
  63. package/lib/lowcode/painter/panel-section/{JSEditor.js → JSEditor/index.js} +64 -10
  64. package/lib/lowcode/painter/panel-section/JSEditor/index.js.map +1 -0
  65. package/lib/lowcode/view/ErrorBoundary.js +3 -3
  66. package/lib/lowcode/view/ErrorBoundary.js.map +1 -1
  67. package/lib/lowcode/view/lc-components/CardList/meta.json +3 -5
  68. package/lib/lowcode/view/lc-components/FieldDate/meta.json +0 -1
  69. package/lib/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
  70. package/lib/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
  71. package/lib/lowcode/view/lc-components/FieldYear/meta.json +0 -1
  72. package/lib/lowcode/view/lc-components/Form/meta.json +2 -18
  73. package/lib/lowcode/view/lc-components/GroupTree/meta.json +0 -1
  74. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -0
  75. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -1
  76. package/lib/lowcode/view/lc-components/JSX/meta.json +4 -3
  77. package/lib/lowcode/view/lc-components/Section/meta.json +2 -2
  78. package/lib/lowcode/view/lc-components/Table/meta.json +0 -7
  79. package/lib/lowcode/view/lc-components/Tabs/meta.json +1 -1
  80. package/lib/lowcode/view/lc-components/Tree/meta.json +1 -5
  81. package/lib/lowcode/view/lc-components/Wrapper.js +2 -0
  82. package/lib/lowcode/view/lc-components/Wrapper.js.map +1 -1
  83. package/package.json +1 -1
  84. package/es/lowcode/painter/panel-section/JSEditor.js +0 -76
  85. package/es/lowcode/painter/panel-section/JSEditor.js.map +0 -1
  86. package/lib/lowcode/painter/panel-section/JSEditor.js.map +0 -1
@@ -76,7 +76,6 @@ export default {
76
76
  "luckda.lowcode.painter.pageVars.add": "添加",
77
77
  "luckda.lowcode.painter.panel-section.Layoutratio.err": "必须是数字或者数字加:号的组合",
78
78
  "luckda.lowcode.painter.panel-section.Layoutratio.label": "列比例",
79
- "luckda.lowcode.painter.panel-section.style-panel.sourceedit": "源码编辑",
80
79
  "luckda.lowcode.painter.panel-section.impexp.expType.placeholder": "请选择自定义行为",
81
80
  "luckda.lowcode.painter.panel-section.impexp.impType.placeholder": "请选择自定义行为",
82
81
  "luckda.lowcode.painter.bindCondition": "绑定条件",
@@ -109,6 +108,7 @@ export default {
109
108
  "luckda.lowcode.painter.panel-section.style-panel.margin.down": "下间距",
110
109
  "luckda.lowcode.painter.panel-section.style-panel.margin.left": "左间距",
111
110
  "luckda.lowcode.painter.panel-section.style-panel.group-name": "样式设置",
111
+ "luckda.lowcode.painter.panel-section.style-panel.sourceedit": "源码编辑",
112
112
  "luckda.lowcode.painter.panel-section.style-panel.width": "请输入宽度",
113
113
  "luckda.lowcode.painter.panel-section.style-panel.height": "请输入高度",
114
114
  "luckda.lowcode.painter.panel-section.style-panel.display": "显示",
@@ -168,6 +168,8 @@ export default {
168
168
  "luckda.lowcode.painter.panel-section.style-panel.border.width.ph": "线宽",
169
169
  "luckda.lowcode.painter.panel-section.style-panel.border.color": "颜色",
170
170
  "luckda.lowcode.painter.panel-section.style-panel.background": "背景",
171
+ "luckda.lowcode.painter.panel-section.jseditor.saveto": "保存为",
172
+ "app.base.operate.ok": "确定",
171
173
  "luckda.lowcode.painter.panel-section.blocksEditor.auto": "表单",
172
174
  "luckda.lowcode.painter.panel-section.blocksEditor.grid": "表格",
173
175
  "luckda.lowcode.painter.panel-section.blocksEditor.writer": "行内编辑表格",
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../../luckda/locales/zh-CN.js"],"sourcesContent":["export default {\n \"luckda.lowcode.view.lc-components.label.all\": \"全部\",\n \"luckda.lowcode.painter.import\": \"导入\",\n \"luckda.lowcode.painter.components.fullscreen-exit.tip\": \"退出全屏\",\n \"luckda.lowcode.painter.components.fullscreen.tip\": \"全屏\",\n \"lc.form.validator.maxLength\": \"字数不得超过\",\n \"lc.form.validator.textNum\": \"个字符\",\n \"lc.form.validator.numberBelowMin\": \"低于最小值\",\n \"lc.form.validator.numberExceedMax\": \"超过最大值\",\n \"luckda.lowcode.painter.I18n.empty\": \"敬请期待\",\n \"luckda.lowcode.painter.panel.attrs\": \"属性\",\n \"luckda.lowcode.painter.panel.css\": \"样式\",\n \"luckda.lowcode.painter.panel.advance\": \"高级\",\n \"luckda.lowcode.painter.panel.empty\": \"请在左侧画布选中节点\",\n \"luckda.lowcode.page\": \"页面\",\n \"luckda.lowcode.modal\": \"模态视图层\",\n \"luckda.lowcode.painter.I18n.search\": \"搜索文案\",\n \"luckda.lowcode.painter.I18n.add\": \"新增文案\",\n \"luckda.lowcode.design.toolbar.save.on\": \"保存中...\",\n \"luckda.lowcode.design.toolbar.save.success\": \"保存成功\",\n \"luckda.lowcode.design.toolbar.save.error\": \"保存失败\",\n \"luckda.lowcode.design.toolbar.clear.tip\": \"清除提示\",\n \"luckda.lowcode.design.toolbar.clear\": \"清除缓存\",\n \"luckda.lowcode.error.pagedata\": \"页面数据错误\",\n \"luckda.lowcode.not.mobile\": \"此功能暂未开放\",\n \"luckda.lowcode.design.toolbar.pageAttrs\": \"页面属性\",\n \"luckda.lowcode.design.toolbar.debug\": \"调试\",\n \"luckda.lowcode.design.toolbar.code\": \"Schema面板\",\n \"luckda.lowcode.design.toolbar.save\": \"保存\",\n \"luckda.lowcode.design.toolbar.pagePreview\": \"页面预览\",\n \"luckda.lowcode.design.toolbar.selectUser\": \"请选择模拟登录人\",\n \"app.base.operate.comfire.leave\": \"离开当前页面?\",\n \"app.base.operate.comfire.message.leave\": \"系统可能不会保存您所做的更改。\",\n \"luckda.lowcode.painter.components.search\": \"搜索组件\",\n \"ccm.dev.page.set.components.base\": \"基础组件\",\n \"ccm.dev.page.set.components.custom\": \"自定义组件\",\n \"luckda.lowcode.painter.panel-section.width-height\": \"请输入数值\",\n \"luckda.lowcode.painter.tree.rootAdd\": \"根节点新增\",\n \"luckda.lowcode.painter.edit\": \"编辑\",\n \"luckda.lowcode.painter.bind\": \"绑定动作\",\n \"luckda.lowcode.painter.panel-section.textContent\": \"内容\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.label\": \"名称\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.label.placeholder\": \"请输入过滤项名称\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.value\": \"值\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.value.placeholder\": \"请输入过滤项值\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.field\": \"字段\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.field.placeholder\": \"请选择过滤字段\",\n \"luckda.lowcode.painter.delete\": \"删除\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.nil\": \"关闭过滤器\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.dict\": \"数据字典\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.dict.placeholder\": \"请输入字典key\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.custom\": \"自定义项\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.add\": \"添加过滤项\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.customApi\": \"自定义接口\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.customApi.placeholder\": \"请输入接口地址\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.customApi.tip\": \"接口返回数据格式必须是: {mainInfo:{options:[{value: string,label: stirng}], field: string}}\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.tabname\": \"名称\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.tabname.placeholder\": \"请输入标签名称\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.id\": \"编号\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.destory\": \"隐藏销毁\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.serial\": \"资源串\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.splitVertical\": \"横向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.splitHorizontal\": \"纵向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.err\": \"必须是数字或者数字加:号的组合\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.fastTo\": \"收缩方向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.split\": \"分割方向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.ratio\": \"列比例\",\n \"luckda.lowcode.painter.panel-section.Layoutratio.placeholder\": \"请输入列比例\",\n \"luckda.lowcode.painter.pageVars.var\": \"变量\",\n \"luckda.lowcode.painter.pageVars.api\": \"远程 API\",\n \"luckda.lowcode.painter.pageVars.edit\": \"编辑数据源\",\n \"luckda.lowcode.painter.pageVars.copy\": \"拷贝\",\n \"luckda.lowcode.painter.pageVars.delete\": \"删除\",\n \"luckda.lowcode.painter.pageVars.all\": \"全部\",\n \"luckda.lowcode.painter.pageVars.placeholder.search\": \"请输入\",\n \"luckda.lowcode.painter.pageVars.add\": \"添加\",\n \"luckda.lowcode.painter.panel-section.Layoutratio.err\": \"必须是数字或者数字加:号的组合\",\n \"luckda.lowcode.painter.panel-section.Layoutratio.label\": \"列比例\",\n \"luckda.lowcode.painter.panel-section.style-panel.sourceedit\": \"源码编辑\",\n \"luckda.lowcode.painter.panel-section.impexp.expType.placeholder\": \"请选择自定义行为\",\n \"luckda.lowcode.painter.panel-section.impexp.impType.placeholder\": \"请选择自定义行为\",\n \"luckda.lowcode.painter.bindCondition\": \"绑定条件\",\n \"luckda.lowcode.painter.panel-section.iconConditionSelector.add\": \"添加条件\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.field\": \"数据字段\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.title\": \"标题\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.batch\": \"批量设置\",\n \"luckda.lowcode.painter.dateSetSelector.setting\": \"配置字段\",\n \"luckda.lowcode.painter.dateSetSelector.sync\": \"同步数据\",\n \"luckda.lowcode.painter.panel-section.complexPop.assisted\": \"辅助选择\",\n \"luckda.lowcode.painter.panel-section.complexPop.assistedGrid\": \"辅助弹窗显示字段\",\n \"luckda.lowcode.painter.panel-section.complexPop.assistedGridFields\": \"展示区\",\n \"luckda.lowcode.painter.panel-section.complexPop.gridFields\": \"可选区\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow\": \"阴影\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.big\": \"大\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.middle\": \"中\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.small\": \"小\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.none\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.custom\": \"自定义\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.detail.color\": \"颜色\",\n \"luckda.lowcode.painter.panel-section.style-panel.cursor\": \"鼠标手势\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.top\": \"上边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.right\": \"右边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.down\": \"下边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.left\": \"左边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.opacity\": \"透明度\",\n \"luckda.lowcode.painter.panel-section.style-panel.opacity.ph\": \"透明度\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.top\": \"上间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.right\": \"右间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.down\": \"下间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.left\": \"左间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.group-name\": \"样式设置\",\n \"luckda.lowcode.painter.panel-section.style-panel.width\": \"请输入宽度\",\n \"luckda.lowcode.painter.panel-section.style-panel.height\": \"请输入高度\",\n \"luckda.lowcode.painter.panel-section.style-panel.display\": \"显示\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.superbig\": \"超大(24px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.big\": \"大(20px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.middle\": \"中(16px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.small\": \"小(12px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.supersmall\": \"超小(8px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.none\": \"无(0px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.default\": \"默认\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.weight\": \"字重\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style\": \"样式\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.color\": \"字体颜色\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.size\": \"字体大小\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.size.ph\": \"字体大小\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.line-height.ph\": \"行高\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.align\": \"对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.align.left\": \"左对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.align.center\": \"自适应\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style.none\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style.underline\": \"下划线\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style.line-through\": \"中划线\",\n \"luckda.lowcode.painter.panel-section.style-panel.font\": \"文字\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.h1\": \"一级标题\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.h2\": \"二级标题\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.h3\": \"三级标题\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.paragraph\": \"段落\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.default\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.custom\": \"自定义\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.block\": \"块\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.inline-block\": \"行内块\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.inline\": \"行内\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.flex\": \"弹性\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.direct.row\": \"方向:横向\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.direct.column\": \"方向:纵向反转\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.flex-start\": \"交叉轴:起始对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.center\": \"交叉轴:居中\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.flex-end\": \"交叉轴:终点对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.stretch\": \"交叉轴:拉伸\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.baseline\": \"交叉轴:基线\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.flex-start\": \"水平轴:起始对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.center\": \"水平轴:居中对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.flex-end\": \"水平轴:结束对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.space-between\": \"水平轴:两端对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.space-around\": \"水平轴:均匀对齐,项目周围间隔相等\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.space-evenly\": \"水平轴:均匀分布,所有项目与容器边缘的间隔相等\",\n \"luckda.lowcode.painter.panel-section.style-panel.border-radius\": \" 圆角\",\n \"luckda.lowcode.painter.panel-section.style-panel.border-radius.width\": \"半径\",\n \"luckda.lowcode.painter.panel-section.style-panel.border-radius.width.ph\": \"半径\",\n \"luckda.lowcode.painter.panel-section.style-panel.border\": \"边框\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style\": \"边框\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.none\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.solid\": \"实线条\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.dotted\": \"点线\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.dashed\": \"虚线\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.width\": \"线宽\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.width.ph\": \"线宽\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.color\": \"颜色\",\n \"luckda.lowcode.painter.panel-section.style-panel.background\": \"背景\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.auto\": \"表单\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.grid\": \"表格\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.writer\": \"行内编辑表格\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.uploadForm\": \"附件列表\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.blank\": \"空白区\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.addBlock\": \"新增区块\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.button\": \"按钮\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.text\": \"文本\",\n \"luckda.lowcode.painter.bindAction\": \"绑定动作\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.display\": \"展现形式\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.max\": \"最大显示数\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.moreText\": \"更多显示文字\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.add\": \"添加操作\",\n \"luckda.lowcode.painter.hidden\": \"隐藏\",\n \"luckda.lowcode.painter.disable\": \"禁用\",\n \"luckda.lowcode.painter.panel-section.actionEditor.default\": \"一般\",\n \"luckda.lowcode.painter.panel-section.actionEditor.primary\": \"重要\",\n \"luckda.lowcode.painter.panel-section.actionEditor.danger\": \"危险\",\n \"luckda.lowcode.painter.panel-section.actionEditor.destroy\": \"毁灭\",\n \"luckda.lowcode.painter.panel-section.actionEditor.name\": \"名称\",\n \"luckda.lowcode.painter.panel-section.actionEditor.name.placeholder\": \"请输入行为名称\",\n \"luckda.lowcode.painter.panel-section.actionEditor.icon\": \"图标\",\n \"luckda.lowcode.painter.panel-section.actionEditor.serial\": \"资源串\",\n \"luckda.lowcode.painter.panel-section.actionEditor.serialEffect\": \"越权效果\",\n \"luckda.lowcode.painter.panel-section.actionEditor.riskLevel\": \"风险等级\",\n \"luckda.lowcode.painter.pageVars.taskType.serial\": \"串行\",\n \"luckda.lowcode.painter.pageVars.taskType.parallel\": \"并行\",\n \"luckda.lowcode.painter.pageVars.method.jsonp\": \"JSONP\",\n \"luckda.lowcode.painter.pageVars.method.get\": \"GET\",\n \"luckda.lowcode.painter.pageVars.taskType.post\": \"POST\",\n \"luckda.lowcode.painter.pageVars.taskType.put\": \"PUT\",\n \"luckda.lowcode.painter.pageVars.taskType.delete\": \"DELETE\",\n \"luckda.lowcode.painter.pageVars.name\": \"名称\",\n \"luckda.lowcode.painter.pageVars.messag.name\": \"请输入变量名\",\n \"luckda.lowcode.painter.pageVars.desc\": \"描述\",\n \"luckda.lowcode.painter.pageVars.placeholder\": \"请输入\",\n \"luckda.lowcode.painter.pageVars.data\": \"数据\",\n \"luckda.lowcode.painter.pageVars.auto\": \"自动加载\",\n \"luckda.lowcode.painter.pageVars.taskType\": \"加载方式\",\n \"luckda.lowcode.painter.pageVars.url\": \"请求地址\",\n \"luckda.lowcode.painter.pageVars.method\": \"请求方式\",\n \"luckda.lowcode.painter.pageVars.urlParams\": \"请求参数\",\n \"luckda.lowcode.painter.pageVars.tip.urlParams\": \"URL 请求参数,格式为 {key1:value1,key2:value2} ,等价于 ?key1=value1&key2=value2\",\n \"luckda.lowcode.painter.pageVars.body\": \"请求体\",\n \"luckda.lowcode.painter.pageVars.tip.body\": \"接口请求体(body),格式为 {key1:value1,key2:value2}\",\n \"luckda.lowcode.painter.pageVars.process\": \"数据处理\",\n \"luckda.lowcode.painter.pageVars.defaultValue\": \"默认数据\",\n \"luckda.lowcode.painter.panel-section.components.listeditor.add\": \"添加一项\",\n \"luckda.lowcode.painter.panel-section.field-selector.placeholder\": \"请选择字段\",\n \"luckda.lowcode.painter.advancePanel.render\": \"是否渲染\",\n \"luckda.lowcode.painter.advancePanel.events\": \"事件\",\n \"luckda.lowcode.painter.advancePanel.addEventAction\": \"添加事件动作\",\n \"luckda.lowcode.painter.actionBindModal.pageActions\": \"页面行为\",\n \"luckda.lowcode.painter.actionBindModal.custom\": \"自定义动作\",\n \"luckda.lowcode.painter.actionBindModal.coding\": \"动作编写\",\n \"luckda.lowcode.painter.actionBindModal.bind\": \"绑定动作\",\n \"luckda.lowcode.painter.actionBindModal.search\": \"搜索\",\n \"luckda.lowcode.painter.actionBindModal.params\": \"配置参数\",\n \"luckda.lowcode.painter.actionBindModal.params.info\": \"请勿随意修改配置参数结构和参数名称,参数异常可能会导致请求失败\",\n \"luckda.lowcode.painter.actionBindModal.noActionSelected\": \"请在右侧选择行为项\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align.left\": \"居左\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align.center\": \"居中\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align.right\": \"居右\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fixed.none\": \"不固定\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fixed.left\": \"左\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fixed.right\": \"右\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.formMode.single\": \"单行\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.formMode.bulk\": \"批量\",\n \"luckda.lowcode.painter.delete.tip\": \"确定删除吗?\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.width\": \"列宽\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align\": \"内容对齐\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.headerAlign\": \"表头对齐\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.pinned\": \"固定列\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.tip\": \"过长提示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.formMode\": \"修改方式\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fieldColumn\": \"占列数\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.isEqual\": \"唯一校验\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.required\": \"是否必填\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.table.display\": \"表格中显示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.form.display\": \"表单中显示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.writable\": \"是否可写\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.readonly\": \"是否只读\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.render\": \"内容定制渲染\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue\": \"默认值\",\n \"luckda.lowcode.painter.settingTo\": \"设置为\",\n \"luckda.lowcode.painter.setting\": \"设置\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.rules.front\": \"前端校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.addRules\": \"添加校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.rules\": \"校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue.assign\": \"赋值事件\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue.message.assign\": \"请选择赋值事件\",\n \"luckda.lowcode.painter.expression\": \"表达式\",\n \"luckda.lowcode.painter.message.expression\": \"请输入表达式\",\n \"luckda.lowcode.painter.reset.tip\": \"确定重置吗?\",\n \"luckda.lowcode.painter.reset\": \"重置\",\n \"luckda.lowcode.painter.save\": \"保存\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.conditionList\": \"条件列表\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.settingCondition\": \"配置条件\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.usergroup\": \"选择分组\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.message.usergroup\": \"请选择登录人分组\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.params\": \"参数名称\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.message.params\": \"请输入参数名称\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.contrary\": \"取反\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.verifyType\": \"校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.verifyType\": \"请选择校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.errorMsg\": \"错误提示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.errorMsg\": \"请输入错误提示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.logic\": \"校验逻辑\"\n};"],"mappings":"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"}
1
+ {"version":3,"names":[],"sources":["../../luckda/locales/zh-CN.js"],"sourcesContent":["export default {\n \"luckda.lowcode.view.lc-components.label.all\": \"全部\",\n \"luckda.lowcode.painter.import\": \"导入\",\n \"luckda.lowcode.painter.components.fullscreen-exit.tip\": \"退出全屏\",\n \"luckda.lowcode.painter.components.fullscreen.tip\": \"全屏\",\n \"lc.form.validator.maxLength\": \"字数不得超过\",\n \"lc.form.validator.textNum\": \"个字符\",\n \"lc.form.validator.numberBelowMin\": \"低于最小值\",\n \"lc.form.validator.numberExceedMax\": \"超过最大值\",\n \"luckda.lowcode.painter.I18n.empty\": \"敬请期待\",\n \"luckda.lowcode.painter.panel.attrs\": \"属性\",\n \"luckda.lowcode.painter.panel.css\": \"样式\",\n \"luckda.lowcode.painter.panel.advance\": \"高级\",\n \"luckda.lowcode.painter.panel.empty\": \"请在左侧画布选中节点\",\n \"luckda.lowcode.page\": \"页面\",\n \"luckda.lowcode.modal\": \"模态视图层\",\n \"luckda.lowcode.painter.I18n.search\": \"搜索文案\",\n \"luckda.lowcode.painter.I18n.add\": \"新增文案\",\n \"luckda.lowcode.design.toolbar.save.on\": \"保存中...\",\n \"luckda.lowcode.design.toolbar.save.success\": \"保存成功\",\n \"luckda.lowcode.design.toolbar.save.error\": \"保存失败\",\n \"luckda.lowcode.design.toolbar.clear.tip\": \"清除提示\",\n \"luckda.lowcode.design.toolbar.clear\": \"清除缓存\",\n \"luckda.lowcode.error.pagedata\": \"页面数据错误\",\n \"luckda.lowcode.not.mobile\": \"此功能暂未开放\",\n \"luckda.lowcode.design.toolbar.pageAttrs\": \"页面属性\",\n \"luckda.lowcode.design.toolbar.debug\": \"调试\",\n \"luckda.lowcode.design.toolbar.code\": \"Schema面板\",\n \"luckda.lowcode.design.toolbar.save\": \"保存\",\n \"luckda.lowcode.design.toolbar.pagePreview\": \"页面预览\",\n \"luckda.lowcode.design.toolbar.selectUser\": \"请选择模拟登录人\",\n \"app.base.operate.comfire.leave\": \"离开当前页面?\",\n \"app.base.operate.comfire.message.leave\": \"系统可能不会保存您所做的更改。\",\n \"luckda.lowcode.painter.components.search\": \"搜索组件\",\n \"ccm.dev.page.set.components.base\": \"基础组件\",\n \"ccm.dev.page.set.components.custom\": \"自定义组件\",\n \"luckda.lowcode.painter.panel-section.width-height\": \"请输入数值\",\n \"luckda.lowcode.painter.tree.rootAdd\": \"根节点新增\",\n \"luckda.lowcode.painter.edit\": \"编辑\",\n \"luckda.lowcode.painter.bind\": \"绑定动作\",\n \"luckda.lowcode.painter.panel-section.textContent\": \"内容\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.label\": \"名称\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.label.placeholder\": \"请输入过滤项名称\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.value\": \"值\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.value.placeholder\": \"请输入过滤项值\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.field\": \"字段\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.field.placeholder\": \"请选择过滤字段\",\n \"luckda.lowcode.painter.delete\": \"删除\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.nil\": \"关闭过滤器\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.dict\": \"数据字典\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.dict.placeholder\": \"请输入字典key\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.custom\": \"自定义项\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.add\": \"添加过滤项\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.customApi\": \"自定义接口\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.customApi.placeholder\": \"请输入接口地址\",\n \"luckda.lowcode.painter.panel-section.tableTopFilter.customApi.tip\": \"接口返回数据格式必须是: {mainInfo:{options:[{value: string,label: stirng}], field: string}}\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.tabname\": \"名称\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.tabname.placeholder\": \"请输入标签名称\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.id\": \"编号\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.destory\": \"隐藏销毁\",\n \"luckda.lowcode.painter.panel-section.tabsitems.editor.serial\": \"资源串\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.splitVertical\": \"横向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.splitHorizontal\": \"纵向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.err\": \"必须是数字或者数字加:号的组合\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.fastTo\": \"收缩方向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.split\": \"分割方向\",\n \"luckda.lowcode.painter.panel-section.splitdisplay.ratio\": \"列比例\",\n \"luckda.lowcode.painter.panel-section.Layoutratio.placeholder\": \"请输入列比例\",\n \"luckda.lowcode.painter.pageVars.var\": \"变量\",\n \"luckda.lowcode.painter.pageVars.api\": \"远程 API\",\n \"luckda.lowcode.painter.pageVars.edit\": \"编辑数据源\",\n \"luckda.lowcode.painter.pageVars.copy\": \"拷贝\",\n \"luckda.lowcode.painter.pageVars.delete\": \"删除\",\n \"luckda.lowcode.painter.pageVars.all\": \"全部\",\n \"luckda.lowcode.painter.pageVars.placeholder.search\": \"请输入\",\n \"luckda.lowcode.painter.pageVars.add\": \"添加\",\n \"luckda.lowcode.painter.panel-section.Layoutratio.err\": \"必须是数字或者数字加:号的组合\",\n \"luckda.lowcode.painter.panel-section.Layoutratio.label\": \"列比例\",\n \"luckda.lowcode.painter.panel-section.impexp.expType.placeholder\": \"请选择自定义行为\",\n \"luckda.lowcode.painter.panel-section.impexp.impType.placeholder\": \"请选择自定义行为\",\n \"luckda.lowcode.painter.bindCondition\": \"绑定条件\",\n \"luckda.lowcode.painter.panel-section.iconConditionSelector.add\": \"添加条件\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.field\": \"数据字段\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.title\": \"标题\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.batch\": \"批量设置\",\n \"luckda.lowcode.painter.dateSetSelector.setting\": \"配置字段\",\n \"luckda.lowcode.painter.dateSetSelector.sync\": \"同步数据\",\n \"luckda.lowcode.painter.panel-section.complexPop.assisted\": \"辅助选择\",\n \"luckda.lowcode.painter.panel-section.complexPop.assistedGrid\": \"辅助弹窗显示字段\",\n \"luckda.lowcode.painter.panel-section.complexPop.assistedGridFields\": \"展示区\",\n \"luckda.lowcode.painter.panel-section.complexPop.gridFields\": \"可选区\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow\": \"阴影\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.big\": \"大\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.middle\": \"中\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.small\": \"小\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.none\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.custom\": \"自定义\",\n \"luckda.lowcode.painter.panel-section.style-panel.box-shadow.detail.color\": \"颜色\",\n \"luckda.lowcode.painter.panel-section.style-panel.cursor\": \"鼠标手势\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.top\": \"上边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.right\": \"右边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.down\": \"下边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.padding.left\": \"左边距\",\n \"luckda.lowcode.painter.panel-section.style-panel.opacity\": \"透明度\",\n \"luckda.lowcode.painter.panel-section.style-panel.opacity.ph\": \"透明度\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.top\": \"上间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.right\": \"右间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.down\": \"下间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.left\": \"左间距\",\n \"luckda.lowcode.painter.panel-section.style-panel.group-name\": \"样式设置\",\n \"luckda.lowcode.painter.panel-section.style-panel.sourceedit\": \"源码编辑\",\n \"luckda.lowcode.painter.panel-section.style-panel.width\": \"请输入宽度\",\n \"luckda.lowcode.painter.panel-section.style-panel.height\": \"请输入高度\",\n \"luckda.lowcode.painter.panel-section.style-panel.display\": \"显示\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.superbig\": \"超大(24px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.big\": \"大(20px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.middle\": \"中(16px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.small\": \"小(12px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.supersmall\": \"超小(8px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.none\": \"无(0px)\",\n \"luckda.lowcode.painter.panel-section.style-panel.margin.default\": \"默认\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.weight\": \"字重\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style\": \"样式\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.color\": \"字体颜色\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.size\": \"字体大小\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.size.ph\": \"字体大小\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.line-height.ph\": \"行高\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.align\": \"对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.align.left\": \"左对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.align.center\": \"自适应\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style.none\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style.underline\": \"下划线\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.style.line-through\": \"中划线\",\n \"luckda.lowcode.painter.panel-section.style-panel.font\": \"文字\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.h1\": \"一级标题\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.h2\": \"二级标题\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.h3\": \"三级标题\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.paragraph\": \"段落\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.default\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.font.custom\": \"自定义\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.block\": \"块\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.inline-block\": \"行内块\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.inline\": \"行内\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.flex\": \"弹性\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.direct.row\": \"方向:横向\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.direct.column\": \"方向:纵向反转\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.flex-start\": \"交叉轴:起始对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.center\": \"交叉轴:居中\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.flex-end\": \"交叉轴:终点对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.stretch\": \"交叉轴:拉伸\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.align-items.baseline\": \"交叉轴:基线\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.flex-start\": \"水平轴:起始对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.center\": \"水平轴:居中对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.flex-end\": \"水平轴:结束对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.space-between\": \"水平轴:两端对齐\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.space-around\": \"水平轴:均匀对齐,项目周围间隔相等\",\n \"luckda.lowcode.painter.panel-section.style-panel.display.justify.space-evenly\": \"水平轴:均匀分布,所有项目与容器边缘的间隔相等\",\n \"luckda.lowcode.painter.panel-section.style-panel.border-radius\": \" 圆角\",\n \"luckda.lowcode.painter.panel-section.style-panel.border-radius.width\": \"半径\",\n \"luckda.lowcode.painter.panel-section.style-panel.border-radius.width.ph\": \"半径\",\n \"luckda.lowcode.painter.panel-section.style-panel.border\": \"边框\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style\": \"边框\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.none\": \"无\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.solid\": \"实线条\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.dotted\": \"点线\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.style.dashed\": \"虚线\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.width\": \"线宽\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.width.ph\": \"线宽\",\n \"luckda.lowcode.painter.panel-section.style-panel.border.color\": \"颜色\",\n \"luckda.lowcode.painter.panel-section.style-panel.background\": \"背景\",\n \"luckda.lowcode.painter.panel-section.jseditor.saveto\": \"保存为\",\n \"app.base.operate.ok\": \"确定\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.auto\": \"表单\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.grid\": \"表格\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.writer\": \"行内编辑表格\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.uploadForm\": \"附件列表\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.blank\": \"空白区\",\n \"luckda.lowcode.painter.panel-section.blocksEditor.addBlock\": \"新增区块\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.button\": \"按钮\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.text\": \"文本\",\n \"luckda.lowcode.painter.bindAction\": \"绑定动作\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.display\": \"展现形式\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.max\": \"最大显示数\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.moreText\": \"更多显示文字\",\n \"luckda.lowcode.painter.panel-section.actionsEditor.add\": \"添加操作\",\n \"luckda.lowcode.painter.hidden\": \"隐藏\",\n \"luckda.lowcode.painter.disable\": \"禁用\",\n \"luckda.lowcode.painter.panel-section.actionEditor.default\": \"一般\",\n \"luckda.lowcode.painter.panel-section.actionEditor.primary\": \"重要\",\n \"luckda.lowcode.painter.panel-section.actionEditor.danger\": \"危险\",\n \"luckda.lowcode.painter.panel-section.actionEditor.destroy\": \"毁灭\",\n \"luckda.lowcode.painter.panel-section.actionEditor.name\": \"名称\",\n \"luckda.lowcode.painter.panel-section.actionEditor.name.placeholder\": \"请输入行为名称\",\n \"luckda.lowcode.painter.panel-section.actionEditor.icon\": \"图标\",\n \"luckda.lowcode.painter.panel-section.actionEditor.serial\": \"资源串\",\n \"luckda.lowcode.painter.panel-section.actionEditor.serialEffect\": \"越权效果\",\n \"luckda.lowcode.painter.panel-section.actionEditor.riskLevel\": \"风险等级\",\n \"luckda.lowcode.painter.pageVars.taskType.serial\": \"串行\",\n \"luckda.lowcode.painter.pageVars.taskType.parallel\": \"并行\",\n \"luckda.lowcode.painter.pageVars.method.jsonp\": \"JSONP\",\n \"luckda.lowcode.painter.pageVars.method.get\": \"GET\",\n \"luckda.lowcode.painter.pageVars.taskType.post\": \"POST\",\n \"luckda.lowcode.painter.pageVars.taskType.put\": \"PUT\",\n \"luckda.lowcode.painter.pageVars.taskType.delete\": \"DELETE\",\n \"luckda.lowcode.painter.pageVars.name\": \"名称\",\n \"luckda.lowcode.painter.pageVars.messag.name\": \"请输入变量名\",\n \"luckda.lowcode.painter.pageVars.desc\": \"描述\",\n \"luckda.lowcode.painter.pageVars.placeholder\": \"请输入\",\n \"luckda.lowcode.painter.pageVars.data\": \"数据\",\n \"luckda.lowcode.painter.pageVars.auto\": \"自动加载\",\n \"luckda.lowcode.painter.pageVars.taskType\": \"加载方式\",\n \"luckda.lowcode.painter.pageVars.url\": \"请求地址\",\n \"luckda.lowcode.painter.pageVars.method\": \"请求方式\",\n \"luckda.lowcode.painter.pageVars.urlParams\": \"请求参数\",\n \"luckda.lowcode.painter.pageVars.tip.urlParams\": \"URL 请求参数,格式为 {key1:value1,key2:value2} ,等价于 ?key1=value1&key2=value2\",\n \"luckda.lowcode.painter.pageVars.body\": \"请求体\",\n \"luckda.lowcode.painter.pageVars.tip.body\": \"接口请求体(body),格式为 {key1:value1,key2:value2}\",\n \"luckda.lowcode.painter.pageVars.process\": \"数据处理\",\n \"luckda.lowcode.painter.pageVars.defaultValue\": \"默认数据\",\n \"luckda.lowcode.painter.panel-section.components.listeditor.add\": \"添加一项\",\n \"luckda.lowcode.painter.panel-section.field-selector.placeholder\": \"请选择字段\",\n \"luckda.lowcode.painter.advancePanel.render\": \"是否渲染\",\n \"luckda.lowcode.painter.advancePanel.events\": \"事件\",\n \"luckda.lowcode.painter.advancePanel.addEventAction\": \"添加事件动作\",\n \"luckda.lowcode.painter.actionBindModal.pageActions\": \"页面行为\",\n \"luckda.lowcode.painter.actionBindModal.custom\": \"自定义动作\",\n \"luckda.lowcode.painter.actionBindModal.coding\": \"动作编写\",\n \"luckda.lowcode.painter.actionBindModal.bind\": \"绑定动作\",\n \"luckda.lowcode.painter.actionBindModal.search\": \"搜索\",\n \"luckda.lowcode.painter.actionBindModal.params\": \"配置参数\",\n \"luckda.lowcode.painter.actionBindModal.params.info\": \"请勿随意修改配置参数结构和参数名称,参数异常可能会导致请求失败\",\n \"luckda.lowcode.painter.actionBindModal.noActionSelected\": \"请在右侧选择行为项\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align.left\": \"居左\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align.center\": \"居中\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align.right\": \"居右\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fixed.none\": \"不固定\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fixed.left\": \"左\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fixed.right\": \"右\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.formMode.single\": \"单行\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.formMode.bulk\": \"批量\",\n \"luckda.lowcode.painter.delete.tip\": \"确定删除吗?\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.width\": \"列宽\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.align\": \"内容对齐\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.headerAlign\": \"表头对齐\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.pinned\": \"固定列\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.tip\": \"过长提示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.formMode\": \"修改方式\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.fieldColumn\": \"占列数\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.isEqual\": \"唯一校验\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.required\": \"是否必填\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.table.display\": \"表格中显示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.form.display\": \"表单中显示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.writable\": \"是否可写\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.readonly\": \"是否只读\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.render\": \"内容定制渲染\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue\": \"默认值\",\n \"luckda.lowcode.painter.settingTo\": \"设置为\",\n \"luckda.lowcode.painter.setting\": \"设置\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.rules.front\": \"前端校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.addRules\": \"添加校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.rules\": \"校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue.assign\": \"赋值事件\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.defaultValue.message.assign\": \"请选择赋值事件\",\n \"luckda.lowcode.painter.expression\": \"表达式\",\n \"luckda.lowcode.painter.message.expression\": \"请输入表达式\",\n \"luckda.lowcode.painter.reset.tip\": \"确定重置吗?\",\n \"luckda.lowcode.painter.reset\": \"重置\",\n \"luckda.lowcode.painter.save\": \"保存\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.conditionList\": \"条件列表\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.settingCondition\": \"配置条件\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.usergroup\": \"选择分组\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.message.usergroup\": \"请选择登录人分组\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.params\": \"参数名称\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.message.params\": \"请输入参数名称\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.attrs.contrary\": \"取反\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.verifyType\": \"校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.verifyType\": \"请选择校验规则\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.errorMsg\": \"错误提示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.errorMsg\": \"请输入错误提示\",\n \"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.logic\": \"校验逻辑\"\n};"],"mappings":"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"}
@@ -98,7 +98,6 @@
98
98
  "name": "图标地址",
99
99
  "type": "_JSEditor",
100
100
  "defaultCode": "function avatarUrl(record) { \n return null; \n}",
101
- "mustConfirm": true,
102
101
  "wrapper": "collapse",
103
102
  "wrapperProps": {
104
103
  "suppressIcon": true
@@ -115,7 +114,7 @@
115
114
  "name": "标题内容",
116
115
  "type": "_JSEditor",
117
116
  "defaultCode": "function renderTitle(record) { \n return record.sname; \n}",
118
- "mustConfirm": true,
117
+ "isjsx": true,
119
118
  "wrapper": "collapse",
120
119
  "wrapperProps": {
121
120
  "suppressIcon": true
@@ -138,7 +137,7 @@
138
137
  "name": "描述内容",
139
138
  "type": "_JSEditor",
140
139
  "defaultCode": "function renderDescribe(record) { \n return record.describe; \n}",
141
- "mustConfirm": true,
140
+ "isjsx": true,
142
141
  "wrapper": "collapse",
143
142
  "wrapperProps": {
144
143
  "suppressIcon": true
@@ -149,7 +148,7 @@
149
148
  "name": "自定义",
150
149
  "type": "_JSEditor",
151
150
  "defaultCode": "function renderContent(record) { \n return null; \n}",
152
- "mustConfirm": true,
151
+ "isjsx": true,
153
152
  "wrapper": "collapse",
154
153
  "wrapperProps": {
155
154
  "suppressIcon": true
@@ -232,7 +231,6 @@
232
231
  "name": "不可选卡片",
233
232
  "type": "_JSEditor",
234
233
  "defaultCode": "function disabledCheckbox(record) { \n return false; \n}",
235
- "mustConfirm": true,
236
234
  "wrapper": "collapse",
237
235
  "wrapperProps": {
238
236
  "suppressIcon": true
@@ -34,7 +34,6 @@
34
34
  "name": "不可选日期",
35
35
  "type": "_JSEditor",
36
36
  "defaultCode": "function disabledDate(currentDate) {return true}",
37
- "mustConfirm": true,
38
37
  "wrapper": "collapse",
39
38
  "wrapperProps": {
40
39
  "suppressIcon": true
@@ -23,7 +23,6 @@
23
23
  "name": "编辑类",
24
24
  "type": "_JSEditor",
25
25
  "defaultCode": "function plugins() { \n return ['autolink', 'lists', 'link', 'image', 'table', 'fullscreen']; \n}",
26
- "mustConfirm": true,
27
26
  "wrapper": "collapse",
28
27
  "wrapperProps": {
29
28
  "suppressIcon": true
@@ -46,7 +46,6 @@
46
46
  "name": "禁止选择",
47
47
  "type": "_JSEditor",
48
48
  "defaultCode": "function suppressSelect(rowData) { \n return false; \n}",
49
- "mustConfirm": true,
50
49
  "wrapper": "collapse",
51
50
  "wrapperProps": {
52
51
  "suppressIcon": true
@@ -22,7 +22,6 @@
22
22
  "name": "不可选日期",
23
23
  "type": "_JSEditor",
24
24
  "defaultCode": "function disabledDate(currentDate) {return true}",
25
- "mustConfirm": true,
26
25
  "wrapper": "collapse",
27
26
  "wrapperProps": {
28
27
  "suppressIcon": true
@@ -83,7 +83,7 @@
83
83
  "name": "按钮区域左侧渲染",
84
84
  "type": "_JSEditor",
85
85
  "defaultCode": "function renderFormLeft() { \n return null; \n}",
86
- "mustConfirm": true,
86
+ "isjsx": true,
87
87
  "wrapper": "collapse",
88
88
  "wrapperProps": {
89
89
  "suppressIcon": true
@@ -94,7 +94,7 @@
94
94
  "name": "按钮区域右侧渲染",
95
95
  "type": "_JSEditor",
96
96
  "defaultCode": "function renderFormRight() { \n return null; \n}",
97
- "mustConfirm": true,
97
+ "isjsx": true,
98
98
  "wrapper": "collapse",
99
99
  "wrapperProps": {
100
100
  "suppressIcon": true
@@ -273,7 +273,6 @@
273
273
  "desc": "格式化新增时默认数据",
274
274
  "type": "_JSEditor",
275
275
  "defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
276
- "mustConfirm": true,
277
276
  "wrapper": "collapse",
278
277
  "wrapperProps": {
279
278
  "suppressIcon": true
@@ -285,7 +284,6 @@
285
284
  "desc": "格式化单表提交数据",
286
285
  "type": "_JSEditor",
287
286
  "defaultCode": "function dataSourceFormat(dataSetKey, values, submitData) { \n return { [dataSetKey]: submitData }; \n}",
288
- "mustConfirm": true,
289
287
  "wrapper": "collapse",
290
288
  "wrapperProps": {
291
289
  "suppressIcon": true
@@ -390,7 +388,6 @@
390
388
  "desc": "重写操列",
391
389
  "type": "_JSEditor",
392
390
  "defaultCode": "function actionsColumnReset(data, index, actions, params) { \n \t \n}",
393
- "mustConfirm": true,
394
391
  "wrapper": "collapse",
395
392
  "wrapperProps": {
396
393
  "suppressIcon": true
@@ -404,7 +401,6 @@
404
401
  "desc": "格式化新增时默认数据",
405
402
  "type": "_JSEditor",
406
403
  "defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
407
- "mustConfirm": true,
408
404
  "wrapper": "collapse",
409
405
  "wrapperProps": {
410
406
  "suppressIcon": true
@@ -416,7 +412,6 @@
416
412
  "desc": "格式化单表提交数据",
417
413
  "type": "_JSEditor",
418
414
  "defaultCode": "function dataSourceFormat(dataSetKey, values, submitData, behaviorKey) { \n return { [dataSetKey]: { [`${behaviorKey}List`]: submitData } }; \n}",
419
- "mustConfirm": true,
420
415
  "wrapper": "collapse",
421
416
  "wrapperProps": {
422
417
  "suppressIcon": true
@@ -428,7 +423,6 @@
428
423
  "desc": "重置表格列",
429
424
  "type": "_JSEditor",
430
425
  "defaultCode": "function columnsReset(columns) { \n return columns; \n}",
431
- "mustConfirm": true,
432
426
  "wrapper": "collapse",
433
427
  "wrapperProps": {
434
428
  "suppressIcon": true
@@ -440,7 +434,6 @@
440
434
  "desc": "加载完成回调",
441
435
  "type": "_JSEditor",
442
436
  "defaultCode": "function onGridFormReady(ref, params, gridForm) { \n\t\n}",
443
- "mustConfirm": true,
444
437
  "wrapper": "collapse",
445
438
  "wrapperProps": {
446
439
  "suppressIcon": true
@@ -516,7 +509,6 @@
516
509
  "desc": "重写操作列",
517
510
  "type": "_JSEditor",
518
511
  "defaultCode": "function actionsColumnReset(data, index, actions, params) { \n \t \n}",
519
- "mustConfirm": true,
520
512
  "wrapper": "collapse",
521
513
  "wrapperProps": {
522
514
  "suppressIcon": true
@@ -530,7 +522,6 @@
530
522
  "desc": "格式化新增时默认数据",
531
523
  "type": "_JSEditor",
532
524
  "defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
533
- "mustConfirm": true,
534
525
  "wrapper": "collapse",
535
526
  "wrapperProps": {
536
527
  "suppressIcon": true
@@ -542,7 +533,6 @@
542
533
  "desc": "格式化单表提交数据",
543
534
  "type": "_JSEditor",
544
535
  "defaultCode": "function dataSourceFormat(dataSetKey, values, submitData, behaviorKey) { \n return { [dataSetKey]: { [`${behaviorKey}List`]: submitData } }; \n}",
545
- "mustConfirm": true,
546
536
  "wrapper": "collapse",
547
537
  "wrapperProps": {
548
538
  "suppressIcon": true
@@ -554,7 +544,6 @@
554
544
  "desc": "重置表格列",
555
545
  "type": "_JSEditor",
556
546
  "defaultCode": "function columnsReset(columns) { \n return columns; \n}",
557
- "mustConfirm": true,
558
547
  "wrapper": "collapse",
559
548
  "wrapperProps": {
560
549
  "suppressIcon": true
@@ -566,7 +555,6 @@
566
555
  "desc": "加载完成回调",
567
556
  "type": "_JSEditor",
568
557
  "defaultCode": "function onGridFormReady(ref, params, gridForm) { \n\t\n}",
569
- "mustConfirm": true,
570
558
  "wrapper": "collapse",
571
559
  "wrapperProps": {
572
560
  "suppressIcon": true
@@ -620,7 +608,6 @@
620
608
  "name": "自定义操作列",
621
609
  "type": "_JSEditor",
622
610
  "defaultCode": "function resetActions(data, index, actionList, params) { \n return actionList; \n}",
623
- "mustConfirm": true,
624
611
  "wrapper": "collapse",
625
612
  "wrapperProps": {
626
613
  "suppressIcon": true
@@ -631,7 +618,6 @@
631
618
  "name": "禁止上传类型",
632
619
  "type": "_JSEditor",
633
620
  "defaultCode": "function forbiddenTypes() { \n return []; \n}",
634
- "mustConfirm": true,
635
621
  "wrapper": "collapse",
636
622
  "wrapperProps": {
637
623
  "suppressIcon": true
@@ -642,7 +628,6 @@
642
628
  "name": "上传前置事件",
643
629
  "type": "_JSEditor",
644
630
  "defaultCode": "function beforeUpload(file, fileList) { \n return true; \n}",
645
- "mustConfirm": true,
646
631
  "wrapper": "collapse",
647
632
  "wrapperProps": {
648
633
  "suppressIcon": true
@@ -653,7 +638,6 @@
653
638
  "name": "上传事件回调",
654
639
  "type": "_JSEditor",
655
640
  "defaultCode": "function onUploadChange(event) { \n\t\n}",
656
- "mustConfirm": true,
657
641
  "wrapper": "collapse",
658
642
  "wrapperProps": {
659
643
  "suppressIcon": true
@@ -50,7 +50,6 @@
50
50
  "desc": "返回默认选中的数据主键",
51
51
  "type": "_JSEditor",
52
52
  "defaultCode": "function defaultSelect(treeData, firstNode) { \n return firstNode.id; \n}",
53
- "mustConfirm": true,
54
53
  "wrapper": "collapse",
55
54
  "wrapperProps": {
56
55
  "suppressIcon": true
@@ -6,6 +6,5 @@
6
6
  "group": "basic",
7
7
  "groupName": "基础",
8
8
  "order": 1,
9
- "css": "",
10
- "render": "function Component() {\n\treturn(\n\t\t<div>\n\t\t\t此为自定义代码组件,请使用 JSX 语法\n\t\t</div>\n\t)\n}"
9
+ "css": ""
11
10
  }
@@ -18,12 +18,13 @@
18
18
  "name": "编辑jsx代码",
19
19
  "desc": "编写可执行的完整jsx组件代码",
20
20
  "type": "_JSEditor",
21
- "default": "function Component() {\n\treturn(\n\t\t<div>\n\t\t\t此为自定义代码组件,请使用 JSX 语法\n\t\t</div>\n\t)\n}",
22
- "mustConfirm": true,
21
+ "defaultCode": "function Component() {\n\treturn(\n\t\t<div>\n\t\t\t此为自定义代码组件,请使用 JSX 语法\n\t\t</div>\n\t)\n}",
22
+ "isjsx": true,
23
23
  "wrapper": "collapse",
24
24
  "wrapperProps": {
25
25
  "suppressIcon": true
26
- }
26
+ },
27
+ "repositioning": true
27
28
  }
28
29
  ],
29
30
  "css": ""
@@ -73,7 +73,7 @@
73
73
  "desc": "分组副标题的插槽内容",
74
74
  "type": "_JSEditor",
75
75
  "defaultCode": "function Component() { \n return <span>subtitle</span>; \n}",
76
- "mustConfirm": true,
76
+ "isjsx": true,
77
77
  "wrapper": "collapse",
78
78
  "wrapperProps": {
79
79
  "suppressIcon": true
@@ -85,7 +85,7 @@
85
85
  "desc": "分组扩展区域的插槽内容",
86
86
  "type": "_JSEditor",
87
87
  "defaultCode": "function Component() { \n return <div>extra</div>; \n}",
88
- "mustConfirm": true,
88
+ "isjsx": true,
89
89
  "wrapper": "collapse",
90
90
  "wrapperProps": {
91
91
  "suppressIcon": true
@@ -182,7 +182,6 @@
182
182
  "name": "默认选中行",
183
183
  "type": "_JSEditor",
184
184
  "defaultCode": "function getRowDefaultSelected(data, node) { \n return false; \n}",
185
- "mustConfirm": true,
186
185
  "wrapper": "collapse",
187
186
  "wrapperProps": {
188
187
  "suppressIcon": true
@@ -193,7 +192,6 @@
193
192
  "name": "行是否可选",
194
193
  "type": "_JSEditor",
195
194
  "defaultCode": "function getRowSelectable(data, node) { \n return true; \n}",
196
- "mustConfirm": true,
197
195
  "wrapper": "collapse",
198
196
  "wrapperProps": {
199
197
  "suppressIcon": true
@@ -322,7 +320,6 @@
322
320
  "name": "格式化数据",
323
321
  "type": "_JSEditor",
324
322
  "defaultCode": "function formatDataSource(list, detail) { \n return []; \n}",
325
- "mustConfirm": true,
326
323
  "wrapper": "collapse",
327
324
  "wrapperProps": {
328
325
  "suppressIcon": true
@@ -333,7 +330,6 @@
333
330
  "name": "构建树层级",
334
331
  "type": "_JSEditor",
335
332
  "defaultCode": "function getDataPath(data) { \n return []; \n}",
336
- "mustConfirm": true,
337
333
  "wrapper": "collapse",
338
334
  "wrapperProps": {
339
335
  "suppressIcon": true
@@ -345,7 +341,6 @@
345
341
  "desc": "自定义某些表格列",
346
342
  "type": "_JSEditor",
347
343
  "defaultCode": "function columnsRewrite(columns) { \n return columns; \n}",
348
- "mustConfirm": true,
349
344
  "wrapper": "collapse",
350
345
  "wrapperProps": {
351
346
  "suppressIcon": true
@@ -357,7 +352,6 @@
357
352
  "desc": "完全自定义所有表格列,优先级大于columnsRewrite",
358
353
  "type": "_JSEditor",
359
354
  "defaultCode": "function columnsReset(columns) { \n return columns; \n}",
360
- "mustConfirm": true,
361
355
  "wrapper": "collapse",
362
356
  "wrapperProps": {
363
357
  "suppressIcon": true
@@ -368,7 +362,6 @@
368
362
  "name": "model参数",
369
363
  "type": "_JSEditor",
370
364
  "defaultCode": "function getModelParams() { \n return {}; \n}",
371
- "mustConfirm": true,
372
365
  "wrapper": "collapse",
373
366
  "wrapperProps": {
374
367
  "suppressIcon": true
@@ -84,7 +84,7 @@
84
84
  "name": "tab bar 上额外的元素",
85
85
  "type": "_JSEditor",
86
86
  "defaultCode": "function Component() { \n return <div>extra</div>; \n}",
87
- "mustConfirm": true,
87
+ "isjsx": true,
88
88
  "wrapper": "collapse",
89
89
  "wrapperProps": {
90
90
  "suppressIcon": true
@@ -205,7 +205,6 @@
205
205
  "desc": "返回默认选中的数据主键",
206
206
  "type": "_JSEditor",
207
207
  "defaultCode": "function defaultSelect(treeData) { \n return null; \n}",
208
- "mustConfirm": true,
209
208
  "wrapper": "collapse",
210
209
  "wrapperProps": {
211
210
  "suppressIcon": true
@@ -268,7 +267,6 @@
268
267
  "name": "节点是否有复选框",
269
268
  "type": "_JSEditor",
270
269
  "defaultCode": "function treeNodeCheckable(item) { \n return true; \n}",
271
- "mustConfirm": true,
272
270
  "wrapper": "collapse",
273
271
  "wrapperProps": {
274
272
  "suppressIcon": true
@@ -279,7 +277,6 @@
279
277
  "name": "节点复选框是否禁用",
280
278
  "type": "_JSEditor",
281
279
  "defaultCode": "function treeNodeDisableCheckbox(item) { \n return false; \n}",
282
- "mustConfirm": true,
283
280
  "wrapper": "collapse",
284
281
  "wrapperProps": {
285
282
  "suppressIcon": true
@@ -290,7 +287,6 @@
290
287
  "name": "节点是否禁用",
291
288
  "type": "_JSEditor",
292
289
  "defaultCode": "function treeNodeDisable(item) { \n return false; \n}",
293
- "mustConfirm": true,
294
290
  "wrapper": "collapse",
295
291
  "wrapperProps": {
296
292
  "suppressIcon": true
@@ -301,7 +297,7 @@
301
297
  "name": "节点定制渲染",
302
298
  "type": "_JSEditor",
303
299
  "defaultCode": "function onTreeNodeRender(title, item) { \n return title; \n}",
304
- "mustConfirm": true,
300
+ "isjsx": true,
305
301
  "wrapper": "collapse",
306
302
  "wrapperProps": {
307
303
  "suppressIcon": true
@@ -409,7 +409,7 @@ var SettingUI = function SettingUI(_ref) {
409
409
  onChange: function onChange(val) {
410
410
  return run('render', val);
411
411
  },
412
- mustConfirm: true,
412
+ isjsx: true,
413
413
  defaultCode: _DEFAULT_RENDER_CODE
414
414
  })) : null, /*#__PURE__*/React.createElement(Collapse, {
415
415
  label: formatMessage({