@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.
- package/es/components/Builder/index.js +2 -1
- package/es/components/Builder/index.js.map +1 -0
- package/es/components/ComplexItem/index.js +2 -1
- package/es/components/ComplexItem/index.js.map +1 -0
- package/es/components/ComplexItem/service.js +2 -1
- package/es/components/ComplexItem/service.js.map +1 -0
- package/es/components/IconFont/index.js +2 -1
- package/es/components/IconFont/index.js.map +1 -0
- package/es/components/LDActions/index.js +2 -1
- package/es/components/LDActions/index.js.map +1 -0
- package/es/components/LdAutoForm/index.js +2 -1
- package/es/components/LdAutoForm/index.js.map +1 -0
- package/es/components/LdCard/index.js +2 -1
- package/es/components/LdCard/index.js.map +1 -0
- package/es/components/LdCard/model.js +2 -1
- package/es/components/LdCard/model.js.map +1 -0
- package/es/components/LdCom/index.js +2 -1
- package/es/components/LdCom/index.js.map +1 -0
- package/es/components/LdFormList/index.js +2 -1
- package/es/components/LdFormList/index.js.map +1 -0
- package/es/components/LdFormList/model.js +2 -1
- package/es/components/LdFormList/model.js.map +1 -0
- package/es/components/LdGrid/index.js +2 -1
- package/es/components/LdGrid/index.js.map +1 -0
- package/es/components/LdGrid/model.js +2 -1
- package/es/components/LdGrid/model.js.map +1 -0
- package/es/components/LdGridForm/index.js +2 -1
- package/es/components/LdGridForm/index.js.map +1 -0
- package/es/components/LdInfoPanel/index.js +2 -1
- package/es/components/LdInfoPanel/index.js.map +1 -0
- package/es/components/LdPop/index.js +2 -1
- package/es/components/LdPop/index.js.map +1 -0
- package/es/components/LdTree/index.js +2 -1
- package/es/components/LdTree/index.js.map +1 -0
- package/es/helper/FromItems.js +2 -1
- package/es/helper/FromItems.js.map +1 -0
- package/es/helper/action.js +2 -1
- package/es/helper/action.js.map +1 -0
- package/es/helper/form.js +2 -1
- package/es/helper/form.js.map +1 -0
- package/es/helper/ldBuilder.js +2 -1
- package/es/helper/ldBuilder.js.map +1 -0
- package/es/helper/ldComBuild.js +2 -1
- package/es/helper/ldComBuild.js.map +1 -0
- package/es/helper/props_config.js +2 -1
- package/es/helper/props_config.js.map +1 -0
- package/es/index.js +2 -1
- package/es/index.js.map +1 -0
- package/es/locales/zh-CN.js +2 -1
- package/es/locales/zh-CN.js.map +1 -0
- package/es/lowcode/constants/api-url.js +2 -1
- package/es/lowcode/constants/api-url.js.map +1 -0
- package/es/lowcode/constants/event-topics.js +2 -1
- package/es/lowcode/constants/event-topics.js.map +1 -0
- package/es/lowcode/constants/index.js +2 -1
- package/es/lowcode/constants/index.js.map +1 -0
- package/es/lowcode/engine/factory/DataFactory.js +2 -1
- package/es/lowcode/engine/factory/DataFactory.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/Strategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/Strategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +1 -0
- package/es/lowcode/engine/factory/panel-item-factory/index.js +2 -1
- package/es/lowcode/engine/factory/panel-item-factory/index.js.map +1 -0
- package/es/lowcode/engine/launcher.js +2 -1
- package/es/lowcode/engine/launcher.js.map +1 -0
- package/es/lowcode/engine/provider/ContextProvider/index.js +2 -1
- package/es/lowcode/engine/provider/ContextProvider/index.js.map +1 -0
- package/es/lowcode/engine/provider/ContextProvider/router.js +2 -1
- package/es/lowcode/engine/provider/ContextProvider/router.js.map +1 -0
- package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js +2 -1
- package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +1 -0
- package/es/lowcode/engine/provider/ContextProvider/usePageVar.js +2 -1
- package/es/lowcode/engine/provider/ContextProvider/usePageVar.js.map +1 -0
- package/es/lowcode/engine/provider/ContextProvider/useTodo.js +2 -1
- package/es/lowcode/engine/provider/ContextProvider/useTodo.js.map +1 -0
- package/es/lowcode/engine/provider/ContextProvider/utils.js +2 -1
- package/es/lowcode/engine/provider/ContextProvider/utils.js.map +1 -0
- package/es/lowcode/engine/provider/EventBusProvider.js +2 -1
- package/es/lowcode/engine/provider/EventBusProvider.js.map +1 -0
- package/es/lowcode/engine/provider/RemoteSourceProvider.js +2 -1
- package/es/lowcode/engine/provider/RemoteSourceProvider.js.map +1 -0
- package/es/lowcode/engine/tools/dataProcess.js +2 -1
- package/es/lowcode/engine/tools/dataProcess.js.map +1 -0
- package/es/lowcode/engine/tools/diff.js +2 -1
- package/es/lowcode/engine/tools/diff.js.map +1 -0
- package/es/lowcode/engine/tools/helper.js +2 -1
- package/es/lowcode/engine/tools/helper.js.map +1 -0
- package/es/lowcode/engine/tools/initDS.js +2 -1
- package/es/lowcode/engine/tools/initDS.js.map +1 -0
- package/es/lowcode/engine/tools/useCanvasRender.js +2 -1
- package/es/lowcode/engine/tools/useCanvasRender.js.map +1 -0
- package/es/lowcode/engine/tools/useCombinedRefs.js +2 -1
- package/es/lowcode/engine/tools/useCombinedRefs.js.map +1 -0
- package/es/lowcode/engine/tools/usePromiseState.js +2 -1
- package/es/lowcode/engine/tools/usePromiseState.js.map +1 -0
- package/es/lowcode/index.js +2 -1
- package/es/lowcode/index.js.map +1 -0
- package/es/lowcode/painter/Components.js +2 -1
- package/es/lowcode/painter/Components.js.map +1 -0
- package/es/lowcode/painter/Design.js +2 -1
- package/es/lowcode/painter/Design.js.map +1 -0
- package/es/lowcode/painter/DesignOperator.js +2 -1
- package/es/lowcode/painter/DesignOperator.js.map +1 -0
- package/es/lowcode/painter/DesignToolbar.js +2 -1
- package/es/lowcode/painter/DesignToolbar.js.map +1 -0
- package/es/lowcode/painter/I18n.js +2 -1
- package/es/lowcode/painter/I18n.js.map +1 -0
- package/es/lowcode/painter/Outline.js +2 -1
- package/es/lowcode/painter/Outline.js.map +1 -0
- package/es/lowcode/painter/Panel.js +2 -1
- package/es/lowcode/painter/Panel.js.map +1 -0
- package/es/lowcode/painter/Ribbon.js +2 -1
- package/es/lowcode/painter/Ribbon.js.map +1 -0
- package/es/lowcode/painter/components/ActionBindModal.js +2 -1
- package/es/lowcode/painter/components/ActionBindModal.js.map +1 -0
- package/es/lowcode/painter/components/AdvancePanel.js +2 -1
- package/es/lowcode/painter/components/AdvancePanel.js.map +1 -0
- package/es/lowcode/painter/components/AttrsPanel.js +2 -1
- package/es/lowcode/painter/components/AttrsPanel.js.map +1 -0
- package/es/lowcode/painter/components/Collapse.js +2 -1
- package/es/lowcode/painter/components/Collapse.js.map +1 -0
- package/es/lowcode/painter/components/ColorInput.js +2 -1
- package/es/lowcode/painter/components/ColorInput.js.map +1 -0
- package/es/lowcode/painter/components/DragDrop/DragDropContext.js +2 -1
- package/es/lowcode/painter/components/DragDrop/DragDropContext.js.map +1 -0
- package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js +2 -1
- package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +1 -0
- package/es/lowcode/painter/components/DragDrop/Overlay.js +2 -1
- package/es/lowcode/painter/components/DragDrop/Overlay.js.map +1 -0
- package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +2 -1
- package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +1 -0
- package/es/lowcode/painter/components/FieldSelector.js +2 -1
- package/es/lowcode/painter/components/FieldSelector.js.map +1 -0
- package/es/lowcode/painter/components/ListEditor.js +2 -1
- package/es/lowcode/painter/components/ListEditor.js.map +1 -0
- package/es/lowcode/painter/components/NumberInput.js +2 -1
- package/es/lowcode/painter/components/NumberInput.js.map +1 -0
- package/es/lowcode/painter/components/PanelItem.js +2 -1
- package/es/lowcode/painter/components/PanelItem.js.map +1 -0
- package/es/lowcode/painter/components/PopConfirm.js +2 -1
- package/es/lowcode/painter/components/PopConfirm.js.map +1 -0
- package/es/lowcode/painter/components/PopForm.js +2 -1
- package/es/lowcode/painter/components/PopForm.js.map +1 -0
- package/es/lowcode/painter/components/PreviewIframe.js +2 -1
- package/es/lowcode/painter/components/PreviewIframe.js.map +1 -0
- package/es/lowcode/painter/components/RuleInput.js +2 -1
- package/es/lowcode/painter/components/RuleInput.js.map +1 -0
- package/es/lowcode/painter/components/SortBox.js +2 -1
- package/es/lowcode/painter/components/SortBox.js.map +1 -0
- package/es/lowcode/painter/components/TipIcon.js +2 -1
- package/es/lowcode/painter/components/TipIcon.js.map +1 -0
- package/es/lowcode/painter/components/TreeEditor.js +2 -1
- package/es/lowcode/painter/components/TreeEditor.js.map +1 -0
- package/es/lowcode/painter/components/VarEditor.js +2 -1
- package/es/lowcode/painter/components/VarEditor.js.map +1 -0
- package/es/lowcode/painter/components/code-editor/BaseEditor.js +2 -1
- package/es/lowcode/painter/components/code-editor/BaseEditor.js.map +1 -0
- package/es/lowcode/painter/components/code-editor/CssEditor.js +2 -1
- package/es/lowcode/painter/components/code-editor/CssEditor.js.map +1 -0
- package/es/lowcode/painter/components/code-editor/FullScreenEditor.js +2 -1
- package/es/lowcode/painter/components/code-editor/FullScreenEditor.js.map +1 -0
- package/es/lowcode/painter/components/code-editor/JSEditor.js +2 -1
- package/es/lowcode/painter/components/code-editor/JSEditor.js.map +1 -0
- package/es/lowcode/painter/components/code-editor/JsonEditor.js +2 -1
- package/es/lowcode/painter/components/code-editor/JsonEditor.js.map +1 -0
- package/es/lowcode/painter/components/code-editor/VisionEditor.js +2 -1
- package/es/lowcode/painter/components/code-editor/VisionEditor.js.map +1 -0
- package/es/lowcode/painter/components/code-editor/index.js +2 -1
- package/es/lowcode/painter/components/code-editor/index.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/BatchSetting.js +2 -1
- package/es/lowcode/painter/components/field-setting/BatchSetting.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/CheckFrontRules.js +2 -1
- package/es/lowcode/painter/components/field-setting/CheckFrontRules.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/CheckRules.js +2 -1
- package/es/lowcode/painter/components/field-setting/CheckRules.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/FieldAttrs.js +2 -1
- package/es/lowcode/painter/components/field-setting/FieldAttrs.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js +2 -1
- package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js +2 -1
- package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/FieldRulesModal.js +2 -1
- package/es/lowcode/painter/components/field-setting/FieldRulesModal.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/SettingUI.js +2 -1
- package/es/lowcode/painter/components/field-setting/SettingUI.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/index.js +2 -1
- package/es/lowcode/painter/components/field-setting/index.js.map +1 -0
- package/es/lowcode/painter/components/field-setting/meta/frontRules.js +2 -1
- package/es/lowcode/painter/components/field-setting/meta/frontRules.js.map +1 -0
- package/es/lowcode/painter/expect.js +2 -1
- package/es/lowcode/painter/expect.js.map +1 -0
- package/es/lowcode/painter/index.js +2 -1
- package/es/lowcode/painter/index.js.map +1 -0
- package/es/lowcode/painter/panel-section/ActionsColumnWidth.js +2 -1
- package/es/lowcode/painter/panel-section/ActionsColumnWidth.js.map +1 -0
- package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +2 -1
- package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +1 -0
- package/es/lowcode/painter/panel-section/ActionsEditor/index.js +2 -1
- package/es/lowcode/painter/panel-section/ActionsEditor/index.js.map +1 -0
- package/es/lowcode/painter/panel-section/BlockEditor/index.js +2 -1
- package/es/lowcode/painter/panel-section/BlockEditor/index.js.map +1 -0
- package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +2 -1
- package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +1 -0
- package/es/lowcode/painter/panel-section/BlocksEditor/index.js +2 -1
- package/es/lowcode/painter/panel-section/BlocksEditor/index.js.map +1 -0
- package/es/lowcode/painter/panel-section/ButtonType.js +2 -1
- package/es/lowcode/painter/panel-section/ButtonType.js.map +1 -0
- package/es/lowcode/painter/panel-section/ComplexPop.js +2 -1
- package/es/lowcode/painter/panel-section/ComplexPop.js.map +1 -0
- package/es/lowcode/painter/panel-section/ComponentSelector.js +2 -1
- package/es/lowcode/painter/panel-section/ComponentSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/DataSetSelector.js +2 -1
- package/es/lowcode/painter/panel-section/DataSetSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/FieldState.js +2 -1
- package/es/lowcode/painter/panel-section/FieldState.js.map +1 -0
- package/es/lowcode/painter/panel-section/FieldsSetting.js +2 -1
- package/es/lowcode/painter/panel-section/FieldsSetting.js.map +1 -0
- package/es/lowcode/painter/panel-section/GroupClassSelector.js +2 -1
- package/es/lowcode/painter/panel-section/GroupClassSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/I18nInput.js +2 -1
- package/es/lowcode/painter/panel-section/I18nInput.js.map +1 -0
- package/es/lowcode/painter/panel-section/Icon.js +2 -1
- package/es/lowcode/painter/panel-section/Icon.js.map +1 -0
- package/es/lowcode/painter/panel-section/IconConditionSelector.js +2 -1
- package/es/lowcode/painter/panel-section/IconConditionSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/IconSelector.js +2 -1
- package/es/lowcode/painter/panel-section/IconSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/ImpExp.js +2 -1
- package/es/lowcode/painter/panel-section/ImpExp.js.map +1 -0
- package/es/lowcode/painter/panel-section/ImpExpAlone.js +2 -1
- package/es/lowcode/painter/panel-section/ImpExpAlone.js.map +1 -0
- package/es/lowcode/painter/panel-section/JSEditor.js +2 -1
- package/es/lowcode/painter/panel-section/JSEditor.js.map +1 -0
- package/es/lowcode/painter/panel-section/LayoutRatio.js +2 -1
- package/es/lowcode/painter/panel-section/LayoutRatio.js.map +1 -0
- package/es/lowcode/painter/panel-section/PageLayoutDisplay.js +2 -1
- package/es/lowcode/painter/panel-section/PageLayoutDisplay.js.map +1 -0
- package/es/lowcode/painter/panel-section/PageVars.js +2 -1
- package/es/lowcode/painter/panel-section/PageVars.js.map +1 -0
- package/es/lowcode/painter/panel-section/SerialsSelector.js +2 -1
- package/es/lowcode/painter/panel-section/SerialsSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/SplitDisplay.js +2 -1
- package/es/lowcode/painter/panel-section/SplitDisplay.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/BackGround.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/BackGround.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Border.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Border.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Display.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Display.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Font.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Font.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Margin.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Margin.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Opacity.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Opacity.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Padding.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Padding.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Pointer.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Pointer.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Shadow.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Shadow.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/Size.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/Size.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +1 -0
- package/es/lowcode/painter/panel-section/StylePanel/index.js +2 -1
- package/es/lowcode/painter/panel-section/StylePanel/index.js.map +1 -0
- package/es/lowcode/painter/panel-section/TabItems.js +2 -1
- package/es/lowcode/painter/panel-section/TabItems.js.map +1 -0
- package/es/lowcode/painter/panel-section/TableTopFilter.js +2 -1
- package/es/lowcode/painter/panel-section/TableTopFilter.js.map +1 -0
- package/es/lowcode/painter/panel-section/TableZebra.js +2 -1
- package/es/lowcode/painter/panel-section/TableZebra.js.map +1 -0
- package/es/lowcode/painter/panel-section/TextContent.js +2 -1
- package/es/lowcode/painter/panel-section/TextContent.js.map +1 -0
- package/es/lowcode/painter/panel-section/TreeRootEditor.js +2 -1
- package/es/lowcode/painter/panel-section/TreeRootEditor.js.map +1 -0
- package/es/lowcode/painter/panel-section/WidthHeight.js +2 -1
- package/es/lowcode/painter/panel-section/WidthHeight.js.map +1 -0
- package/es/lowcode/painter/services/I18n.js +2 -1
- package/es/lowcode/painter/services/I18n.js.map +1 -0
- package/es/lowcode/painter/services/complexPop.js +2 -1
- package/es/lowcode/painter/services/complexPop.js.map +1 -0
- package/es/lowcode/preview/index.js +2 -1
- package/es/lowcode/preview/index.js.map +1 -0
- package/es/lowcode/view/Canvas.js +2 -1
- package/es/lowcode/view/Canvas.js.map +1 -0
- package/es/lowcode/view/ErrorBoundary.js +2 -1
- package/es/lowcode/view/ErrorBoundary.js.map +1 -0
- package/es/lowcode/view/Loading.js +2 -1
- package/es/lowcode/view/Loading.js.map +1 -0
- package/es/lowcode/view/Page.js +2 -1
- package/es/lowcode/view/Page.js.map +1 -0
- package/es/lowcode/view/index.js +2 -1
- package/es/lowcode/view/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Box/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Box/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Box/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Box/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Box/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Box/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Box/index.js +2 -1
- package/es/lowcode/view/lc-components/Box/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Button/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Button/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Button/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Button/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Button/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Button/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Button/index.js +2 -1
- package/es/lowcode/view/lc-components/Button/index.js.map +1 -0
- package/es/lowcode/view/lc-components/CardList/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/CardList/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/CardList/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/CardList/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/CardList/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/CardList/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/CardList/index.js +2 -1
- package/es/lowcode/view/lc-components/CardList/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Dialog/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Dialog/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Dialog/index.js +2 -1
- package/es/lowcode/view/lc-components/Dialog/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Drawer/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Drawer/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Drawer/index.js +2 -1
- package/es/lowcode/view/lc-components/Drawer/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Form/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Form/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Form/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Form/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Form/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Form/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Form/index.js +2 -1
- package/es/lowcode/view/lc-components/Form/index.js.map +1 -0
- package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/GroupTree/index.js +2 -1
- package/es/lowcode/view/lc-components/GroupTree/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Iframe/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Iframe/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Iframe/index.js +2 -1
- package/es/lowcode/view/lc-components/Iframe/index.js.map +1 -0
- package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/ImEx/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/ImEx/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/ImEx/index.js +2 -1
- package/es/lowcode/view/lc-components/ImEx/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Image/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Image/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Image/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Image/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Image/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Image/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Image/index.js +2 -1
- package/es/lowcode/view/lc-components/Image/index.js.map +1 -0
- package/es/lowcode/view/lc-components/JSX/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/JSX/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/JSX/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/JSX/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/JSX/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/JSX/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -1
- package/es/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -0
- package/es/lowcode/view/lc-components/JSX/index.js +2 -1
- package/es/lowcode/view/lc-components/JSX/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Layout/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Layout/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Layout/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Layout/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Layout/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Layout/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Layout/index.js +2 -1
- package/es/lowcode/view/lc-components/Layout/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Link/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Link/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Link/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Link/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Link/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Link/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Link/index.js +2 -1
- package/es/lowcode/view/lc-components/Link/index.js.map +1 -0
- package/es/lowcode/view/lc-components/PageContent/index.js +2 -1
- package/es/lowcode/view/lc-components/PageContent/index.js.map +1 -0
- package/es/lowcode/view/lc-components/PageFooter/index.js +2 -1
- package/es/lowcode/view/lc-components/PageFooter/index.js.map +1 -0
- package/es/lowcode/view/lc-components/PageHeader/index.js +2 -1
- package/es/lowcode/view/lc-components/PageHeader/index.js.map +1 -0
- package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/PageLayout/index.js +2 -1
- package/es/lowcode/view/lc-components/PageLayout/index.js.map +1 -0
- package/es/lowcode/view/lc-components/PageModal/index.js +2 -1
- package/es/lowcode/view/lc-components/PageModal/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Section/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Section/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Section/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Section/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Section/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Section/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Section/index.js +2 -1
- package/es/lowcode/view/lc-components/Section/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Split/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Split/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Split/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Split/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Split/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Split/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Split/index.js +2 -1
- package/es/lowcode/view/lc-components/Split/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Table/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Table/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Table/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Table/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Table/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Table/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Table/components/TopFilter.js +2 -1
- package/es/lowcode/view/lc-components/Table/components/TopFilter.js.map +1 -0
- package/es/lowcode/view/lc-components/Table/components/TopImex.js +2 -1
- package/es/lowcode/view/lc-components/Table/components/TopImex.js.map +1 -0
- package/es/lowcode/view/lc-components/Table/index.js +2 -1
- package/es/lowcode/view/lc-components/Table/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Tabs/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Tabs/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Tabs/index.js +2 -1
- package/es/lowcode/view/lc-components/Tabs/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Text/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Text/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Text/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Text/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Text/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Text/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Text/index.js +2 -1
- package/es/lowcode/view/lc-components/Text/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Tree/FunctionDesign.js +2 -1
- package/es/lowcode/view/lc-components/Tree/FunctionDesign.js.map +1 -0
- package/es/lowcode/view/lc-components/Tree/FunctionLive.js +2 -1
- package/es/lowcode/view/lc-components/Tree/FunctionLive.js.map +1 -0
- package/es/lowcode/view/lc-components/Tree/FunctionPreview.js +2 -1
- package/es/lowcode/view/lc-components/Tree/FunctionPreview.js.map +1 -0
- package/es/lowcode/view/lc-components/Tree/index.js +2 -1
- package/es/lowcode/view/lc-components/Tree/index.js.map +1 -0
- package/es/lowcode/view/lc-components/Wrapper.js +2 -1
- package/es/lowcode/view/lc-components/Wrapper.js.map +1 -0
- package/es/services.js +2 -1
- package/es/services.js.map +1 -0
- package/es/upload/FilesWall/index.js +2 -1
- package/es/upload/FilesWall/index.js.map +1 -0
- package/es/upload/Form/gridForm.js +2 -1
- package/es/upload/Form/gridForm.js.map +1 -0
- package/es/upload/Form/index.js +2 -1
- package/es/upload/Form/index.js.map +1 -0
- package/es/upload/FormItem/index.js +2 -1
- package/es/upload/FormItem/index.js.map +1 -0
- package/es/upload/GridCell/index.js +2 -1
- package/es/upload/GridCell/index.js.map +1 -0
- package/es/upload/index.js +2 -1
- package/es/upload/index.js.map +1 -0
- package/es/utils/action.js +2 -1
- package/es/utils/action.js.map +1 -0
- package/es/utils/form.js +2 -1
- package/es/utils/form.js.map +1 -0
- package/es/utils/grid.js +2 -1
- package/es/utils/grid.js.map +1 -0
- package/es/utils/index.js +2 -1
- package/es/utils/index.js.map +1 -0
- package/lib/components/Builder/index.js +2 -1
- package/lib/components/Builder/index.js.map +1 -0
- package/lib/components/ComplexItem/index.js +2 -1
- package/lib/components/ComplexItem/index.js.map +1 -0
- package/lib/components/ComplexItem/service.js +2 -1
- package/lib/components/ComplexItem/service.js.map +1 -0
- package/lib/components/IconFont/index.js +2 -1
- package/lib/components/IconFont/index.js.map +1 -0
- package/lib/components/LDActions/index.js +2 -1
- package/lib/components/LDActions/index.js.map +1 -0
- package/lib/components/LdAutoForm/index.js +2 -1
- package/lib/components/LdAutoForm/index.js.map +1 -0
- package/lib/components/LdCard/index.js +2 -1
- package/lib/components/LdCard/index.js.map +1 -0
- package/lib/components/LdCard/model.js +2 -1
- package/lib/components/LdCard/model.js.map +1 -0
- package/lib/components/LdCom/index.js +2 -1
- package/lib/components/LdCom/index.js.map +1 -0
- package/lib/components/LdFormList/index.js +2 -1
- package/lib/components/LdFormList/index.js.map +1 -0
- package/lib/components/LdFormList/model.js +2 -1
- package/lib/components/LdFormList/model.js.map +1 -0
- package/lib/components/LdGrid/index.js +2 -1
- package/lib/components/LdGrid/index.js.map +1 -0
- package/lib/components/LdGrid/model.js +2 -1
- package/lib/components/LdGrid/model.js.map +1 -0
- package/lib/components/LdGridForm/index.js +2 -1
- package/lib/components/LdGridForm/index.js.map +1 -0
- package/lib/components/LdInfoPanel/index.js +2 -1
- package/lib/components/LdInfoPanel/index.js.map +1 -0
- package/lib/components/LdPop/index.js +2 -1
- package/lib/components/LdPop/index.js.map +1 -0
- package/lib/components/LdTree/index.js +2 -1
- package/lib/components/LdTree/index.js.map +1 -0
- package/lib/helper/FromItems.js +2 -1
- package/lib/helper/FromItems.js.map +1 -0
- package/lib/helper/action.js +2 -1
- package/lib/helper/action.js.map +1 -0
- package/lib/helper/form.js +2 -1
- package/lib/helper/form.js.map +1 -0
- package/lib/helper/ldBuilder.js +2 -1
- package/lib/helper/ldBuilder.js.map +1 -0
- package/lib/helper/ldComBuild.js +2 -1
- package/lib/helper/ldComBuild.js.map +1 -0
- package/lib/helper/props_config.js +2 -1
- package/lib/helper/props_config.js.map +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -0
- package/lib/locales/zh-CN.js +2 -1
- package/lib/locales/zh-CN.js.map +1 -0
- package/lib/lowcode/constants/api-url.js +2 -1
- package/lib/lowcode/constants/api-url.js.map +1 -0
- package/lib/lowcode/constants/event-topics.js +2 -1
- package/lib/lowcode/constants/event-topics.js.map +1 -0
- package/lib/lowcode/constants/index.js +2 -1
- package/lib/lowcode/constants/index.js.map +1 -0
- package/lib/lowcode/engine/factory/DataFactory.js +2 -1
- package/lib/lowcode/engine/factory/DataFactory.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +1 -0
- package/lib/lowcode/engine/factory/panel-item-factory/index.js +2 -1
- package/lib/lowcode/engine/factory/panel-item-factory/index.js.map +1 -0
- package/lib/lowcode/engine/launcher.js +2 -1
- package/lib/lowcode/engine/launcher.js.map +1 -0
- package/lib/lowcode/engine/provider/ContextProvider/index.js +2 -1
- package/lib/lowcode/engine/provider/ContextProvider/index.js.map +1 -0
- package/lib/lowcode/engine/provider/ContextProvider/router.js +2 -1
- package/lib/lowcode/engine/provider/ContextProvider/router.js.map +1 -0
- package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js +2 -1
- package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +1 -0
- package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js +2 -1
- package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js.map +1 -0
- package/lib/lowcode/engine/provider/ContextProvider/useTodo.js +2 -1
- package/lib/lowcode/engine/provider/ContextProvider/useTodo.js.map +1 -0
- package/lib/lowcode/engine/provider/ContextProvider/utils.js +2 -1
- package/lib/lowcode/engine/provider/ContextProvider/utils.js.map +1 -0
- package/lib/lowcode/engine/provider/EventBusProvider.js +2 -1
- package/lib/lowcode/engine/provider/EventBusProvider.js.map +1 -0
- package/lib/lowcode/engine/provider/RemoteSourceProvider.js +2 -1
- package/lib/lowcode/engine/provider/RemoteSourceProvider.js.map +1 -0
- package/lib/lowcode/engine/tools/dataProcess.js +2 -1
- package/lib/lowcode/engine/tools/dataProcess.js.map +1 -0
- package/lib/lowcode/engine/tools/diff.js +2 -1
- package/lib/lowcode/engine/tools/diff.js.map +1 -0
- package/lib/lowcode/engine/tools/helper.js +2 -1
- package/lib/lowcode/engine/tools/helper.js.map +1 -0
- package/lib/lowcode/engine/tools/initDS.js +2 -1
- package/lib/lowcode/engine/tools/initDS.js.map +1 -0
- package/lib/lowcode/engine/tools/useCanvasRender.js +2 -1
- package/lib/lowcode/engine/tools/useCanvasRender.js.map +1 -0
- package/lib/lowcode/engine/tools/useCombinedRefs.js +2 -1
- package/lib/lowcode/engine/tools/useCombinedRefs.js.map +1 -0
- package/lib/lowcode/engine/tools/usePromiseState.js +2 -1
- package/lib/lowcode/engine/tools/usePromiseState.js.map +1 -0
- package/lib/lowcode/index.js +2 -1
- package/lib/lowcode/index.js.map +1 -0
- package/lib/lowcode/painter/Components.js +2 -1
- package/lib/lowcode/painter/Components.js.map +1 -0
- package/lib/lowcode/painter/Design.js +2 -1
- package/lib/lowcode/painter/Design.js.map +1 -0
- package/lib/lowcode/painter/DesignOperator.js +2 -1
- package/lib/lowcode/painter/DesignOperator.js.map +1 -0
- package/lib/lowcode/painter/DesignToolbar.js +2 -1
- package/lib/lowcode/painter/DesignToolbar.js.map +1 -0
- package/lib/lowcode/painter/I18n.js +2 -1
- package/lib/lowcode/painter/I18n.js.map +1 -0
- package/lib/lowcode/painter/Outline.js +2 -1
- package/lib/lowcode/painter/Outline.js.map +1 -0
- package/lib/lowcode/painter/Panel.js +2 -1
- package/lib/lowcode/painter/Panel.js.map +1 -0
- package/lib/lowcode/painter/Ribbon.js +2 -1
- package/lib/lowcode/painter/Ribbon.js.map +1 -0
- package/lib/lowcode/painter/components/ActionBindModal.js +2 -1
- package/lib/lowcode/painter/components/ActionBindModal.js.map +1 -0
- package/lib/lowcode/painter/components/AdvancePanel.js +2 -1
- package/lib/lowcode/painter/components/AdvancePanel.js.map +1 -0
- package/lib/lowcode/painter/components/AttrsPanel.js +2 -1
- package/lib/lowcode/painter/components/AttrsPanel.js.map +1 -0
- package/lib/lowcode/painter/components/Collapse.js +2 -1
- package/lib/lowcode/painter/components/Collapse.js.map +1 -0
- package/lib/lowcode/painter/components/ColorInput.js +2 -1
- package/lib/lowcode/painter/components/ColorInput.js.map +1 -0
- package/lib/lowcode/painter/components/DragDrop/DragDropContext.js +2 -1
- package/lib/lowcode/painter/components/DragDrop/DragDropContext.js.map +1 -0
- package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js +2 -1
- package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +1 -0
- package/lib/lowcode/painter/components/DragDrop/Overlay.js +2 -1
- package/lib/lowcode/painter/components/DragDrop/Overlay.js.map +1 -0
- package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +2 -1
- package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +1 -0
- package/lib/lowcode/painter/components/FieldSelector.js +2 -1
- package/lib/lowcode/painter/components/FieldSelector.js.map +1 -0
- package/lib/lowcode/painter/components/ListEditor.js +2 -1
- package/lib/lowcode/painter/components/ListEditor.js.map +1 -0
- package/lib/lowcode/painter/components/NumberInput.js +2 -1
- package/lib/lowcode/painter/components/NumberInput.js.map +1 -0
- package/lib/lowcode/painter/components/PanelItem.js +2 -1
- package/lib/lowcode/painter/components/PanelItem.js.map +1 -0
- package/lib/lowcode/painter/components/PopConfirm.js +2 -1
- package/lib/lowcode/painter/components/PopConfirm.js.map +1 -0
- package/lib/lowcode/painter/components/PopForm.js +2 -1
- package/lib/lowcode/painter/components/PopForm.js.map +1 -0
- package/lib/lowcode/painter/components/PreviewIframe.js +2 -1
- package/lib/lowcode/painter/components/PreviewIframe.js.map +1 -0
- package/lib/lowcode/painter/components/RuleInput.js +2 -1
- package/lib/lowcode/painter/components/RuleInput.js.map +1 -0
- package/lib/lowcode/painter/components/SortBox.js +2 -1
- package/lib/lowcode/painter/components/SortBox.js.map +1 -0
- package/lib/lowcode/painter/components/TipIcon.js +2 -1
- package/lib/lowcode/painter/components/TipIcon.js.map +1 -0
- package/lib/lowcode/painter/components/TreeEditor.js +2 -1
- package/lib/lowcode/painter/components/TreeEditor.js.map +1 -0
- package/lib/lowcode/painter/components/VarEditor.js +2 -1
- package/lib/lowcode/painter/components/VarEditor.js.map +1 -0
- package/lib/lowcode/painter/components/code-editor/BaseEditor.js +2 -1
- package/lib/lowcode/painter/components/code-editor/BaseEditor.js.map +1 -0
- package/lib/lowcode/painter/components/code-editor/CssEditor.js +2 -1
- package/lib/lowcode/painter/components/code-editor/CssEditor.js.map +1 -0
- package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js +2 -1
- package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js.map +1 -0
- package/lib/lowcode/painter/components/code-editor/JSEditor.js +2 -1
- package/lib/lowcode/painter/components/code-editor/JSEditor.js.map +1 -0
- package/lib/lowcode/painter/components/code-editor/JsonEditor.js +2 -1
- package/lib/lowcode/painter/components/code-editor/JsonEditor.js.map +1 -0
- package/lib/lowcode/painter/components/code-editor/VisionEditor.js +2 -1
- package/lib/lowcode/painter/components/code-editor/VisionEditor.js.map +1 -0
- package/lib/lowcode/painter/components/code-editor/index.js +2 -1
- package/lib/lowcode/painter/components/code-editor/index.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/BatchSetting.js +2 -1
- package/lib/lowcode/painter/components/field-setting/BatchSetting.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js +2 -1
- package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/CheckRules.js +2 -1
- package/lib/lowcode/painter/components/field-setting/CheckRules.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/FieldAttrs.js +2 -1
- package/lib/lowcode/painter/components/field-setting/FieldAttrs.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js +2 -1
- package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js +2 -1
- package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js +2 -1
- package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/SettingUI.js +2 -1
- package/lib/lowcode/painter/components/field-setting/SettingUI.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/index.js +2 -1
- package/lib/lowcode/painter/components/field-setting/index.js.map +1 -0
- package/lib/lowcode/painter/components/field-setting/meta/frontRules.js +2 -1
- package/lib/lowcode/painter/components/field-setting/meta/frontRules.js.map +1 -0
- package/lib/lowcode/painter/expect.js +2 -1
- package/lib/lowcode/painter/expect.js.map +1 -0
- package/lib/lowcode/painter/index.js +2 -1
- package/lib/lowcode/painter/index.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js +2 -1
- package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +2 -1
- package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ActionsEditor/index.js +2 -1
- package/lib/lowcode/painter/panel-section/ActionsEditor/index.js.map +1 -0
- package/lib/lowcode/painter/panel-section/BlockEditor/index.js +2 -1
- package/lib/lowcode/painter/panel-section/BlockEditor/index.js.map +1 -0
- package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +2 -1
- package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +1 -0
- package/lib/lowcode/painter/panel-section/BlocksEditor/index.js +2 -1
- package/lib/lowcode/painter/panel-section/BlocksEditor/index.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ButtonType.js +2 -1
- package/lib/lowcode/painter/panel-section/ButtonType.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ComplexPop.js +2 -1
- package/lib/lowcode/painter/panel-section/ComplexPop.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ComponentSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/ComponentSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/DataSetSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/DataSetSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/FieldState.js +2 -1
- package/lib/lowcode/painter/panel-section/FieldState.js.map +1 -0
- package/lib/lowcode/painter/panel-section/FieldsSetting.js +2 -1
- package/lib/lowcode/painter/panel-section/FieldsSetting.js.map +1 -0
- package/lib/lowcode/painter/panel-section/GroupClassSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/GroupClassSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/I18nInput.js +2 -1
- package/lib/lowcode/painter/panel-section/I18nInput.js.map +1 -0
- package/lib/lowcode/painter/panel-section/Icon.js +2 -1
- package/lib/lowcode/painter/panel-section/Icon.js.map +1 -0
- package/lib/lowcode/painter/panel-section/IconConditionSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/IconConditionSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/IconSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/IconSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ImpExp.js +2 -1
- package/lib/lowcode/painter/panel-section/ImpExp.js.map +1 -0
- package/lib/lowcode/painter/panel-section/ImpExpAlone.js +2 -1
- package/lib/lowcode/painter/panel-section/ImpExpAlone.js.map +1 -0
- package/lib/lowcode/painter/panel-section/JSEditor.js +2 -1
- package/lib/lowcode/painter/panel-section/JSEditor.js.map +1 -0
- package/lib/lowcode/painter/panel-section/LayoutRatio.js +2 -1
- package/lib/lowcode/painter/panel-section/LayoutRatio.js.map +1 -0
- package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js +2 -1
- package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js.map +1 -0
- package/lib/lowcode/painter/panel-section/PageVars.js +2 -1
- package/lib/lowcode/painter/panel-section/PageVars.js.map +1 -0
- package/lib/lowcode/painter/panel-section/SerialsSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/SerialsSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/SplitDisplay.js +2 -1
- package/lib/lowcode/painter/panel-section/SplitDisplay.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Border.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Border.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Display.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Display.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Font.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Font.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Margin.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Margin.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Padding.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Padding.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/Size.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Size.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +1 -0
- package/lib/lowcode/painter/panel-section/StylePanel/index.js +2 -1
- package/lib/lowcode/painter/panel-section/StylePanel/index.js.map +1 -0
- package/lib/lowcode/painter/panel-section/TabItems.js +2 -1
- package/lib/lowcode/painter/panel-section/TabItems.js.map +1 -0
- package/lib/lowcode/painter/panel-section/TableTopFilter.js +2 -1
- package/lib/lowcode/painter/panel-section/TableTopFilter.js.map +1 -0
- package/lib/lowcode/painter/panel-section/TableZebra.js +2 -1
- package/lib/lowcode/painter/panel-section/TableZebra.js.map +1 -0
- package/lib/lowcode/painter/panel-section/TextContent.js +2 -1
- package/lib/lowcode/painter/panel-section/TextContent.js.map +1 -0
- package/lib/lowcode/painter/panel-section/TreeRootEditor.js +2 -1
- package/lib/lowcode/painter/panel-section/TreeRootEditor.js.map +1 -0
- package/lib/lowcode/painter/panel-section/WidthHeight.js +2 -1
- package/lib/lowcode/painter/panel-section/WidthHeight.js.map +1 -0
- package/lib/lowcode/painter/services/I18n.js +2 -1
- package/lib/lowcode/painter/services/I18n.js.map +1 -0
- package/lib/lowcode/painter/services/complexPop.js +2 -1
- package/lib/lowcode/painter/services/complexPop.js.map +1 -0
- package/lib/lowcode/preview/index.js +2 -1
- package/lib/lowcode/preview/index.js.map +1 -0
- package/lib/lowcode/view/Canvas.js +2 -1
- package/lib/lowcode/view/Canvas.js.map +1 -0
- package/lib/lowcode/view/ErrorBoundary.js +2 -1
- package/lib/lowcode/view/ErrorBoundary.js.map +1 -0
- package/lib/lowcode/view/Loading.js +2 -1
- package/lib/lowcode/view/Loading.js.map +1 -0
- package/lib/lowcode/view/Page.js +2 -1
- package/lib/lowcode/view/Page.js.map +1 -0
- package/lib/lowcode/view/index.js +2 -1
- package/lib/lowcode/view/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Box/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Box/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Box/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Box/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Box/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Box/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Box/index.js +2 -1
- package/lib/lowcode/view/lc-components/Box/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Button/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Button/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Button/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Button/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Button/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Button/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Button/index.js +2 -1
- package/lib/lowcode/view/lc-components/Button/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/CardList/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/CardList/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/CardList/index.js +2 -1
- package/lib/lowcode/view/lc-components/CardList/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Dialog/index.js +2 -1
- package/lib/lowcode/view/lc-components/Dialog/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Drawer/index.js +2 -1
- package/lib/lowcode/view/lc-components/Drawer/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Form/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Form/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Form/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Form/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Form/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Form/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Form/index.js +2 -1
- package/lib/lowcode/view/lc-components/Form/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/GroupTree/index.js +2 -1
- package/lib/lowcode/view/lc-components/GroupTree/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Iframe/index.js +2 -1
- package/lib/lowcode/view/lc-components/Iframe/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/ImEx/index.js +2 -1
- package/lib/lowcode/view/lc-components/ImEx/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Image/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Image/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Image/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Image/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Image/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Image/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Image/index.js +2 -1
- package/lib/lowcode/view/lc-components/Image/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/JSX/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/JSX/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -1
- package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js.map +1 -0
- package/lib/lowcode/view/lc-components/JSX/index.js +2 -1
- package/lib/lowcode/view/lc-components/JSX/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Layout/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Layout/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Layout/index.js +2 -1
- package/lib/lowcode/view/lc-components/Layout/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Link/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Link/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Link/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Link/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Link/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Link/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Link/index.js +2 -1
- package/lib/lowcode/view/lc-components/Link/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageContent/index.js +2 -1
- package/lib/lowcode/view/lc-components/PageContent/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageFooter/index.js +2 -1
- package/lib/lowcode/view/lc-components/PageFooter/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageHeader/index.js +2 -1
- package/lib/lowcode/view/lc-components/PageHeader/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageLayout/index.js +2 -1
- package/lib/lowcode/view/lc-components/PageLayout/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/PageModal/index.js +2 -1
- package/lib/lowcode/view/lc-components/PageModal/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Section/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Section/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Section/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Section/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Section/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Section/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Section/index.js +2 -1
- package/lib/lowcode/view/lc-components/Section/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Split/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Split/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Split/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Split/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Split/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Split/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Split/index.js +2 -1
- package/lib/lowcode/view/lc-components/Split/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Table/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Table/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Table/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Table/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Table/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Table/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Table/components/TopFilter.js +2 -1
- package/lib/lowcode/view/lc-components/Table/components/TopFilter.js.map +1 -0
- package/lib/lowcode/view/lc-components/Table/components/TopImex.js +2 -1
- package/lib/lowcode/view/lc-components/Table/components/TopImex.js.map +1 -0
- package/lib/lowcode/view/lc-components/Table/index.js +2 -1
- package/lib/lowcode/view/lc-components/Table/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tabs/index.js +2 -1
- package/lib/lowcode/view/lc-components/Tabs/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Text/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Text/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Text/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Text/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Text/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Text/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Text/index.js +2 -1
- package/lib/lowcode/view/lc-components/Text/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js +2 -1
- package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tree/FunctionLive.js +2 -1
- package/lib/lowcode/view/lc-components/Tree/FunctionLive.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js +2 -1
- package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js.map +1 -0
- package/lib/lowcode/view/lc-components/Tree/index.js +2 -1
- package/lib/lowcode/view/lc-components/Tree/index.js.map +1 -0
- package/lib/lowcode/view/lc-components/Wrapper.js +2 -1
- package/lib/lowcode/view/lc-components/Wrapper.js.map +1 -0
- package/lib/services.js +2 -1
- package/lib/services.js.map +1 -0
- package/lib/upload/FilesWall/index.js +2 -1
- package/lib/upload/FilesWall/index.js.map +1 -0
- package/lib/upload/Form/gridForm.js +2 -1
- package/lib/upload/Form/gridForm.js.map +1 -0
- package/lib/upload/Form/index.js +2 -1
- package/lib/upload/Form/index.js.map +1 -0
- package/lib/upload/FormItem/index.js +2 -1
- package/lib/upload/FormItem/index.js.map +1 -0
- package/lib/upload/GridCell/index.js +2 -1
- package/lib/upload/GridCell/index.js.map +1 -0
- package/lib/upload/index.js +2 -1
- package/lib/upload/index.js.map +1 -0
- package/lib/utils/action.js +2 -1
- package/lib/utils/action.js.map +1 -0
- package/lib/utils/form.js +2 -1
- package/lib/utils/form.js.map +1 -0
- package/lib/utils/grid.js +2 -1
- package/lib/utils/grid.js.map +1 -0
- package/lib/utils/index.js +2 -1
- package/lib/utils/index.js.map +1 -0
- 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
|
@@ -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":"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"}
|
package/lib/utils/index.js
CHANGED
|
@@ -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"}
|