@luck-design-biz/luckda 1.0.2-7 → 1.0.2-9

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 (1123) hide show
  1. package/es/components/Builder/index.js +1 -2
  2. package/es/components/ComplexItem/index.js +1 -2
  3. package/es/components/ComplexItem/service.js +1 -2
  4. package/es/components/IconFont/index.js +1 -2
  5. package/es/components/LDActions/index.js +1 -2
  6. package/es/components/LdAutoForm/index.js +1 -2
  7. package/es/components/LdCard/index.js +1 -2
  8. package/es/components/LdCard/model.js +1 -2
  9. package/es/components/LdCom/index.js +1 -2
  10. package/es/components/LdFormList/index.js +1 -2
  11. package/es/components/LdFormList/model.js +1 -2
  12. package/es/components/LdGrid/index.js +1 -2
  13. package/es/components/LdGrid/model.js +1 -2
  14. package/es/components/LdGridForm/index.js +1 -2
  15. package/es/components/LdInfoPanel/index.js +1 -2
  16. package/es/components/LdPop/index.js +1 -2
  17. package/es/components/LdTree/index.js +1 -2
  18. package/es/helper/FromItems.js +1 -2
  19. package/es/helper/action.js +1 -2
  20. package/es/helper/form.js +1 -2
  21. package/es/helper/ldBuilder.js +1 -2
  22. package/es/helper/ldComBuild.js +1 -2
  23. package/es/helper/props_config.js +1 -2
  24. package/es/index.js +1 -2
  25. package/es/locales/zh-CN.js +4 -3
  26. package/es/lowcode/constants/api-url.js +1 -2
  27. package/es/lowcode/constants/event-topics.js +1 -2
  28. package/es/lowcode/constants/index.js +1 -2
  29. package/es/lowcode/engine/factory/DataFactory.js +1 -2
  30. package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +1 -2
  31. package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +1 -2
  32. package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +1 -2
  33. package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +1 -2
  34. package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +1 -2
  35. package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +1 -2
  36. package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +1 -2
  37. package/es/lowcode/engine/factory/panel-item-factory/Strategy.js +1 -2
  38. package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js +1 -2
  39. package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +1 -2
  40. package/es/lowcode/engine/factory/panel-item-factory/index.js +1 -2
  41. package/es/lowcode/engine/launcher.js +1 -2
  42. package/es/lowcode/engine/meta/cardlist.props.json +3 -5
  43. package/es/lowcode/engine/meta/fielddate.props.json +0 -1
  44. package/es/lowcode/engine/meta/fieldeditor.props.json +0 -1
  45. package/es/lowcode/engine/meta/fieldgroup.props.json +0 -1
  46. package/es/lowcode/engine/meta/fieldyear.props.json +0 -1
  47. package/es/lowcode/engine/meta/form.props.json +2 -18
  48. package/es/lowcode/engine/meta/grouptree.props.json +0 -1
  49. package/es/lowcode/engine/meta/jsx.props.default.json +1 -2
  50. package/es/lowcode/engine/meta/jsx.props.json +4 -3
  51. package/es/lowcode/engine/meta/section.props.json +2 -2
  52. package/es/lowcode/engine/meta/table.props.json +0 -7
  53. package/es/lowcode/engine/meta/tabs.props.json +1 -1
  54. package/es/lowcode/engine/meta/tree.props.json +1 -5
  55. package/es/lowcode/engine/provider/ContextProvider/index.js +1 -2
  56. package/es/lowcode/engine/provider/ContextProvider/router.js +1 -2
  57. package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js +1 -2
  58. package/es/lowcode/engine/provider/ContextProvider/usePageVar.js +1 -2
  59. package/es/lowcode/engine/provider/ContextProvider/useTodo.js +1 -2
  60. package/es/lowcode/engine/provider/ContextProvider/utils.js +1 -2
  61. package/es/lowcode/engine/provider/EventBusProvider.js +1 -2
  62. package/es/lowcode/engine/provider/RemoteSourceProvider.js +1 -2
  63. package/es/lowcode/engine/tools/dataProcess.js +1 -2
  64. package/es/lowcode/engine/tools/diff.js +1 -2
  65. package/es/lowcode/engine/tools/helper.js +1 -2
  66. package/es/lowcode/engine/tools/initDS.js +1 -2
  67. package/es/lowcode/engine/tools/useCanvasRender.js +1 -2
  68. package/es/lowcode/engine/tools/useCombinedRefs.js +1 -2
  69. package/es/lowcode/engine/tools/usePromiseState.js +1 -2
  70. package/es/lowcode/index.js +1 -2
  71. package/es/lowcode/painter/Components.js +1 -2
  72. package/es/lowcode/painter/Design.js +1 -2
  73. package/es/lowcode/painter/DesignOperator.js +1 -2
  74. package/es/lowcode/painter/DesignToolbar.js +1 -2
  75. package/es/lowcode/painter/I18n.js +1 -2
  76. package/es/lowcode/painter/Outline.js +1 -2
  77. package/es/lowcode/painter/Panel.js +1 -2
  78. package/es/lowcode/painter/Ribbon.js +1 -2
  79. package/es/lowcode/painter/components/ActionBindModal.js +1 -2
  80. package/es/lowcode/painter/components/AdvancePanel.js +31 -46
  81. package/es/lowcode/painter/components/AttrsPanel.js +1 -2
  82. package/es/lowcode/painter/components/Collapse.js +1 -2
  83. package/es/lowcode/painter/components/ColorInput.js +1 -2
  84. package/es/lowcode/painter/components/DragDrop/DragDropContext.js +1 -2
  85. package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js +1 -2
  86. package/es/lowcode/painter/components/DragDrop/Overlay.js +1 -2
  87. package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +1 -2
  88. package/es/lowcode/painter/components/FieldSelector.js +1 -2
  89. package/es/lowcode/painter/components/ListEditor.js +1 -2
  90. package/es/lowcode/painter/components/NumberInput.js +1 -2
  91. package/es/lowcode/painter/components/PanelItem.js +1 -2
  92. package/es/lowcode/painter/components/PopConfirm.js +1 -2
  93. package/es/lowcode/painter/components/PopForm.js +1 -2
  94. package/es/lowcode/painter/components/PreviewIframe.js +1 -2
  95. package/es/lowcode/painter/components/RuleInput.js +1 -2
  96. package/es/lowcode/painter/components/SortBox.js +1 -2
  97. package/es/lowcode/painter/components/TipIcon.js +1 -2
  98. package/es/lowcode/painter/components/TreeEditor.js +1 -2
  99. package/es/lowcode/painter/components/VarEditor.js +1 -2
  100. package/es/lowcode/painter/components/code-editor/BaseEditor.js +1 -2
  101. package/es/lowcode/painter/components/code-editor/CssEditor.js +1 -2
  102. package/es/lowcode/painter/components/code-editor/FullScreenEditor.js +1 -2
  103. package/es/lowcode/painter/components/code-editor/JSEditor.js +1 -2
  104. package/es/lowcode/painter/components/code-editor/JsonEditor.js +1 -2
  105. package/es/lowcode/painter/components/code-editor/VisionEditor.js +1 -2
  106. package/es/lowcode/painter/components/code-editor/index.js +1 -2
  107. package/es/lowcode/painter/components/field-setting/BatchSetting.js +1 -2
  108. package/es/lowcode/painter/components/field-setting/CheckFrontRules.js +1 -2
  109. package/es/lowcode/painter/components/field-setting/CheckRules.js +1 -2
  110. package/es/lowcode/painter/components/field-setting/FieldAttrs.js +1 -2
  111. package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js +1 -2
  112. package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js +1 -2
  113. package/es/lowcode/painter/components/field-setting/FieldRulesModal.js +1 -2
  114. package/es/lowcode/painter/components/field-setting/SettingUI.js +2 -3
  115. package/es/lowcode/painter/components/field-setting/index.js +1 -2
  116. package/es/lowcode/painter/components/field-setting/meta/frontRules.js +1 -2
  117. package/es/lowcode/painter/expect.js +1 -2
  118. package/es/lowcode/painter/index.js +1 -2
  119. package/es/lowcode/painter/panel-section/ActionsColumnWidth.js +1 -2
  120. package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +1 -2
  121. package/es/lowcode/painter/panel-section/ActionsEditor/index.js +1 -2
  122. package/es/lowcode/painter/panel-section/BlockEditor/index.js +1 -2
  123. package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +1 -2
  124. package/es/lowcode/painter/panel-section/BlocksEditor/index.js +1 -2
  125. package/es/lowcode/painter/panel-section/ButtonType.js +1 -2
  126. package/es/lowcode/painter/panel-section/ComplexPop.js +1 -2
  127. package/es/lowcode/painter/panel-section/ComponentSelector.js +1 -2
  128. package/es/lowcode/painter/panel-section/DataSetSelector.js +1 -2
  129. package/es/lowcode/painter/panel-section/FieldState.js +1 -2
  130. package/es/lowcode/painter/panel-section/FieldsSetting.js +1 -2
  131. package/es/lowcode/painter/panel-section/GroupClassSelector.js +1 -2
  132. package/es/lowcode/painter/panel-section/I18nInput.js +1 -2
  133. package/es/lowcode/painter/panel-section/Icon.js +1 -2
  134. package/es/lowcode/painter/panel-section/IconConditionSelector.js +1 -3
  135. package/es/lowcode/painter/panel-section/IconSelector.js +1 -2
  136. package/es/lowcode/painter/panel-section/ImpExp.js +1 -2
  137. package/es/lowcode/painter/panel-section/ImpExpAlone.js +1 -2
  138. package/es/lowcode/painter/panel-section/JSEditor/ToolBar.js +116 -0
  139. package/es/lowcode/painter/panel-section/JSEditor/index.js +139 -0
  140. package/es/lowcode/painter/panel-section/LayoutRatio.js +1 -2
  141. package/es/lowcode/painter/panel-section/PageLayoutDisplay.js +1 -2
  142. package/es/lowcode/painter/panel-section/PageVars.js +1 -2
  143. package/es/lowcode/painter/panel-section/SerialsSelector.js +1 -2
  144. package/es/lowcode/painter/panel-section/SplitDisplay.js +1 -2
  145. package/es/lowcode/painter/panel-section/StylePanel/BackGround.js +1 -2
  146. package/es/lowcode/painter/panel-section/StylePanel/Border.js +1 -2
  147. package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js +1 -2
  148. package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +1 -2
  149. package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js +1 -2
  150. package/es/lowcode/painter/panel-section/StylePanel/Display.js +1 -2
  151. package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +1 -2
  152. package/es/lowcode/painter/panel-section/StylePanel/Font.js +1 -2
  153. package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js +1 -2
  154. package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js +1 -2
  155. package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +1 -2
  156. package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +1 -2
  157. package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +1 -2
  158. package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js +1 -2
  159. package/es/lowcode/painter/panel-section/StylePanel/Margin.js +1 -2
  160. package/es/lowcode/painter/panel-section/StylePanel/Opacity.js +1 -2
  161. package/es/lowcode/painter/panel-section/StylePanel/Padding.js +1 -2
  162. package/es/lowcode/painter/panel-section/StylePanel/Pointer.js +1 -2
  163. package/es/lowcode/painter/panel-section/StylePanel/Shadow.js +1 -2
  164. package/es/lowcode/painter/panel-section/StylePanel/Size.js +1 -2
  165. package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js +1 -2
  166. package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js +1 -2
  167. package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js +1 -2
  168. package/es/lowcode/painter/panel-section/StylePanel/index.js +1 -2
  169. package/es/lowcode/painter/panel-section/TabItems.js +1 -2
  170. package/es/lowcode/painter/panel-section/TableTopFilter.js +1 -2
  171. package/es/lowcode/painter/panel-section/TableZebra.js +1 -2
  172. package/es/lowcode/painter/panel-section/TextContent.js +1 -2
  173. package/es/lowcode/painter/panel-section/TreeRootEditor.js +1 -2
  174. package/es/lowcode/painter/panel-section/WidthHeight.js +1 -2
  175. package/es/lowcode/painter/services/I18n.js +1 -2
  176. package/es/lowcode/painter/services/complexPop.js +1 -2
  177. package/es/lowcode/preview/index.js +1 -2
  178. package/es/lowcode/view/Canvas.js +1 -2
  179. package/es/lowcode/view/ErrorBoundary.js +1 -2
  180. package/es/lowcode/view/Loading.js +1 -2
  181. package/es/lowcode/view/Page.js +1 -2
  182. package/es/lowcode/view/index.js +1 -2
  183. package/es/lowcode/view/lc-components/Box/FunctionDesign.js +1 -2
  184. package/es/lowcode/view/lc-components/Box/FunctionLive.js +1 -2
  185. package/es/lowcode/view/lc-components/Box/FunctionPreview.js +1 -2
  186. package/es/lowcode/view/lc-components/Box/index.js +1 -2
  187. package/es/lowcode/view/lc-components/Button/FunctionDesign.js +1 -2
  188. package/es/lowcode/view/lc-components/Button/FunctionLive.js +1 -2
  189. package/es/lowcode/view/lc-components/Button/FunctionPreview.js +1 -2
  190. package/es/lowcode/view/lc-components/Button/index.js +1 -2
  191. package/es/lowcode/view/lc-components/CardList/FunctionDesign.js +1 -2
  192. package/es/lowcode/view/lc-components/CardList/FunctionLive.js +1 -2
  193. package/es/lowcode/view/lc-components/CardList/FunctionPreview.js +1 -2
  194. package/es/lowcode/view/lc-components/CardList/index.js +1 -2
  195. package/es/lowcode/view/lc-components/CardList/meta.json +3 -5
  196. package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js +1 -2
  197. package/es/lowcode/view/lc-components/Dialog/FunctionLive.js +1 -2
  198. package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js +1 -2
  199. package/es/lowcode/view/lc-components/Dialog/index.js +1 -2
  200. package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js +1 -2
  201. package/es/lowcode/view/lc-components/Drawer/FunctionLive.js +1 -2
  202. package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js +1 -2
  203. package/es/lowcode/view/lc-components/Drawer/index.js +1 -2
  204. package/es/lowcode/view/lc-components/FieldDate/meta.json +0 -1
  205. package/es/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
  206. package/es/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
  207. package/es/lowcode/view/lc-components/FieldYear/meta.json +0 -1
  208. package/es/lowcode/view/lc-components/Form/FunctionDesign.js +1 -2
  209. package/es/lowcode/view/lc-components/Form/FunctionLive.js +1 -2
  210. package/es/lowcode/view/lc-components/Form/FunctionPreview.js +1 -2
  211. package/es/lowcode/view/lc-components/Form/index.js +1 -2
  212. package/es/lowcode/view/lc-components/Form/meta.json +2 -18
  213. package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js +1 -2
  214. package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js +1 -2
  215. package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js +1 -2
  216. package/es/lowcode/view/lc-components/GroupTree/index.js +1 -2
  217. package/es/lowcode/view/lc-components/GroupTree/meta.json +0 -1
  218. package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js +1 -2
  219. package/es/lowcode/view/lc-components/Iframe/FunctionLive.js +1 -2
  220. package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js +1 -2
  221. package/es/lowcode/view/lc-components/Iframe/index.js +1 -2
  222. package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js +1 -2
  223. package/es/lowcode/view/lc-components/ImEx/FunctionLive.js +1 -2
  224. package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js +1 -2
  225. package/es/lowcode/view/lc-components/ImEx/index.js +1 -2
  226. package/es/lowcode/view/lc-components/Image/FunctionDesign.js +1 -2
  227. package/es/lowcode/view/lc-components/Image/FunctionLive.js +1 -2
  228. package/es/lowcode/view/lc-components/Image/FunctionPreview.js +1 -2
  229. package/es/lowcode/view/lc-components/Image/index.js +1 -2
  230. package/es/lowcode/view/lc-components/JSX/FunctionDesign.js +1 -2
  231. package/es/lowcode/view/lc-components/JSX/FunctionLive.js +1 -2
  232. package/es/lowcode/view/lc-components/JSX/FunctionPreview.js +1 -2
  233. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -2
  234. package/es/lowcode/view/lc-components/JSX/index.js +1 -2
  235. package/es/lowcode/view/lc-components/JSX/meta.json +4 -3
  236. package/es/lowcode/view/lc-components/Layout/FunctionDesign.js +1 -2
  237. package/es/lowcode/view/lc-components/Layout/FunctionLive.js +1 -2
  238. package/es/lowcode/view/lc-components/Layout/FunctionPreview.js +1 -2
  239. package/es/lowcode/view/lc-components/Layout/index.js +1 -2
  240. package/es/lowcode/view/lc-components/Link/FunctionDesign.js +1 -2
  241. package/es/lowcode/view/lc-components/Link/FunctionLive.js +1 -2
  242. package/es/lowcode/view/lc-components/Link/FunctionPreview.js +1 -2
  243. package/es/lowcode/view/lc-components/Link/index.js +1 -2
  244. package/es/lowcode/view/lc-components/PageContent/index.js +1 -2
  245. package/es/lowcode/view/lc-components/PageFooter/index.js +1 -2
  246. package/es/lowcode/view/lc-components/PageHeader/index.js +1 -2
  247. package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js +1 -2
  248. package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js +1 -2
  249. package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js +1 -2
  250. package/es/lowcode/view/lc-components/PageLayout/index.js +1 -2
  251. package/es/lowcode/view/lc-components/PageModal/index.js +1 -2
  252. package/es/lowcode/view/lc-components/Section/FunctionDesign.js +1 -2
  253. package/es/lowcode/view/lc-components/Section/FunctionLive.js +1 -2
  254. package/es/lowcode/view/lc-components/Section/FunctionPreview.js +1 -2
  255. package/es/lowcode/view/lc-components/Section/index.js +1 -2
  256. package/es/lowcode/view/lc-components/Section/meta.json +2 -2
  257. package/es/lowcode/view/lc-components/Split/FunctionDesign.js +1 -2
  258. package/es/lowcode/view/lc-components/Split/FunctionLive.js +1 -2
  259. package/es/lowcode/view/lc-components/Split/FunctionPreview.js +1 -2
  260. package/es/lowcode/view/lc-components/Split/index.js +1 -2
  261. package/es/lowcode/view/lc-components/Table/FunctionDesign.js +1 -2
  262. package/es/lowcode/view/lc-components/Table/FunctionLive.js +1 -2
  263. package/es/lowcode/view/lc-components/Table/FunctionPreview.js +1 -2
  264. package/es/lowcode/view/lc-components/Table/components/TopFilter.js +1 -2
  265. package/es/lowcode/view/lc-components/Table/components/TopImex.js +1 -2
  266. package/es/lowcode/view/lc-components/Table/index.js +1 -2
  267. package/es/lowcode/view/lc-components/Table/meta.json +0 -7
  268. package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js +1 -2
  269. package/es/lowcode/view/lc-components/Tabs/FunctionLive.js +1 -2
  270. package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js +1 -2
  271. package/es/lowcode/view/lc-components/Tabs/index.js +1 -2
  272. package/es/lowcode/view/lc-components/Tabs/meta.json +1 -1
  273. package/es/lowcode/view/lc-components/Text/FunctionDesign.js +1 -2
  274. package/es/lowcode/view/lc-components/Text/FunctionLive.js +1 -2
  275. package/es/lowcode/view/lc-components/Text/FunctionPreview.js +1 -2
  276. package/es/lowcode/view/lc-components/Text/index.js +1 -2
  277. package/es/lowcode/view/lc-components/Tree/FunctionDesign.js +1 -2
  278. package/es/lowcode/view/lc-components/Tree/FunctionLive.js +1 -2
  279. package/es/lowcode/view/lc-components/Tree/FunctionPreview.js +1 -2
  280. package/es/lowcode/view/lc-components/Tree/index.js +1 -2
  281. package/es/lowcode/view/lc-components/Tree/meta.json +1 -5
  282. package/es/lowcode/view/lc-components/Wrapper.js +3 -2
  283. package/es/services.js +1 -2
  284. package/es/upload/FilesWall/index.js +1 -2
  285. package/es/upload/Form/gridForm.js +1 -2
  286. package/es/upload/Form/index.js +1 -2
  287. package/es/upload/FormItem/index.js +1 -2
  288. package/es/upload/GridCell/index.js +1 -2
  289. package/es/upload/index.js +1 -2
  290. package/es/utils/action.js +1 -2
  291. package/es/utils/form.js +1 -2
  292. package/es/utils/grid.js +1 -2
  293. package/es/utils/index.js +1 -2
  294. package/lib/components/Builder/index.js +1 -2
  295. package/lib/components/ComplexItem/index.js +1 -2
  296. package/lib/components/ComplexItem/service.js +1 -2
  297. package/lib/components/IconFont/index.js +1 -2
  298. package/lib/components/LDActions/index.js +1 -2
  299. package/lib/components/LdAutoForm/index.js +1 -2
  300. package/lib/components/LdCard/index.js +1 -2
  301. package/lib/components/LdCard/model.js +1 -2
  302. package/lib/components/LdCom/index.js +1 -2
  303. package/lib/components/LdFormList/index.js +1 -2
  304. package/lib/components/LdFormList/model.js +1 -2
  305. package/lib/components/LdGrid/index.js +1 -2
  306. package/lib/components/LdGrid/model.js +1 -2
  307. package/lib/components/LdGridForm/index.js +1 -2
  308. package/lib/components/LdInfoPanel/index.js +1 -2
  309. package/lib/components/LdPop/index.js +1 -2
  310. package/lib/components/LdTree/index.js +1 -2
  311. package/lib/helper/FromItems.js +1 -2
  312. package/lib/helper/action.js +1 -2
  313. package/lib/helper/form.js +1 -2
  314. package/lib/helper/ldBuilder.js +1 -2
  315. package/lib/helper/ldComBuild.js +1 -2
  316. package/lib/helper/props_config.js +1 -2
  317. package/lib/index.js +1 -2
  318. package/lib/locales/zh-CN.js +4 -3
  319. package/lib/lowcode/constants/api-url.js +1 -2
  320. package/lib/lowcode/constants/event-topics.js +1 -2
  321. package/lib/lowcode/constants/index.js +1 -2
  322. package/lib/lowcode/engine/factory/DataFactory.js +1 -2
  323. package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +1 -2
  324. package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +1 -2
  325. package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +1 -2
  326. package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +1 -2
  327. package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +1 -2
  328. package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +1 -2
  329. package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +1 -2
  330. package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js +1 -2
  331. package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js +1 -2
  332. package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +1 -2
  333. package/lib/lowcode/engine/factory/panel-item-factory/index.js +1 -2
  334. package/lib/lowcode/engine/launcher.js +1 -2
  335. package/lib/lowcode/engine/meta/cardlist.props.json +3 -5
  336. package/lib/lowcode/engine/meta/fielddate.props.json +0 -1
  337. package/lib/lowcode/engine/meta/fieldeditor.props.json +0 -1
  338. package/lib/lowcode/engine/meta/fieldgroup.props.json +0 -1
  339. package/lib/lowcode/engine/meta/fieldyear.props.json +0 -1
  340. package/lib/lowcode/engine/meta/form.props.json +2 -18
  341. package/lib/lowcode/engine/meta/grouptree.props.json +0 -1
  342. package/lib/lowcode/engine/meta/jsx.props.default.json +1 -2
  343. package/lib/lowcode/engine/meta/jsx.props.json +4 -3
  344. package/lib/lowcode/engine/meta/section.props.json +2 -2
  345. package/lib/lowcode/engine/meta/table.props.json +0 -7
  346. package/lib/lowcode/engine/meta/tabs.props.json +1 -1
  347. package/lib/lowcode/engine/meta/tree.props.json +1 -5
  348. package/lib/lowcode/engine/provider/ContextProvider/index.js +1 -2
  349. package/lib/lowcode/engine/provider/ContextProvider/router.js +1 -2
  350. package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js +1 -2
  351. package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js +1 -2
  352. package/lib/lowcode/engine/provider/ContextProvider/useTodo.js +1 -2
  353. package/lib/lowcode/engine/provider/ContextProvider/utils.js +1 -2
  354. package/lib/lowcode/engine/provider/EventBusProvider.js +1 -2
  355. package/lib/lowcode/engine/provider/RemoteSourceProvider.js +1 -2
  356. package/lib/lowcode/engine/tools/dataProcess.js +1 -2
  357. package/lib/lowcode/engine/tools/diff.js +1 -2
  358. package/lib/lowcode/engine/tools/helper.js +1 -2
  359. package/lib/lowcode/engine/tools/initDS.js +1 -2
  360. package/lib/lowcode/engine/tools/useCanvasRender.js +1 -2
  361. package/lib/lowcode/engine/tools/useCombinedRefs.js +1 -2
  362. package/lib/lowcode/engine/tools/usePromiseState.js +1 -2
  363. package/lib/lowcode/index.js +1 -2
  364. package/lib/lowcode/painter/Components.js +1 -2
  365. package/lib/lowcode/painter/Design.js +1 -2
  366. package/lib/lowcode/painter/DesignOperator.js +1 -2
  367. package/lib/lowcode/painter/DesignToolbar.js +1 -2
  368. package/lib/lowcode/painter/I18n.js +1 -2
  369. package/lib/lowcode/painter/Outline.js +1 -2
  370. package/lib/lowcode/painter/Panel.js +1 -2
  371. package/lib/lowcode/painter/Ribbon.js +1 -2
  372. package/lib/lowcode/painter/components/ActionBindModal.js +1 -2
  373. package/lib/lowcode/painter/components/AdvancePanel.js +30 -45
  374. package/lib/lowcode/painter/components/AttrsPanel.js +1 -2
  375. package/lib/lowcode/painter/components/Collapse.js +1 -2
  376. package/lib/lowcode/painter/components/ColorInput.js +1 -2
  377. package/lib/lowcode/painter/components/DragDrop/DragDropContext.js +1 -2
  378. package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js +1 -2
  379. package/lib/lowcode/painter/components/DragDrop/Overlay.js +1 -2
  380. package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +1 -2
  381. package/lib/lowcode/painter/components/FieldSelector.js +1 -2
  382. package/lib/lowcode/painter/components/ListEditor.js +1 -2
  383. package/lib/lowcode/painter/components/NumberInput.js +1 -2
  384. package/lib/lowcode/painter/components/PanelItem.js +1 -2
  385. package/lib/lowcode/painter/components/PopConfirm.js +1 -2
  386. package/lib/lowcode/painter/components/PopForm.js +1 -2
  387. package/lib/lowcode/painter/components/PreviewIframe.js +1 -2
  388. package/lib/lowcode/painter/components/RuleInput.js +1 -2
  389. package/lib/lowcode/painter/components/SortBox.js +1 -2
  390. package/lib/lowcode/painter/components/TipIcon.js +1 -2
  391. package/lib/lowcode/painter/components/TreeEditor.js +1 -2
  392. package/lib/lowcode/painter/components/VarEditor.js +1 -2
  393. package/lib/lowcode/painter/components/code-editor/BaseEditor.js +1 -2
  394. package/lib/lowcode/painter/components/code-editor/CssEditor.js +1 -2
  395. package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js +1 -2
  396. package/lib/lowcode/painter/components/code-editor/JSEditor.js +1 -2
  397. package/lib/lowcode/painter/components/code-editor/JsonEditor.js +1 -2
  398. package/lib/lowcode/painter/components/code-editor/VisionEditor.js +1 -2
  399. package/lib/lowcode/painter/components/code-editor/index.js +1 -2
  400. package/lib/lowcode/painter/components/field-setting/BatchSetting.js +1 -2
  401. package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js +1 -2
  402. package/lib/lowcode/painter/components/field-setting/CheckRules.js +1 -2
  403. package/lib/lowcode/painter/components/field-setting/FieldAttrs.js +1 -2
  404. package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js +1 -2
  405. package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js +1 -2
  406. package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js +1 -2
  407. package/lib/lowcode/painter/components/field-setting/SettingUI.js +2 -3
  408. package/lib/lowcode/painter/components/field-setting/index.js +1 -2
  409. package/lib/lowcode/painter/components/field-setting/meta/frontRules.js +1 -2
  410. package/lib/lowcode/painter/expect.js +1 -2
  411. package/lib/lowcode/painter/index.js +1 -2
  412. package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js +1 -2
  413. package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +1 -2
  414. package/lib/lowcode/painter/panel-section/ActionsEditor/index.js +1 -2
  415. package/lib/lowcode/painter/panel-section/BlockEditor/index.js +1 -2
  416. package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +1 -2
  417. package/lib/lowcode/painter/panel-section/BlocksEditor/index.js +1 -2
  418. package/lib/lowcode/painter/panel-section/ButtonType.js +1 -2
  419. package/lib/lowcode/painter/panel-section/ComplexPop.js +1 -2
  420. package/lib/lowcode/painter/panel-section/ComponentSelector.js +1 -2
  421. package/lib/lowcode/painter/panel-section/DataSetSelector.js +1 -2
  422. package/lib/lowcode/painter/panel-section/FieldState.js +1 -2
  423. package/lib/lowcode/painter/panel-section/FieldsSetting.js +1 -2
  424. package/lib/lowcode/painter/panel-section/GroupClassSelector.js +1 -2
  425. package/lib/lowcode/painter/panel-section/I18nInput.js +1 -2
  426. package/lib/lowcode/painter/panel-section/Icon.js +1 -2
  427. package/lib/lowcode/painter/panel-section/IconConditionSelector.js +1 -3
  428. package/lib/lowcode/painter/panel-section/IconSelector.js +1 -2
  429. package/lib/lowcode/painter/panel-section/ImpExp.js +1 -2
  430. package/lib/lowcode/painter/panel-section/ImpExpAlone.js +1 -2
  431. package/lib/lowcode/painter/panel-section/JSEditor/ToolBar.js +123 -0
  432. package/lib/lowcode/painter/panel-section/JSEditor/index.js +147 -0
  433. package/lib/lowcode/painter/panel-section/LayoutRatio.js +1 -2
  434. package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js +1 -2
  435. package/lib/lowcode/painter/panel-section/PageVars.js +1 -2
  436. package/lib/lowcode/painter/panel-section/SerialsSelector.js +1 -2
  437. package/lib/lowcode/painter/panel-section/SplitDisplay.js +1 -2
  438. package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js +1 -2
  439. package/lib/lowcode/painter/panel-section/StylePanel/Border.js +1 -2
  440. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js +1 -2
  441. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +1 -2
  442. package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js +1 -2
  443. package/lib/lowcode/painter/panel-section/StylePanel/Display.js +1 -2
  444. package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +1 -2
  445. package/lib/lowcode/painter/panel-section/StylePanel/Font.js +1 -2
  446. package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js +1 -2
  447. package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js +1 -2
  448. package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +1 -2
  449. package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +1 -2
  450. package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +1 -2
  451. package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js +1 -2
  452. package/lib/lowcode/painter/panel-section/StylePanel/Margin.js +1 -2
  453. package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js +1 -2
  454. package/lib/lowcode/painter/panel-section/StylePanel/Padding.js +1 -2
  455. package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js +1 -2
  456. package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js +1 -2
  457. package/lib/lowcode/painter/panel-section/StylePanel/Size.js +1 -2
  458. package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js +1 -2
  459. package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js +1 -2
  460. package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js +1 -2
  461. package/lib/lowcode/painter/panel-section/StylePanel/index.js +1 -2
  462. package/lib/lowcode/painter/panel-section/TabItems.js +1 -2
  463. package/lib/lowcode/painter/panel-section/TableTopFilter.js +1 -2
  464. package/lib/lowcode/painter/panel-section/TableZebra.js +1 -2
  465. package/lib/lowcode/painter/panel-section/TextContent.js +1 -2
  466. package/lib/lowcode/painter/panel-section/TreeRootEditor.js +1 -2
  467. package/lib/lowcode/painter/panel-section/WidthHeight.js +1 -2
  468. package/lib/lowcode/painter/services/I18n.js +1 -2
  469. package/lib/lowcode/painter/services/complexPop.js +1 -2
  470. package/lib/lowcode/preview/index.js +1 -2
  471. package/lib/lowcode/view/Canvas.js +1 -2
  472. package/lib/lowcode/view/ErrorBoundary.js +1 -2
  473. package/lib/lowcode/view/Loading.js +1 -2
  474. package/lib/lowcode/view/Page.js +1 -2
  475. package/lib/lowcode/view/index.js +1 -2
  476. package/lib/lowcode/view/lc-components/Box/FunctionDesign.js +1 -2
  477. package/lib/lowcode/view/lc-components/Box/FunctionLive.js +1 -2
  478. package/lib/lowcode/view/lc-components/Box/FunctionPreview.js +1 -2
  479. package/lib/lowcode/view/lc-components/Box/index.js +1 -2
  480. package/lib/lowcode/view/lc-components/Button/FunctionDesign.js +1 -2
  481. package/lib/lowcode/view/lc-components/Button/FunctionLive.js +1 -2
  482. package/lib/lowcode/view/lc-components/Button/FunctionPreview.js +1 -2
  483. package/lib/lowcode/view/lc-components/Button/index.js +1 -2
  484. package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js +1 -2
  485. package/lib/lowcode/view/lc-components/CardList/FunctionLive.js +1 -2
  486. package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js +1 -2
  487. package/lib/lowcode/view/lc-components/CardList/index.js +1 -2
  488. package/lib/lowcode/view/lc-components/CardList/meta.json +3 -5
  489. package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js +1 -2
  490. package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js +1 -2
  491. package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js +1 -2
  492. package/lib/lowcode/view/lc-components/Dialog/index.js +1 -2
  493. package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js +1 -2
  494. package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js +1 -2
  495. package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js +1 -2
  496. package/lib/lowcode/view/lc-components/Drawer/index.js +1 -2
  497. package/lib/lowcode/view/lc-components/FieldDate/meta.json +0 -1
  498. package/lib/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
  499. package/lib/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
  500. package/lib/lowcode/view/lc-components/FieldYear/meta.json +0 -1
  501. package/lib/lowcode/view/lc-components/Form/FunctionDesign.js +1 -2
  502. package/lib/lowcode/view/lc-components/Form/FunctionLive.js +1 -2
  503. package/lib/lowcode/view/lc-components/Form/FunctionPreview.js +1 -2
  504. package/lib/lowcode/view/lc-components/Form/index.js +1 -2
  505. package/lib/lowcode/view/lc-components/Form/meta.json +2 -18
  506. package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js +1 -2
  507. package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js +1 -2
  508. package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js +1 -2
  509. package/lib/lowcode/view/lc-components/GroupTree/index.js +1 -2
  510. package/lib/lowcode/view/lc-components/GroupTree/meta.json +0 -1
  511. package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js +1 -2
  512. package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js +1 -2
  513. package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js +1 -2
  514. package/lib/lowcode/view/lc-components/Iframe/index.js +1 -2
  515. package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js +1 -2
  516. package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js +1 -2
  517. package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js +1 -2
  518. package/lib/lowcode/view/lc-components/ImEx/index.js +1 -2
  519. package/lib/lowcode/view/lc-components/Image/FunctionDesign.js +1 -2
  520. package/lib/lowcode/view/lc-components/Image/FunctionLive.js +1 -2
  521. package/lib/lowcode/view/lc-components/Image/FunctionPreview.js +1 -2
  522. package/lib/lowcode/view/lc-components/Image/index.js +1 -2
  523. package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js +1 -2
  524. package/lib/lowcode/view/lc-components/JSX/FunctionLive.js +1 -2
  525. package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js +1 -2
  526. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -2
  527. package/lib/lowcode/view/lc-components/JSX/index.js +1 -2
  528. package/lib/lowcode/view/lc-components/JSX/meta.json +4 -3
  529. package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js +1 -2
  530. package/lib/lowcode/view/lc-components/Layout/FunctionLive.js +1 -2
  531. package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js +1 -2
  532. package/lib/lowcode/view/lc-components/Layout/index.js +1 -2
  533. package/lib/lowcode/view/lc-components/Link/FunctionDesign.js +1 -2
  534. package/lib/lowcode/view/lc-components/Link/FunctionLive.js +1 -2
  535. package/lib/lowcode/view/lc-components/Link/FunctionPreview.js +1 -2
  536. package/lib/lowcode/view/lc-components/Link/index.js +1 -2
  537. package/lib/lowcode/view/lc-components/PageContent/index.js +1 -2
  538. package/lib/lowcode/view/lc-components/PageFooter/index.js +1 -2
  539. package/lib/lowcode/view/lc-components/PageHeader/index.js +1 -2
  540. package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js +1 -2
  541. package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js +1 -2
  542. package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js +1 -2
  543. package/lib/lowcode/view/lc-components/PageLayout/index.js +1 -2
  544. package/lib/lowcode/view/lc-components/PageModal/index.js +1 -2
  545. package/lib/lowcode/view/lc-components/Section/FunctionDesign.js +1 -2
  546. package/lib/lowcode/view/lc-components/Section/FunctionLive.js +1 -2
  547. package/lib/lowcode/view/lc-components/Section/FunctionPreview.js +1 -2
  548. package/lib/lowcode/view/lc-components/Section/index.js +1 -2
  549. package/lib/lowcode/view/lc-components/Section/meta.json +2 -2
  550. package/lib/lowcode/view/lc-components/Split/FunctionDesign.js +1 -2
  551. package/lib/lowcode/view/lc-components/Split/FunctionLive.js +1 -2
  552. package/lib/lowcode/view/lc-components/Split/FunctionPreview.js +1 -2
  553. package/lib/lowcode/view/lc-components/Split/index.js +1 -2
  554. package/lib/lowcode/view/lc-components/Table/FunctionDesign.js +1 -2
  555. package/lib/lowcode/view/lc-components/Table/FunctionLive.js +1 -2
  556. package/lib/lowcode/view/lc-components/Table/FunctionPreview.js +1 -2
  557. package/lib/lowcode/view/lc-components/Table/components/TopFilter.js +1 -2
  558. package/lib/lowcode/view/lc-components/Table/components/TopImex.js +1 -2
  559. package/lib/lowcode/view/lc-components/Table/index.js +1 -2
  560. package/lib/lowcode/view/lc-components/Table/meta.json +0 -7
  561. package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js +1 -2
  562. package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js +1 -2
  563. package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js +1 -2
  564. package/lib/lowcode/view/lc-components/Tabs/index.js +1 -2
  565. package/lib/lowcode/view/lc-components/Tabs/meta.json +1 -1
  566. package/lib/lowcode/view/lc-components/Text/FunctionDesign.js +1 -2
  567. package/lib/lowcode/view/lc-components/Text/FunctionLive.js +1 -2
  568. package/lib/lowcode/view/lc-components/Text/FunctionPreview.js +1 -2
  569. package/lib/lowcode/view/lc-components/Text/index.js +1 -2
  570. package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js +1 -2
  571. package/lib/lowcode/view/lc-components/Tree/FunctionLive.js +1 -2
  572. package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js +1 -2
  573. package/lib/lowcode/view/lc-components/Tree/index.js +1 -2
  574. package/lib/lowcode/view/lc-components/Tree/meta.json +1 -5
  575. package/lib/lowcode/view/lc-components/Wrapper.js +3 -2
  576. package/lib/services.js +1 -2
  577. package/lib/upload/FilesWall/index.js +1 -2
  578. package/lib/upload/Form/gridForm.js +1 -2
  579. package/lib/upload/Form/index.js +1 -2
  580. package/lib/upload/FormItem/index.js +1 -2
  581. package/lib/upload/GridCell/index.js +1 -2
  582. package/lib/upload/index.js +1 -2
  583. package/lib/utils/action.js +1 -2
  584. package/lib/utils/form.js +1 -2
  585. package/lib/utils/grid.js +1 -2
  586. package/lib/utils/index.js +1 -2
  587. package/package.json +1 -1
  588. package/es/components/Builder/index.js.map +0 -1
  589. package/es/components/ComplexItem/index.js.map +0 -1
  590. package/es/components/ComplexItem/service.js.map +0 -1
  591. package/es/components/IconFont/index.js.map +0 -1
  592. package/es/components/LDActions/index.js.map +0 -1
  593. package/es/components/LdAutoForm/index.js.map +0 -1
  594. package/es/components/LdCard/index.js.map +0 -1
  595. package/es/components/LdCard/model.js.map +0 -1
  596. package/es/components/LdCom/index.js.map +0 -1
  597. package/es/components/LdFormList/index.js.map +0 -1
  598. package/es/components/LdFormList/model.js.map +0 -1
  599. package/es/components/LdGrid/index.js.map +0 -1
  600. package/es/components/LdGrid/model.js.map +0 -1
  601. package/es/components/LdGridForm/index.js.map +0 -1
  602. package/es/components/LdInfoPanel/index.js.map +0 -1
  603. package/es/components/LdPop/index.js.map +0 -1
  604. package/es/components/LdTree/index.js.map +0 -1
  605. package/es/helper/FromItems.js.map +0 -1
  606. package/es/helper/action.js.map +0 -1
  607. package/es/helper/form.js.map +0 -1
  608. package/es/helper/ldBuilder.js.map +0 -1
  609. package/es/helper/ldComBuild.js.map +0 -1
  610. package/es/helper/props_config.js.map +0 -1
  611. package/es/index.js.map +0 -1
  612. package/es/locales/zh-CN.js.map +0 -1
  613. package/es/lowcode/constants/api-url.js.map +0 -1
  614. package/es/lowcode/constants/event-topics.js.map +0 -1
  615. package/es/lowcode/constants/index.js.map +0 -1
  616. package/es/lowcode/engine/factory/DataFactory.js.map +0 -1
  617. package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +0 -1
  618. package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +0 -1
  619. package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +0 -1
  620. package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +0 -1
  621. package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +0 -1
  622. package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +0 -1
  623. package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +0 -1
  624. package/es/lowcode/engine/factory/panel-item-factory/Strategy.js.map +0 -1
  625. package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +0 -1
  626. package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +0 -1
  627. package/es/lowcode/engine/factory/panel-item-factory/index.js.map +0 -1
  628. package/es/lowcode/engine/launcher.js.map +0 -1
  629. package/es/lowcode/engine/provider/ContextProvider/index.js.map +0 -1
  630. package/es/lowcode/engine/provider/ContextProvider/router.js.map +0 -1
  631. package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +0 -1
  632. package/es/lowcode/engine/provider/ContextProvider/usePageVar.js.map +0 -1
  633. package/es/lowcode/engine/provider/ContextProvider/useTodo.js.map +0 -1
  634. package/es/lowcode/engine/provider/ContextProvider/utils.js.map +0 -1
  635. package/es/lowcode/engine/provider/EventBusProvider.js.map +0 -1
  636. package/es/lowcode/engine/provider/RemoteSourceProvider.js.map +0 -1
  637. package/es/lowcode/engine/tools/dataProcess.js.map +0 -1
  638. package/es/lowcode/engine/tools/diff.js.map +0 -1
  639. package/es/lowcode/engine/tools/helper.js.map +0 -1
  640. package/es/lowcode/engine/tools/initDS.js.map +0 -1
  641. package/es/lowcode/engine/tools/useCanvasRender.js.map +0 -1
  642. package/es/lowcode/engine/tools/useCombinedRefs.js.map +0 -1
  643. package/es/lowcode/engine/tools/usePromiseState.js.map +0 -1
  644. package/es/lowcode/index.js.map +0 -1
  645. package/es/lowcode/painter/Components.js.map +0 -1
  646. package/es/lowcode/painter/Design.js.map +0 -1
  647. package/es/lowcode/painter/DesignOperator.js.map +0 -1
  648. package/es/lowcode/painter/DesignToolbar.js.map +0 -1
  649. package/es/lowcode/painter/I18n.js.map +0 -1
  650. package/es/lowcode/painter/Outline.js.map +0 -1
  651. package/es/lowcode/painter/Panel.js.map +0 -1
  652. package/es/lowcode/painter/Ribbon.js.map +0 -1
  653. package/es/lowcode/painter/components/ActionBindModal.js.map +0 -1
  654. package/es/lowcode/painter/components/AdvancePanel.js.map +0 -1
  655. package/es/lowcode/painter/components/AttrsPanel.js.map +0 -1
  656. package/es/lowcode/painter/components/Collapse.js.map +0 -1
  657. package/es/lowcode/painter/components/ColorInput.js.map +0 -1
  658. package/es/lowcode/painter/components/DragDrop/DragDropContext.js.map +0 -1
  659. package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +0 -1
  660. package/es/lowcode/painter/components/DragDrop/Overlay.js.map +0 -1
  661. package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +0 -1
  662. package/es/lowcode/painter/components/FieldSelector.js.map +0 -1
  663. package/es/lowcode/painter/components/ListEditor.js.map +0 -1
  664. package/es/lowcode/painter/components/NumberInput.js.map +0 -1
  665. package/es/lowcode/painter/components/PanelItem.js.map +0 -1
  666. package/es/lowcode/painter/components/PopConfirm.js.map +0 -1
  667. package/es/lowcode/painter/components/PopForm.js.map +0 -1
  668. package/es/lowcode/painter/components/PreviewIframe.js.map +0 -1
  669. package/es/lowcode/painter/components/RuleInput.js.map +0 -1
  670. package/es/lowcode/painter/components/SortBox.js.map +0 -1
  671. package/es/lowcode/painter/components/TipIcon.js.map +0 -1
  672. package/es/lowcode/painter/components/TreeEditor.js.map +0 -1
  673. package/es/lowcode/painter/components/VarEditor.js.map +0 -1
  674. package/es/lowcode/painter/components/code-editor/BaseEditor.js.map +0 -1
  675. package/es/lowcode/painter/components/code-editor/CssEditor.js.map +0 -1
  676. package/es/lowcode/painter/components/code-editor/FullScreenEditor.js.map +0 -1
  677. package/es/lowcode/painter/components/code-editor/JSEditor.js.map +0 -1
  678. package/es/lowcode/painter/components/code-editor/JsonEditor.js.map +0 -1
  679. package/es/lowcode/painter/components/code-editor/VisionEditor.js.map +0 -1
  680. package/es/lowcode/painter/components/code-editor/index.js.map +0 -1
  681. package/es/lowcode/painter/components/field-setting/BatchSetting.js.map +0 -1
  682. package/es/lowcode/painter/components/field-setting/CheckFrontRules.js.map +0 -1
  683. package/es/lowcode/painter/components/field-setting/CheckRules.js.map +0 -1
  684. package/es/lowcode/painter/components/field-setting/FieldAttrs.js.map +0 -1
  685. package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +0 -1
  686. package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +0 -1
  687. package/es/lowcode/painter/components/field-setting/FieldRulesModal.js.map +0 -1
  688. package/es/lowcode/painter/components/field-setting/SettingUI.js.map +0 -1
  689. package/es/lowcode/painter/components/field-setting/index.js.map +0 -1
  690. package/es/lowcode/painter/components/field-setting/meta/frontRules.js.map +0 -1
  691. package/es/lowcode/painter/expect.js.map +0 -1
  692. package/es/lowcode/painter/index.js.map +0 -1
  693. package/es/lowcode/painter/panel-section/ActionsColumnWidth.js.map +0 -1
  694. package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +0 -1
  695. package/es/lowcode/painter/panel-section/ActionsEditor/index.js.map +0 -1
  696. package/es/lowcode/painter/panel-section/BlockEditor/index.js.map +0 -1
  697. package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +0 -1
  698. package/es/lowcode/painter/panel-section/BlocksEditor/index.js.map +0 -1
  699. package/es/lowcode/painter/panel-section/ButtonType.js.map +0 -1
  700. package/es/lowcode/painter/panel-section/ComplexPop.js.map +0 -1
  701. package/es/lowcode/painter/panel-section/ComponentSelector.js.map +0 -1
  702. package/es/lowcode/painter/panel-section/DataSetSelector.js.map +0 -1
  703. package/es/lowcode/painter/panel-section/FieldState.js.map +0 -1
  704. package/es/lowcode/painter/panel-section/FieldsSetting.js.map +0 -1
  705. package/es/lowcode/painter/panel-section/GroupClassSelector.js.map +0 -1
  706. package/es/lowcode/painter/panel-section/I18nInput.js.map +0 -1
  707. package/es/lowcode/painter/panel-section/Icon.js.map +0 -1
  708. package/es/lowcode/painter/panel-section/IconConditionSelector.js.map +0 -1
  709. package/es/lowcode/painter/panel-section/IconSelector.js.map +0 -1
  710. package/es/lowcode/painter/panel-section/ImpExp.js.map +0 -1
  711. package/es/lowcode/painter/panel-section/ImpExpAlone.js.map +0 -1
  712. package/es/lowcode/painter/panel-section/JSEditor.js +0 -81
  713. package/es/lowcode/painter/panel-section/JSEditor.js.map +0 -1
  714. package/es/lowcode/painter/panel-section/LayoutRatio.js.map +0 -1
  715. package/es/lowcode/painter/panel-section/PageLayoutDisplay.js.map +0 -1
  716. package/es/lowcode/painter/panel-section/PageVars.js.map +0 -1
  717. package/es/lowcode/painter/panel-section/SerialsSelector.js.map +0 -1
  718. package/es/lowcode/painter/panel-section/SplitDisplay.js.map +0 -1
  719. package/es/lowcode/painter/panel-section/StylePanel/BackGround.js.map +0 -1
  720. package/es/lowcode/painter/panel-section/StylePanel/Border.js.map +0 -1
  721. package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +0 -1
  722. package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +0 -1
  723. package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +0 -1
  724. package/es/lowcode/painter/panel-section/StylePanel/Display.js.map +0 -1
  725. package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +0 -1
  726. package/es/lowcode/painter/panel-section/StylePanel/Font.js.map +0 -1
  727. package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +0 -1
  728. package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +0 -1
  729. package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +0 -1
  730. package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +0 -1
  731. package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +0 -1
  732. package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +0 -1
  733. package/es/lowcode/painter/panel-section/StylePanel/Margin.js.map +0 -1
  734. package/es/lowcode/painter/panel-section/StylePanel/Opacity.js.map +0 -1
  735. package/es/lowcode/painter/panel-section/StylePanel/Padding.js.map +0 -1
  736. package/es/lowcode/painter/panel-section/StylePanel/Pointer.js.map +0 -1
  737. package/es/lowcode/painter/panel-section/StylePanel/Shadow.js.map +0 -1
  738. package/es/lowcode/painter/panel-section/StylePanel/Size.js.map +0 -1
  739. package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +0 -1
  740. package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +0 -1
  741. package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +0 -1
  742. package/es/lowcode/painter/panel-section/StylePanel/index.js.map +0 -1
  743. package/es/lowcode/painter/panel-section/TabItems.js.map +0 -1
  744. package/es/lowcode/painter/panel-section/TableTopFilter.js.map +0 -1
  745. package/es/lowcode/painter/panel-section/TableZebra.js.map +0 -1
  746. package/es/lowcode/painter/panel-section/TextContent.js.map +0 -1
  747. package/es/lowcode/painter/panel-section/TreeRootEditor.js.map +0 -1
  748. package/es/lowcode/painter/panel-section/WidthHeight.js.map +0 -1
  749. package/es/lowcode/painter/services/I18n.js.map +0 -1
  750. package/es/lowcode/painter/services/complexPop.js.map +0 -1
  751. package/es/lowcode/preview/index.js.map +0 -1
  752. package/es/lowcode/view/Canvas.js.map +0 -1
  753. package/es/lowcode/view/ErrorBoundary.js.map +0 -1
  754. package/es/lowcode/view/Loading.js.map +0 -1
  755. package/es/lowcode/view/Page.js.map +0 -1
  756. package/es/lowcode/view/index.js.map +0 -1
  757. package/es/lowcode/view/lc-components/Box/FunctionDesign.js.map +0 -1
  758. package/es/lowcode/view/lc-components/Box/FunctionLive.js.map +0 -1
  759. package/es/lowcode/view/lc-components/Box/FunctionPreview.js.map +0 -1
  760. package/es/lowcode/view/lc-components/Box/index.js.map +0 -1
  761. package/es/lowcode/view/lc-components/Button/FunctionDesign.js.map +0 -1
  762. package/es/lowcode/view/lc-components/Button/FunctionLive.js.map +0 -1
  763. package/es/lowcode/view/lc-components/Button/FunctionPreview.js.map +0 -1
  764. package/es/lowcode/view/lc-components/Button/index.js.map +0 -1
  765. package/es/lowcode/view/lc-components/CardList/FunctionDesign.js.map +0 -1
  766. package/es/lowcode/view/lc-components/CardList/FunctionLive.js.map +0 -1
  767. package/es/lowcode/view/lc-components/CardList/FunctionPreview.js.map +0 -1
  768. package/es/lowcode/view/lc-components/CardList/index.js.map +0 -1
  769. package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +0 -1
  770. package/es/lowcode/view/lc-components/Dialog/FunctionLive.js.map +0 -1
  771. package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +0 -1
  772. package/es/lowcode/view/lc-components/Dialog/index.js.map +0 -1
  773. package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +0 -1
  774. package/es/lowcode/view/lc-components/Drawer/FunctionLive.js.map +0 -1
  775. package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +0 -1
  776. package/es/lowcode/view/lc-components/Drawer/index.js.map +0 -1
  777. package/es/lowcode/view/lc-components/Form/FunctionDesign.js.map +0 -1
  778. package/es/lowcode/view/lc-components/Form/FunctionLive.js.map +0 -1
  779. package/es/lowcode/view/lc-components/Form/FunctionPreview.js.map +0 -1
  780. package/es/lowcode/view/lc-components/Form/index.js.map +0 -1
  781. package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +0 -1
  782. package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +0 -1
  783. package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +0 -1
  784. package/es/lowcode/view/lc-components/GroupTree/index.js.map +0 -1
  785. package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +0 -1
  786. package/es/lowcode/view/lc-components/Iframe/FunctionLive.js.map +0 -1
  787. package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +0 -1
  788. package/es/lowcode/view/lc-components/Iframe/index.js.map +0 -1
  789. package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +0 -1
  790. package/es/lowcode/view/lc-components/ImEx/FunctionLive.js.map +0 -1
  791. package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +0 -1
  792. package/es/lowcode/view/lc-components/ImEx/index.js.map +0 -1
  793. package/es/lowcode/view/lc-components/Image/FunctionDesign.js.map +0 -1
  794. package/es/lowcode/view/lc-components/Image/FunctionLive.js.map +0 -1
  795. package/es/lowcode/view/lc-components/Image/FunctionPreview.js.map +0 -1
  796. package/es/lowcode/view/lc-components/Image/index.js.map +0 -1
  797. package/es/lowcode/view/lc-components/JSX/FunctionDesign.js.map +0 -1
  798. package/es/lowcode/view/lc-components/JSX/FunctionLive.js.map +0 -1
  799. package/es/lowcode/view/lc-components/JSX/FunctionPreview.js.map +0 -1
  800. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js.map +0 -1
  801. package/es/lowcode/view/lc-components/JSX/index.js.map +0 -1
  802. package/es/lowcode/view/lc-components/Layout/FunctionDesign.js.map +0 -1
  803. package/es/lowcode/view/lc-components/Layout/FunctionLive.js.map +0 -1
  804. package/es/lowcode/view/lc-components/Layout/FunctionPreview.js.map +0 -1
  805. package/es/lowcode/view/lc-components/Layout/index.js.map +0 -1
  806. package/es/lowcode/view/lc-components/Link/FunctionDesign.js.map +0 -1
  807. package/es/lowcode/view/lc-components/Link/FunctionLive.js.map +0 -1
  808. package/es/lowcode/view/lc-components/Link/FunctionPreview.js.map +0 -1
  809. package/es/lowcode/view/lc-components/Link/index.js.map +0 -1
  810. package/es/lowcode/view/lc-components/PageContent/index.js.map +0 -1
  811. package/es/lowcode/view/lc-components/PageFooter/index.js.map +0 -1
  812. package/es/lowcode/view/lc-components/PageHeader/index.js.map +0 -1
  813. package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +0 -1
  814. package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +0 -1
  815. package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +0 -1
  816. package/es/lowcode/view/lc-components/PageLayout/index.js.map +0 -1
  817. package/es/lowcode/view/lc-components/PageModal/index.js.map +0 -1
  818. package/es/lowcode/view/lc-components/Section/FunctionDesign.js.map +0 -1
  819. package/es/lowcode/view/lc-components/Section/FunctionLive.js.map +0 -1
  820. package/es/lowcode/view/lc-components/Section/FunctionPreview.js.map +0 -1
  821. package/es/lowcode/view/lc-components/Section/index.js.map +0 -1
  822. package/es/lowcode/view/lc-components/Split/FunctionDesign.js.map +0 -1
  823. package/es/lowcode/view/lc-components/Split/FunctionLive.js.map +0 -1
  824. package/es/lowcode/view/lc-components/Split/FunctionPreview.js.map +0 -1
  825. package/es/lowcode/view/lc-components/Split/index.js.map +0 -1
  826. package/es/lowcode/view/lc-components/Table/FunctionDesign.js.map +0 -1
  827. package/es/lowcode/view/lc-components/Table/FunctionLive.js.map +0 -1
  828. package/es/lowcode/view/lc-components/Table/FunctionPreview.js.map +0 -1
  829. package/es/lowcode/view/lc-components/Table/components/TopFilter.js.map +0 -1
  830. package/es/lowcode/view/lc-components/Table/components/TopImex.js.map +0 -1
  831. package/es/lowcode/view/lc-components/Table/index.js.map +0 -1
  832. package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +0 -1
  833. package/es/lowcode/view/lc-components/Tabs/FunctionLive.js.map +0 -1
  834. package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +0 -1
  835. package/es/lowcode/view/lc-components/Tabs/index.js.map +0 -1
  836. package/es/lowcode/view/lc-components/Text/FunctionDesign.js.map +0 -1
  837. package/es/lowcode/view/lc-components/Text/FunctionLive.js.map +0 -1
  838. package/es/lowcode/view/lc-components/Text/FunctionPreview.js.map +0 -1
  839. package/es/lowcode/view/lc-components/Text/index.js.map +0 -1
  840. package/es/lowcode/view/lc-components/Tree/FunctionDesign.js.map +0 -1
  841. package/es/lowcode/view/lc-components/Tree/FunctionLive.js.map +0 -1
  842. package/es/lowcode/view/lc-components/Tree/FunctionPreview.js.map +0 -1
  843. package/es/lowcode/view/lc-components/Tree/index.js.map +0 -1
  844. package/es/lowcode/view/lc-components/Wrapper.js.map +0 -1
  845. package/es/services.js.map +0 -1
  846. package/es/upload/FilesWall/index.js.map +0 -1
  847. package/es/upload/Form/gridForm.js.map +0 -1
  848. package/es/upload/Form/index.js.map +0 -1
  849. package/es/upload/FormItem/index.js.map +0 -1
  850. package/es/upload/GridCell/index.js.map +0 -1
  851. package/es/upload/index.js.map +0 -1
  852. package/es/utils/action.js.map +0 -1
  853. package/es/utils/form.js.map +0 -1
  854. package/es/utils/grid.js.map +0 -1
  855. package/es/utils/index.js.map +0 -1
  856. package/lib/components/Builder/index.js.map +0 -1
  857. package/lib/components/ComplexItem/index.js.map +0 -1
  858. package/lib/components/ComplexItem/service.js.map +0 -1
  859. package/lib/components/IconFont/index.js.map +0 -1
  860. package/lib/components/LDActions/index.js.map +0 -1
  861. package/lib/components/LdAutoForm/index.js.map +0 -1
  862. package/lib/components/LdCard/index.js.map +0 -1
  863. package/lib/components/LdCard/model.js.map +0 -1
  864. package/lib/components/LdCom/index.js.map +0 -1
  865. package/lib/components/LdFormList/index.js.map +0 -1
  866. package/lib/components/LdFormList/model.js.map +0 -1
  867. package/lib/components/LdGrid/index.js.map +0 -1
  868. package/lib/components/LdGrid/model.js.map +0 -1
  869. package/lib/components/LdGridForm/index.js.map +0 -1
  870. package/lib/components/LdInfoPanel/index.js.map +0 -1
  871. package/lib/components/LdPop/index.js.map +0 -1
  872. package/lib/components/LdTree/index.js.map +0 -1
  873. package/lib/helper/FromItems.js.map +0 -1
  874. package/lib/helper/action.js.map +0 -1
  875. package/lib/helper/form.js.map +0 -1
  876. package/lib/helper/ldBuilder.js.map +0 -1
  877. package/lib/helper/ldComBuild.js.map +0 -1
  878. package/lib/helper/props_config.js.map +0 -1
  879. package/lib/index.js.map +0 -1
  880. package/lib/locales/zh-CN.js.map +0 -1
  881. package/lib/lowcode/constants/api-url.js.map +0 -1
  882. package/lib/lowcode/constants/event-topics.js.map +0 -1
  883. package/lib/lowcode/constants/index.js.map +0 -1
  884. package/lib/lowcode/engine/factory/DataFactory.js.map +0 -1
  885. package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +0 -1
  886. package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +0 -1
  887. package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +0 -1
  888. package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +0 -1
  889. package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +0 -1
  890. package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +0 -1
  891. package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +0 -1
  892. package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js.map +0 -1
  893. package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +0 -1
  894. package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +0 -1
  895. package/lib/lowcode/engine/factory/panel-item-factory/index.js.map +0 -1
  896. package/lib/lowcode/engine/launcher.js.map +0 -1
  897. package/lib/lowcode/engine/provider/ContextProvider/index.js.map +0 -1
  898. package/lib/lowcode/engine/provider/ContextProvider/router.js.map +0 -1
  899. package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +0 -1
  900. package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js.map +0 -1
  901. package/lib/lowcode/engine/provider/ContextProvider/useTodo.js.map +0 -1
  902. package/lib/lowcode/engine/provider/ContextProvider/utils.js.map +0 -1
  903. package/lib/lowcode/engine/provider/EventBusProvider.js.map +0 -1
  904. package/lib/lowcode/engine/provider/RemoteSourceProvider.js.map +0 -1
  905. package/lib/lowcode/engine/tools/dataProcess.js.map +0 -1
  906. package/lib/lowcode/engine/tools/diff.js.map +0 -1
  907. package/lib/lowcode/engine/tools/helper.js.map +0 -1
  908. package/lib/lowcode/engine/tools/initDS.js.map +0 -1
  909. package/lib/lowcode/engine/tools/useCanvasRender.js.map +0 -1
  910. package/lib/lowcode/engine/tools/useCombinedRefs.js.map +0 -1
  911. package/lib/lowcode/engine/tools/usePromiseState.js.map +0 -1
  912. package/lib/lowcode/index.js.map +0 -1
  913. package/lib/lowcode/painter/Components.js.map +0 -1
  914. package/lib/lowcode/painter/Design.js.map +0 -1
  915. package/lib/lowcode/painter/DesignOperator.js.map +0 -1
  916. package/lib/lowcode/painter/DesignToolbar.js.map +0 -1
  917. package/lib/lowcode/painter/I18n.js.map +0 -1
  918. package/lib/lowcode/painter/Outline.js.map +0 -1
  919. package/lib/lowcode/painter/Panel.js.map +0 -1
  920. package/lib/lowcode/painter/Ribbon.js.map +0 -1
  921. package/lib/lowcode/painter/components/ActionBindModal.js.map +0 -1
  922. package/lib/lowcode/painter/components/AdvancePanel.js.map +0 -1
  923. package/lib/lowcode/painter/components/AttrsPanel.js.map +0 -1
  924. package/lib/lowcode/painter/components/Collapse.js.map +0 -1
  925. package/lib/lowcode/painter/components/ColorInput.js.map +0 -1
  926. package/lib/lowcode/painter/components/DragDrop/DragDropContext.js.map +0 -1
  927. package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +0 -1
  928. package/lib/lowcode/painter/components/DragDrop/Overlay.js.map +0 -1
  929. package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +0 -1
  930. package/lib/lowcode/painter/components/FieldSelector.js.map +0 -1
  931. package/lib/lowcode/painter/components/ListEditor.js.map +0 -1
  932. package/lib/lowcode/painter/components/NumberInput.js.map +0 -1
  933. package/lib/lowcode/painter/components/PanelItem.js.map +0 -1
  934. package/lib/lowcode/painter/components/PopConfirm.js.map +0 -1
  935. package/lib/lowcode/painter/components/PopForm.js.map +0 -1
  936. package/lib/lowcode/painter/components/PreviewIframe.js.map +0 -1
  937. package/lib/lowcode/painter/components/RuleInput.js.map +0 -1
  938. package/lib/lowcode/painter/components/SortBox.js.map +0 -1
  939. package/lib/lowcode/painter/components/TipIcon.js.map +0 -1
  940. package/lib/lowcode/painter/components/TreeEditor.js.map +0 -1
  941. package/lib/lowcode/painter/components/VarEditor.js.map +0 -1
  942. package/lib/lowcode/painter/components/code-editor/BaseEditor.js.map +0 -1
  943. package/lib/lowcode/painter/components/code-editor/CssEditor.js.map +0 -1
  944. package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js.map +0 -1
  945. package/lib/lowcode/painter/components/code-editor/JSEditor.js.map +0 -1
  946. package/lib/lowcode/painter/components/code-editor/JsonEditor.js.map +0 -1
  947. package/lib/lowcode/painter/components/code-editor/VisionEditor.js.map +0 -1
  948. package/lib/lowcode/painter/components/code-editor/index.js.map +0 -1
  949. package/lib/lowcode/painter/components/field-setting/BatchSetting.js.map +0 -1
  950. package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js.map +0 -1
  951. package/lib/lowcode/painter/components/field-setting/CheckRules.js.map +0 -1
  952. package/lib/lowcode/painter/components/field-setting/FieldAttrs.js.map +0 -1
  953. package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +0 -1
  954. package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +0 -1
  955. package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js.map +0 -1
  956. package/lib/lowcode/painter/components/field-setting/SettingUI.js.map +0 -1
  957. package/lib/lowcode/painter/components/field-setting/index.js.map +0 -1
  958. package/lib/lowcode/painter/components/field-setting/meta/frontRules.js.map +0 -1
  959. package/lib/lowcode/painter/expect.js.map +0 -1
  960. package/lib/lowcode/painter/index.js.map +0 -1
  961. package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js.map +0 -1
  962. package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +0 -1
  963. package/lib/lowcode/painter/panel-section/ActionsEditor/index.js.map +0 -1
  964. package/lib/lowcode/painter/panel-section/BlockEditor/index.js.map +0 -1
  965. package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +0 -1
  966. package/lib/lowcode/painter/panel-section/BlocksEditor/index.js.map +0 -1
  967. package/lib/lowcode/painter/panel-section/ButtonType.js.map +0 -1
  968. package/lib/lowcode/painter/panel-section/ComplexPop.js.map +0 -1
  969. package/lib/lowcode/painter/panel-section/ComponentSelector.js.map +0 -1
  970. package/lib/lowcode/painter/panel-section/DataSetSelector.js.map +0 -1
  971. package/lib/lowcode/painter/panel-section/FieldState.js.map +0 -1
  972. package/lib/lowcode/painter/panel-section/FieldsSetting.js.map +0 -1
  973. package/lib/lowcode/painter/panel-section/GroupClassSelector.js.map +0 -1
  974. package/lib/lowcode/painter/panel-section/I18nInput.js.map +0 -1
  975. package/lib/lowcode/painter/panel-section/Icon.js.map +0 -1
  976. package/lib/lowcode/painter/panel-section/IconConditionSelector.js.map +0 -1
  977. package/lib/lowcode/painter/panel-section/IconSelector.js.map +0 -1
  978. package/lib/lowcode/painter/panel-section/ImpExp.js.map +0 -1
  979. package/lib/lowcode/painter/panel-section/ImpExpAlone.js.map +0 -1
  980. package/lib/lowcode/painter/panel-section/JSEditor.js +0 -89
  981. package/lib/lowcode/painter/panel-section/JSEditor.js.map +0 -1
  982. package/lib/lowcode/painter/panel-section/LayoutRatio.js.map +0 -1
  983. package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js.map +0 -1
  984. package/lib/lowcode/painter/panel-section/PageVars.js.map +0 -1
  985. package/lib/lowcode/painter/panel-section/SerialsSelector.js.map +0 -1
  986. package/lib/lowcode/painter/panel-section/SplitDisplay.js.map +0 -1
  987. package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js.map +0 -1
  988. package/lib/lowcode/painter/panel-section/StylePanel/Border.js.map +0 -1
  989. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +0 -1
  990. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +0 -1
  991. package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +0 -1
  992. package/lib/lowcode/painter/panel-section/StylePanel/Display.js.map +0 -1
  993. package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +0 -1
  994. package/lib/lowcode/painter/panel-section/StylePanel/Font.js.map +0 -1
  995. package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +0 -1
  996. package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +0 -1
  997. package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +0 -1
  998. package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +0 -1
  999. package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +0 -1
  1000. package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +0 -1
  1001. package/lib/lowcode/painter/panel-section/StylePanel/Margin.js.map +0 -1
  1002. package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js.map +0 -1
  1003. package/lib/lowcode/painter/panel-section/StylePanel/Padding.js.map +0 -1
  1004. package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js.map +0 -1
  1005. package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js.map +0 -1
  1006. package/lib/lowcode/painter/panel-section/StylePanel/Size.js.map +0 -1
  1007. package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +0 -1
  1008. package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +0 -1
  1009. package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +0 -1
  1010. package/lib/lowcode/painter/panel-section/StylePanel/index.js.map +0 -1
  1011. package/lib/lowcode/painter/panel-section/TabItems.js.map +0 -1
  1012. package/lib/lowcode/painter/panel-section/TableTopFilter.js.map +0 -1
  1013. package/lib/lowcode/painter/panel-section/TableZebra.js.map +0 -1
  1014. package/lib/lowcode/painter/panel-section/TextContent.js.map +0 -1
  1015. package/lib/lowcode/painter/panel-section/TreeRootEditor.js.map +0 -1
  1016. package/lib/lowcode/painter/panel-section/WidthHeight.js.map +0 -1
  1017. package/lib/lowcode/painter/services/I18n.js.map +0 -1
  1018. package/lib/lowcode/painter/services/complexPop.js.map +0 -1
  1019. package/lib/lowcode/preview/index.js.map +0 -1
  1020. package/lib/lowcode/view/Canvas.js.map +0 -1
  1021. package/lib/lowcode/view/ErrorBoundary.js.map +0 -1
  1022. package/lib/lowcode/view/Loading.js.map +0 -1
  1023. package/lib/lowcode/view/Page.js.map +0 -1
  1024. package/lib/lowcode/view/index.js.map +0 -1
  1025. package/lib/lowcode/view/lc-components/Box/FunctionDesign.js.map +0 -1
  1026. package/lib/lowcode/view/lc-components/Box/FunctionLive.js.map +0 -1
  1027. package/lib/lowcode/view/lc-components/Box/FunctionPreview.js.map +0 -1
  1028. package/lib/lowcode/view/lc-components/Box/index.js.map +0 -1
  1029. package/lib/lowcode/view/lc-components/Button/FunctionDesign.js.map +0 -1
  1030. package/lib/lowcode/view/lc-components/Button/FunctionLive.js.map +0 -1
  1031. package/lib/lowcode/view/lc-components/Button/FunctionPreview.js.map +0 -1
  1032. package/lib/lowcode/view/lc-components/Button/index.js.map +0 -1
  1033. package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js.map +0 -1
  1034. package/lib/lowcode/view/lc-components/CardList/FunctionLive.js.map +0 -1
  1035. package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js.map +0 -1
  1036. package/lib/lowcode/view/lc-components/CardList/index.js.map +0 -1
  1037. package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +0 -1
  1038. package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js.map +0 -1
  1039. package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +0 -1
  1040. package/lib/lowcode/view/lc-components/Dialog/index.js.map +0 -1
  1041. package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +0 -1
  1042. package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js.map +0 -1
  1043. package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +0 -1
  1044. package/lib/lowcode/view/lc-components/Drawer/index.js.map +0 -1
  1045. package/lib/lowcode/view/lc-components/Form/FunctionDesign.js.map +0 -1
  1046. package/lib/lowcode/view/lc-components/Form/FunctionLive.js.map +0 -1
  1047. package/lib/lowcode/view/lc-components/Form/FunctionPreview.js.map +0 -1
  1048. package/lib/lowcode/view/lc-components/Form/index.js.map +0 -1
  1049. package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +0 -1
  1050. package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +0 -1
  1051. package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +0 -1
  1052. package/lib/lowcode/view/lc-components/GroupTree/index.js.map +0 -1
  1053. package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +0 -1
  1054. package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js.map +0 -1
  1055. package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +0 -1
  1056. package/lib/lowcode/view/lc-components/Iframe/index.js.map +0 -1
  1057. package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +0 -1
  1058. package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js.map +0 -1
  1059. package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +0 -1
  1060. package/lib/lowcode/view/lc-components/ImEx/index.js.map +0 -1
  1061. package/lib/lowcode/view/lc-components/Image/FunctionDesign.js.map +0 -1
  1062. package/lib/lowcode/view/lc-components/Image/FunctionLive.js.map +0 -1
  1063. package/lib/lowcode/view/lc-components/Image/FunctionPreview.js.map +0 -1
  1064. package/lib/lowcode/view/lc-components/Image/index.js.map +0 -1
  1065. package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js.map +0 -1
  1066. package/lib/lowcode/view/lc-components/JSX/FunctionLive.js.map +0 -1
  1067. package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js.map +0 -1
  1068. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js.map +0 -1
  1069. package/lib/lowcode/view/lc-components/JSX/index.js.map +0 -1
  1070. package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js.map +0 -1
  1071. package/lib/lowcode/view/lc-components/Layout/FunctionLive.js.map +0 -1
  1072. package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js.map +0 -1
  1073. package/lib/lowcode/view/lc-components/Layout/index.js.map +0 -1
  1074. package/lib/lowcode/view/lc-components/Link/FunctionDesign.js.map +0 -1
  1075. package/lib/lowcode/view/lc-components/Link/FunctionLive.js.map +0 -1
  1076. package/lib/lowcode/view/lc-components/Link/FunctionPreview.js.map +0 -1
  1077. package/lib/lowcode/view/lc-components/Link/index.js.map +0 -1
  1078. package/lib/lowcode/view/lc-components/PageContent/index.js.map +0 -1
  1079. package/lib/lowcode/view/lc-components/PageFooter/index.js.map +0 -1
  1080. package/lib/lowcode/view/lc-components/PageHeader/index.js.map +0 -1
  1081. package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +0 -1
  1082. package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +0 -1
  1083. package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +0 -1
  1084. package/lib/lowcode/view/lc-components/PageLayout/index.js.map +0 -1
  1085. package/lib/lowcode/view/lc-components/PageModal/index.js.map +0 -1
  1086. package/lib/lowcode/view/lc-components/Section/FunctionDesign.js.map +0 -1
  1087. package/lib/lowcode/view/lc-components/Section/FunctionLive.js.map +0 -1
  1088. package/lib/lowcode/view/lc-components/Section/FunctionPreview.js.map +0 -1
  1089. package/lib/lowcode/view/lc-components/Section/index.js.map +0 -1
  1090. package/lib/lowcode/view/lc-components/Split/FunctionDesign.js.map +0 -1
  1091. package/lib/lowcode/view/lc-components/Split/FunctionLive.js.map +0 -1
  1092. package/lib/lowcode/view/lc-components/Split/FunctionPreview.js.map +0 -1
  1093. package/lib/lowcode/view/lc-components/Split/index.js.map +0 -1
  1094. package/lib/lowcode/view/lc-components/Table/FunctionDesign.js.map +0 -1
  1095. package/lib/lowcode/view/lc-components/Table/FunctionLive.js.map +0 -1
  1096. package/lib/lowcode/view/lc-components/Table/FunctionPreview.js.map +0 -1
  1097. package/lib/lowcode/view/lc-components/Table/components/TopFilter.js.map +0 -1
  1098. package/lib/lowcode/view/lc-components/Table/components/TopImex.js.map +0 -1
  1099. package/lib/lowcode/view/lc-components/Table/index.js.map +0 -1
  1100. package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +0 -1
  1101. package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js.map +0 -1
  1102. package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +0 -1
  1103. package/lib/lowcode/view/lc-components/Tabs/index.js.map +0 -1
  1104. package/lib/lowcode/view/lc-components/Text/FunctionDesign.js.map +0 -1
  1105. package/lib/lowcode/view/lc-components/Text/FunctionLive.js.map +0 -1
  1106. package/lib/lowcode/view/lc-components/Text/FunctionPreview.js.map +0 -1
  1107. package/lib/lowcode/view/lc-components/Text/index.js.map +0 -1
  1108. package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js.map +0 -1
  1109. package/lib/lowcode/view/lc-components/Tree/FunctionLive.js.map +0 -1
  1110. package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js.map +0 -1
  1111. package/lib/lowcode/view/lc-components/Tree/index.js.map +0 -1
  1112. package/lib/lowcode/view/lc-components/Wrapper.js.map +0 -1
  1113. package/lib/services.js.map +0 -1
  1114. package/lib/upload/FilesWall/index.js.map +0 -1
  1115. package/lib/upload/Form/gridForm.js.map +0 -1
  1116. package/lib/upload/Form/index.js.map +0 -1
  1117. package/lib/upload/FormItem/index.js.map +0 -1
  1118. package/lib/upload/GridCell/index.js.map +0 -1
  1119. package/lib/upload/index.js.map +0 -1
  1120. package/lib/utils/action.js.map +0 -1
  1121. package/lib/utils/form.js.map +0 -1
  1122. package/lib/utils/grid.js.map +0 -1
  1123. package/lib/utils/index.js.map +0 -1
@@ -146,5 +146,4 @@ var builder = function builder(WrappedComponent, moduleCode) {
146
146
  });
147
147
  return Component;
148
148
  };
149
- export default builder;
150
- //# sourceMappingURL=index.js.map
149
+ export default builder;
@@ -105,5 +105,4 @@ var RefCom = /*#__PURE__*/forwardRef(function (props, ref) {
105
105
  }, props));
106
106
  });
107
107
  RefCom.displayName = 'BasicFormItem';
108
- export default RefCom;
109
- //# sourceMappingURL=index.js.map
108
+ export default RefCom;
@@ -18,5 +18,4 @@ export var fetchContent = /*#__PURE__*/function () {
18
18
  return function fetchContent(_x, _x2) {
19
19
  return _ref.apply(this, arguments);
20
20
  };
21
- }();
22
- //# sourceMappingURL=service.js
21
+ }();
@@ -2,5 +2,4 @@ import { Icon } from 'luck-design/antd';
2
2
  import { ICONLIST_JS } from "../../lowcode/constants/api-url";
3
3
  export default Icon.createFromIconfontCN({
4
4
  scriptUrl: ICONLIST_JS
5
- });
6
- //# sourceMappingURL=index.js.map
5
+ });
@@ -128,5 +128,4 @@ var LDActions = function LDActions(_ref2) {
128
128
  type: "down"
129
129
  }))));
130
130
  };
131
- export default LDActions;
132
- //# sourceMappingURL=index.js.map
131
+ export default LDActions;
@@ -176,5 +176,4 @@ var buildLdAutoForm = function buildLdAutoForm(_ref) {
176
176
  }
177
177
  }, formConfig), basicItems);
178
178
  };
179
- export default ldBuilder(buildLdAutoForm);
180
- //# sourceMappingURL=index.js.map
179
+ export default ldBuilder(buildLdAutoForm);
@@ -283,5 +283,4 @@ export default /*#__PURE__*/forwardRef(function (props, ref) {
283
283
  return /*#__PURE__*/React.createElement(Index, _extends({
284
284
  wrapperRef: ref
285
285
  }, props));
286
- });
287
- //# sourceMappingURL=index.js.map
286
+ });
@@ -29,5 +29,4 @@ export default function (namespace) {
29
29
  });
30
30
  }
31
31
  }));
32
- }
33
- //# sourceMappingURL=model.js
32
+ }
@@ -22,5 +22,4 @@ var LdTabs = deepFilterCom(Tabs, function (child) {
22
22
  return (child === null || child === void 0 || (_child$type = child.type) === null || _child$type === void 0 ? void 0 : _child$type.displayName) === 'TabPane';
23
23
  });
24
24
  LdTabs.TabPane = Tabs.TabPane;
25
- export { LdTabs };
26
- //# sourceMappingURL=index.js.map
25
+ export { LdTabs };
@@ -444,5 +444,4 @@ export default /*#__PURE__*/forwardRef(function (props, ref) {
444
444
  return /*#__PURE__*/React.createElement(Index, _extends({
445
445
  apiRef: ref
446
446
  }, props));
447
- });
448
- //# sourceMappingURL=index.js.map
447
+ });
@@ -22,5 +22,4 @@ export default function (namespace) {
22
22
  }
23
23
  }, (modelProps === null || modelProps === void 0 ? void 0 : modelProps.reducers) || {})
24
24
  }));
25
- }
26
- //# sourceMappingURL=model.js
25
+ }
@@ -261,5 +261,4 @@ export default /*#__PURE__*/forwardRef(function (props, ref) {
261
261
  return /*#__PURE__*/React.createElement(Index, _extends({
262
262
  wrapperRef: ref
263
263
  }, props));
264
- });
265
- //# sourceMappingURL=index.js.map
264
+ });
@@ -35,5 +35,4 @@ export default function (namespace) {
35
35
  });
36
36
  }
37
37
  }));
38
- }
39
- //# sourceMappingURL=model.js
38
+ }
@@ -224,5 +224,4 @@ var buildLdGridForm = function buildLdGridForm(_ref) {
224
224
  className: classNames(styles.ldGridForm, _defineProperty({}, className, !!className))
225
225
  }));
226
226
  };
227
- export default ldBuilder(buildLdGridForm);
228
- //# sourceMappingURL=index.js.map
227
+ export default ldBuilder(buildLdGridForm);
@@ -115,5 +115,4 @@ export default /*#__PURE__*/forwardRef(function (props, ref) {
115
115
  return /*#__PURE__*/React.createElement(Index, _extends({
116
116
  wrapperRef: ref
117
117
  }, props));
118
- });
119
- //# sourceMappingURL=index.js.map
118
+ });
@@ -28,5 +28,4 @@ LdPop.propTypes = {
28
28
  ldId: PropTypes.string.isRequired
29
29
  };
30
30
  export default LdPop;
31
- export { LuckDaPopContext };
32
- //# sourceMappingURL=index.js.map
31
+ export { LuckDaPopContext };
@@ -398,5 +398,4 @@ export default /*#__PURE__*/forwardRef(function (props, ref) {
398
398
  return /*#__PURE__*/React.createElement(Index, _extends({
399
399
  wrapperRef: ref
400
400
  }, props));
401
- });
402
- //# sourceMappingURL=index.js.map
401
+ });
@@ -394,5 +394,4 @@ export var getComplexItem = function getComplexItem(_ref32) {
394
394
  $attrs: _defineProperty(_defineProperty({}, LC_COMPONENT_UNIT_KEY, LC_FORMITEM_UNIT), 'data-__component', 'FieldComplex'),
395
395
  config: config
396
396
  }));
397
- };
398
- //# sourceMappingURL=FromItems.js.map
397
+ };
@@ -182,5 +182,4 @@ export var onBatchSubmitAction = function onBatchSubmitAction(_ref3, callback) {
182
182
  });
183
183
  }
184
184
  });
185
- };
186
- //# sourceMappingURL=action.js
185
+ };
package/es/helper/form.js CHANGED
@@ -143,5 +143,4 @@ export function formatCustomProps(comType, props) {
143
143
  });
144
144
  }
145
145
  return props;
146
- }
147
- //# sourceMappingURL=form.js
146
+ }
@@ -65,5 +65,4 @@ var builder = function builder(wrapped) {
65
65
  };
66
66
  return LdCom;
67
67
  };
68
- export default builder;
69
- //# sourceMappingURL=ldBuilder.js
68
+ export default builder;
@@ -60,5 +60,4 @@ export var deepFilterCom = function deepFilterCom(Com, childMark) {
60
60
  });
61
61
  });
62
62
  return Component;
63
- };
64
- //# sourceMappingURL=ldComBuild.js
63
+ };
@@ -14,5 +14,4 @@ export default {
14
14
  dict: {
15
15
  propsSetting: ['display']
16
16
  }
17
- };
18
- //# sourceMappingURL=props_config.js
17
+ };
package/es/index.js CHANGED
@@ -7,5 +7,4 @@ export { default as buildLdGridForm } from "./components/LdGridForm";
7
7
  export { default as LdInfoPanel } from "./components/LdInfoPanel";
8
8
  export { default as LdCard } from "./components/LdCard";
9
9
  export { default as LDActions } from "./components/LDActions";
10
- export * from "./components/LdCom";
11
- //# sourceMappingURL=index.js
10
+ export * from "./components/LdCom";
@@ -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": "行内编辑表格",
@@ -276,5 +278,4 @@ export default {
276
278
  "luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.errorMsg": "错误提示",
277
279
  "luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.errorMsg": "请输入错误提示",
278
280
  "luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.logic": "校验逻辑"
279
- };
280
- //# sourceMappingURL=zh-CN.js
281
+ };
@@ -688,5 +688,4 @@ function _fetchSearchUser() {
688
688
  }, _callee26);
689
689
  }));
690
690
  return _fetchSearchUser.apply(this, arguments);
691
- }
692
- //# sourceMappingURL=api-url.js
691
+ }
@@ -40,5 +40,4 @@ export var DESIGN_OPERATE_SAVE = 'design-operate-save';
40
40
  /******************************** Live Topic结束 ********************************/
41
41
 
42
42
  // 国际化语言设置
43
- export var LANG_SETTING_SELECT = 'lang-setting-select';
44
- //# sourceMappingURL=event-topics.js
43
+ export var LANG_SETTING_SELECT = 'lang-setting-select';
@@ -39,5 +39,4 @@ export var FIELD_SCOPES = {
39
39
  FIELD_WRITABLE: 'FIELD_WRITABLE',
40
40
  // 字段可写
41
41
  FIELD_READONLY: 'FIELD_READONLY' // 字段只读
42
- };
43
- //# sourceMappingURL=index.js
42
+ };
@@ -1,2 +1 @@
1
- {}
2
- //# sourceMappingURL=DataFactory.js
1
+ {}
@@ -29,5 +29,4 @@ var CheckboxStrategy = /*#__PURE__*/function (_Strategy) {
29
29
  }]);
30
30
  return CheckboxStrategy;
31
31
  }(Strategy);
32
- export { CheckboxStrategy as default };
33
- //# sourceMappingURL=CheckboxStrategy.js
32
+ export { CheckboxStrategy as default };
@@ -57,5 +57,4 @@ var DynamicStrategy = /*#__PURE__*/function (_Strategy) {
57
57
  }]);
58
58
  return DynamicStrategy;
59
59
  }(Strategy);
60
- export { DynamicStrategy as default };
61
- //# sourceMappingURL=DynamicStrategy.js
60
+ export { DynamicStrategy as default };
@@ -29,5 +29,4 @@ var DynamicStrategy = /*#__PURE__*/function (_Strategy) {
29
29
  }]);
30
30
  return DynamicStrategy;
31
31
  }(Strategy);
32
- export { DynamicStrategy as default };
33
- //# sourceMappingURL=GroupStrategy.js
32
+ export { DynamicStrategy as default };
@@ -29,5 +29,4 @@ var StringStrategy = /*#__PURE__*/function (_Strategy) {
29
29
  }]);
30
30
  return StringStrategy;
31
31
  }(Strategy);
32
- export { StringStrategy as default };
33
- //# sourceMappingURL=NumberStrategy.js
32
+ export { StringStrategy as default };
@@ -50,5 +50,4 @@ var RadioStrategy = /*#__PURE__*/function (_Strategy) {
50
50
  }]);
51
51
  return RadioStrategy;
52
52
  }(Strategy);
53
- export { RadioStrategy as default };
54
- //# sourceMappingURL=RadioStrategy.js
53
+ export { RadioStrategy as default };
@@ -29,5 +29,4 @@ var SelectStrategy = /*#__PURE__*/function (_Strategy) {
29
29
  }]);
30
30
  return SelectStrategy;
31
31
  }(Strategy);
32
- export { SelectStrategy as default };
33
- //# sourceMappingURL=SegmentedStrategy.js
32
+ export { SelectStrategy as default };
@@ -53,5 +53,4 @@ var SelectStrategy = /*#__PURE__*/function (_Strategy) {
53
53
  }]);
54
54
  return SelectStrategy;
55
55
  }(Strategy);
56
- export { SelectStrategy as default };
57
- //# sourceMappingURL=SelectStrategy.js
56
+ export { SelectStrategy as default };
@@ -18,5 +18,4 @@ var PanelItemStrategy = /*#__PURE__*/function () {
18
18
  }]);
19
19
  return PanelItemStrategy;
20
20
  }();
21
- export { PanelItemStrategy as default };
22
- //# sourceMappingURL=Strategy.js
21
+ export { PanelItemStrategy as default };
@@ -48,5 +48,4 @@ var StringStrategy = /*#__PURE__*/function (_Strategy) {
48
48
  }]);
49
49
  return StringStrategy;
50
50
  }(Strategy);
51
- export { StringStrategy as default };
52
- //# sourceMappingURL=StringStrategy.js
51
+ export { StringStrategy as default };
@@ -42,5 +42,4 @@ var SelectStrategy = /*#__PURE__*/function (_Strategy) {
42
42
  }]);
43
43
  return SelectStrategy;
44
44
  }(Strategy);
45
- export { SelectStrategy as default };
46
- //# sourceMappingURL=SwitchStrategy.js
45
+ export { SelectStrategy as default };
@@ -45,5 +45,4 @@ var Factory = /*#__PURE__*/function () {
45
45
  }]);
46
46
  return Factory;
47
47
  }();
48
- export { Factory as default };
49
- //# sourceMappingURL=index.js
48
+ export { Factory as default };
@@ -38,5 +38,4 @@ export default function launcher() {
38
38
  };
39
39
  window.PRIMARY_KEY = window.appConfig.constraintKeys.PRIMARY;
40
40
  window.PARENT_KEY = window.appConfig.constraintKeys.PARENT;
41
- }
42
- //# sourceMappingURL=launcher.js
41
+ }
@@ -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