@luck-design-biz/luckda 1.0.2-7 → 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 (81) 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.js → JSEditor/index.js} +58 -9
  23. package/es/lowcode/painter/panel-section/JSEditor/index.js.map +1 -0
  24. package/es/lowcode/view/lc-components/CardList/meta.json +3 -5
  25. package/es/lowcode/view/lc-components/FieldDate/meta.json +0 -1
  26. package/es/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
  27. package/es/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
  28. package/es/lowcode/view/lc-components/FieldYear/meta.json +0 -1
  29. package/es/lowcode/view/lc-components/Form/meta.json +2 -18
  30. package/es/lowcode/view/lc-components/GroupTree/meta.json +0 -1
  31. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js +1 -0
  32. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -1
  33. package/es/lowcode/view/lc-components/JSX/meta.json +4 -3
  34. package/es/lowcode/view/lc-components/Section/meta.json +2 -2
  35. package/es/lowcode/view/lc-components/Table/meta.json +0 -7
  36. package/es/lowcode/view/lc-components/Tabs/meta.json +1 -1
  37. package/es/lowcode/view/lc-components/Tree/meta.json +1 -5
  38. package/es/lowcode/view/lc-components/Wrapper.js +2 -0
  39. package/es/lowcode/view/lc-components/Wrapper.js.map +1 -1
  40. package/lib/locales/zh-CN.js +3 -1
  41. package/lib/locales/zh-CN.js.map +1 -1
  42. package/lib/lowcode/engine/meta/cardlist.props.json +3 -5
  43. package/lib/lowcode/engine/meta/fielddate.props.json +0 -1
  44. package/lib/lowcode/engine/meta/fieldeditor.props.json +0 -1
  45. package/lib/lowcode/engine/meta/fieldgroup.props.json +0 -1
  46. package/lib/lowcode/engine/meta/fieldyear.props.json +0 -1
  47. package/lib/lowcode/engine/meta/form.props.json +2 -18
  48. package/lib/lowcode/engine/meta/grouptree.props.json +0 -1
  49. package/lib/lowcode/engine/meta/jsx.props.default.json +1 -2
  50. package/lib/lowcode/engine/meta/jsx.props.json +4 -3
  51. package/lib/lowcode/engine/meta/section.props.json +2 -2
  52. package/lib/lowcode/engine/meta/table.props.json +0 -7
  53. package/lib/lowcode/engine/meta/tabs.props.json +1 -1
  54. package/lib/lowcode/engine/meta/tree.props.json +1 -5
  55. package/lib/lowcode/painter/components/field-setting/SettingUI.js +1 -1
  56. package/lib/lowcode/painter/components/field-setting/SettingUI.js.map +1 -1
  57. package/lib/lowcode/painter/panel-section/IconConditionSelector.js +0 -1
  58. package/lib/lowcode/painter/panel-section/IconConditionSelector.js.map +1 -1
  59. package/lib/lowcode/painter/panel-section/JSEditor/ToolBar.js +116 -0
  60. package/lib/lowcode/painter/panel-section/JSEditor/ToolBar.js.map +1 -0
  61. package/lib/lowcode/painter/panel-section/{JSEditor.js → JSEditor/index.js} +58 -9
  62. package/lib/lowcode/painter/panel-section/JSEditor/index.js.map +1 -0
  63. package/lib/lowcode/view/lc-components/CardList/meta.json +3 -5
  64. package/lib/lowcode/view/lc-components/FieldDate/meta.json +0 -1
  65. package/lib/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
  66. package/lib/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
  67. package/lib/lowcode/view/lc-components/FieldYear/meta.json +0 -1
  68. package/lib/lowcode/view/lc-components/Form/meta.json +2 -18
  69. package/lib/lowcode/view/lc-components/GroupTree/meta.json +0 -1
  70. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js +1 -0
  71. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -1
  72. package/lib/lowcode/view/lc-components/JSX/meta.json +4 -3
  73. package/lib/lowcode/view/lc-components/Section/meta.json +2 -2
  74. package/lib/lowcode/view/lc-components/Table/meta.json +0 -7
  75. package/lib/lowcode/view/lc-components/Tabs/meta.json +1 -1
  76. package/lib/lowcode/view/lc-components/Tree/meta.json +1 -5
  77. package/lib/lowcode/view/lc-components/Wrapper.js +2 -0
  78. package/lib/lowcode/view/lc-components/Wrapper.js.map +1 -1
  79. package/package.json +1 -1
  80. package/es/lowcode/painter/panel-section/JSEditor.js.map +0 -1
  81. package/lib/lowcode/painter/panel-section/JSEditor.js.map +0 -1
@@ -74,7 +74,7 @@
74
74
  "name": "按钮区域左侧渲染",
75
75
  "type": "_JSEditor",
76
76
  "defaultCode": "function renderFormLeft() { \n return null; \n}",
77
- "mustConfirm": true,
77
+ "isjsx": true,
78
78
  "wrapper": "collapse",
79
79
  "wrapperProps": {
80
80
  "suppressIcon": true
@@ -85,7 +85,7 @@
85
85
  "name": "按钮区域右侧渲染",
86
86
  "type": "_JSEditor",
87
87
  "defaultCode": "function renderFormRight() { \n return null; \n}",
88
- "mustConfirm": true,
88
+ "isjsx": true,
89
89
  "wrapper": "collapse",
90
90
  "wrapperProps": {
91
91
  "suppressIcon": true
@@ -256,7 +256,6 @@
256
256
  "desc": "格式化新增时默认数据",
257
257
  "type": "_JSEditor",
258
258
  "defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
259
- "mustConfirm": true,
260
259
  "wrapper": "collapse",
261
260
  "wrapperProps": { "suppressIcon": true }
262
261
  },
@@ -266,7 +265,6 @@
266
265
  "desc": "格式化单表提交数据",
267
266
  "type": "_JSEditor",
268
267
  "defaultCode": "function dataSourceFormat(dataSetKey, values, submitData) { \n return { [dataSetKey]: submitData }; \n}",
269
- "mustConfirm": true,
270
268
  "wrapper": "collapse",
271
269
  "wrapperProps": { "suppressIcon": true }
272
270
  }
@@ -360,7 +358,6 @@
360
358
  "desc": "重写操列",
361
359
  "type": "_JSEditor",
362
360
  "defaultCode": "function actionsColumnReset(data, index, actions, params) { \n \t \n}",
363
- "mustConfirm": true,
364
361
  "wrapper": "collapse",
365
362
  "wrapperProps": { "suppressIcon": true }
366
363
  }
@@ -372,7 +369,6 @@
372
369
  "desc": "格式化新增时默认数据",
373
370
  "type": "_JSEditor",
374
371
  "defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
375
- "mustConfirm": true,
376
372
  "wrapper": "collapse",
377
373
  "wrapperProps": { "suppressIcon": true }
378
374
  },
@@ -382,7 +378,6 @@
382
378
  "desc": "格式化单表提交数据",
383
379
  "type": "_JSEditor",
384
380
  "defaultCode": "function dataSourceFormat(dataSetKey, values, submitData, behaviorKey) { \n return { [dataSetKey]: { [`${behaviorKey}List`]: submitData } }; \n}",
385
- "mustConfirm": true,
386
381
  "wrapper": "collapse",
387
382
  "wrapperProps": { "suppressIcon": true }
388
383
  },
@@ -392,7 +387,6 @@
392
387
  "desc": "重置表格列",
393
388
  "type": "_JSEditor",
394
389
  "defaultCode": "function columnsReset(columns) { \n return columns; \n}",
395
- "mustConfirm": true,
396
390
  "wrapper": "collapse",
397
391
  "wrapperProps": { "suppressIcon": true }
398
392
  },
@@ -402,7 +396,6 @@
402
396
  "desc": "加载完成回调",
403
397
  "type": "_JSEditor",
404
398
  "defaultCode": "function onGridFormReady(ref, params, gridForm) { \n\t\n}",
405
- "mustConfirm": true,
406
399
  "wrapper": "collapse",
407
400
  "wrapperProps": { "suppressIcon": true }
408
401
  }
@@ -471,7 +464,6 @@
471
464
  "desc": "重写操作列",
472
465
  "type": "_JSEditor",
473
466
  "defaultCode": "function actionsColumnReset(data, index, actions, params) { \n \t \n}",
474
- "mustConfirm": true,
475
467
  "wrapper": "collapse",
476
468
  "wrapperProps": { "suppressIcon": true }
477
469
  }
@@ -483,7 +475,6 @@
483
475
  "desc": "格式化新增时默认数据",
484
476
  "type": "_JSEditor",
485
477
  "defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
486
- "mustConfirm": true,
487
478
  "wrapper": "collapse",
488
479
  "wrapperProps": { "suppressIcon": true }
489
480
  },
@@ -493,7 +484,6 @@
493
484
  "desc": "格式化单表提交数据",
494
485
  "type": "_JSEditor",
495
486
  "defaultCode": "function dataSourceFormat(dataSetKey, values, submitData, behaviorKey) { \n return { [dataSetKey]: { [`${behaviorKey}List`]: submitData } }; \n}",
496
- "mustConfirm": true,
497
487
  "wrapper": "collapse",
498
488
  "wrapperProps": { "suppressIcon": true }
499
489
  },
@@ -503,7 +493,6 @@
503
493
  "desc": "重置表格列",
504
494
  "type": "_JSEditor",
505
495
  "defaultCode": "function columnsReset(columns) { \n return columns; \n}",
506
- "mustConfirm": true,
507
496
  "wrapper": "collapse",
508
497
  "wrapperProps": { "suppressIcon": true }
509
498
  },
@@ -513,7 +502,6 @@
513
502
  "desc": "加载完成回调",
514
503
  "type": "_JSEditor",
515
504
  "defaultCode": "function onGridFormReady(ref, params, gridForm) { \n\t\n}",
516
- "mustConfirm": true,
517
505
  "wrapper": "collapse",
518
506
  "wrapperProps": { "suppressIcon": true }
519
507
  }
@@ -565,7 +553,6 @@
565
553
  "name": "自定义操作列",
566
554
  "type": "_JSEditor",
567
555
  "defaultCode": "function resetActions(data, index, actionList, params) { \n return actionList; \n}",
568
- "mustConfirm": true,
569
556
  "wrapper": "collapse",
570
557
  "wrapperProps": { "suppressIcon": true }
571
558
  },
@@ -574,7 +561,6 @@
574
561
  "name": "禁止上传类型",
575
562
  "type": "_JSEditor",
576
563
  "defaultCode": "function forbiddenTypes() { \n return []; \n}",
577
- "mustConfirm": true,
578
564
  "wrapper": "collapse",
579
565
  "wrapperProps": { "suppressIcon": true }
580
566
  },
@@ -583,7 +569,6 @@
583
569
  "name": "上传前置事件",
584
570
  "type": "_JSEditor",
585
571
  "defaultCode": "function beforeUpload(file, fileList) { \n return true; \n}",
586
- "mustConfirm": true,
587
572
  "wrapper": "collapse",
588
573
  "wrapperProps": { "suppressIcon": true }
589
574
  },
@@ -592,7 +577,6 @@
592
577
  "name": "上传事件回调",
593
578
  "type": "_JSEditor",
594
579
  "defaultCode": "function onUploadChange(event) { \n\t\n}",
595
- "mustConfirm": true,
596
580
  "wrapper": "collapse",
597
581
  "wrapperProps": { "suppressIcon": true }
598
582
  }
@@ -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
@@ -31,6 +31,7 @@ var RuntimeCom = function RuntimeCom(_ref) {
31
31
  var code = React.Children.toArray(children).join('').trim();
32
32
  if (!code) return Fragment;
33
33
  try {
34
+ onErrorCatch === null || onErrorCatch === void 0 || onErrorCatch();
34
35
  // 使用Babel转换代码
35
36
  var transformedCode = Babel.transform(code, {
36
37
  presets: ['react']
@@ -1 +1 @@
1
- {"version":3,"names":["React","Fragment","Babel","LuckAntd","LuckDesign","AHooks","styled","keys","useContext","executeCode","ErrorBoundary","ErrorContent","p","withConfig","displayName","componentId","RuntimeCom","_ref","children","onErrorCatch","rest","_objectWithoutProperties","_excluded","ctx","Component","useCreation","code","Children","toArray","join","trim","transformedCode","transform","presets","functionNameMatch","match","length","functionName","argsName","_args","map","n","apply","concat","_toConsumableArray","_objectSpread","e","createElement","message"],"sources":["../../../../../luckda/lowcode/view/lc-components/JSX/RuntimeComp.jsx"],"sourcesContent":["import React, { Fragment } from 'react';\nimport * as Babel from '@babel/standalone';\nimport * as LuckAntd from 'luck-design/antd';\nimport * as LuckDesign from 'luck-design';\nimport * as AHooks from 'ahooks';\nimport styled from 'styled-components';\nimport { keys } from 'lodash';\nimport { useContext } from '../../../engine/provider/ContextProvider';\nimport { executeCode } from '../../../engine/tools/helper';\nimport ErrorBoundary from '../../ErrorBoundary';\n\nconst ErrorContent = styled.p`\n white-space: pre-line;\n color: var(--luck-color-danger);\n`;\n\n/**\n * 实时代码渲染组件\n * todo:沙箱上下文的集成\n * todo:Loading效果的优化\n */\nconst RuntimeCom = ({ children, onErrorCatch, ...rest }) => {\n const ctx = useContext();\n\n const Component = AHooks.useCreation(() => {\n const code = React.Children.toArray(children).join('').trim();\n if (!code) return Fragment;\n\n try {\n // 使用Babel转换代码\n const transformedCode = Babel.transform(code, {\n presets: ['react'],\n }).code;\n const functionNameMatch = transformedCode.match(/function\\s+([^\\s(]+)/);\n if (functionNameMatch && functionNameMatch.length > 1) {\n const functionName = functionNameMatch[1];\n const argsName = keys(rest);\n const _args = argsName.map((n) => rest[n]);\n return executeCode(\n ctx,\n `function() {${transformedCode}; return ${functionName};}`,\n ['React', 'Antd', 'Luckd', 'styled', 'libs', ...argsName],\n React,\n LuckAntd,\n LuckDesign,\n styled,\n { ...AHooks },\n ..._args,\n );\n }\n return Fragment;\n } catch (e) {\n onErrorCatch?.(e);\n return () => <ErrorContent>{e.message}</ErrorContent>;\n }\n }, [children]);\n\n return (\n <ErrorBoundary onErrorCatch={onErrorCatch}>\n <Component />\n </ErrorBoundary>\n );\n};\n\nexport default RuntimeCom;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,IAAIC,QAAQ,QAAQ,OAAO;AACvC,OAAO,KAAKC,KAAK,MAAM,mBAAmB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,kBAAkB;AAC5C,OAAO,KAAKC,UAAU,MAAM,aAAa;AACzC,OAAO,KAAKC,MAAM,MAAM,QAAQ;AAChC,OAAOC,MAAM,MAAM,mBAAmB;AACtC,SAASC,IAAI,QAAQ,QAAQ;AAC7B,SAASC,UAAU;AACnB,SAASC,WAAW;AACpB,OAAOC,aAAa;AAEpB,IAAMC,YAAY,GAAGL,MAAM,CAACM,CAAC,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,4DAG5B;;AAED;AACA;AACA;AACA;AACA;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAUA,CAAAC,IAAA,EAA4C;EAAA,IAAtCC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAEC,YAAY,GAAAF,IAAA,CAAZE,YAAY;IAAKC,IAAI,GAAAC,wBAAA,CAAAJ,IAAA,EAAAK,SAAA;EACnD,IAAMC,GAAG,GAAGf,UAAU,CAAC,CAAC;EAExB,IAAMgB,SAAS,GAAGnB,MAAM,CAACoB,WAAW,CAAC,YAAM;IACzC,IAAMC,IAAI,GAAG1B,KAAK,CAAC2B,QAAQ,CAACC,OAAO,CAACV,QAAQ,CAAC,CAACW,IAAI,CAAC,EAAE,CAAC,CAACC,IAAI,CAAC,CAAC;IAC7D,IAAI,CAACJ,IAAI,EAAE,OAAOzB,QAAQ;IAE1B,IAAI;MACF;MACA,IAAM8B,eAAe,GAAG7B,KAAK,CAAC8B,SAAS,CAACN,IAAI,EAAE;QAC5CO,OAAO,EAAE,CAAC,OAAO;MACnB,CAAC,CAAC,CAACP,IAAI;MACP,IAAMQ,iBAAiB,GAAGH,eAAe,CAACI,KAAK,CAAC,sBAAsB,CAAC;MACvE,IAAID,iBAAiB,IAAIA,iBAAiB,CAACE,MAAM,GAAG,CAAC,EAAE;QACrD,IAAMC,YAAY,GAAGH,iBAAiB,CAAC,CAAC,CAAC;QACzC,IAAMI,QAAQ,GAAG/B,IAAI,CAACa,IAAI,CAAC;QAC3B,IAAMmB,KAAK,GAAGD,QAAQ,CAACE,GAAG,CAAC,UAACC,CAAC;UAAA,OAAKrB,IAAI,CAACqB,CAAC,CAAC;QAAA,EAAC;QAC1C,OAAOhC,WAAW,CAAAiC,KAAA,UAChBnB,GAAG,iBAAAoB,MAAA,CACYZ,eAAe,eAAAY,MAAA,CAAYN,YAAY,UACrD,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAAM,MAAA,CAAAC,kBAAA,CAAKN,QAAQ,IACxDtC,KAAK,EACLG,QAAQ,EACRC,UAAU,EACVE,MAAM,EAAAuC,aAAA,KACDxC,MAAM,GAAAsC,MAAA,CAAAC,kBAAA,CACRL,KAAK,EACV,CAAC;MACH;MACA,OAAOtC,QAAQ;IACjB,CAAC,CAAC,OAAO6C,CAAC,EAAE;MACV3B,YAAY,aAAZA,YAAY,eAAZA,YAAY,CAAG2B,CAAC,CAAC;MACjB,OAAO;QAAA,oBAAM9C,KAAA,CAAA+C,aAAA,CAACpC,YAAY,QAAEmC,CAAC,CAACE,OAAsB,CAAC;MAAA;IACvD;EACF,CAAC,EAAE,CAAC9B,QAAQ,CAAC,CAAC;EAEd,oBACElB,KAAA,CAAA+C,aAAA,CAACrC,aAAa;IAACS,YAAY,EAAEA;EAAa,gBACxCnB,KAAA,CAAA+C,aAAA,CAACvB,SAAS,MAAE,CACC,CAAC;AAEpB,CAAC;AAED,eAAeR,UAAU"}
1
+ {"version":3,"names":["React","Fragment","Babel","LuckAntd","LuckDesign","AHooks","styled","keys","useContext","executeCode","ErrorBoundary","ErrorContent","p","withConfig","displayName","componentId","RuntimeCom","_ref","children","onErrorCatch","rest","_objectWithoutProperties","_excluded","ctx","Component","useCreation","code","Children","toArray","join","trim","transformedCode","transform","presets","functionNameMatch","match","length","functionName","argsName","_args","map","n","apply","concat","_toConsumableArray","_objectSpread","e","createElement","message"],"sources":["../../../../../luckda/lowcode/view/lc-components/JSX/RuntimeComp.jsx"],"sourcesContent":["import React, { Fragment } from 'react';\nimport * as Babel from '@babel/standalone';\nimport * as LuckAntd from 'luck-design/antd';\nimport * as LuckDesign from 'luck-design';\nimport * as AHooks from 'ahooks';\nimport styled from 'styled-components';\nimport { keys } from 'lodash';\nimport { useContext } from '../../../engine/provider/ContextProvider';\nimport { executeCode } from '../../../engine/tools/helper';\nimport ErrorBoundary from '../../ErrorBoundary';\n\nconst ErrorContent = styled.p`\n white-space: pre-line;\n color: var(--luck-color-danger);\n`;\n\n/**\n * 实时代码渲染组件\n * todo:沙箱上下文的集成\n * todo:Loading效果的优化\n */\nconst RuntimeCom = ({ children, onErrorCatch, ...rest }) => {\n const ctx = useContext();\n\n const Component = AHooks.useCreation(() => {\n const code = React.Children.toArray(children).join('').trim();\n if (!code) return Fragment;\n\n try {\n onErrorCatch?.();\n // 使用Babel转换代码\n const transformedCode = Babel.transform(code, {\n presets: ['react'],\n }).code;\n const functionNameMatch = transformedCode.match(/function\\s+([^\\s(]+)/);\n if (functionNameMatch && functionNameMatch.length > 1) {\n const functionName = functionNameMatch[1];\n const argsName = keys(rest);\n const _args = argsName.map((n) => rest[n]);\n return executeCode(\n ctx,\n `function() {${transformedCode}; return ${functionName};}`,\n ['React', 'Antd', 'Luckd', 'styled', 'libs', ...argsName],\n React,\n LuckAntd,\n LuckDesign,\n styled,\n { ...AHooks },\n ..._args,\n );\n }\n return Fragment;\n } catch (e) {\n onErrorCatch?.(e);\n return () => <ErrorContent>{e.message}</ErrorContent>;\n }\n }, [children]);\n\n return (\n <ErrorBoundary onErrorCatch={onErrorCatch}>\n <Component />\n </ErrorBoundary>\n );\n};\n\nexport default RuntimeCom;\n"],"mappings":";;;;AAAA,OAAOA,KAAK,IAAIC,QAAQ,QAAQ,OAAO;AACvC,OAAO,KAAKC,KAAK,MAAM,mBAAmB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,kBAAkB;AAC5C,OAAO,KAAKC,UAAU,MAAM,aAAa;AACzC,OAAO,KAAKC,MAAM,MAAM,QAAQ;AAChC,OAAOC,MAAM,MAAM,mBAAmB;AACtC,SAASC,IAAI,QAAQ,QAAQ;AAC7B,SAASC,UAAU;AACnB,SAASC,WAAW;AACpB,OAAOC,aAAa;AAEpB,IAAMC,YAAY,GAAGL,MAAM,CAACM,CAAC,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,4DAG5B;;AAED;AACA;AACA;AACA;AACA;AACA,IAAMC,UAAU,GAAG,SAAbA,UAAUA,CAAAC,IAAA,EAA4C;EAAA,IAAtCC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAEC,YAAY,GAAAF,IAAA,CAAZE,YAAY;IAAKC,IAAI,GAAAC,wBAAA,CAAAJ,IAAA,EAAAK,SAAA;EACnD,IAAMC,GAAG,GAAGf,UAAU,CAAC,CAAC;EAExB,IAAMgB,SAAS,GAAGnB,MAAM,CAACoB,WAAW,CAAC,YAAM;IACzC,IAAMC,IAAI,GAAG1B,KAAK,CAAC2B,QAAQ,CAACC,OAAO,CAACV,QAAQ,CAAC,CAACW,IAAI,CAAC,EAAE,CAAC,CAACC,IAAI,CAAC,CAAC;IAC7D,IAAI,CAACJ,IAAI,EAAE,OAAOzB,QAAQ;IAE1B,IAAI;MACFkB,YAAY,aAAZA,YAAY,eAAZA,YAAY,CAAG,CAAC;MAChB;MACA,IAAMY,eAAe,GAAG7B,KAAK,CAAC8B,SAAS,CAACN,IAAI,EAAE;QAC5CO,OAAO,EAAE,CAAC,OAAO;MACnB,CAAC,CAAC,CAACP,IAAI;MACP,IAAMQ,iBAAiB,GAAGH,eAAe,CAACI,KAAK,CAAC,sBAAsB,CAAC;MACvE,IAAID,iBAAiB,IAAIA,iBAAiB,CAACE,MAAM,GAAG,CAAC,EAAE;QACrD,IAAMC,YAAY,GAAGH,iBAAiB,CAAC,CAAC,CAAC;QACzC,IAAMI,QAAQ,GAAG/B,IAAI,CAACa,IAAI,CAAC;QAC3B,IAAMmB,KAAK,GAAGD,QAAQ,CAACE,GAAG,CAAC,UAACC,CAAC;UAAA,OAAKrB,IAAI,CAACqB,CAAC,CAAC;QAAA,EAAC;QAC1C,OAAOhC,WAAW,CAAAiC,KAAA,UAChBnB,GAAG,iBAAAoB,MAAA,CACYZ,eAAe,eAAAY,MAAA,CAAYN,YAAY,UACrD,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAAM,MAAA,CAAAC,kBAAA,CAAKN,QAAQ,IACxDtC,KAAK,EACLG,QAAQ,EACRC,UAAU,EACVE,MAAM,EAAAuC,aAAA,KACDxC,MAAM,GAAAsC,MAAA,CAAAC,kBAAA,CACRL,KAAK,EACV,CAAC;MACH;MACA,OAAOtC,QAAQ;IACjB,CAAC,CAAC,OAAO6C,CAAC,EAAE;MACV3B,YAAY,aAAZA,YAAY,eAAZA,YAAY,CAAG2B,CAAC,CAAC;MACjB,OAAO;QAAA,oBAAM9C,KAAA,CAAA+C,aAAA,CAACpC,YAAY,QAAEmC,CAAC,CAACE,OAAsB,CAAC;MAAA;IACvD;EACF,CAAC,EAAE,CAAC9B,QAAQ,CAAC,CAAC;EAEd,oBACElB,KAAA,CAAA+C,aAAA,CAACrC,aAAa;IAACS,YAAY,EAAEA;EAAa,gBACxCnB,KAAA,CAAA+C,aAAA,CAACvB,SAAS,MAAE,CACC,CAAC;AAEpB,CAAC;AAED,eAAeR,UAAU"}
@@ -18,10 +18,11 @@
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
- "wrapperProps": { "suppressIcon": true }
24
+ "wrapperProps": { "suppressIcon": true },
25
+ "repositioning": true
25
26
  }
26
27
  ],
27
28
  "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": { "suppressIcon": true }
79
79
  },
@@ -83,7 +83,7 @@
83
83
  "desc": "分组扩展区域的插槽内容",
84
84
  "type": "_JSEditor",
85
85
  "defaultCode": "function Component() { \n return <div>extra</div>; \n}",
86
- "mustConfirm": true,
86
+ "isjsx": true,
87
87
  "wrapper": "collapse",
88
88
  "wrapperProps": { "suppressIcon": true }
89
89
  }
@@ -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
@@ -82,7 +82,7 @@
82
82
  "name": "tab bar 上额外的元素",
83
83
  "type": "_JSEditor",
84
84
  "defaultCode": "function Component() { \n return <div>extra</div>; \n}",
85
- "mustConfirm": true,
85
+ "isjsx": true,
86
86
  "wrapper": "collapse",
87
87
  "wrapperProps": { "suppressIcon": true }
88
88
  }
@@ -204,7 +204,6 @@
204
204
  "desc": "返回默认选中的数据主键",
205
205
  "type": "_JSEditor",
206
206
  "defaultCode": "function defaultSelect(treeData) { \n return null; \n}",
207
- "mustConfirm": true,
208
207
  "wrapper": "collapse",
209
208
  "wrapperProps": {
210
209
  "suppressIcon": true
@@ -265,7 +264,6 @@
265
264
  "name": "节点是否有复选框",
266
265
  "type": "_JSEditor",
267
266
  "defaultCode": "function treeNodeCheckable(item) { \n return true; \n}",
268
- "mustConfirm": true,
269
267
  "wrapper": "collapse",
270
268
  "wrapperProps": {
271
269
  "suppressIcon": true
@@ -276,7 +274,6 @@
276
274
  "name": "节点复选框是否禁用",
277
275
  "type": "_JSEditor",
278
276
  "defaultCode": "function treeNodeDisableCheckbox(item) { \n return false; \n}",
279
- "mustConfirm": true,
280
277
  "wrapper": "collapse",
281
278
  "wrapperProps": {
282
279
  "suppressIcon": true
@@ -287,7 +284,6 @@
287
284
  "name": "节点是否禁用",
288
285
  "type": "_JSEditor",
289
286
  "defaultCode": "function treeNodeDisable(item) { \n return false; \n}",
290
- "mustConfirm": true,
291
287
  "wrapper": "collapse",
292
288
  "wrapperProps": {
293
289
  "suppressIcon": true
@@ -298,7 +294,7 @@
298
294
  "name": "节点定制渲染",
299
295
  "type": "_JSEditor",
300
296
  "defaultCode": "function onTreeNodeRender(title, item) { \n return title; \n}",
301
- "mustConfirm": true,
297
+ "isjsx": true,
302
298
  "wrapper": "collapse",
303
299
  "wrapperProps": {
304
300
  "suppressIcon": true
@@ -53,6 +53,8 @@ var LCWrapper = function LCWrapper(_ref) {
53
53
  get: function get(target, property, receiver) {
54
54
  if (property === 'api') {
55
55
  return api ? _objectSpread(_objectSpread({}, _api), api.current) : _api;
56
+ } else if (property === 'name') {
57
+ return _selfData.current.props.name;
56
58
  }
57
59
  return Reflect.get(target, property, receiver);
58
60
  }
@@ -1 +1 @@
1
- {"version":3,"names":["React","useEffect","useLatest","useCreation","omit","useContext","useGet","modifyNode","getLevelNodes","getSelfAndParent","LC_COMPONENT_UNIT_KEY","LC_COMPONENT_UNIT","RUNTIME","DragDropWrapper","LCWrapper","_ref","id","displayName","children","getTargetDom","api","ctx","selfData","_selfData","meta","require","concat","toLowerCase","_api","self","getSelfData","current","getSelfDom","getSelfAndParentData","_register","Proxy","set","prop","value","toDom","includes","dom","setAttribute","_defineProperty","get","props","target","property","receiver","_objectSpread","Reflect","$publisher","topics","COMPONENT_MOUNT","_unregister","COMPONENT_UNMOUNT","runtime","DESIGN","createElement"],"sources":["../../../../luckda/lowcode/view/lc-components/Wrapper.jsx"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { useLatest, useCreation } from 'ahooks';\nimport { omit } from 'lodash';\nimport {\n useContext,\n useGet,\n modifyNode,\n getLevelNodes,\n getSelfAndParent,\n} from '../../engine/provider/ContextProvider';\nimport { LC_COMPONENT_UNIT_KEY, LC_COMPONENT_UNIT, RUNTIME } from '../../constants';\nimport DragDropWrapper from '../../painter/components/DragDrop/DragDropWrapper';\n\nconst LCWrapper = ({ id, displayName, children, getTargetDom, api }) => {\n const ctx = useContext();\n const selfData = useGet({ id });\n const _selfData = useLatest(selfData);\n\n useCreation(() => {\n const meta = displayName\n ? require(`../../engine/meta/${displayName.toLowerCase()}.props.json`)\n : {};\n const _api = {\n self: children,\n getSelfData: () => _selfData.current,\n getSelfDom: getTargetDom,\n getSelfAndParentData: () => getSelfAndParent(id),\n getLevelNodes: () => getLevelNodes(id),\n };\n ctx._register(\n id,\n new Proxy(\n {\n id,\n meta: omit(meta, ['props', 'css', 'advance']),\n set: (prop, value, toDom) => {\n if (toDom === true) {\n if (['id', LC_COMPONENT_UNIT_KEY].includes(prop)) {\n return;\n }\n const dom = getTargetDom();\n dom.setAttribute(prop, value);\n return;\n }\n modifyNode(id, { [prop]: value });\n },\n get: (prop) => _selfData.current.props[prop],\n },\n {\n get(target, property, receiver) {\n if (property === 'api') {\n return api ? { ..._api, ...api.current } : _api;\n }\n return Reflect.get(target, property, receiver);\n },\n },\n ),\n );\n }, []);\n\n useEffect(() => {\n const dom = getTargetDom();\n if (dom) {\n dom.setAttribute('id', id);\n dom.setAttribute(LC_COMPONENT_UNIT_KEY, LC_COMPONENT_UNIT);\n }\n ctx.$publisher(ctx.topics.COMPONENT_MOUNT, { id });\n\n return () => {\n ctx._unregister(id);\n ctx.$publisher(ctx.topics.COMPONENT_UNMOUNT, { id });\n };\n }, []);\n\n if (ctx.runtime === RUNTIME.DESIGN) {\n return (\n <DragDropWrapper id={id} getTargetDom={getTargetDom}>\n {children}\n </DragDropWrapper>\n );\n }\n\n return children;\n};\n\nexport default LCWrapper;\n"],"mappings":"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"}
1
+ {"version":3,"names":["React","useEffect","useLatest","useCreation","omit","useContext","useGet","modifyNode","getLevelNodes","getSelfAndParent","LC_COMPONENT_UNIT_KEY","LC_COMPONENT_UNIT","RUNTIME","DragDropWrapper","LCWrapper","_ref","id","displayName","children","getTargetDom","api","ctx","selfData","_selfData","meta","require","concat","toLowerCase","_api","self","getSelfData","current","getSelfDom","getSelfAndParentData","_register","Proxy","set","prop","value","toDom","includes","dom","setAttribute","_defineProperty","get","props","target","property","receiver","_objectSpread","name","Reflect","$publisher","topics","COMPONENT_MOUNT","_unregister","COMPONENT_UNMOUNT","runtime","DESIGN","createElement"],"sources":["../../../../luckda/lowcode/view/lc-components/Wrapper.jsx"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { useLatest, useCreation } from 'ahooks';\nimport { omit } from 'lodash';\nimport {\n useContext,\n useGet,\n modifyNode,\n getLevelNodes,\n getSelfAndParent,\n} from '../../engine/provider/ContextProvider';\nimport { LC_COMPONENT_UNIT_KEY, LC_COMPONENT_UNIT, RUNTIME } from '../../constants';\nimport DragDropWrapper from '../../painter/components/DragDrop/DragDropWrapper';\n\nconst LCWrapper = ({ id, displayName, children, getTargetDom, api }) => {\n const ctx = useContext();\n const selfData = useGet({ id });\n const _selfData = useLatest(selfData);\n\n useCreation(() => {\n const meta = displayName\n ? require(`../../engine/meta/${displayName.toLowerCase()}.props.json`)\n : {};\n const _api = {\n self: children,\n getSelfData: () => _selfData.current,\n getSelfDom: getTargetDom,\n getSelfAndParentData: () => getSelfAndParent(id),\n getLevelNodes: () => getLevelNodes(id),\n };\n ctx._register(\n id,\n new Proxy(\n {\n id,\n meta: omit(meta, ['props', 'css', 'advance']),\n set: (prop, value, toDom) => {\n if (toDom === true) {\n if (['id', LC_COMPONENT_UNIT_KEY].includes(prop)) {\n return;\n }\n const dom = getTargetDom();\n dom.setAttribute(prop, value);\n return;\n }\n modifyNode(id, { [prop]: value });\n },\n get: (prop) => _selfData.current.props[prop],\n },\n {\n get(target, property, receiver) {\n if (property === 'api') {\n return api ? { ..._api, ...api.current } : _api;\n } else if (property === 'name') {\n return _selfData.current.props.name;\n }\n return Reflect.get(target, property, receiver);\n },\n },\n ),\n );\n }, []);\n\n useEffect(() => {\n const dom = getTargetDom();\n if (dom) {\n dom.setAttribute('id', id);\n dom.setAttribute(LC_COMPONENT_UNIT_KEY, LC_COMPONENT_UNIT);\n }\n ctx.$publisher(ctx.topics.COMPONENT_MOUNT, { id });\n\n return () => {\n ctx._unregister(id);\n ctx.$publisher(ctx.topics.COMPONENT_UNMOUNT, { id });\n };\n }, []);\n\n if (ctx.runtime === RUNTIME.DESIGN) {\n return (\n <DragDropWrapper id={id} getTargetDom={getTargetDom}>\n {children}\n </DragDropWrapper>\n );\n }\n\n return children;\n};\n\nexport default LCWrapper;\n"],"mappings":"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"}
@@ -82,7 +82,6 @@ var _default = exports.default = {
82
82
  "luckda.lowcode.painter.pageVars.add": "添加",
83
83
  "luckda.lowcode.painter.panel-section.Layoutratio.err": "必须是数字或者数字加:号的组合",
84
84
  "luckda.lowcode.painter.panel-section.Layoutratio.label": "列比例",
85
- "luckda.lowcode.painter.panel-section.style-panel.sourceedit": "源码编辑",
86
85
  "luckda.lowcode.painter.panel-section.impexp.expType.placeholder": "请选择自定义行为",
87
86
  "luckda.lowcode.painter.panel-section.impexp.impType.placeholder": "请选择自定义行为",
88
87
  "luckda.lowcode.painter.bindCondition": "绑定条件",
@@ -115,6 +114,7 @@ var _default = exports.default = {
115
114
  "luckda.lowcode.painter.panel-section.style-panel.margin.down": "下间距",
116
115
  "luckda.lowcode.painter.panel-section.style-panel.margin.left": "左间距",
117
116
  "luckda.lowcode.painter.panel-section.style-panel.group-name": "样式设置",
117
+ "luckda.lowcode.painter.panel-section.style-panel.sourceedit": "源码编辑",
118
118
  "luckda.lowcode.painter.panel-section.style-panel.width": "请输入宽度",
119
119
  "luckda.lowcode.painter.panel-section.style-panel.height": "请输入高度",
120
120
  "luckda.lowcode.painter.panel-section.style-panel.display": "显示",
@@ -174,6 +174,8 @@ var _default = exports.default = {
174
174
  "luckda.lowcode.painter.panel-section.style-panel.border.width.ph": "线宽",
175
175
  "luckda.lowcode.painter.panel-section.style-panel.border.color": "颜色",
176
176
  "luckda.lowcode.painter.panel-section.style-panel.background": "背景",
177
+ "luckda.lowcode.painter.panel-section.jseditor.saveto": "保存为",
178
+ "app.base.operate.ok": "确定",
177
179
  "luckda.lowcode.painter.panel-section.blocksEditor.auto": "表单",
178
180
  "luckda.lowcode.painter.panel-section.blocksEditor.grid": "表格",
179
181
  "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":";;;;;;iCAAe;EACb,6CAA6C,EAAE,IAAI;EACnD,+BAA+B,EAAE,IAAI;EACrC,uDAAuD,EAAE,MAAM;EAC/D,kDAAkD,EAAE,IAAI;EACxD,6BAA6B,EAAE,QAAQ;EACvC,2BAA2B,EAAE,KAAK;EAClC,kCAAkC,EAAE,OAAO;EAC3C,mCAAmC,EAAE,OAAO;EAC5C,mCAAmC,EAAE,MAAM;EAC3C,oCAAoC,EAAE,IAAI;EAC1C,kCAAkC,EAAE,IAAI;EACxC,sCAAsC,EAAE,IAAI;EAC5C,oCAAoC,EAAE,YAAY;EAClD,qBAAqB,EAAE,IAAI;EAC3B,sBAAsB,EAAE,OAAO;EAC/B,oCAAoC,EAAE,MAAM;EAC5C,iCAAiC,EAAE,MAAM;EACzC,uCAAuC,EAAE,QAAQ;EACjD,4CAA4C,EAAE,MAAM;EACpD,0CAA0C,EAAE,MAAM;EAClD,yCAAyC,EAAE,MAAM;EACjD,qCAAqC,EAAE,MAAM;EAC7C,+BAA+B,EAAE,QAAQ;EACzC,2BAA2B,EAAE,SAAS;EACtC,yCAAyC,EAAE,MAAM;EACjD,qCAAqC,EAAE,IAAI;EAC3C,oCAAoC,EAAE,UAAU;EAChD,oCAAoC,EAAE,IAAI;EAC1C,2CAA2C,EAAE,MAAM;EACnD,0CAA0C,EAAE,UAAU;EACtD,gCAAgC,EAAE,SAAS;EAC3C,wCAAwC,EAAE,iBAAiB;EAC3D,0CAA0C,EAAE,MAAM;EAClD,kCAAkC,EAAE,MAAM;EAC1C,oCAAoC,EAAE,OAAO;EAC7C,mDAAmD,EAAE,OAAO;EAC5D,qCAAqC,EAAE,OAAO;EAC9C,6BAA6B,EAAE,IAAI;EACnC,6BAA6B,EAAE,MAAM;EACrC,kDAAkD,EAAE,IAAI;EACxD,2DAA2D,EAAE,IAAI;EACjE,uEAAuE,EAAE,UAAU;EACnF,2DAA2D,EAAE,GAAG;EAChE,uEAAuE,EAAE,SAAS;EAClF,2DAA2D,EAAE,IAAI;EACjE,uEAAuE,EAAE,SAAS;EAClF,+BAA+B,EAAE,IAAI;EACrC,yDAAyD,EAAE,OAAO;EAClE,0DAA0D,EAAE,MAAM;EAClE,sEAAsE,EAAE,UAAU;EAClF,4DAA4D,EAAE,MAAM;EACpE,yDAAyD,EAAE,OAAO;EAClE,+DAA+D,EAAE,OAAO;EACxE,2EAA2E,EAAE,SAAS;EACtF,mEAAmE,EAAE,kFAAkF;EACvJ,+DAA+D,EAAE,IAAI;EACrE,2EAA2E,EAAE,SAAS;EACtF,0DAA0D,EAAE,IAAI;EAChE,+DAA+D,EAAE,MAAM;EACvE,8DAA8D,EAAE,KAAK;EACrE,iEAAiE,EAAE,IAAI;EACvE,mEAAmE,EAAE,IAAI;EACzE,uDAAuD,EAAE,iBAAiB;EAC1E,0DAA0D,EAAE,MAAM;EAClE,yDAAyD,EAAE,MAAM;EACjE,yDAAyD,EAAE,KAAK;EAChE,8DAA8D,EAAE,QAAQ;EACxE,qCAAqC,EAAE,IAAI;EAC3C,qCAAqC,EAAE,QAAQ;EAC/C,sCAAsC,EAAE,OAAO;EAC/C,sCAAsC,EAAE,IAAI;EAC5C,wCAAwC,EAAE,IAAI;EAC9C,qCAAqC,EAAE,IAAI;EAC3C,oDAAoD,EAAE,KAAK;EAC3D,qCAAqC,EAAE,IAAI;EAC3C,sDAAsD,EAAE,iBAAiB;EACzE,wDAAwD,EAAE,KAAK;EAC/D,iEAAiE,EAAE,UAAU;EAC7E,iEAAiE,EAAE,UAAU;EAC7E,sCAAsC,EAAE,MAAM;EAC9C,gEAAgE,EAAE,MAAM;EACxE,0DAA0D,EAAE,MAAM;EAClE,0DAA0D,EAAE,IAAI;EAChE,0DAA0D,EAAE,MAAM;EAClE,gDAAgD,EAAE,MAAM;EACxD,6CAA6C,EAAE,MAAM;EACrD,0DAA0D,EAAE,MAAM;EAClE,8DAA8D,EAAE,UAAU;EAC1E,oEAAoE,EAAE,KAAK;EAC3E,4DAA4D,EAAE,KAAK;EACnE,6DAA6D,EAAE,IAAI;EACnE,iEAAiE,EAAE,GAAG;EACtE,oEAAoE,EAAE,GAAG;EACzE,mEAAmE,EAAE,GAAG;EACxE,kEAAkE,EAAE,GAAG;EACvE,oEAAoE,EAAE,KAAK;EAC3E,0EAA0E,EAAE,IAAI;EAChF,yDAAyD,EAAE,MAAM;EACjE,8DAA8D,EAAE,KAAK;EACrE,gEAAgE,EAAE,KAAK;EACvE,+DAA+D,EAAE,KAAK;EACtE,+DAA+D,EAAE,KAAK;EACtE,0DAA0D,EAAE,KAAK;EACjE,6DAA6D,EAAE,KAAK;EACpE,6DAA6D,EAAE,KAAK;EACpE,+DAA+D,EAAE,KAAK;EACtE,8DAA8D,EAAE,KAAK;EACrE,8DAA8D,EAAE,KAAK;EACrE,6DAA6D,EAAE,MAAM;EACrE,6DAA6D,EAAE,MAAM;EACrE,wDAAwD,EAAE,OAAO;EACjE,yDAAyD,EAAE,OAAO;EAClE,0DAA0D,EAAE,IAAI;EAChE,kEAAkE,EAAE,UAAU;EAC9E,6DAA6D,EAAE,SAAS;EACxE,gEAAgE,EAAE,SAAS;EAC3E,+DAA+D,EAAE,SAAS;EAC1E,oEAAoE,EAAE,SAAS;EAC/E,8DAA8D,EAAE,QAAQ;EACxE,iEAAiE,EAAE,IAAI;EACvE,8DAA8D,EAAE,IAAI;EACpE,6DAA6D,EAAE,IAAI;EACnE,6DAA6D,EAAE,MAAM;EACrE,4DAA4D,EAAE,MAAM;EACpE,+DAA+D,EAAE,MAAM;EACvE,sEAAsE,EAAE,IAAI;EAC5E,6DAA6D,EAAE,IAAI;EACnE,kEAAkE,EAAE,KAAK;EACzE,oEAAoE,EAAE,KAAK;EAC3E,kEAAkE,EAAE,GAAG;EACvE,uEAAuE,EAAE,KAAK;EAC9E,0EAA0E,EAAE,KAAK;EACjF,uDAAuD,EAAE,IAAI;EAC7D,0DAA0D,EAAE,MAAM;EAClE,0DAA0D,EAAE,MAAM;EAClE,0DAA0D,EAAE,MAAM;EAClE,iEAAiE,EAAE,IAAI;EACvE,+DAA+D,EAAE,GAAG;EACpE,8DAA8D,EAAE,KAAK;EACrE,gEAAgE,EAAE,GAAG;EACrE,uEAAuE,EAAE,KAAK;EAC9E,iEAAiE,EAAE,IAAI;EACvE,+DAA+D,EAAE,IAAI;EACrE,qEAAqE,EAAE,OAAO;EAC9E,wEAAwE,EAAE,SAAS;EACnF,iFAAiF,EAAE,UAAU;EAC7F,6EAA6E,EAAE,QAAQ;EACvF,+EAA+E,EAAE,UAAU;EAC3F,8EAA8E,EAAE,QAAQ;EACxF,+EAA+E,EAAE,QAAQ;EACzF,6EAA6E,EAAE,UAAU;EACzF,yEAAyE,EAAE,UAAU;EACrF,2EAA2E,EAAE,UAAU;EACvF,gFAAgF,EAAE,UAAU;EAC5F,+EAA+E,EAAE,mBAAmB;EACpG,+EAA+E,EAAE,yBAAyB;EAC1G,gEAAgE,EAAE,KAAK;EACvE,sEAAsE,EAAE,IAAI;EAC5E,yEAAyE,EAAE,IAAI;EAC/E,yDAAyD,EAAE,IAAI;EAC/D,+DAA+D,EAAE,IAAI;EACrE,oEAAoE,EAAE,GAAG;EACzE,qEAAqE,EAAE,KAAK;EAC5E,sEAAsE,EAAE,IAAI;EAC5E,sEAAsE,EAAE,IAAI;EAC5E,+DAA+D,EAAE,IAAI;EACrE,kEAAkE,EAAE,IAAI;EACxE,+DAA+D,EAAE,IAAI;EACrE,6DAA6D,EAAE,IAAI;EACnE,sDAAsD,EAAE,KAAK;EAC7D,qBAAqB,EAAE,IAAI;EAC3B,wDAAwD,EAAE,IAAI;EAC9D,wDAAwD,EAAE,IAAI;EAC9D,0DAA0D,EAAE,QAAQ;EACpE,8DAA8D,EAAE,MAAM;EACtE,yDAAyD,EAAE,KAAK;EAChE,4DAA4D,EAAE,MAAM;EACpE,2DAA2D,EAAE,IAAI;EACjE,yDAAyD,EAAE,IAAI;EAC/D,mCAAmC,EAAE,MAAM;EAC3C,4DAA4D,EAAE,MAAM;EACpE,wDAAwD,EAAE,OAAO;EACjE,6DAA6D,EAAE,QAAQ;EACvE,wDAAwD,EAAE,MAAM;EAChE,+BAA+B,EAAE,IAAI;EACrC,gCAAgC,EAAE,IAAI;EACtC,2DAA2D,EAAE,IAAI;EACjE,2DAA2D,EAAE,IAAI;EACjE,0DAA0D,EAAE,IAAI;EAChE,2DAA2D,EAAE,IAAI;EACjE,wDAAwD,EAAE,IAAI;EAC9D,oEAAoE,EAAE,SAAS;EAC/E,wDAAwD,EAAE,IAAI;EAC9D,0DAA0D,EAAE,KAAK;EACjE,gEAAgE,EAAE,MAAM;EACxE,6DAA6D,EAAE,MAAM;EACrE,iDAAiD,EAAE,IAAI;EACvD,mDAAmD,EAAE,IAAI;EACzD,8CAA8C,EAAE,OAAO;EACvD,4CAA4C,EAAE,KAAK;EACnD,+CAA+C,EAAE,MAAM;EACvD,8CAA8C,EAAE,KAAK;EACrD,iDAAiD,EAAE,QAAQ;EAC3D,sCAAsC,EAAE,IAAI;EAC5C,6CAA6C,EAAE,QAAQ;EACvD,sCAAsC,EAAE,IAAI;EAC5C,6CAA6C,EAAE,KAAK;EACpD,sCAAsC,EAAE,IAAI;EAC5C,sCAAsC,EAAE,MAAM;EAC9C,0CAA0C,EAAE,MAAM;EAClD,qCAAqC,EAAE,MAAM;EAC7C,wCAAwC,EAAE,MAAM;EAChD,2CAA2C,EAAE,MAAM;EACnD,+CAA+C,EAAE,sEAAsE;EACvH,sCAAsC,EAAE,KAAK;EAC7C,0CAA0C,EAAE,2CAA2C;EACvF,yCAAyC,EAAE,MAAM;EACjD,8CAA8C,EAAE,MAAM;EACtD,gEAAgE,EAAE,MAAM;EACxE,iEAAiE,EAAE,OAAO;EAC1E,4CAA4C,EAAE,MAAM;EACpD,4CAA4C,EAAE,IAAI;EAClD,oDAAoD,EAAE,QAAQ;EAC9D,oDAAoD,EAAE,MAAM;EAC5D,+CAA+C,EAAE,OAAO;EACxD,+CAA+C,EAAE,MAAM;EACvD,6CAA6C,EAAE,MAAM;EACrD,+CAA+C,EAAE,IAAI;EACrD,+CAA+C,EAAE,MAAM;EACvD,oDAAoD,EAAE,iCAAiC;EACvF,yDAAyD,EAAE,WAAW;EACtE,+DAA+D,EAAE,IAAI;EACrE,iEAAiE,EAAE,IAAI;EACvE,gEAAgE,EAAE,IAAI;EACtE,+DAA+D,EAAE,KAAK;EACtE,+DAA+D,EAAE,GAAG;EACpE,gEAAgE,EAAE,GAAG;EACrE,oEAAoE,EAAE,IAAI;EAC1E,kEAAkE,EAAE,IAAI;EACxE,mCAAmC,EAAE,QAAQ;EAC7C,0DAA0D,EAAE,IAAI;EAChE,0DAA0D,EAAE,MAAM;EAClE,gEAAgE,EAAE,MAAM;EACxE,2DAA2D,EAAE,KAAK;EAClE,wDAAwD,EAAE,MAAM;EAChE,6DAA6D,EAAE,MAAM;EACrE,gEAAgE,EAAE,KAAK;EACvE,4DAA4D,EAAE,MAAM;EACpE,6DAA6D,EAAE,MAAM;EACrE,kEAAkE,EAAE,OAAO;EAC3E,iEAAiE,EAAE,OAAO;EAC1E,6DAA6D,EAAE,MAAM;EACrE,6DAA6D,EAAE,MAAM;EACrE,2DAA2D,EAAE,QAAQ;EACrE,iEAAiE,EAAE,KAAK;EACxE,kCAAkC,EAAE,KAAK;EACzC,gCAAgC,EAAE,IAAI;EACtC,gEAAgE,EAAE,QAAQ;EAC1E,6DAA6D,EAAE,QAAQ;EACvE,0DAA0D,EAAE,MAAM;EAClE,wEAAwE,EAAE,MAAM;EAChF,gFAAgF,EAAE,SAAS;EAC3F,mCAAmC,EAAE,KAAK;EAC1C,2CAA2C,EAAE,QAAQ;EACrD,kCAAkC,EAAE,QAAQ;EAC5C,8BAA8B,EAAE,IAAI;EACpC,6BAA6B,EAAE,IAAI;EACnC,wEAAwE,EAAE,MAAM;EAChF,2EAA2E,EAAE,MAAM;EACnF,oEAAoE,EAAE,MAAM;EAC5E,4EAA4E,EAAE,UAAU;EACxF,iEAAiE,EAAE,MAAM;EACzE,yEAAyE,EAAE,SAAS;EACpF,mEAAmE,EAAE,IAAI;EACzE,0EAA0E,EAAE,MAAM;EAClF,kFAAkF,EAAE,SAAS;EAC7F,wEAAwE,EAAE,MAAM;EAChF,gFAAgF,EAAE,SAAS;EAC3F,qEAAqE,EAAE;AACzE,CAAC"}
@@ -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