@luck-design-biz/luckda 1.0.2-4 → 1.0.2-5

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 (1069) hide show
  1. package/es/components/Builder/index.js +2 -1
  2. package/es/components/Builder/index.js.map +1 -0
  3. package/es/components/ComplexItem/index.js +2 -1
  4. package/es/components/ComplexItem/index.js.map +1 -0
  5. package/es/components/ComplexItem/service.js +2 -1
  6. package/es/components/ComplexItem/service.js.map +1 -0
  7. package/es/components/IconFont/index.js +2 -1
  8. package/es/components/IconFont/index.js.map +1 -0
  9. package/es/components/LDActions/index.js +2 -1
  10. package/es/components/LDActions/index.js.map +1 -0
  11. package/es/components/LdAutoForm/index.js +2 -1
  12. package/es/components/LdAutoForm/index.js.map +1 -0
  13. package/es/components/LdCard/index.js +2 -1
  14. package/es/components/LdCard/index.js.map +1 -0
  15. package/es/components/LdCard/model.js +2 -1
  16. package/es/components/LdCard/model.js.map +1 -0
  17. package/es/components/LdCom/index.js +2 -1
  18. package/es/components/LdCom/index.js.map +1 -0
  19. package/es/components/LdFormList/index.js +2 -1
  20. package/es/components/LdFormList/index.js.map +1 -0
  21. package/es/components/LdFormList/model.js +2 -1
  22. package/es/components/LdFormList/model.js.map +1 -0
  23. package/es/components/LdGrid/index.js +2 -1
  24. package/es/components/LdGrid/index.js.map +1 -0
  25. package/es/components/LdGrid/model.js +2 -1
  26. package/es/components/LdGrid/model.js.map +1 -0
  27. package/es/components/LdGridForm/index.js +2 -1
  28. package/es/components/LdGridForm/index.js.map +1 -0
  29. package/es/components/LdInfoPanel/index.js +2 -1
  30. package/es/components/LdInfoPanel/index.js.map +1 -0
  31. package/es/components/LdPop/index.js +2 -1
  32. package/es/components/LdPop/index.js.map +1 -0
  33. package/es/components/LdTree/index.js +2 -1
  34. package/es/components/LdTree/index.js.map +1 -0
  35. package/es/helper/FromItems.js +2 -1
  36. package/es/helper/FromItems.js.map +1 -0
  37. package/es/helper/action.js +2 -1
  38. package/es/helper/action.js.map +1 -0
  39. package/es/helper/form.js +2 -1
  40. package/es/helper/form.js.map +1 -0
  41. package/es/helper/ldBuilder.js +2 -1
  42. package/es/helper/ldBuilder.js.map +1 -0
  43. package/es/helper/ldComBuild.js +2 -1
  44. package/es/helper/ldComBuild.js.map +1 -0
  45. package/es/helper/props_config.js +2 -1
  46. package/es/helper/props_config.js.map +1 -0
  47. package/es/index.js +2 -1
  48. package/es/index.js.map +1 -0
  49. package/es/locales/zh-CN.js +2 -1
  50. package/es/locales/zh-CN.js.map +1 -0
  51. package/es/lowcode/constants/api-url.js +2 -1
  52. package/es/lowcode/constants/api-url.js.map +1 -0
  53. package/es/lowcode/constants/event-topics.js +2 -1
  54. package/es/lowcode/constants/event-topics.js.map +1 -0
  55. package/es/lowcode/constants/index.js +2 -1
  56. package/es/lowcode/constants/index.js.map +1 -0
  57. package/es/lowcode/engine/factory/DataFactory.js +2 -1
  58. package/es/lowcode/engine/factory/DataFactory.js.map +1 -0
  59. package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +2 -1
  60. package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +1 -0
  61. package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +2 -1
  62. package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +1 -0
  63. package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +2 -1
  64. package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +1 -0
  65. package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +2 -1
  66. package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +1 -0
  67. package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +2 -1
  68. package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +1 -0
  69. package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +2 -1
  70. package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +1 -0
  71. package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +2 -1
  72. package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +1 -0
  73. package/es/lowcode/engine/factory/panel-item-factory/Strategy.js +2 -1
  74. package/es/lowcode/engine/factory/panel-item-factory/Strategy.js.map +1 -0
  75. package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js +2 -1
  76. package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +1 -0
  77. package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +2 -1
  78. package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +1 -0
  79. package/es/lowcode/engine/factory/panel-item-factory/index.js +2 -1
  80. package/es/lowcode/engine/factory/panel-item-factory/index.js.map +1 -0
  81. package/es/lowcode/engine/launcher.js +2 -1
  82. package/es/lowcode/engine/launcher.js.map +1 -0
  83. package/es/lowcode/engine/provider/ContextProvider/index.js +2 -1
  84. package/es/lowcode/engine/provider/ContextProvider/index.js.map +1 -0
  85. package/es/lowcode/engine/provider/ContextProvider/router.js +2 -1
  86. package/es/lowcode/engine/provider/ContextProvider/router.js.map +1 -0
  87. package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js +2 -1
  88. package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +1 -0
  89. package/es/lowcode/engine/provider/ContextProvider/usePageVar.js +2 -1
  90. package/es/lowcode/engine/provider/ContextProvider/usePageVar.js.map +1 -0
  91. package/es/lowcode/engine/provider/ContextProvider/useTodo.js +2 -1
  92. package/es/lowcode/engine/provider/ContextProvider/useTodo.js.map +1 -0
  93. package/es/lowcode/engine/provider/ContextProvider/utils.js +2 -1
  94. package/es/lowcode/engine/provider/ContextProvider/utils.js.map +1 -0
  95. package/es/lowcode/engine/provider/EventBusProvider.js +2 -1
  96. package/es/lowcode/engine/provider/EventBusProvider.js.map +1 -0
  97. package/es/lowcode/engine/provider/RemoteSourceProvider.js +2 -1
  98. package/es/lowcode/engine/provider/RemoteSourceProvider.js.map +1 -0
  99. package/es/lowcode/engine/tools/dataProcess.js +2 -1
  100. package/es/lowcode/engine/tools/dataProcess.js.map +1 -0
  101. package/es/lowcode/engine/tools/diff.js +2 -1
  102. package/es/lowcode/engine/tools/diff.js.map +1 -0
  103. package/es/lowcode/engine/tools/helper.js +2 -1
  104. package/es/lowcode/engine/tools/helper.js.map +1 -0
  105. package/es/lowcode/engine/tools/initDS.js +2 -1
  106. package/es/lowcode/engine/tools/initDS.js.map +1 -0
  107. package/es/lowcode/engine/tools/useCanvasRender.js +2 -1
  108. package/es/lowcode/engine/tools/useCanvasRender.js.map +1 -0
  109. package/es/lowcode/engine/tools/useCombinedRefs.js +2 -1
  110. package/es/lowcode/engine/tools/useCombinedRefs.js.map +1 -0
  111. package/es/lowcode/engine/tools/usePromiseState.js +2 -1
  112. package/es/lowcode/engine/tools/usePromiseState.js.map +1 -0
  113. package/es/lowcode/index.js +2 -1
  114. package/es/lowcode/index.js.map +1 -0
  115. package/es/lowcode/painter/Components.js +2 -1
  116. package/es/lowcode/painter/Components.js.map +1 -0
  117. package/es/lowcode/painter/Design.js +2 -1
  118. package/es/lowcode/painter/Design.js.map +1 -0
  119. package/es/lowcode/painter/DesignOperator.js +2 -1
  120. package/es/lowcode/painter/DesignOperator.js.map +1 -0
  121. package/es/lowcode/painter/DesignToolbar.js +2 -1
  122. package/es/lowcode/painter/DesignToolbar.js.map +1 -0
  123. package/es/lowcode/painter/I18n.js +2 -1
  124. package/es/lowcode/painter/I18n.js.map +1 -0
  125. package/es/lowcode/painter/Outline.js +2 -1
  126. package/es/lowcode/painter/Outline.js.map +1 -0
  127. package/es/lowcode/painter/Panel.js +2 -1
  128. package/es/lowcode/painter/Panel.js.map +1 -0
  129. package/es/lowcode/painter/Ribbon.js +2 -1
  130. package/es/lowcode/painter/Ribbon.js.map +1 -0
  131. package/es/lowcode/painter/components/ActionBindModal.js +2 -1
  132. package/es/lowcode/painter/components/ActionBindModal.js.map +1 -0
  133. package/es/lowcode/painter/components/AdvancePanel.js +2 -1
  134. package/es/lowcode/painter/components/AdvancePanel.js.map +1 -0
  135. package/es/lowcode/painter/components/AttrsPanel.js +2 -1
  136. package/es/lowcode/painter/components/AttrsPanel.js.map +1 -0
  137. package/es/lowcode/painter/components/Collapse.js +2 -1
  138. package/es/lowcode/painter/components/Collapse.js.map +1 -0
  139. package/es/lowcode/painter/components/ColorInput.js +2 -1
  140. package/es/lowcode/painter/components/ColorInput.js.map +1 -0
  141. package/es/lowcode/painter/components/DragDrop/DragDropContext.js +2 -1
  142. package/es/lowcode/painter/components/DragDrop/DragDropContext.js.map +1 -0
  143. package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js +2 -1
  144. package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +1 -0
  145. package/es/lowcode/painter/components/DragDrop/Overlay.js +2 -1
  146. package/es/lowcode/painter/components/DragDrop/Overlay.js.map +1 -0
  147. package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +2 -1
  148. package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +1 -0
  149. package/es/lowcode/painter/components/FieldSelector.js +2 -1
  150. package/es/lowcode/painter/components/FieldSelector.js.map +1 -0
  151. package/es/lowcode/painter/components/ListEditor.js +2 -1
  152. package/es/lowcode/painter/components/ListEditor.js.map +1 -0
  153. package/es/lowcode/painter/components/NumberInput.js +2 -1
  154. package/es/lowcode/painter/components/NumberInput.js.map +1 -0
  155. package/es/lowcode/painter/components/PanelItem.js +2 -1
  156. package/es/lowcode/painter/components/PanelItem.js.map +1 -0
  157. package/es/lowcode/painter/components/PopConfirm.js +2 -1
  158. package/es/lowcode/painter/components/PopConfirm.js.map +1 -0
  159. package/es/lowcode/painter/components/PopForm.js +2 -1
  160. package/es/lowcode/painter/components/PopForm.js.map +1 -0
  161. package/es/lowcode/painter/components/PreviewIframe.js +2 -1
  162. package/es/lowcode/painter/components/PreviewIframe.js.map +1 -0
  163. package/es/lowcode/painter/components/RuleInput.js +2 -1
  164. package/es/lowcode/painter/components/RuleInput.js.map +1 -0
  165. package/es/lowcode/painter/components/SortBox.js +2 -1
  166. package/es/lowcode/painter/components/SortBox.js.map +1 -0
  167. package/es/lowcode/painter/components/TipIcon.js +2 -1
  168. package/es/lowcode/painter/components/TipIcon.js.map +1 -0
  169. package/es/lowcode/painter/components/TreeEditor.js +2 -1
  170. package/es/lowcode/painter/components/TreeEditor.js.map +1 -0
  171. package/es/lowcode/painter/components/VarEditor.js +2 -1
  172. package/es/lowcode/painter/components/VarEditor.js.map +1 -0
  173. package/es/lowcode/painter/components/code-editor/BaseEditor.js +2 -1
  174. package/es/lowcode/painter/components/code-editor/BaseEditor.js.map +1 -0
  175. package/es/lowcode/painter/components/code-editor/CssEditor.js +2 -1
  176. package/es/lowcode/painter/components/code-editor/CssEditor.js.map +1 -0
  177. package/es/lowcode/painter/components/code-editor/FullScreenEditor.js +2 -1
  178. package/es/lowcode/painter/components/code-editor/FullScreenEditor.js.map +1 -0
  179. package/es/lowcode/painter/components/code-editor/JSEditor.js +2 -1
  180. package/es/lowcode/painter/components/code-editor/JSEditor.js.map +1 -0
  181. package/es/lowcode/painter/components/code-editor/JsonEditor.js +2 -1
  182. package/es/lowcode/painter/components/code-editor/JsonEditor.js.map +1 -0
  183. package/es/lowcode/painter/components/code-editor/VisionEditor.js +2 -1
  184. package/es/lowcode/painter/components/code-editor/VisionEditor.js.map +1 -0
  185. package/es/lowcode/painter/components/code-editor/index.js +2 -1
  186. package/es/lowcode/painter/components/code-editor/index.js.map +1 -0
  187. package/es/lowcode/painter/components/field-setting/BatchSetting.js +2 -1
  188. package/es/lowcode/painter/components/field-setting/BatchSetting.js.map +1 -0
  189. package/es/lowcode/painter/components/field-setting/CheckFrontRules.js +2 -1
  190. package/es/lowcode/painter/components/field-setting/CheckFrontRules.js.map +1 -0
  191. package/es/lowcode/painter/components/field-setting/CheckRules.js +2 -1
  192. package/es/lowcode/painter/components/field-setting/CheckRules.js.map +1 -0
  193. package/es/lowcode/painter/components/field-setting/FieldAttrs.js +2 -1
  194. package/es/lowcode/painter/components/field-setting/FieldAttrs.js.map +1 -0
  195. package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js +2 -1
  196. package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +1 -0
  197. package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js +2 -1
  198. package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +1 -0
  199. package/es/lowcode/painter/components/field-setting/FieldRulesModal.js +2 -1
  200. package/es/lowcode/painter/components/field-setting/FieldRulesModal.js.map +1 -0
  201. package/es/lowcode/painter/components/field-setting/SettingUI.js +2 -1
  202. package/es/lowcode/painter/components/field-setting/SettingUI.js.map +1 -0
  203. package/es/lowcode/painter/components/field-setting/index.js +2 -1
  204. package/es/lowcode/painter/components/field-setting/index.js.map +1 -0
  205. package/es/lowcode/painter/components/field-setting/meta/frontRules.js +2 -1
  206. package/es/lowcode/painter/components/field-setting/meta/frontRules.js.map +1 -0
  207. package/es/lowcode/painter/expect.js +2 -1
  208. package/es/lowcode/painter/expect.js.map +1 -0
  209. package/es/lowcode/painter/index.js +2 -1
  210. package/es/lowcode/painter/index.js.map +1 -0
  211. package/es/lowcode/painter/panel-section/ActionsColumnWidth.js +2 -1
  212. package/es/lowcode/painter/panel-section/ActionsColumnWidth.js.map +1 -0
  213. package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +2 -1
  214. package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +1 -0
  215. package/es/lowcode/painter/panel-section/ActionsEditor/index.js +2 -1
  216. package/es/lowcode/painter/panel-section/ActionsEditor/index.js.map +1 -0
  217. package/es/lowcode/painter/panel-section/BlockEditor/index.js +2 -1
  218. package/es/lowcode/painter/panel-section/BlockEditor/index.js.map +1 -0
  219. package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +2 -1
  220. package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +1 -0
  221. package/es/lowcode/painter/panel-section/BlocksEditor/index.js +2 -1
  222. package/es/lowcode/painter/panel-section/BlocksEditor/index.js.map +1 -0
  223. package/es/lowcode/painter/panel-section/ButtonType.js +2 -1
  224. package/es/lowcode/painter/panel-section/ButtonType.js.map +1 -0
  225. package/es/lowcode/painter/panel-section/ComplexPop.js +2 -1
  226. package/es/lowcode/painter/panel-section/ComplexPop.js.map +1 -0
  227. package/es/lowcode/painter/panel-section/ComponentSelector.js +2 -1
  228. package/es/lowcode/painter/panel-section/ComponentSelector.js.map +1 -0
  229. package/es/lowcode/painter/panel-section/DataSetSelector.js +2 -1
  230. package/es/lowcode/painter/panel-section/DataSetSelector.js.map +1 -0
  231. package/es/lowcode/painter/panel-section/FieldState.js +2 -1
  232. package/es/lowcode/painter/panel-section/FieldState.js.map +1 -0
  233. package/es/lowcode/painter/panel-section/FieldsSetting.js +2 -1
  234. package/es/lowcode/painter/panel-section/FieldsSetting.js.map +1 -0
  235. package/es/lowcode/painter/panel-section/GroupClassSelector.js +2 -1
  236. package/es/lowcode/painter/panel-section/GroupClassSelector.js.map +1 -0
  237. package/es/lowcode/painter/panel-section/I18nInput.js +2 -1
  238. package/es/lowcode/painter/panel-section/I18nInput.js.map +1 -0
  239. package/es/lowcode/painter/panel-section/Icon.js +2 -1
  240. package/es/lowcode/painter/panel-section/Icon.js.map +1 -0
  241. package/es/lowcode/painter/panel-section/IconConditionSelector.js +2 -1
  242. package/es/lowcode/painter/panel-section/IconConditionSelector.js.map +1 -0
  243. package/es/lowcode/painter/panel-section/IconSelector.js +2 -1
  244. package/es/lowcode/painter/panel-section/IconSelector.js.map +1 -0
  245. package/es/lowcode/painter/panel-section/ImpExp.js +2 -1
  246. package/es/lowcode/painter/panel-section/ImpExp.js.map +1 -0
  247. package/es/lowcode/painter/panel-section/ImpExpAlone.js +2 -1
  248. package/es/lowcode/painter/panel-section/ImpExpAlone.js.map +1 -0
  249. package/es/lowcode/painter/panel-section/JSEditor.js +2 -1
  250. package/es/lowcode/painter/panel-section/JSEditor.js.map +1 -0
  251. package/es/lowcode/painter/panel-section/LayoutRatio.js +2 -1
  252. package/es/lowcode/painter/panel-section/LayoutRatio.js.map +1 -0
  253. package/es/lowcode/painter/panel-section/PageLayoutDisplay.js +2 -1
  254. package/es/lowcode/painter/panel-section/PageLayoutDisplay.js.map +1 -0
  255. package/es/lowcode/painter/panel-section/PageVars.js +2 -1
  256. package/es/lowcode/painter/panel-section/PageVars.js.map +1 -0
  257. package/es/lowcode/painter/panel-section/SerialsSelector.js +2 -1
  258. package/es/lowcode/painter/panel-section/SerialsSelector.js.map +1 -0
  259. package/es/lowcode/painter/panel-section/SplitDisplay.js +2 -1
  260. package/es/lowcode/painter/panel-section/SplitDisplay.js.map +1 -0
  261. package/es/lowcode/painter/panel-section/StylePanel/BackGround.js +2 -1
  262. package/es/lowcode/painter/panel-section/StylePanel/BackGround.js.map +1 -0
  263. package/es/lowcode/painter/panel-section/StylePanel/Border.js +2 -1
  264. package/es/lowcode/painter/panel-section/StylePanel/Border.js.map +1 -0
  265. package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js +2 -1
  266. package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +1 -0
  267. package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +2 -1
  268. package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +1 -0
  269. package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js +2 -1
  270. package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +1 -0
  271. package/es/lowcode/painter/panel-section/StylePanel/Display.js +2 -1
  272. package/es/lowcode/painter/panel-section/StylePanel/Display.js.map +1 -0
  273. package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +2 -1
  274. package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +1 -0
  275. package/es/lowcode/painter/panel-section/StylePanel/Font.js +2 -1
  276. package/es/lowcode/painter/panel-section/StylePanel/Font.js.map +1 -0
  277. package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js +2 -1
  278. package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +1 -0
  279. package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js +2 -1
  280. package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +1 -0
  281. package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +2 -1
  282. package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +1 -0
  283. package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +2 -1
  284. package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +1 -0
  285. package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +2 -1
  286. package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +1 -0
  287. package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js +2 -1
  288. package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +1 -0
  289. package/es/lowcode/painter/panel-section/StylePanel/Margin.js +2 -1
  290. package/es/lowcode/painter/panel-section/StylePanel/Margin.js.map +1 -0
  291. package/es/lowcode/painter/panel-section/StylePanel/Opacity.js +2 -1
  292. package/es/lowcode/painter/panel-section/StylePanel/Opacity.js.map +1 -0
  293. package/es/lowcode/painter/panel-section/StylePanel/Padding.js +2 -1
  294. package/es/lowcode/painter/panel-section/StylePanel/Padding.js.map +1 -0
  295. package/es/lowcode/painter/panel-section/StylePanel/Pointer.js +2 -1
  296. package/es/lowcode/painter/panel-section/StylePanel/Pointer.js.map +1 -0
  297. package/es/lowcode/painter/panel-section/StylePanel/Shadow.js +2 -1
  298. package/es/lowcode/painter/panel-section/StylePanel/Shadow.js.map +1 -0
  299. package/es/lowcode/painter/panel-section/StylePanel/Size.js +2 -1
  300. package/es/lowcode/painter/panel-section/StylePanel/Size.js.map +1 -0
  301. package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js +2 -1
  302. package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +1 -0
  303. package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js +2 -1
  304. package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +1 -0
  305. package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js +2 -1
  306. package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +1 -0
  307. package/es/lowcode/painter/panel-section/StylePanel/index.js +2 -1
  308. package/es/lowcode/painter/panel-section/StylePanel/index.js.map +1 -0
  309. package/es/lowcode/painter/panel-section/TabItems.js +2 -1
  310. package/es/lowcode/painter/panel-section/TabItems.js.map +1 -0
  311. package/es/lowcode/painter/panel-section/TableTopFilter.js +2 -1
  312. package/es/lowcode/painter/panel-section/TableTopFilter.js.map +1 -0
  313. package/es/lowcode/painter/panel-section/TableZebra.js +2 -1
  314. package/es/lowcode/painter/panel-section/TableZebra.js.map +1 -0
  315. package/es/lowcode/painter/panel-section/TextContent.js +2 -1
  316. package/es/lowcode/painter/panel-section/TextContent.js.map +1 -0
  317. package/es/lowcode/painter/panel-section/TreeRootEditor.js +2 -1
  318. package/es/lowcode/painter/panel-section/TreeRootEditor.js.map +1 -0
  319. package/es/lowcode/painter/panel-section/WidthHeight.js +2 -1
  320. package/es/lowcode/painter/panel-section/WidthHeight.js.map +1 -0
  321. package/es/lowcode/painter/services/I18n.js +2 -1
  322. package/es/lowcode/painter/services/I18n.js.map +1 -0
  323. package/es/lowcode/painter/services/complexPop.js +2 -1
  324. package/es/lowcode/painter/services/complexPop.js.map +1 -0
  325. package/es/lowcode/preview/index.js +2 -1
  326. package/es/lowcode/preview/index.js.map +1 -0
  327. package/es/lowcode/view/Canvas.js +2 -1
  328. package/es/lowcode/view/Canvas.js.map +1 -0
  329. package/es/lowcode/view/ErrorBoundary.js +2 -1
  330. package/es/lowcode/view/ErrorBoundary.js.map +1 -0
  331. package/es/lowcode/view/Loading.js +2 -1
  332. package/es/lowcode/view/Loading.js.map +1 -0
  333. package/es/lowcode/view/Page.js +2 -1
  334. package/es/lowcode/view/Page.js.map +1 -0
  335. package/es/lowcode/view/index.js +2 -1
  336. package/es/lowcode/view/index.js.map +1 -0
  337. package/es/lowcode/view/lc-components/Box/FunctionDesign.js +2 -1
  338. package/es/lowcode/view/lc-components/Box/FunctionDesign.js.map +1 -0
  339. package/es/lowcode/view/lc-components/Box/FunctionLive.js +2 -1
  340. package/es/lowcode/view/lc-components/Box/FunctionLive.js.map +1 -0
  341. package/es/lowcode/view/lc-components/Box/FunctionPreview.js +2 -1
  342. package/es/lowcode/view/lc-components/Box/FunctionPreview.js.map +1 -0
  343. package/es/lowcode/view/lc-components/Box/index.js +2 -1
  344. package/es/lowcode/view/lc-components/Box/index.js.map +1 -0
  345. package/es/lowcode/view/lc-components/Button/FunctionDesign.js +2 -1
  346. package/es/lowcode/view/lc-components/Button/FunctionDesign.js.map +1 -0
  347. package/es/lowcode/view/lc-components/Button/FunctionLive.js +2 -1
  348. package/es/lowcode/view/lc-components/Button/FunctionLive.js.map +1 -0
  349. package/es/lowcode/view/lc-components/Button/FunctionPreview.js +2 -1
  350. package/es/lowcode/view/lc-components/Button/FunctionPreview.js.map +1 -0
  351. package/es/lowcode/view/lc-components/Button/index.js +2 -1
  352. package/es/lowcode/view/lc-components/Button/index.js.map +1 -0
  353. package/es/lowcode/view/lc-components/CardList/FunctionDesign.js +2 -1
  354. package/es/lowcode/view/lc-components/CardList/FunctionDesign.js.map +1 -0
  355. package/es/lowcode/view/lc-components/CardList/FunctionLive.js +2 -1
  356. package/es/lowcode/view/lc-components/CardList/FunctionLive.js.map +1 -0
  357. package/es/lowcode/view/lc-components/CardList/FunctionPreview.js +2 -1
  358. package/es/lowcode/view/lc-components/CardList/FunctionPreview.js.map +1 -0
  359. package/es/lowcode/view/lc-components/CardList/index.js +2 -1
  360. package/es/lowcode/view/lc-components/CardList/index.js.map +1 -0
  361. package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js +2 -1
  362. package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +1 -0
  363. package/es/lowcode/view/lc-components/Dialog/FunctionLive.js +2 -1
  364. package/es/lowcode/view/lc-components/Dialog/FunctionLive.js.map +1 -0
  365. package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js +2 -1
  366. package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +1 -0
  367. package/es/lowcode/view/lc-components/Dialog/index.js +2 -1
  368. package/es/lowcode/view/lc-components/Dialog/index.js.map +1 -0
  369. package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js +2 -1
  370. package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +1 -0
  371. package/es/lowcode/view/lc-components/Drawer/FunctionLive.js +2 -1
  372. package/es/lowcode/view/lc-components/Drawer/FunctionLive.js.map +1 -0
  373. package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js +2 -1
  374. package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +1 -0
  375. package/es/lowcode/view/lc-components/Drawer/index.js +2 -1
  376. package/es/lowcode/view/lc-components/Drawer/index.js.map +1 -0
  377. package/es/lowcode/view/lc-components/Form/FunctionDesign.js +2 -1
  378. package/es/lowcode/view/lc-components/Form/FunctionDesign.js.map +1 -0
  379. package/es/lowcode/view/lc-components/Form/FunctionLive.js +2 -1
  380. package/es/lowcode/view/lc-components/Form/FunctionLive.js.map +1 -0
  381. package/es/lowcode/view/lc-components/Form/FunctionPreview.js +2 -1
  382. package/es/lowcode/view/lc-components/Form/FunctionPreview.js.map +1 -0
  383. package/es/lowcode/view/lc-components/Form/index.js +2 -1
  384. package/es/lowcode/view/lc-components/Form/index.js.map +1 -0
  385. package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js +2 -1
  386. package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +1 -0
  387. package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js +2 -1
  388. package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +1 -0
  389. package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js +2 -1
  390. package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +1 -0
  391. package/es/lowcode/view/lc-components/GroupTree/index.js +2 -1
  392. package/es/lowcode/view/lc-components/GroupTree/index.js.map +1 -0
  393. package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js +2 -1
  394. package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +1 -0
  395. package/es/lowcode/view/lc-components/Iframe/FunctionLive.js +2 -1
  396. package/es/lowcode/view/lc-components/Iframe/FunctionLive.js.map +1 -0
  397. package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js +2 -1
  398. package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +1 -0
  399. package/es/lowcode/view/lc-components/Iframe/index.js +2 -1
  400. package/es/lowcode/view/lc-components/Iframe/index.js.map +1 -0
  401. package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js +2 -1
  402. package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +1 -0
  403. package/es/lowcode/view/lc-components/ImEx/FunctionLive.js +2 -1
  404. package/es/lowcode/view/lc-components/ImEx/FunctionLive.js.map +1 -0
  405. package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js +2 -1
  406. package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +1 -0
  407. package/es/lowcode/view/lc-components/ImEx/index.js +2 -1
  408. package/es/lowcode/view/lc-components/ImEx/index.js.map +1 -0
  409. package/es/lowcode/view/lc-components/Image/FunctionDesign.js +2 -1
  410. package/es/lowcode/view/lc-components/Image/FunctionDesign.js.map +1 -0
  411. package/es/lowcode/view/lc-components/Image/FunctionLive.js +2 -1
  412. package/es/lowcode/view/lc-components/Image/FunctionLive.js.map +1 -0
  413. package/es/lowcode/view/lc-components/Image/FunctionPreview.js +2 -1
  414. package/es/lowcode/view/lc-components/Image/FunctionPreview.js.map +1 -0
  415. package/es/lowcode/view/lc-components/Image/index.js +2 -1
  416. package/es/lowcode/view/lc-components/Image/index.js.map +1 -0
  417. package/es/lowcode/view/lc-components/JSX/FunctionDesign.js +2 -1
  418. package/es/lowcode/view/lc-components/JSX/FunctionDesign.js.map +1 -0
  419. package/es/lowcode/view/lc-components/JSX/FunctionLive.js +2 -1
  420. package/es/lowcode/view/lc-components/JSX/FunctionLive.js.map +1 -0
  421. package/es/lowcode/view/lc-components/JSX/FunctionPreview.js +2 -1
  422. package/es/lowcode/view/lc-components/JSX/FunctionPreview.js.map +1 -0
  423. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -1
  424. package/es/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -0
  425. package/es/lowcode/view/lc-components/JSX/index.js +2 -1
  426. package/es/lowcode/view/lc-components/JSX/index.js.map +1 -0
  427. package/es/lowcode/view/lc-components/Layout/FunctionDesign.js +2 -1
  428. package/es/lowcode/view/lc-components/Layout/FunctionDesign.js.map +1 -0
  429. package/es/lowcode/view/lc-components/Layout/FunctionLive.js +2 -1
  430. package/es/lowcode/view/lc-components/Layout/FunctionLive.js.map +1 -0
  431. package/es/lowcode/view/lc-components/Layout/FunctionPreview.js +2 -1
  432. package/es/lowcode/view/lc-components/Layout/FunctionPreview.js.map +1 -0
  433. package/es/lowcode/view/lc-components/Layout/index.js +2 -1
  434. package/es/lowcode/view/lc-components/Layout/index.js.map +1 -0
  435. package/es/lowcode/view/lc-components/Link/FunctionDesign.js +2 -1
  436. package/es/lowcode/view/lc-components/Link/FunctionDesign.js.map +1 -0
  437. package/es/lowcode/view/lc-components/Link/FunctionLive.js +2 -1
  438. package/es/lowcode/view/lc-components/Link/FunctionLive.js.map +1 -0
  439. package/es/lowcode/view/lc-components/Link/FunctionPreview.js +2 -1
  440. package/es/lowcode/view/lc-components/Link/FunctionPreview.js.map +1 -0
  441. package/es/lowcode/view/lc-components/Link/index.js +2 -1
  442. package/es/lowcode/view/lc-components/Link/index.js.map +1 -0
  443. package/es/lowcode/view/lc-components/PageContent/index.js +2 -1
  444. package/es/lowcode/view/lc-components/PageContent/index.js.map +1 -0
  445. package/es/lowcode/view/lc-components/PageFooter/index.js +2 -1
  446. package/es/lowcode/view/lc-components/PageFooter/index.js.map +1 -0
  447. package/es/lowcode/view/lc-components/PageHeader/index.js +2 -1
  448. package/es/lowcode/view/lc-components/PageHeader/index.js.map +1 -0
  449. package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js +2 -1
  450. package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +1 -0
  451. package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js +2 -1
  452. package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +1 -0
  453. package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js +2 -1
  454. package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +1 -0
  455. package/es/lowcode/view/lc-components/PageLayout/index.js +2 -1
  456. package/es/lowcode/view/lc-components/PageLayout/index.js.map +1 -0
  457. package/es/lowcode/view/lc-components/PageModal/index.js +2 -1
  458. package/es/lowcode/view/lc-components/PageModal/index.js.map +1 -0
  459. package/es/lowcode/view/lc-components/Section/FunctionDesign.js +2 -1
  460. package/es/lowcode/view/lc-components/Section/FunctionDesign.js.map +1 -0
  461. package/es/lowcode/view/lc-components/Section/FunctionLive.js +2 -1
  462. package/es/lowcode/view/lc-components/Section/FunctionLive.js.map +1 -0
  463. package/es/lowcode/view/lc-components/Section/FunctionPreview.js +2 -1
  464. package/es/lowcode/view/lc-components/Section/FunctionPreview.js.map +1 -0
  465. package/es/lowcode/view/lc-components/Section/index.js +2 -1
  466. package/es/lowcode/view/lc-components/Section/index.js.map +1 -0
  467. package/es/lowcode/view/lc-components/Split/FunctionDesign.js +2 -1
  468. package/es/lowcode/view/lc-components/Split/FunctionDesign.js.map +1 -0
  469. package/es/lowcode/view/lc-components/Split/FunctionLive.js +2 -1
  470. package/es/lowcode/view/lc-components/Split/FunctionLive.js.map +1 -0
  471. package/es/lowcode/view/lc-components/Split/FunctionPreview.js +2 -1
  472. package/es/lowcode/view/lc-components/Split/FunctionPreview.js.map +1 -0
  473. package/es/lowcode/view/lc-components/Split/index.js +2 -1
  474. package/es/lowcode/view/lc-components/Split/index.js.map +1 -0
  475. package/es/lowcode/view/lc-components/Table/FunctionDesign.js +2 -1
  476. package/es/lowcode/view/lc-components/Table/FunctionDesign.js.map +1 -0
  477. package/es/lowcode/view/lc-components/Table/FunctionLive.js +2 -1
  478. package/es/lowcode/view/lc-components/Table/FunctionLive.js.map +1 -0
  479. package/es/lowcode/view/lc-components/Table/FunctionPreview.js +2 -1
  480. package/es/lowcode/view/lc-components/Table/FunctionPreview.js.map +1 -0
  481. package/es/lowcode/view/lc-components/Table/components/TopFilter.js +2 -1
  482. package/es/lowcode/view/lc-components/Table/components/TopFilter.js.map +1 -0
  483. package/es/lowcode/view/lc-components/Table/components/TopImex.js +2 -1
  484. package/es/lowcode/view/lc-components/Table/components/TopImex.js.map +1 -0
  485. package/es/lowcode/view/lc-components/Table/index.js +2 -1
  486. package/es/lowcode/view/lc-components/Table/index.js.map +1 -0
  487. package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js +2 -1
  488. package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +1 -0
  489. package/es/lowcode/view/lc-components/Tabs/FunctionLive.js +2 -1
  490. package/es/lowcode/view/lc-components/Tabs/FunctionLive.js.map +1 -0
  491. package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js +2 -1
  492. package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +1 -0
  493. package/es/lowcode/view/lc-components/Tabs/index.js +2 -1
  494. package/es/lowcode/view/lc-components/Tabs/index.js.map +1 -0
  495. package/es/lowcode/view/lc-components/Text/FunctionDesign.js +2 -1
  496. package/es/lowcode/view/lc-components/Text/FunctionDesign.js.map +1 -0
  497. package/es/lowcode/view/lc-components/Text/FunctionLive.js +2 -1
  498. package/es/lowcode/view/lc-components/Text/FunctionLive.js.map +1 -0
  499. package/es/lowcode/view/lc-components/Text/FunctionPreview.js +2 -1
  500. package/es/lowcode/view/lc-components/Text/FunctionPreview.js.map +1 -0
  501. package/es/lowcode/view/lc-components/Text/index.js +2 -1
  502. package/es/lowcode/view/lc-components/Text/index.js.map +1 -0
  503. package/es/lowcode/view/lc-components/Tree/FunctionDesign.js +2 -1
  504. package/es/lowcode/view/lc-components/Tree/FunctionDesign.js.map +1 -0
  505. package/es/lowcode/view/lc-components/Tree/FunctionLive.js +2 -1
  506. package/es/lowcode/view/lc-components/Tree/FunctionLive.js.map +1 -0
  507. package/es/lowcode/view/lc-components/Tree/FunctionPreview.js +2 -1
  508. package/es/lowcode/view/lc-components/Tree/FunctionPreview.js.map +1 -0
  509. package/es/lowcode/view/lc-components/Tree/index.js +2 -1
  510. package/es/lowcode/view/lc-components/Tree/index.js.map +1 -0
  511. package/es/lowcode/view/lc-components/Wrapper.js +2 -1
  512. package/es/lowcode/view/lc-components/Wrapper.js.map +1 -0
  513. package/es/services.js +2 -1
  514. package/es/services.js.map +1 -0
  515. package/es/upload/FilesWall/index.js +2 -1
  516. package/es/upload/FilesWall/index.js.map +1 -0
  517. package/es/upload/Form/gridForm.js +2 -1
  518. package/es/upload/Form/gridForm.js.map +1 -0
  519. package/es/upload/Form/index.js +2 -1
  520. package/es/upload/Form/index.js.map +1 -0
  521. package/es/upload/FormItem/index.js +2 -1
  522. package/es/upload/FormItem/index.js.map +1 -0
  523. package/es/upload/GridCell/index.js +2 -1
  524. package/es/upload/GridCell/index.js.map +1 -0
  525. package/es/upload/index.js +2 -1
  526. package/es/upload/index.js.map +1 -0
  527. package/es/utils/action.js +2 -1
  528. package/es/utils/action.js.map +1 -0
  529. package/es/utils/form.js +2 -1
  530. package/es/utils/form.js.map +1 -0
  531. package/es/utils/grid.js +2 -1
  532. package/es/utils/grid.js.map +1 -0
  533. package/es/utils/index.js +2 -1
  534. package/es/utils/index.js.map +1 -0
  535. package/lib/components/Builder/index.js +2 -1
  536. package/lib/components/Builder/index.js.map +1 -0
  537. package/lib/components/ComplexItem/index.js +2 -1
  538. package/lib/components/ComplexItem/index.js.map +1 -0
  539. package/lib/components/ComplexItem/service.js +2 -1
  540. package/lib/components/ComplexItem/service.js.map +1 -0
  541. package/lib/components/IconFont/index.js +2 -1
  542. package/lib/components/IconFont/index.js.map +1 -0
  543. package/lib/components/LDActions/index.js +2 -1
  544. package/lib/components/LDActions/index.js.map +1 -0
  545. package/lib/components/LdAutoForm/index.js +2 -1
  546. package/lib/components/LdAutoForm/index.js.map +1 -0
  547. package/lib/components/LdCard/index.js +2 -1
  548. package/lib/components/LdCard/index.js.map +1 -0
  549. package/lib/components/LdCard/model.js +2 -1
  550. package/lib/components/LdCard/model.js.map +1 -0
  551. package/lib/components/LdCom/index.js +2 -1
  552. package/lib/components/LdCom/index.js.map +1 -0
  553. package/lib/components/LdFormList/index.js +2 -1
  554. package/lib/components/LdFormList/index.js.map +1 -0
  555. package/lib/components/LdFormList/model.js +2 -1
  556. package/lib/components/LdFormList/model.js.map +1 -0
  557. package/lib/components/LdGrid/index.js +2 -1
  558. package/lib/components/LdGrid/index.js.map +1 -0
  559. package/lib/components/LdGrid/model.js +2 -1
  560. package/lib/components/LdGrid/model.js.map +1 -0
  561. package/lib/components/LdGridForm/index.js +2 -1
  562. package/lib/components/LdGridForm/index.js.map +1 -0
  563. package/lib/components/LdInfoPanel/index.js +2 -1
  564. package/lib/components/LdInfoPanel/index.js.map +1 -0
  565. package/lib/components/LdPop/index.js +2 -1
  566. package/lib/components/LdPop/index.js.map +1 -0
  567. package/lib/components/LdTree/index.js +2 -1
  568. package/lib/components/LdTree/index.js.map +1 -0
  569. package/lib/helper/FromItems.js +2 -1
  570. package/lib/helper/FromItems.js.map +1 -0
  571. package/lib/helper/action.js +2 -1
  572. package/lib/helper/action.js.map +1 -0
  573. package/lib/helper/form.js +2 -1
  574. package/lib/helper/form.js.map +1 -0
  575. package/lib/helper/ldBuilder.js +2 -1
  576. package/lib/helper/ldBuilder.js.map +1 -0
  577. package/lib/helper/ldComBuild.js +2 -1
  578. package/lib/helper/ldComBuild.js.map +1 -0
  579. package/lib/helper/props_config.js +2 -1
  580. package/lib/helper/props_config.js.map +1 -0
  581. package/lib/index.js +2 -1
  582. package/lib/index.js.map +1 -0
  583. package/lib/locales/zh-CN.js +2 -1
  584. package/lib/locales/zh-CN.js.map +1 -0
  585. package/lib/lowcode/constants/api-url.js +2 -1
  586. package/lib/lowcode/constants/api-url.js.map +1 -0
  587. package/lib/lowcode/constants/event-topics.js +2 -1
  588. package/lib/lowcode/constants/event-topics.js.map +1 -0
  589. package/lib/lowcode/constants/index.js +2 -1
  590. package/lib/lowcode/constants/index.js.map +1 -0
  591. package/lib/lowcode/engine/factory/DataFactory.js +2 -1
  592. package/lib/lowcode/engine/factory/DataFactory.js.map +1 -0
  593. package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +2 -1
  594. package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +1 -0
  595. package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +2 -1
  596. package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +1 -0
  597. package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +2 -1
  598. package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +1 -0
  599. package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +2 -1
  600. package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +1 -0
  601. package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +2 -1
  602. package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +1 -0
  603. package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +2 -1
  604. package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +1 -0
  605. package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +2 -1
  606. package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +1 -0
  607. package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js +2 -1
  608. package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js.map +1 -0
  609. package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js +2 -1
  610. package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +1 -0
  611. package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +2 -1
  612. package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +1 -0
  613. package/lib/lowcode/engine/factory/panel-item-factory/index.js +2 -1
  614. package/lib/lowcode/engine/factory/panel-item-factory/index.js.map +1 -0
  615. package/lib/lowcode/engine/launcher.js +2 -1
  616. package/lib/lowcode/engine/launcher.js.map +1 -0
  617. package/lib/lowcode/engine/provider/ContextProvider/index.js +2 -1
  618. package/lib/lowcode/engine/provider/ContextProvider/index.js.map +1 -0
  619. package/lib/lowcode/engine/provider/ContextProvider/router.js +2 -1
  620. package/lib/lowcode/engine/provider/ContextProvider/router.js.map +1 -0
  621. package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js +2 -1
  622. package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +1 -0
  623. package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js +2 -1
  624. package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js.map +1 -0
  625. package/lib/lowcode/engine/provider/ContextProvider/useTodo.js +2 -1
  626. package/lib/lowcode/engine/provider/ContextProvider/useTodo.js.map +1 -0
  627. package/lib/lowcode/engine/provider/ContextProvider/utils.js +2 -1
  628. package/lib/lowcode/engine/provider/ContextProvider/utils.js.map +1 -0
  629. package/lib/lowcode/engine/provider/EventBusProvider.js +2 -1
  630. package/lib/lowcode/engine/provider/EventBusProvider.js.map +1 -0
  631. package/lib/lowcode/engine/provider/RemoteSourceProvider.js +2 -1
  632. package/lib/lowcode/engine/provider/RemoteSourceProvider.js.map +1 -0
  633. package/lib/lowcode/engine/tools/dataProcess.js +2 -1
  634. package/lib/lowcode/engine/tools/dataProcess.js.map +1 -0
  635. package/lib/lowcode/engine/tools/diff.js +2 -1
  636. package/lib/lowcode/engine/tools/diff.js.map +1 -0
  637. package/lib/lowcode/engine/tools/helper.js +2 -1
  638. package/lib/lowcode/engine/tools/helper.js.map +1 -0
  639. package/lib/lowcode/engine/tools/initDS.js +2 -1
  640. package/lib/lowcode/engine/tools/initDS.js.map +1 -0
  641. package/lib/lowcode/engine/tools/useCanvasRender.js +2 -1
  642. package/lib/lowcode/engine/tools/useCanvasRender.js.map +1 -0
  643. package/lib/lowcode/engine/tools/useCombinedRefs.js +2 -1
  644. package/lib/lowcode/engine/tools/useCombinedRefs.js.map +1 -0
  645. package/lib/lowcode/engine/tools/usePromiseState.js +2 -1
  646. package/lib/lowcode/engine/tools/usePromiseState.js.map +1 -0
  647. package/lib/lowcode/index.js +2 -1
  648. package/lib/lowcode/index.js.map +1 -0
  649. package/lib/lowcode/painter/Components.js +2 -1
  650. package/lib/lowcode/painter/Components.js.map +1 -0
  651. package/lib/lowcode/painter/Design.js +2 -1
  652. package/lib/lowcode/painter/Design.js.map +1 -0
  653. package/lib/lowcode/painter/DesignOperator.js +2 -1
  654. package/lib/lowcode/painter/DesignOperator.js.map +1 -0
  655. package/lib/lowcode/painter/DesignToolbar.js +2 -1
  656. package/lib/lowcode/painter/DesignToolbar.js.map +1 -0
  657. package/lib/lowcode/painter/I18n.js +2 -1
  658. package/lib/lowcode/painter/I18n.js.map +1 -0
  659. package/lib/lowcode/painter/Outline.js +2 -1
  660. package/lib/lowcode/painter/Outline.js.map +1 -0
  661. package/lib/lowcode/painter/Panel.js +2 -1
  662. package/lib/lowcode/painter/Panel.js.map +1 -0
  663. package/lib/lowcode/painter/Ribbon.js +2 -1
  664. package/lib/lowcode/painter/Ribbon.js.map +1 -0
  665. package/lib/lowcode/painter/components/ActionBindModal.js +2 -1
  666. package/lib/lowcode/painter/components/ActionBindModal.js.map +1 -0
  667. package/lib/lowcode/painter/components/AdvancePanel.js +2 -1
  668. package/lib/lowcode/painter/components/AdvancePanel.js.map +1 -0
  669. package/lib/lowcode/painter/components/AttrsPanel.js +2 -1
  670. package/lib/lowcode/painter/components/AttrsPanel.js.map +1 -0
  671. package/lib/lowcode/painter/components/Collapse.js +2 -1
  672. package/lib/lowcode/painter/components/Collapse.js.map +1 -0
  673. package/lib/lowcode/painter/components/ColorInput.js +2 -1
  674. package/lib/lowcode/painter/components/ColorInput.js.map +1 -0
  675. package/lib/lowcode/painter/components/DragDrop/DragDropContext.js +2 -1
  676. package/lib/lowcode/painter/components/DragDrop/DragDropContext.js.map +1 -0
  677. package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js +2 -1
  678. package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +1 -0
  679. package/lib/lowcode/painter/components/DragDrop/Overlay.js +2 -1
  680. package/lib/lowcode/painter/components/DragDrop/Overlay.js.map +1 -0
  681. package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +2 -1
  682. package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +1 -0
  683. package/lib/lowcode/painter/components/FieldSelector.js +2 -1
  684. package/lib/lowcode/painter/components/FieldSelector.js.map +1 -0
  685. package/lib/lowcode/painter/components/ListEditor.js +2 -1
  686. package/lib/lowcode/painter/components/ListEditor.js.map +1 -0
  687. package/lib/lowcode/painter/components/NumberInput.js +2 -1
  688. package/lib/lowcode/painter/components/NumberInput.js.map +1 -0
  689. package/lib/lowcode/painter/components/PanelItem.js +2 -1
  690. package/lib/lowcode/painter/components/PanelItem.js.map +1 -0
  691. package/lib/lowcode/painter/components/PopConfirm.js +2 -1
  692. package/lib/lowcode/painter/components/PopConfirm.js.map +1 -0
  693. package/lib/lowcode/painter/components/PopForm.js +2 -1
  694. package/lib/lowcode/painter/components/PopForm.js.map +1 -0
  695. package/lib/lowcode/painter/components/PreviewIframe.js +2 -1
  696. package/lib/lowcode/painter/components/PreviewIframe.js.map +1 -0
  697. package/lib/lowcode/painter/components/RuleInput.js +2 -1
  698. package/lib/lowcode/painter/components/RuleInput.js.map +1 -0
  699. package/lib/lowcode/painter/components/SortBox.js +2 -1
  700. package/lib/lowcode/painter/components/SortBox.js.map +1 -0
  701. package/lib/lowcode/painter/components/TipIcon.js +2 -1
  702. package/lib/lowcode/painter/components/TipIcon.js.map +1 -0
  703. package/lib/lowcode/painter/components/TreeEditor.js +2 -1
  704. package/lib/lowcode/painter/components/TreeEditor.js.map +1 -0
  705. package/lib/lowcode/painter/components/VarEditor.js +2 -1
  706. package/lib/lowcode/painter/components/VarEditor.js.map +1 -0
  707. package/lib/lowcode/painter/components/code-editor/BaseEditor.js +2 -1
  708. package/lib/lowcode/painter/components/code-editor/BaseEditor.js.map +1 -0
  709. package/lib/lowcode/painter/components/code-editor/CssEditor.js +2 -1
  710. package/lib/lowcode/painter/components/code-editor/CssEditor.js.map +1 -0
  711. package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js +2 -1
  712. package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js.map +1 -0
  713. package/lib/lowcode/painter/components/code-editor/JSEditor.js +2 -1
  714. package/lib/lowcode/painter/components/code-editor/JSEditor.js.map +1 -0
  715. package/lib/lowcode/painter/components/code-editor/JsonEditor.js +2 -1
  716. package/lib/lowcode/painter/components/code-editor/JsonEditor.js.map +1 -0
  717. package/lib/lowcode/painter/components/code-editor/VisionEditor.js +2 -1
  718. package/lib/lowcode/painter/components/code-editor/VisionEditor.js.map +1 -0
  719. package/lib/lowcode/painter/components/code-editor/index.js +2 -1
  720. package/lib/lowcode/painter/components/code-editor/index.js.map +1 -0
  721. package/lib/lowcode/painter/components/field-setting/BatchSetting.js +2 -1
  722. package/lib/lowcode/painter/components/field-setting/BatchSetting.js.map +1 -0
  723. package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js +2 -1
  724. package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js.map +1 -0
  725. package/lib/lowcode/painter/components/field-setting/CheckRules.js +2 -1
  726. package/lib/lowcode/painter/components/field-setting/CheckRules.js.map +1 -0
  727. package/lib/lowcode/painter/components/field-setting/FieldAttrs.js +2 -1
  728. package/lib/lowcode/painter/components/field-setting/FieldAttrs.js.map +1 -0
  729. package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js +2 -1
  730. package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +1 -0
  731. package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js +2 -1
  732. package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +1 -0
  733. package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js +2 -1
  734. package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js.map +1 -0
  735. package/lib/lowcode/painter/components/field-setting/SettingUI.js +2 -1
  736. package/lib/lowcode/painter/components/field-setting/SettingUI.js.map +1 -0
  737. package/lib/lowcode/painter/components/field-setting/index.js +2 -1
  738. package/lib/lowcode/painter/components/field-setting/index.js.map +1 -0
  739. package/lib/lowcode/painter/components/field-setting/meta/frontRules.js +2 -1
  740. package/lib/lowcode/painter/components/field-setting/meta/frontRules.js.map +1 -0
  741. package/lib/lowcode/painter/expect.js +2 -1
  742. package/lib/lowcode/painter/expect.js.map +1 -0
  743. package/lib/lowcode/painter/index.js +2 -1
  744. package/lib/lowcode/painter/index.js.map +1 -0
  745. package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js +2 -1
  746. package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js.map +1 -0
  747. package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +2 -1
  748. package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +1 -0
  749. package/lib/lowcode/painter/panel-section/ActionsEditor/index.js +2 -1
  750. package/lib/lowcode/painter/panel-section/ActionsEditor/index.js.map +1 -0
  751. package/lib/lowcode/painter/panel-section/BlockEditor/index.js +2 -1
  752. package/lib/lowcode/painter/panel-section/BlockEditor/index.js.map +1 -0
  753. package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +2 -1
  754. package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +1 -0
  755. package/lib/lowcode/painter/panel-section/BlocksEditor/index.js +2 -1
  756. package/lib/lowcode/painter/panel-section/BlocksEditor/index.js.map +1 -0
  757. package/lib/lowcode/painter/panel-section/ButtonType.js +2 -1
  758. package/lib/lowcode/painter/panel-section/ButtonType.js.map +1 -0
  759. package/lib/lowcode/painter/panel-section/ComplexPop.js +2 -1
  760. package/lib/lowcode/painter/panel-section/ComplexPop.js.map +1 -0
  761. package/lib/lowcode/painter/panel-section/ComponentSelector.js +2 -1
  762. package/lib/lowcode/painter/panel-section/ComponentSelector.js.map +1 -0
  763. package/lib/lowcode/painter/panel-section/DataSetSelector.js +2 -1
  764. package/lib/lowcode/painter/panel-section/DataSetSelector.js.map +1 -0
  765. package/lib/lowcode/painter/panel-section/FieldState.js +2 -1
  766. package/lib/lowcode/painter/panel-section/FieldState.js.map +1 -0
  767. package/lib/lowcode/painter/panel-section/FieldsSetting.js +2 -1
  768. package/lib/lowcode/painter/panel-section/FieldsSetting.js.map +1 -0
  769. package/lib/lowcode/painter/panel-section/GroupClassSelector.js +2 -1
  770. package/lib/lowcode/painter/panel-section/GroupClassSelector.js.map +1 -0
  771. package/lib/lowcode/painter/panel-section/I18nInput.js +2 -1
  772. package/lib/lowcode/painter/panel-section/I18nInput.js.map +1 -0
  773. package/lib/lowcode/painter/panel-section/Icon.js +2 -1
  774. package/lib/lowcode/painter/panel-section/Icon.js.map +1 -0
  775. package/lib/lowcode/painter/panel-section/IconConditionSelector.js +2 -1
  776. package/lib/lowcode/painter/panel-section/IconConditionSelector.js.map +1 -0
  777. package/lib/lowcode/painter/panel-section/IconSelector.js +2 -1
  778. package/lib/lowcode/painter/panel-section/IconSelector.js.map +1 -0
  779. package/lib/lowcode/painter/panel-section/ImpExp.js +2 -1
  780. package/lib/lowcode/painter/panel-section/ImpExp.js.map +1 -0
  781. package/lib/lowcode/painter/panel-section/ImpExpAlone.js +2 -1
  782. package/lib/lowcode/painter/panel-section/ImpExpAlone.js.map +1 -0
  783. package/lib/lowcode/painter/panel-section/JSEditor.js +2 -1
  784. package/lib/lowcode/painter/panel-section/JSEditor.js.map +1 -0
  785. package/lib/lowcode/painter/panel-section/LayoutRatio.js +2 -1
  786. package/lib/lowcode/painter/panel-section/LayoutRatio.js.map +1 -0
  787. package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js +2 -1
  788. package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js.map +1 -0
  789. package/lib/lowcode/painter/panel-section/PageVars.js +2 -1
  790. package/lib/lowcode/painter/panel-section/PageVars.js.map +1 -0
  791. package/lib/lowcode/painter/panel-section/SerialsSelector.js +2 -1
  792. package/lib/lowcode/painter/panel-section/SerialsSelector.js.map +1 -0
  793. package/lib/lowcode/painter/panel-section/SplitDisplay.js +2 -1
  794. package/lib/lowcode/painter/panel-section/SplitDisplay.js.map +1 -0
  795. package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js +2 -1
  796. package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js.map +1 -0
  797. package/lib/lowcode/painter/panel-section/StylePanel/Border.js +2 -1
  798. package/lib/lowcode/painter/panel-section/StylePanel/Border.js.map +1 -0
  799. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js +2 -1
  800. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +1 -0
  801. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +2 -1
  802. package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +1 -0
  803. package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js +2 -1
  804. package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +1 -0
  805. package/lib/lowcode/painter/panel-section/StylePanel/Display.js +2 -1
  806. package/lib/lowcode/painter/panel-section/StylePanel/Display.js.map +1 -0
  807. package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +2 -1
  808. package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +1 -0
  809. package/lib/lowcode/painter/panel-section/StylePanel/Font.js +2 -1
  810. package/lib/lowcode/painter/panel-section/StylePanel/Font.js.map +1 -0
  811. package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js +2 -1
  812. package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +1 -0
  813. package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js +2 -1
  814. package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +1 -0
  815. package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +2 -1
  816. package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +1 -0
  817. package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +2 -1
  818. package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +1 -0
  819. package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +2 -1
  820. package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +1 -0
  821. package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js +2 -1
  822. package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +1 -0
  823. package/lib/lowcode/painter/panel-section/StylePanel/Margin.js +2 -1
  824. package/lib/lowcode/painter/panel-section/StylePanel/Margin.js.map +1 -0
  825. package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js +2 -1
  826. package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js.map +1 -0
  827. package/lib/lowcode/painter/panel-section/StylePanel/Padding.js +2 -1
  828. package/lib/lowcode/painter/panel-section/StylePanel/Padding.js.map +1 -0
  829. package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js +2 -1
  830. package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js.map +1 -0
  831. package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js +2 -1
  832. package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js.map +1 -0
  833. package/lib/lowcode/painter/panel-section/StylePanel/Size.js +2 -1
  834. package/lib/lowcode/painter/panel-section/StylePanel/Size.js.map +1 -0
  835. package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js +2 -1
  836. package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +1 -0
  837. package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js +2 -1
  838. package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +1 -0
  839. package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js +2 -1
  840. package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +1 -0
  841. package/lib/lowcode/painter/panel-section/StylePanel/index.js +2 -1
  842. package/lib/lowcode/painter/panel-section/StylePanel/index.js.map +1 -0
  843. package/lib/lowcode/painter/panel-section/TabItems.js +2 -1
  844. package/lib/lowcode/painter/panel-section/TabItems.js.map +1 -0
  845. package/lib/lowcode/painter/panel-section/TableTopFilter.js +2 -1
  846. package/lib/lowcode/painter/panel-section/TableTopFilter.js.map +1 -0
  847. package/lib/lowcode/painter/panel-section/TableZebra.js +2 -1
  848. package/lib/lowcode/painter/panel-section/TableZebra.js.map +1 -0
  849. package/lib/lowcode/painter/panel-section/TextContent.js +2 -1
  850. package/lib/lowcode/painter/panel-section/TextContent.js.map +1 -0
  851. package/lib/lowcode/painter/panel-section/TreeRootEditor.js +2 -1
  852. package/lib/lowcode/painter/panel-section/TreeRootEditor.js.map +1 -0
  853. package/lib/lowcode/painter/panel-section/WidthHeight.js +2 -1
  854. package/lib/lowcode/painter/panel-section/WidthHeight.js.map +1 -0
  855. package/lib/lowcode/painter/services/I18n.js +2 -1
  856. package/lib/lowcode/painter/services/I18n.js.map +1 -0
  857. package/lib/lowcode/painter/services/complexPop.js +2 -1
  858. package/lib/lowcode/painter/services/complexPop.js.map +1 -0
  859. package/lib/lowcode/preview/index.js +2 -1
  860. package/lib/lowcode/preview/index.js.map +1 -0
  861. package/lib/lowcode/view/Canvas.js +2 -1
  862. package/lib/lowcode/view/Canvas.js.map +1 -0
  863. package/lib/lowcode/view/ErrorBoundary.js +2 -1
  864. package/lib/lowcode/view/ErrorBoundary.js.map +1 -0
  865. package/lib/lowcode/view/Loading.js +2 -1
  866. package/lib/lowcode/view/Loading.js.map +1 -0
  867. package/lib/lowcode/view/Page.js +2 -1
  868. package/lib/lowcode/view/Page.js.map +1 -0
  869. package/lib/lowcode/view/index.js +2 -1
  870. package/lib/lowcode/view/index.js.map +1 -0
  871. package/lib/lowcode/view/lc-components/Box/FunctionDesign.js +2 -1
  872. package/lib/lowcode/view/lc-components/Box/FunctionDesign.js.map +1 -0
  873. package/lib/lowcode/view/lc-components/Box/FunctionLive.js +2 -1
  874. package/lib/lowcode/view/lc-components/Box/FunctionLive.js.map +1 -0
  875. package/lib/lowcode/view/lc-components/Box/FunctionPreview.js +2 -1
  876. package/lib/lowcode/view/lc-components/Box/FunctionPreview.js.map +1 -0
  877. package/lib/lowcode/view/lc-components/Box/index.js +2 -1
  878. package/lib/lowcode/view/lc-components/Box/index.js.map +1 -0
  879. package/lib/lowcode/view/lc-components/Button/FunctionDesign.js +2 -1
  880. package/lib/lowcode/view/lc-components/Button/FunctionDesign.js.map +1 -0
  881. package/lib/lowcode/view/lc-components/Button/FunctionLive.js +2 -1
  882. package/lib/lowcode/view/lc-components/Button/FunctionLive.js.map +1 -0
  883. package/lib/lowcode/view/lc-components/Button/FunctionPreview.js +2 -1
  884. package/lib/lowcode/view/lc-components/Button/FunctionPreview.js.map +1 -0
  885. package/lib/lowcode/view/lc-components/Button/index.js +2 -1
  886. package/lib/lowcode/view/lc-components/Button/index.js.map +1 -0
  887. package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js +2 -1
  888. package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js.map +1 -0
  889. package/lib/lowcode/view/lc-components/CardList/FunctionLive.js +2 -1
  890. package/lib/lowcode/view/lc-components/CardList/FunctionLive.js.map +1 -0
  891. package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js +2 -1
  892. package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js.map +1 -0
  893. package/lib/lowcode/view/lc-components/CardList/index.js +2 -1
  894. package/lib/lowcode/view/lc-components/CardList/index.js.map +1 -0
  895. package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js +2 -1
  896. package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +1 -0
  897. package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js +2 -1
  898. package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js.map +1 -0
  899. package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js +2 -1
  900. package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +1 -0
  901. package/lib/lowcode/view/lc-components/Dialog/index.js +2 -1
  902. package/lib/lowcode/view/lc-components/Dialog/index.js.map +1 -0
  903. package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js +2 -1
  904. package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +1 -0
  905. package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js +2 -1
  906. package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js.map +1 -0
  907. package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js +2 -1
  908. package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +1 -0
  909. package/lib/lowcode/view/lc-components/Drawer/index.js +2 -1
  910. package/lib/lowcode/view/lc-components/Drawer/index.js.map +1 -0
  911. package/lib/lowcode/view/lc-components/Form/FunctionDesign.js +2 -1
  912. package/lib/lowcode/view/lc-components/Form/FunctionDesign.js.map +1 -0
  913. package/lib/lowcode/view/lc-components/Form/FunctionLive.js +2 -1
  914. package/lib/lowcode/view/lc-components/Form/FunctionLive.js.map +1 -0
  915. package/lib/lowcode/view/lc-components/Form/FunctionPreview.js +2 -1
  916. package/lib/lowcode/view/lc-components/Form/FunctionPreview.js.map +1 -0
  917. package/lib/lowcode/view/lc-components/Form/index.js +2 -1
  918. package/lib/lowcode/view/lc-components/Form/index.js.map +1 -0
  919. package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js +2 -1
  920. package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +1 -0
  921. package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js +2 -1
  922. package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +1 -0
  923. package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js +2 -1
  924. package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +1 -0
  925. package/lib/lowcode/view/lc-components/GroupTree/index.js +2 -1
  926. package/lib/lowcode/view/lc-components/GroupTree/index.js.map +1 -0
  927. package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js +2 -1
  928. package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +1 -0
  929. package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js +2 -1
  930. package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js.map +1 -0
  931. package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js +2 -1
  932. package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +1 -0
  933. package/lib/lowcode/view/lc-components/Iframe/index.js +2 -1
  934. package/lib/lowcode/view/lc-components/Iframe/index.js.map +1 -0
  935. package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js +2 -1
  936. package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +1 -0
  937. package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js +2 -1
  938. package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js.map +1 -0
  939. package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js +2 -1
  940. package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +1 -0
  941. package/lib/lowcode/view/lc-components/ImEx/index.js +2 -1
  942. package/lib/lowcode/view/lc-components/ImEx/index.js.map +1 -0
  943. package/lib/lowcode/view/lc-components/Image/FunctionDesign.js +2 -1
  944. package/lib/lowcode/view/lc-components/Image/FunctionDesign.js.map +1 -0
  945. package/lib/lowcode/view/lc-components/Image/FunctionLive.js +2 -1
  946. package/lib/lowcode/view/lc-components/Image/FunctionLive.js.map +1 -0
  947. package/lib/lowcode/view/lc-components/Image/FunctionPreview.js +2 -1
  948. package/lib/lowcode/view/lc-components/Image/FunctionPreview.js.map +1 -0
  949. package/lib/lowcode/view/lc-components/Image/index.js +2 -1
  950. package/lib/lowcode/view/lc-components/Image/index.js.map +1 -0
  951. package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js +2 -1
  952. package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js.map +1 -0
  953. package/lib/lowcode/view/lc-components/JSX/FunctionLive.js +2 -1
  954. package/lib/lowcode/view/lc-components/JSX/FunctionLive.js.map +1 -0
  955. package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js +2 -1
  956. package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js.map +1 -0
  957. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -1
  958. package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -0
  959. package/lib/lowcode/view/lc-components/JSX/index.js +2 -1
  960. package/lib/lowcode/view/lc-components/JSX/index.js.map +1 -0
  961. package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js +2 -1
  962. package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js.map +1 -0
  963. package/lib/lowcode/view/lc-components/Layout/FunctionLive.js +2 -1
  964. package/lib/lowcode/view/lc-components/Layout/FunctionLive.js.map +1 -0
  965. package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js +2 -1
  966. package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js.map +1 -0
  967. package/lib/lowcode/view/lc-components/Layout/index.js +2 -1
  968. package/lib/lowcode/view/lc-components/Layout/index.js.map +1 -0
  969. package/lib/lowcode/view/lc-components/Link/FunctionDesign.js +2 -1
  970. package/lib/lowcode/view/lc-components/Link/FunctionDesign.js.map +1 -0
  971. package/lib/lowcode/view/lc-components/Link/FunctionLive.js +2 -1
  972. package/lib/lowcode/view/lc-components/Link/FunctionLive.js.map +1 -0
  973. package/lib/lowcode/view/lc-components/Link/FunctionPreview.js +2 -1
  974. package/lib/lowcode/view/lc-components/Link/FunctionPreview.js.map +1 -0
  975. package/lib/lowcode/view/lc-components/Link/index.js +2 -1
  976. package/lib/lowcode/view/lc-components/Link/index.js.map +1 -0
  977. package/lib/lowcode/view/lc-components/PageContent/index.js +2 -1
  978. package/lib/lowcode/view/lc-components/PageContent/index.js.map +1 -0
  979. package/lib/lowcode/view/lc-components/PageFooter/index.js +2 -1
  980. package/lib/lowcode/view/lc-components/PageFooter/index.js.map +1 -0
  981. package/lib/lowcode/view/lc-components/PageHeader/index.js +2 -1
  982. package/lib/lowcode/view/lc-components/PageHeader/index.js.map +1 -0
  983. package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js +2 -1
  984. package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +1 -0
  985. package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js +2 -1
  986. package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +1 -0
  987. package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js +2 -1
  988. package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +1 -0
  989. package/lib/lowcode/view/lc-components/PageLayout/index.js +2 -1
  990. package/lib/lowcode/view/lc-components/PageLayout/index.js.map +1 -0
  991. package/lib/lowcode/view/lc-components/PageModal/index.js +2 -1
  992. package/lib/lowcode/view/lc-components/PageModal/index.js.map +1 -0
  993. package/lib/lowcode/view/lc-components/Section/FunctionDesign.js +2 -1
  994. package/lib/lowcode/view/lc-components/Section/FunctionDesign.js.map +1 -0
  995. package/lib/lowcode/view/lc-components/Section/FunctionLive.js +2 -1
  996. package/lib/lowcode/view/lc-components/Section/FunctionLive.js.map +1 -0
  997. package/lib/lowcode/view/lc-components/Section/FunctionPreview.js +2 -1
  998. package/lib/lowcode/view/lc-components/Section/FunctionPreview.js.map +1 -0
  999. package/lib/lowcode/view/lc-components/Section/index.js +2 -1
  1000. package/lib/lowcode/view/lc-components/Section/index.js.map +1 -0
  1001. package/lib/lowcode/view/lc-components/Split/FunctionDesign.js +2 -1
  1002. package/lib/lowcode/view/lc-components/Split/FunctionDesign.js.map +1 -0
  1003. package/lib/lowcode/view/lc-components/Split/FunctionLive.js +2 -1
  1004. package/lib/lowcode/view/lc-components/Split/FunctionLive.js.map +1 -0
  1005. package/lib/lowcode/view/lc-components/Split/FunctionPreview.js +2 -1
  1006. package/lib/lowcode/view/lc-components/Split/FunctionPreview.js.map +1 -0
  1007. package/lib/lowcode/view/lc-components/Split/index.js +2 -1
  1008. package/lib/lowcode/view/lc-components/Split/index.js.map +1 -0
  1009. package/lib/lowcode/view/lc-components/Table/FunctionDesign.js +2 -1
  1010. package/lib/lowcode/view/lc-components/Table/FunctionDesign.js.map +1 -0
  1011. package/lib/lowcode/view/lc-components/Table/FunctionLive.js +2 -1
  1012. package/lib/lowcode/view/lc-components/Table/FunctionLive.js.map +1 -0
  1013. package/lib/lowcode/view/lc-components/Table/FunctionPreview.js +2 -1
  1014. package/lib/lowcode/view/lc-components/Table/FunctionPreview.js.map +1 -0
  1015. package/lib/lowcode/view/lc-components/Table/components/TopFilter.js +2 -1
  1016. package/lib/lowcode/view/lc-components/Table/components/TopFilter.js.map +1 -0
  1017. package/lib/lowcode/view/lc-components/Table/components/TopImex.js +2 -1
  1018. package/lib/lowcode/view/lc-components/Table/components/TopImex.js.map +1 -0
  1019. package/lib/lowcode/view/lc-components/Table/index.js +2 -1
  1020. package/lib/lowcode/view/lc-components/Table/index.js.map +1 -0
  1021. package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js +2 -1
  1022. package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +1 -0
  1023. package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js +2 -1
  1024. package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js.map +1 -0
  1025. package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js +2 -1
  1026. package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +1 -0
  1027. package/lib/lowcode/view/lc-components/Tabs/index.js +2 -1
  1028. package/lib/lowcode/view/lc-components/Tabs/index.js.map +1 -0
  1029. package/lib/lowcode/view/lc-components/Text/FunctionDesign.js +2 -1
  1030. package/lib/lowcode/view/lc-components/Text/FunctionDesign.js.map +1 -0
  1031. package/lib/lowcode/view/lc-components/Text/FunctionLive.js +2 -1
  1032. package/lib/lowcode/view/lc-components/Text/FunctionLive.js.map +1 -0
  1033. package/lib/lowcode/view/lc-components/Text/FunctionPreview.js +2 -1
  1034. package/lib/lowcode/view/lc-components/Text/FunctionPreview.js.map +1 -0
  1035. package/lib/lowcode/view/lc-components/Text/index.js +2 -1
  1036. package/lib/lowcode/view/lc-components/Text/index.js.map +1 -0
  1037. package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js +2 -1
  1038. package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js.map +1 -0
  1039. package/lib/lowcode/view/lc-components/Tree/FunctionLive.js +2 -1
  1040. package/lib/lowcode/view/lc-components/Tree/FunctionLive.js.map +1 -0
  1041. package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js +2 -1
  1042. package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js.map +1 -0
  1043. package/lib/lowcode/view/lc-components/Tree/index.js +2 -1
  1044. package/lib/lowcode/view/lc-components/Tree/index.js.map +1 -0
  1045. package/lib/lowcode/view/lc-components/Wrapper.js +2 -1
  1046. package/lib/lowcode/view/lc-components/Wrapper.js.map +1 -0
  1047. package/lib/services.js +2 -1
  1048. package/lib/services.js.map +1 -0
  1049. package/lib/upload/FilesWall/index.js +2 -1
  1050. package/lib/upload/FilesWall/index.js.map +1 -0
  1051. package/lib/upload/Form/gridForm.js +2 -1
  1052. package/lib/upload/Form/gridForm.js.map +1 -0
  1053. package/lib/upload/Form/index.js +2 -1
  1054. package/lib/upload/Form/index.js.map +1 -0
  1055. package/lib/upload/FormItem/index.js +2 -1
  1056. package/lib/upload/FormItem/index.js.map +1 -0
  1057. package/lib/upload/GridCell/index.js +2 -1
  1058. package/lib/upload/GridCell/index.js.map +1 -0
  1059. package/lib/upload/index.js +2 -1
  1060. package/lib/upload/index.js.map +1 -0
  1061. package/lib/utils/action.js +2 -1
  1062. package/lib/utils/action.js.map +1 -0
  1063. package/lib/utils/form.js +2 -1
  1064. package/lib/utils/form.js.map +1 -0
  1065. package/lib/utils/grid.js +2 -1
  1066. package/lib/utils/grid.js.map +1 -0
  1067. package/lib/utils/index.js +2 -1
  1068. package/lib/utils/index.js.map +1 -0
  1069. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_moment","_lodash","_ApiConfig","_form","_grid","formItemUtils","_interopRequireWildcard","_excluded","_excluded2","_excluded3","_excluded4","_excluded5","_excluded6","_excluded7","_excluded8","_excluded9","getFormItem","_ref","arguments","length","undefined","comName","property","props","_objectWithoutProperties2","default","customProps","createElement","Fragment","opt_decimal","comType","defaultComName","_translator","translator","name","translateProps","_merge","merge","formatCustomProps","type","_props","renderBasicFormItem","com","comProps","React","cloneElement","_objectSpread2","key","children","getFormItemUtils","concat","capitalize","formItemDataFormat","exports","propsList","values","omitValues","cloneDeep","data","transform","result","n","_ref2","translatorProps","dataFormat","moment","display","multiple","splitStrToObj","value","label","Number","JSON","parse","map","file","uid","fileName","status","origFileName","ext","fileExt","size","fileSize","url","api","LUCKDA_HOST","previewUrl","thumbUrl","isNil","omit","_values","clone","_values$name","_values$name2","_ref3","hasOwnProperty","valueOf","isArray","v","join","stringify","format","newFile","objectName","marker","deleteFile","getFormColumn","_props$config","formType","_ref4","_ref5","formItemRewrite","formItemType","_translator2","_merge2","_","columnRender","getColumnRender","title","editable","required","config","render","_defineProperty2","field"],"sources":["../../luckda/utils/form.js"],"sourcesContent":["import React from 'react';\nimport moment from 'moment';\nimport { capitalize, merge, transform, isArray, omit, isNil, clone, cloneDeep } from 'lodash';\nimport api from '@/services/ApiConfig';\nimport { defaultComName, translator, splitStrToObj, formatCustomProps } from '../helper/form';\nimport { getColumnRender } from './grid';\nimport * as formItemUtils from '../helper/FromItems';\n\n/**\n * 根据动态表单配置项生成formItem\n * @param {动态表单配置项} props\n * @param {自定义动态表单配置项} customProps\n * @returns <BasicForm name='' ... />\n */\nexport function getFormItem({ comName, property, ...props } = {}, customProps = {}) {\n if (!property) return <></>;\n if (property === 'sint' || property === 'number' || property === 'long') props.opt_decimal = 0;\n const comType = comName || defaultComName[property];\n const { name, ...translateProps } = translator(props);\n const { type, ..._props } = merge(\n // 移除type,不能删除type,会导致查询renderInfo的时候报错\n translateProps,\n formatCustomProps(comType, customProps),\n );\n if (customProps.renderBasicFormItem) {\n const com = customProps.renderBasicFormItem(_props);\n const comProps = merge(_props, com.props);\n return React.cloneElement(\n com,\n {\n ...comProps,\n name,\n key: name,\n },\n com.props.children,\n );\n }\n const getFormItemUtils = formItemUtils[`get${capitalize(comType)}Item`];\n return getFormItemUtils({ ..._props, name, key: name });\n}\n\n/**\n * 根据后端返回数据组装表单数据\n * @param {数组---动态表单配置参数列表} propsList\n * @param {对象---后端返回的未处理数据} values\n * @returns\n */\nexport const formItemDataFormat = (propsList = [], values = {}) => {\n let omitValues = cloneDeep(values);\n const data = transform(\n propsList,\n (result, n) => {\n const { comName, property, ...props } = n || {};\n const translatorProps = translator(props);\n const { name, dataFormat } = translatorProps;\n switch (comName || defaultComName[property]) {\n case 'date':\n result[name] = values[`${name}_virtual`]\n ? moment(values[`${name}_virtual`], 'YYYY-MM-DD HH:mm:ss')\n : undefined;\n break;\n case 'dict':\n if (props.display === 'radio') {\n result[name] = values[name] || void 0;\n break;\n }\n case 'user':\n case 'select':\n case 'group':\n case 'complex':\n if (translatorProps.multiple) {\n result[name] = splitStrToObj(values[name], values[`${name}_virtual`]);\n } else {\n result[name] = values[name]\n ? {\n key: values[name],\n value: values[name],\n label: values[`${name}_virtual`],\n }\n : undefined;\n }\n break;\n case 'switch':\n result[name] = values[name] && Number(values[name]);\n break;\n case 'region':\n result[name] = values[name] ? JSON.parse(values[name]) : undefined;\n break;\n case 'year':\n result[name] = values[name] ? moment(values[name], 'YYYY') : undefined;\n break;\n case 'radio':\n result[name] = values[name];\n break;\n case 'upload':\n result[name] = (values[`${name}_virtual`] || []).map((file) => ({\n uid: file.fileName,\n status: 'done',\n name: file.origFileName,\n ext: file.fileExt,\n size: file.fileSize,\n url: `${api.LUCKDA_HOST}${file.previewUrl}`,\n thumbUrl: `${api.LUCKDA_HOST}${file.previewUrl}`,\n }));\n break;\n default:\n if (!isNil(values[`${name}_virtual`] || values[name]))\n result[name] = values[`${name}_virtual`] || values[name];\n }\n omitValues = omit(omitValues, [name, `${name}_virtual`]);\n },\n {},\n );\n return { ...omitValues, ...data };\n};\n\n/**\n * 数据格式化\n * @param {数组---动态表单配置参数列表} propsList\n * @param {对象---表单获取到的未处理数据} values\n * @returns\n */\nexport const dataFormat = (propsList = [], _values = {}) => {\n // 姚小川说:冗余字段后端处理,不需要前端传给后端\n let values = clone(_values);\n const data = transform(\n propsList,\n (result, n) => {\n const { comName, property, ...props } = n || {};\n const translatorProps = translator(props);\n const { name } = translatorProps;\n if (!values.hasOwnProperty(name)) return;\n switch (comName || defaultComName[property]) {\n case 'date':\n result[name] = values[name] ? moment(values[name]).valueOf() : null;\n break;\n case 'dict':\n if (props.display === 'radio') {\n result[name] = values[name] || null;\n break;\n }\n case 'user':\n case 'select':\n case 'group':\n case 'complex':\n if (isArray(values[name]))\n result[name] = values[name].map((v) => v.value || v.key).join(',');\n else\n result[name] = !isNil(values[name]?.value)\n ? values[name].value\n : values[name]?.key || null;\n break;\n case 'switch':\n result[name] = values[name] ? 1 : 0;\n break;\n case 'region':\n result[name] = values[name] ? JSON.stringify(values[name]) : null;\n break;\n case 'year':\n result[name] = values[name] ? moment(values[name]).format('YYYY') : null;\n break;\n case 'upload':\n result[name] = values[name]\n ? values[name].map((v) => {\n if (v.newFile) return { objectName: v.uid, marker: 'add' };\n if (v.deleteFile) return { objectName: v.uid, marker: 'delete' };\n return { objectName: v.uid };\n })\n : undefined;\n break;\n default:\n result[name] = values[name];\n }\n values = omit(values, [name, `${name}_cvt`]);\n },\n {},\n );\n return { ...values, ...data };\n};\n\n/**\n *\n * @param formType\n * @param props\n * @param customProps\n * @returns {*&{field: *, editable: (false|{required: *}), renderBasicFormItem: ((function(): (*))|*), title, render: *}}\n */\nexport const getFormColumn = (\n formType = 'grid',\n { comName, property, ...props } = {},\n { formItemRewrite, ...customProps } = {},\n) => {\n let formItemType = comName || defaultComName[property];\n if (formItemType === 'radio') formItemType = 'select';\n const { name, ...translateProps } = translator(props);\n const {\n type,\n name: _,\n ..._props\n } = merge(\n // mode=writer移除type,不能删除type,会导致查询renderInfo的时候报错\n translateProps,\n formatCustomProps(formItemType, formItemRewrite),\n );\n const columnRender = getColumnRender(name, formItemType, _props);\n if (formType !== 'writer') _props.name = name;\n return {\n title: translateProps.label,\n editable: formType === 'writer' && {\n required: _props.required || _props.config?.required,\n },\n render: _props.render || columnRender,\n ...customProps,\n renderBasicFormItem: () => {\n if (!property) return <></>;\n if (customProps.renderBasicFormItem) {\n const com = customProps.renderBasicFormItem(_props);\n const comProps = merge(_props, com.props);\n return React.cloneElement(\n com,\n {\n dataFormat: (value) => ({ [name]: value }),\n key: name,\n ...comProps,\n },\n com.props.children,\n );\n }\n const getFormItemUtils = formItemUtils[`get${capitalize(formItemType)}Item`];\n return getFormItemUtils({\n dataFormat: (value) => ({ [name]: value }),\n key: name,\n ..._props,\n });\n },\n field: name,\n };\n};\n"],"mappings":"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"}
package/lib/utils/grid.js CHANGED
@@ -310,4 +310,5 @@ var getGridColumn = exports.getGridColumn = function getGridColumn() {
310
310
  }
311
311
  }
312
312
  return data;
313
- };
313
+ };
314
+ //# sourceMappingURL=grid.js
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_umi","_lodash","_antd","_moment","_GridCell","_utils","_ApiConfig","_form","formItemUtils","_interopRequireWildcard","_excluded","_excluded2","_excluded3","getColumnRender","name","type","props","arguments","length","undefined","render","text","record","concat","_props$config","config","precision","Number","toFixed","moment","format","isMoment","isArray","map","i","label","join","isObject","default","createElement","Switch","checked","size","Tag","color","isString","JSON","parse","fileList","file","uid","fileName","origFileName","previewUrl","api","LUCKDA_HOST","getAlign","extraData","alignClass","getGridColumn","exports","_ref","comName","property","_objectWithoutProperties2","customProps","isTreeGrid","writable","comType","defaultComName","_props$isVirtual","isVirtual","_props$extra","extra","_translator","translator","translateProps","_merge","merge","formatCustomProps","filter","filterParams","_props","_extra","data","_objectSpread2","field","title","fieldAliasName","headerAlign","align","includes","sortable","isNil","_props$config2","mode","options","value","formatMessage","id","key","_getDvaApp","getDvaApp","_store","dispatch","searchData","str","_getDvaApp2","payload","filterOption","alias","_getDvaApp3","snamealias","_getDvaApp4","sclassKey","_getDvaApp5","sname","isShowInForm","isReadOnly","editable","isNotNull","required","cellWriter","formItemCom","capitalize","getFormItemUtils","formItemProps","dataFormat","_defineProperty2","valueOf","inputFormat","params","multiple","v","splitStrToObj"],"sources":["../../luckda/utils/grid.js"],"sourcesContent":["import React from 'react';\nimport { getDvaApp } from 'umi';\nimport { merge, isNil, isArray, includes, capitalize, isString, isObject } from 'lodash';\nimport { Switch, Tag } from 'luck-design/antd';\nimport moment from 'moment';\nimport UploadGridCell from '../upload/GridCell';\nimport { formatMessage } from '@luck-design-biz/base/utils';\nimport api from '@/services/ApiConfig';\nimport { defaultComName, translator, formatCustomProps, splitStrToObj } from '../helper/form';\nimport * as formItemUtils from '../helper/FromItems';\n\n// const { dispatch } = getDvaApp()?._store;\n\nexport function getColumnRender(name, type, props = {}) {\n let render = (text, record) => record[`${name}_virtual`] || text;\n switch (type) {\n case 'number':\n case 'string':\n case 'textarea':\n render = (text, record) =>\n record[`${name}_virtual`] ||\n (props.config?.precision && text ? Number(text).toFixed(props.config.precision) : text);\n break;\n case 'date':\n render = (text, record) =>\n record[`${name}_virtual`] ||\n (text ? moment(text).format('YYYY-MM-DD HH:mm:ss') : undefined);\n break;\n case 'year':\n render = text => moment.isMoment(text) ? text.format('YYYY') : text;\n break;\n case 'user':\n case 'select':\n case 'group':\n case 'complex':\n case 'dict':\n render = (text, record) => {\n if (isArray(text)) return text.map(i => i.label).join(',');\n if (isObject(text)) return text.label;\n if (record[`${name}_virtual`]) return record[`${name}_virtual`];\n };\n break;\n case 'switch':\n render = (text) => <Switch checked={!!text} size=\"small\" />;\n break;\n case 'color':\n render = (text) => <Tag color={text}>{text}</Tag>;\n break;\n case 'region':\n render = (text, record) =>\n record[`${name}_virtual`] ||\n (text\n ? (isString(text) ? JSON.parse(text) : text).map((i) => i.name).join('/')\n : undefined);\n break;\n case 'upload':\n render = (text, record) => {\n let fileList = [];\n if (record[`${name}_virtual`])\n fileList = record[`${name}_virtual`].map((file) => ({\n uid: file.fileName,\n name: file.origFileName,\n previewUrl: `${api.LUCKDA_HOST}${file.previewUrl}`,\n }));\n return <UploadGridCell fileList={fileList} />;\n };\n break;\n default:\n }\n return render;\n}\n\n// 获取表头、单元格对应的对齐方式\nconst getAlign = (extraData, alignClass) => {\n switch (extraData[alignClass]) {\n case '居左':\n return 'left';\n case '居中':\n return 'center';\n case '居右':\n return 'right';\n default:\n return 'left';\n }\n};\n\nexport const getGridColumn = (\n { comName, property, ...props } = {},\n customProps = {},\n isTreeGrid,\n writable = false,\n) => {\n const comType = comName || defaultComName[property];\n const { isVirtual = false, extra = '{}' } = props;\n const { name, ...translateProps } = translator(props);\n const { filter, filterParams, ..._props } = merge(\n translateProps,\n formatCustomProps(comType, customProps),\n );\n const _extra = JSON.parse(extra) || {};\n let data = {\n ..._props,\n field: name,\n title: _props.fieldAliasName || _props.label,\n headerAlign: _props.headerAlign || getAlign(_extra, 'sheading_alignment_virtual'),\n align: _props.align || getAlign(_extra, 'scell_alignment_virtual'),\n render: _props.render || getColumnRender(name, comType, _props),\n };\n if (\n isTreeGrid ||\n isVirtual ||\n includes(['user', 'select', 'group', 'switch', 'color', 'region', 'file', 'complex'], comType)\n )\n data.sortable = false;\n // data.filter = false;\n if (!isNil(filter)) {\n // 因为后端升级问题,暂时关闭过滤功能\n data.filter = filter;\n data.filterParams = filterParams;\n } else if (!isTreeGrid && !isVirtual) {\n if ((_props.mode || _props.config?.mode) === 'multiple') {\n data.field = `${name}_virtual`;\n data.filter = 'text';\n return data;\n }\n switch (comType) {\n case 'switch':\n data.filter = 'select';\n data.filterParams = {\n options: [\n {\n value: 0,\n label: formatMessage({ id: 'app.base.state.no', label: '否' }),\n },\n {\n value: 1,\n label: formatMessage({ id: 'app.base.state.yes', label: '是' }),\n },\n ],\n key: name,\n };\n break;\n case 'date':\n case 'year':\n data.filter = 'date';\n break;\n case 'user':\n data.filter = 'select';\n data.filterParams = {\n options: () => getDvaApp()?._store?.dispatch({ type: 'global/getUser' }),\n searchData: (str) =>\n getDvaApp()?._store?.dispatch({\n type: `global/getUser`,\n payload: str,\n }),\n key: name,\n filterOption: false,\n };\n break;\n case 'select':\n case 'radio':\n data.filter = 'select';\n if (_props.alias) {\n data.filterParams = {\n options: () =>\n getDvaApp()?._store?.dispatch({\n type: 'global/getDatadic',\n payload: { snamealias: _props.alias },\n }),\n key: name,\n };\n }\n break;\n case 'group':\n data.filter = 'treeSelect';\n data.filterParams = {\n options: () =>\n getDvaApp()?._store?.dispatch({\n type: 'global/readGroup',\n payload: { sclassKey: _props.sclassKey },\n }),\n searchData: (str) =>\n getDvaApp()?._store?.dispatch({\n type: 'global/readGroup',\n payload: {\n sclassKey: _props.sclassKey,\n sname: str,\n },\n }),\n key: name,\n };\n break;\n case 'upload':\n case 'textarea':\n case 'editor':\n data.filter = false;\n break;\n default:\n data.filter = 'text';\n }\n } else data.filter = false;\n if (writable && props.isShowInForm && !props.isReadOnly) {\n data.editable = props.isNotNull ? { required: true } : true;\n if (_props.cellWriter) data.cellWriter = _props.cellWriter;\n else {\n let formItemCom = capitalize(comType) === 'Textarea' ? 'String' : capitalize(comType);\n const getFormItemUtils = formItemUtils[`get${formItemCom}Item`];\n let formItemProps = {};\n switch (formItemCom) {\n case 'date':\n formItemProps = {\n dataFormat: (value) => ({\n [name]: value ? moment(value).valueOf() : undefined,\n [`${name}_virtual`]: value ? moment(value).format('YYYY-MM-DD HH:mm:ss') : undefined,\n }),\n inputFormat: (value, record, params) =>\n moment(record[`${name}_virtual`], 'YYYY-MM-DD HH:mm:ss'),\n };\n break;\n case 'user':\n case 'select':\n case 'group':\n case 'complex':\n if (translateProps.multiple) {\n formItemProps = {\n dataFormat: (value) => ({\n [name]: value.map((v) => v.value || v.key).join(','),\n [`${name}_virtual`]: value.map((v) => v.label).join(','),\n }),\n inputFormat: (value, record, params) => ({\n [name]: splitStrToObj(value, record[`${name}_virtual`]),\n }),\n };\n } else {\n formItemProps = {\n dataFormat: (value) => ({\n [name]: value ? value.value || value.key : undefined,\n [`${name}_virtual`]: value ? value.label : undefined,\n }),\n inputFormat: (value, record, params) => ({\n [name]: !isNil(value)\n ? { key: value, value, label: record[`${name}_virtual`] }\n : undefined,\n }),\n };\n }\n break;\n }\n data.cellWriter = getFormItemUtils({ ..._props, ...formItemProps });\n }\n }\n return data;\n};\n"],"mappings":";;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,IAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,SAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,MAAA,GAAAN,OAAA;AACA,IAAAO,UAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,KAAA,GAAAR,OAAA;AACA,IAAAS,aAAA,GAAAC,uBAAA,CAAAV,OAAA;AAAqD,IAAAW,SAAA;EAAAC,UAAA;EAAAC,UAAA;AAErD;;AAEO,SAASC,eAAeA,CAACC,IAAI,EAAEC,IAAI,EAAc;EAAA,IAAZC,KAAK,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACpD,IAAIG,MAAM,GAAG,SAAAA,OAACC,IAAI,EAAEC,MAAM;IAAA,OAAKA,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,IAAIO,IAAI;EAAA;EAChE,QAAQN,IAAI;IACV,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,KAAK,UAAU;MACbK,MAAM,GAAG,SAAAA,OAACC,IAAI,EAAEC,MAAM;QAAA,IAAAE,aAAA;QAAA,OACpBF,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,KACxB,CAAAU,aAAA,GAAAR,KAAK,CAACS,MAAM,cAAAD,aAAA,eAAZA,aAAA,CAAcE,SAAS,IAAIL,IAAI,GAAGM,MAAM,CAACN,IAAI,CAAC,CAACO,OAAO,CAACZ,KAAK,CAACS,MAAM,CAACC,SAAS,CAAC,GAAGL,IAAI,CAAC;MAAA;MACzF;IACF,KAAK,MAAM;MACTD,MAAM,GAAG,SAAAA,OAACC,IAAI,EAAEC,MAAM;QAAA,OACpBA,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,KACxBO,IAAI,GAAG,IAAAQ,eAAM,EAACR,IAAI,CAAC,CAACS,MAAM,CAAC,qBAAqB,CAAC,GAAGX,SAAS,CAAC;MAAA;MACjE;IACF,KAAK,MAAM;MACTC,MAAM,GAAG,SAAAA,OAAAC,IAAI;QAAA,OAAIQ,eAAM,CAACE,QAAQ,CAACV,IAAI,CAAC,GAAGA,IAAI,CAACS,MAAM,CAAC,MAAM,CAAC,GAAGT,IAAI;MAAA;MACnE;IACF,KAAK,MAAM;IACX,KAAK,QAAQ;IACb,KAAK,OAAO;IACZ,KAAK,SAAS;IACd,KAAK,MAAM;MACTD,MAAM,GAAG,SAAAA,OAACC,IAAI,EAAEC,MAAM,EAAK;QACzB,IAAI,IAAAU,eAAO,EAACX,IAAI,CAAC,EAAE,OAAOA,IAAI,CAACY,GAAG,CAAC,UAAAC,CAAC;UAAA,OAAIA,CAAC,CAACC,KAAK;QAAA,EAAC,CAACC,IAAI,CAAC,GAAG,CAAC;QAC1D,IAAI,IAAAC,gBAAQ,EAAChB,IAAI,CAAC,EAAE,OAAOA,IAAI,CAACc,KAAK;QACrC,IAAIb,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,EAAE,OAAOQ,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW;MACjE,CAAC;MACD;IACF,KAAK,QAAQ;MACXM,MAAM,GAAG,SAAAA,OAACC,IAAI;QAAA,oBAAKxB,MAAA,CAAAyC,OAAA,CAAAC,aAAA,CAACrC,KAAA,CAAAsC,MAAM;UAACC,OAAO,EAAE,CAAC,CAACpB,IAAK;UAACqB,IAAI,EAAC;QAAO,CAAE,CAAC;MAAA;MAC3D;IACF,KAAK,OAAO;MACVtB,MAAM,GAAG,SAAAA,OAACC,IAAI;QAAA,oBAAKxB,MAAA,CAAAyC,OAAA,CAAAC,aAAA,CAACrC,KAAA,CAAAyC,GAAG;UAACC,KAAK,EAAEvB;QAAK,GAAEA,IAAU,CAAC;MAAA;MACjD;IACF,KAAK,QAAQ;MACXD,MAAM,GAAG,SAAAA,OAACC,IAAI,EAAEC,MAAM;QAAA,OACpBA,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,KACxBO,IAAI,GACD,CAAC,IAAAwB,gBAAQ,EAACxB,IAAI,CAAC,GAAGyB,IAAI,CAACC,KAAK,CAAC1B,IAAI,CAAC,GAAGA,IAAI,EAAEY,GAAG,CAAC,UAACC,CAAC;UAAA,OAAKA,CAAC,CAACpB,IAAI;QAAA,EAAC,CAACsB,IAAI,CAAC,GAAG,CAAC,GACvEjB,SAAS,CAAC;MAAA;MAChB;IACF,KAAK,QAAQ;MACXC,MAAM,GAAG,SAAAA,OAACC,IAAI,EAAEC,MAAM,EAAK;QACzB,IAAI0B,QAAQ,GAAG,EAAE;QACjB,IAAI1B,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,EAC3BkC,QAAQ,GAAG1B,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,CAACmB,GAAG,CAAC,UAACgB,IAAI;UAAA,OAAM;YAClDC,GAAG,EAAED,IAAI,CAACE,QAAQ;YAClBrC,IAAI,EAAEmC,IAAI,CAACG,YAAY;YACvBC,UAAU,KAAA9B,MAAA,CAAK+B,kBAAG,CAACC,WAAW,EAAAhC,MAAA,CAAG0B,IAAI,CAACI,UAAU;UAClD,CAAC;QAAA,CAAC,CAAC;QACL,oBAAOxD,MAAA,CAAAyC,OAAA,CAAAC,aAAA,CAACnC,SAAA,CAAAkC,OAAc;UAACU,QAAQ,EAAEA;QAAS,CAAE,CAAC;MAC/C,CAAC;MACD;IACF;EACF;EACA,OAAO5B,MAAM;AACf;;AAEA;AACA,IAAMoC,QAAQ,GAAG,SAAXA,QAAQA,CAAIC,SAAS,EAAEC,UAAU,EAAK;EAC1C,QAAQD,SAAS,CAACC,UAAU,CAAC;IAC3B,KAAK,IAAI;MACP,OAAO,MAAM;IACf,KAAK,IAAI;MACP,OAAO,QAAQ;IACjB,KAAK,IAAI;MACP,OAAO,OAAO;IAChB;MACE,OAAO,MAAM;EACjB;AACF,CAAC;AAEM,IAAMC,aAAa,GAAAC,OAAA,CAAAD,aAAA,GAAG,SAAhBA,aAAaA,CAAA,EAKrB;EAAA,IAAAE,IAAA,GAAA5C,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAJ+B,CAAC,CAAC;IAAlC6C,OAAO,GAAAD,IAAA,CAAPC,OAAO;IAAEC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IAAK/C,KAAK,OAAAgD,yBAAA,CAAA1B,OAAA,EAAAuB,IAAA,EAAAnD,SAAA;EAAA,IAC7BuD,WAAW,GAAAhD,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EAAA,IAChBiD,UAAU,GAAAjD,SAAA,CAAAC,MAAA,OAAAD,SAAA,MAAAE,SAAA;EAAA,IACVgD,QAAQ,GAAAlD,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,KAAK;EAEhB,IAAMmD,OAAO,GAAGN,OAAO,IAAIO,oBAAc,CAACN,QAAQ,CAAC;EACnD,IAAAO,gBAAA,GAA4CtD,KAAK,CAAzCuD,SAAS;IAATA,SAAS,GAAAD,gBAAA,cAAG,KAAK,GAAAA,gBAAA;IAAAE,YAAA,GAAmBxD,KAAK,CAAtByD,KAAK;IAALA,KAAK,GAAAD,YAAA,cAAG,IAAI,GAAAA,YAAA;EACvC,IAAAE,WAAA,GAAoC,IAAAC,gBAAU,EAAC3D,KAAK,CAAC;IAA7CF,IAAI,GAAA4D,WAAA,CAAJ5D,IAAI;IAAK8D,cAAc,OAAAZ,yBAAA,CAAA1B,OAAA,EAAAoC,WAAA,EAAA/D,UAAA;EAC/B,IAAAkE,MAAA,GAA4C,IAAAC,aAAK,EAC/CF,cAAc,EACd,IAAAG,uBAAiB,EAACX,OAAO,EAAEH,WAAW,CACxC,CAAC;IAHOe,MAAM,GAAAH,MAAA,CAANG,MAAM;IAAEC,YAAY,GAAAJ,MAAA,CAAZI,YAAY;IAAKC,MAAM,OAAAlB,yBAAA,CAAA1B,OAAA,EAAAuC,MAAA,EAAAjE,UAAA;EAIvC,IAAMuE,MAAM,GAAGrC,IAAI,CAACC,KAAK,CAAC0B,KAAK,CAAC,IAAI,CAAC,CAAC;EACtC,IAAIW,IAAI,OAAAC,cAAA,CAAA/C,OAAA,MAAA+C,cAAA,CAAA/C,OAAA,MACH4C,MAAM;IACTI,KAAK,EAAExE,IAAI;IACXyE,KAAK,EAAEL,MAAM,CAACM,cAAc,IAAIN,MAAM,CAAC/C,KAAK;IAC5CsD,WAAW,EAAEP,MAAM,CAACO,WAAW,IAAIjC,QAAQ,CAAC2B,MAAM,EAAE,4BAA4B,CAAC;IACjFO,KAAK,EAAER,MAAM,CAACQ,KAAK,IAAIlC,QAAQ,CAAC2B,MAAM,EAAE,yBAAyB,CAAC;IAClE/D,MAAM,EAAE8D,MAAM,CAAC9D,MAAM,IAAIP,eAAe,CAACC,IAAI,EAAEsD,OAAO,EAAEc,MAAM;EAAC,EAChE;EACD,IACEhB,UAAU,IACVK,SAAS,IACT,IAAAoB,gBAAQ,EAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,CAAC,EAAEvB,OAAO,CAAC,EAE9FgB,IAAI,CAACQ,QAAQ,GAAG,KAAK;EACvB;EACA,IAAI,CAAC,IAAAC,aAAK,EAACb,MAAM,CAAC,EAAE;IAClB;IACAI,IAAI,CAACJ,MAAM,GAAGA,MAAM;IACpBI,IAAI,CAACH,YAAY,GAAGA,YAAY;EAClC,CAAC,MAAM,IAAI,CAACf,UAAU,IAAI,CAACK,SAAS,EAAE;IAAA,IAAAuB,cAAA;IACpC,IAAI,CAACZ,MAAM,CAACa,IAAI,MAAAD,cAAA,GAAIZ,MAAM,CAACzD,MAAM,cAAAqE,cAAA,uBAAbA,cAAA,CAAeC,IAAI,OAAM,UAAU,EAAE;MACvDX,IAAI,CAACE,KAAK,MAAA/D,MAAA,CAAMT,IAAI,aAAU;MAC9BsE,IAAI,CAACJ,MAAM,GAAG,MAAM;MACpB,OAAOI,IAAI;IACb;IACA,QAAQhB,OAAO;MACb,KAAK,QAAQ;QACXgB,IAAI,CAACJ,MAAM,GAAG,QAAQ;QACtBI,IAAI,CAACH,YAAY,GAAG;UAClBe,OAAO,EAAE,CACP;YACEC,KAAK,EAAE,CAAC;YACR9D,KAAK,EAAE,IAAA+D,oBAAa,EAAC;cAAEC,EAAE,EAAE,mBAAmB;cAAEhE,KAAK,EAAE;YAAI,CAAC;UAC9D,CAAC,EACD;YACE8D,KAAK,EAAE,CAAC;YACR9D,KAAK,EAAE,IAAA+D,oBAAa,EAAC;cAAEC,EAAE,EAAE,oBAAoB;cAAEhE,KAAK,EAAE;YAAI,CAAC;UAC/D,CAAC,CACF;UACDiE,GAAG,EAAEtF;QACP,CAAC;QACD;MACF,KAAK,MAAM;MACX,KAAK,MAAM;QACTsE,IAAI,CAACJ,MAAM,GAAG,MAAM;QACpB;MACF,KAAK,MAAM;QACTI,IAAI,CAACJ,MAAM,GAAG,QAAQ;QACtBI,IAAI,CAACH,YAAY,GAAG;UAClBe,OAAO,EAAE,SAAAA,QAAA;YAAA,IAAAK,UAAA;YAAA,QAAAA,UAAA,GAAM,IAAAC,cAAS,EAAC,CAAC,cAAAD,UAAA,gBAAAA,UAAA,GAAXA,UAAA,CAAaE,MAAM,cAAAF,UAAA,uBAAnBA,UAAA,CAAqBG,QAAQ,CAAC;cAAEzF,IAAI,EAAE;YAAiB,CAAC,CAAC;UAAA;UACxE0F,UAAU,EAAE,SAAAA,WAACC,GAAG;YAAA,IAAAC,WAAA;YAAA,QAAAA,WAAA,GACd,IAAAL,cAAS,EAAC,CAAC,cAAAK,WAAA,gBAAAA,WAAA,GAAXA,WAAA,CAAaJ,MAAM,cAAAI,WAAA,uBAAnBA,WAAA,CAAqBH,QAAQ,CAAC;cAC5BzF,IAAI,kBAAkB;cACtB6F,OAAO,EAAEF;YACX,CAAC,CAAC;UAAA;UACJN,GAAG,EAAEtF,IAAI;UACT+F,YAAY,EAAE;QAChB,CAAC;QACD;MACF,KAAK,QAAQ;MACb,KAAK,OAAO;QACVzB,IAAI,CAACJ,MAAM,GAAG,QAAQ;QACtB,IAAIE,MAAM,CAAC4B,KAAK,EAAE;UAChB1B,IAAI,CAACH,YAAY,GAAG;YAClBe,OAAO,EAAE,SAAAA,QAAA;cAAA,IAAAe,WAAA;cAAA,QAAAA,WAAA,GACP,IAAAT,cAAS,EAAC,CAAC,cAAAS,WAAA,gBAAAA,WAAA,GAAXA,WAAA,CAAaR,MAAM,cAAAQ,WAAA,uBAAnBA,WAAA,CAAqBP,QAAQ,CAAC;gBAC5BzF,IAAI,EAAE,mBAAmB;gBACzB6F,OAAO,EAAE;kBAAEI,UAAU,EAAE9B,MAAM,CAAC4B;gBAAM;cACtC,CAAC,CAAC;YAAA;YACJV,GAAG,EAAEtF;UACP,CAAC;QACH;QACA;MACF,KAAK,OAAO;QACVsE,IAAI,CAACJ,MAAM,GAAG,YAAY;QAC1BI,IAAI,CAACH,YAAY,GAAG;UAClBe,OAAO,EAAE,SAAAA,QAAA;YAAA,IAAAiB,WAAA;YAAA,QAAAA,WAAA,GACP,IAAAX,cAAS,EAAC,CAAC,cAAAW,WAAA,gBAAAA,WAAA,GAAXA,WAAA,CAAaV,MAAM,cAAAU,WAAA,uBAAnBA,WAAA,CAAqBT,QAAQ,CAAC;cAC5BzF,IAAI,EAAE,kBAAkB;cACxB6F,OAAO,EAAE;gBAAEM,SAAS,EAAEhC,MAAM,CAACgC;cAAU;YACzC,CAAC,CAAC;UAAA;UACJT,UAAU,EAAE,SAAAA,WAACC,GAAG;YAAA,IAAAS,WAAA;YAAA,QAAAA,WAAA,GACd,IAAAb,cAAS,EAAC,CAAC,cAAAa,WAAA,gBAAAA,WAAA,GAAXA,WAAA,CAAaZ,MAAM,cAAAY,WAAA,uBAAnBA,WAAA,CAAqBX,QAAQ,CAAC;cAC5BzF,IAAI,EAAE,kBAAkB;cACxB6F,OAAO,EAAE;gBACPM,SAAS,EAAEhC,MAAM,CAACgC,SAAS;gBAC3BE,KAAK,EAAEV;cACT;YACF,CAAC,CAAC;UAAA;UACJN,GAAG,EAAEtF;QACP,CAAC;QACD;MACF,KAAK,QAAQ;MACb,KAAK,UAAU;MACf,KAAK,QAAQ;QACXsE,IAAI,CAACJ,MAAM,GAAG,KAAK;QACnB;MACF;QACEI,IAAI,CAACJ,MAAM,GAAG,MAAM;IACxB;EACF,CAAC,MAAMI,IAAI,CAACJ,MAAM,GAAG,KAAK;EAC1B,IAAIb,QAAQ,IAAInD,KAAK,CAACqG,YAAY,IAAI,CAACrG,KAAK,CAACsG,UAAU,EAAE;IACvDlC,IAAI,CAACmC,QAAQ,GAAGvG,KAAK,CAACwG,SAAS,GAAG;MAAEC,QAAQ,EAAE;IAAK,CAAC,GAAG,IAAI;IAC3D,IAAIvC,MAAM,CAACwC,UAAU,EAAEtC,IAAI,CAACsC,UAAU,GAAGxC,MAAM,CAACwC,UAAU,CAAC,KACtD;MACH,IAAIC,WAAW,GAAG,IAAAC,kBAAU,EAACxD,OAAO,CAAC,KAAK,UAAU,GAAG,QAAQ,GAAG,IAAAwD,kBAAU,EAACxD,OAAO,CAAC;MACrF,IAAMyD,gBAAgB,GAAGrH,aAAa,OAAAe,MAAA,CAAOoG,WAAW,UAAO;MAC/D,IAAIG,aAAa,GAAG,CAAC,CAAC;MACtB,QAAQH,WAAW;QACjB,KAAK,MAAM;UACTG,aAAa,GAAG;YACdC,UAAU,EAAE,SAAAA,WAAC9B,KAAK;cAAA,WAAA+B,gBAAA,CAAA1F,OAAA,MAAA0F,gBAAA,CAAA1F,OAAA,MACfxB,IAAI,EAAGmF,KAAK,GAAG,IAAApE,eAAM,EAACoE,KAAK,CAAC,CAACgC,OAAO,CAAC,CAAC,GAAG9G,SAAS,MAAAI,MAAA,CAC/CT,IAAI,eAAamF,KAAK,GAAG,IAAApE,eAAM,EAACoE,KAAK,CAAC,CAACnE,MAAM,CAAC,qBAAqB,CAAC,GAAGX,SAAS;YAAA,CACpF;YACF+G,WAAW,EAAE,SAAAA,YAACjC,KAAK,EAAE3E,MAAM,EAAE6G,MAAM;cAAA,OACjC,IAAAtG,eAAM,EAACP,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,EAAE,qBAAqB,CAAC;YAAA;UAC5D,CAAC;UACD;QACF,KAAK,MAAM;QACX,KAAK,QAAQ;QACb,KAAK,OAAO;QACZ,KAAK,SAAS;UACZ,IAAI8D,cAAc,CAACwD,QAAQ,EAAE;YAC3BN,aAAa,GAAG;cACdC,UAAU,EAAE,SAAAA,WAAC9B,KAAK;gBAAA,WAAA+B,gBAAA,CAAA1F,OAAA,MAAA0F,gBAAA,CAAA1F,OAAA,MACfxB,IAAI,EAAGmF,KAAK,CAAChE,GAAG,CAAC,UAACoG,CAAC;kBAAA,OAAKA,CAAC,CAACpC,KAAK,IAAIoC,CAAC,CAACjC,GAAG;gBAAA,EAAC,CAAChE,IAAI,CAAC,GAAG,CAAC,MAAAb,MAAA,CAChDT,IAAI,eAAamF,KAAK,CAAChE,GAAG,CAAC,UAACoG,CAAC;kBAAA,OAAKA,CAAC,CAAClG,KAAK;gBAAA,EAAC,CAACC,IAAI,CAAC,GAAG,CAAC;cAAA,CACxD;cACF8F,WAAW,EAAE,SAAAA,YAACjC,KAAK,EAAE3E,MAAM,EAAE6G,MAAM;gBAAA,WAAAH,gBAAA,CAAA1F,OAAA,MAChCxB,IAAI,EAAG,IAAAwH,mBAAa,EAACrC,KAAK,EAAE3E,MAAM,IAAAC,MAAA,CAAIT,IAAI,cAAW,CAAC;cAAA;YAE3D,CAAC;UACH,CAAC,MAAM;YACLgH,aAAa,GAAG;cACdC,UAAU,EAAE,SAAAA,WAAC9B,KAAK;gBAAA,WAAA+B,gBAAA,CAAA1F,OAAA,MAAA0F,gBAAA,CAAA1F,OAAA,MACfxB,IAAI,EAAGmF,KAAK,GAAGA,KAAK,CAACA,KAAK,IAAIA,KAAK,CAACG,GAAG,GAAGjF,SAAS,MAAAI,MAAA,CAChDT,IAAI,eAAamF,KAAK,GAAGA,KAAK,CAAC9D,KAAK,GAAGhB,SAAS;cAAA,CACpD;cACF+G,WAAW,EAAE,SAAAA,YAACjC,KAAK,EAAE3E,MAAM,EAAE6G,MAAM;gBAAA,WAAAH,gBAAA,CAAA1F,OAAA,MAChCxB,IAAI,EAAG,CAAC,IAAA+E,aAAK,EAACI,KAAK,CAAC,GACjB;kBAAEG,GAAG,EAAEH,KAAK;kBAAEA,KAAK,EAALA,KAAK;kBAAE9D,KAAK,EAAEb,MAAM,IAAAC,MAAA,CAAIT,IAAI;gBAAY,CAAC,GACvDK,SAAS;cAAA;YAEjB,CAAC;UACH;UACA;MACJ;MACAiE,IAAI,CAACsC,UAAU,GAAGG,gBAAgB,KAAAxC,cAAA,CAAA/C,OAAA,MAAA+C,cAAA,CAAA/C,OAAA,MAAM4C,MAAM,GAAK4C,aAAa,CAAE,CAAC;IACrE;EACF;EACA,OAAO1C,IAAI;AACb,CAAC"}
@@ -35,4 +35,5 @@ Object.keys(_action).forEach(function (key) {
35
35
  return _action[key];
36
36
  }
37
37
  });
38
- });
38
+ });
39
+ //# sourceMappingURL=index.js
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_grid","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_form","_action"],"sources":["../../luckda/utils/index.js"],"sourcesContent":["export * from './grid';\nexport * from './form';\nexport * from './action';\n"],"mappings":";;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,KAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,KAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,KAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAC,KAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,OAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,OAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,OAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAE,OAAA,CAAAN,GAAA;IAAA;EAAA;AAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luck-design-biz/luckda",
3
- "version": "1.0.2-4",
3
+ "version": "1.0.2-5",
4
4
  "description": "前端配置管理中心业务组件库",
5
5
  "scripts": {
6
6
  "start": "cross-env NODE_OPTIONS=--max-old-space-size=10240 USER_RUNTIME=SITE RUNTIME=dev umi dev",