@luck-design-biz/luckda 1.0.2-7 → 1.0.2-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Builder/index.js +1 -2
- package/es/components/ComplexItem/index.js +1 -2
- package/es/components/ComplexItem/service.js +1 -2
- package/es/components/IconFont/index.js +1 -2
- package/es/components/LDActions/index.js +1 -2
- package/es/components/LdAutoForm/index.js +1 -2
- package/es/components/LdCard/index.js +1 -2
- package/es/components/LdCard/model.js +1 -2
- package/es/components/LdCom/index.js +1 -2
- package/es/components/LdFormList/index.js +1 -2
- package/es/components/LdFormList/model.js +1 -2
- package/es/components/LdGrid/index.js +1 -2
- package/es/components/LdGrid/model.js +1 -2
- package/es/components/LdGridForm/index.js +1 -2
- package/es/components/LdInfoPanel/index.js +1 -2
- package/es/components/LdPop/index.js +1 -2
- package/es/components/LdTree/index.js +1 -2
- package/es/helper/FromItems.js +1 -2
- package/es/helper/action.js +1 -2
- package/es/helper/form.js +1 -2
- package/es/helper/ldBuilder.js +1 -2
- package/es/helper/ldComBuild.js +1 -2
- package/es/helper/props_config.js +1 -2
- package/es/index.js +1 -2
- package/es/locales/zh-CN.js +4 -3
- package/es/lowcode/constants/api-url.js +1 -2
- package/es/lowcode/constants/event-topics.js +1 -2
- package/es/lowcode/constants/index.js +1 -2
- package/es/lowcode/engine/factory/DataFactory.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/Strategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +1 -2
- package/es/lowcode/engine/factory/panel-item-factory/index.js +1 -2
- package/es/lowcode/engine/launcher.js +1 -2
- package/es/lowcode/engine/meta/cardlist.props.json +3 -5
- package/es/lowcode/engine/meta/fielddate.props.json +0 -1
- package/es/lowcode/engine/meta/fieldeditor.props.json +0 -1
- package/es/lowcode/engine/meta/fieldgroup.props.json +0 -1
- package/es/lowcode/engine/meta/fieldyear.props.json +0 -1
- package/es/lowcode/engine/meta/form.props.json +2 -18
- package/es/lowcode/engine/meta/grouptree.props.json +0 -1
- package/es/lowcode/engine/meta/jsx.props.default.json +1 -2
- package/es/lowcode/engine/meta/jsx.props.json +4 -3
- package/es/lowcode/engine/meta/section.props.json +2 -2
- package/es/lowcode/engine/meta/table.props.json +0 -7
- package/es/lowcode/engine/meta/tabs.props.json +1 -1
- package/es/lowcode/engine/meta/tree.props.json +1 -5
- package/es/lowcode/engine/provider/ContextProvider/index.js +1 -2
- package/es/lowcode/engine/provider/ContextProvider/router.js +1 -2
- package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js +1 -2
- package/es/lowcode/engine/provider/ContextProvider/usePageVar.js +1 -2
- package/es/lowcode/engine/provider/ContextProvider/useTodo.js +1 -2
- package/es/lowcode/engine/provider/ContextProvider/utils.js +1 -2
- package/es/lowcode/engine/provider/EventBusProvider.js +1 -2
- package/es/lowcode/engine/provider/RemoteSourceProvider.js +1 -2
- package/es/lowcode/engine/tools/dataProcess.js +1 -2
- package/es/lowcode/engine/tools/diff.js +1 -2
- package/es/lowcode/engine/tools/helper.js +1 -2
- package/es/lowcode/engine/tools/initDS.js +1 -2
- package/es/lowcode/engine/tools/useCanvasRender.js +1 -2
- package/es/lowcode/engine/tools/useCombinedRefs.js +1 -2
- package/es/lowcode/engine/tools/usePromiseState.js +1 -2
- package/es/lowcode/index.js +1 -2
- package/es/lowcode/painter/Components.js +1 -2
- package/es/lowcode/painter/Design.js +1 -2
- package/es/lowcode/painter/DesignOperator.js +1 -2
- package/es/lowcode/painter/DesignToolbar.js +1 -2
- package/es/lowcode/painter/I18n.js +1 -2
- package/es/lowcode/painter/Outline.js +1 -2
- package/es/lowcode/painter/Panel.js +1 -2
- package/es/lowcode/painter/Ribbon.js +1 -2
- package/es/lowcode/painter/components/ActionBindModal.js +1 -2
- package/es/lowcode/painter/components/AdvancePanel.js +31 -46
- package/es/lowcode/painter/components/AttrsPanel.js +1 -2
- package/es/lowcode/painter/components/Collapse.js +1 -2
- package/es/lowcode/painter/components/ColorInput.js +1 -2
- package/es/lowcode/painter/components/DragDrop/DragDropContext.js +1 -2
- package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js +1 -2
- package/es/lowcode/painter/components/DragDrop/Overlay.js +1 -2
- package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +1 -2
- package/es/lowcode/painter/components/FieldSelector.js +1 -2
- package/es/lowcode/painter/components/ListEditor.js +1 -2
- package/es/lowcode/painter/components/NumberInput.js +1 -2
- package/es/lowcode/painter/components/PanelItem.js +1 -2
- package/es/lowcode/painter/components/PopConfirm.js +1 -2
- package/es/lowcode/painter/components/PopForm.js +1 -2
- package/es/lowcode/painter/components/PreviewIframe.js +1 -2
- package/es/lowcode/painter/components/RuleInput.js +1 -2
- package/es/lowcode/painter/components/SortBox.js +1 -2
- package/es/lowcode/painter/components/TipIcon.js +1 -2
- package/es/lowcode/painter/components/TreeEditor.js +1 -2
- package/es/lowcode/painter/components/VarEditor.js +1 -2
- package/es/lowcode/painter/components/code-editor/BaseEditor.js +1 -2
- package/es/lowcode/painter/components/code-editor/CssEditor.js +1 -2
- package/es/lowcode/painter/components/code-editor/FullScreenEditor.js +1 -2
- package/es/lowcode/painter/components/code-editor/JSEditor.js +1 -2
- package/es/lowcode/painter/components/code-editor/JsonEditor.js +1 -2
- package/es/lowcode/painter/components/code-editor/VisionEditor.js +1 -2
- package/es/lowcode/painter/components/code-editor/index.js +1 -2
- package/es/lowcode/painter/components/field-setting/BatchSetting.js +1 -2
- package/es/lowcode/painter/components/field-setting/CheckFrontRules.js +1 -2
- package/es/lowcode/painter/components/field-setting/CheckRules.js +1 -2
- package/es/lowcode/painter/components/field-setting/FieldAttrs.js +1 -2
- package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js +1 -2
- package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js +1 -2
- package/es/lowcode/painter/components/field-setting/FieldRulesModal.js +1 -2
- package/es/lowcode/painter/components/field-setting/SettingUI.js +2 -3
- package/es/lowcode/painter/components/field-setting/index.js +1 -2
- package/es/lowcode/painter/components/field-setting/meta/frontRules.js +1 -2
- package/es/lowcode/painter/expect.js +1 -2
- package/es/lowcode/painter/index.js +1 -2
- package/es/lowcode/painter/panel-section/ActionsColumnWidth.js +1 -2
- package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +1 -2
- package/es/lowcode/painter/panel-section/ActionsEditor/index.js +1 -2
- package/es/lowcode/painter/panel-section/BlockEditor/index.js +1 -2
- package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +1 -2
- package/es/lowcode/painter/panel-section/BlocksEditor/index.js +1 -2
- package/es/lowcode/painter/panel-section/ButtonType.js +1 -2
- package/es/lowcode/painter/panel-section/ComplexPop.js +1 -2
- package/es/lowcode/painter/panel-section/ComponentSelector.js +1 -2
- package/es/lowcode/painter/panel-section/DataSetSelector.js +1 -2
- package/es/lowcode/painter/panel-section/FieldState.js +1 -2
- package/es/lowcode/painter/panel-section/FieldsSetting.js +1 -2
- package/es/lowcode/painter/panel-section/GroupClassSelector.js +1 -2
- package/es/lowcode/painter/panel-section/I18nInput.js +1 -2
- package/es/lowcode/painter/panel-section/Icon.js +1 -2
- package/es/lowcode/painter/panel-section/IconConditionSelector.js +1 -3
- package/es/lowcode/painter/panel-section/IconSelector.js +1 -2
- package/es/lowcode/painter/panel-section/ImpExp.js +1 -2
- package/es/lowcode/painter/panel-section/ImpExpAlone.js +1 -2
- package/es/lowcode/painter/panel-section/JSEditor/ToolBar.js +116 -0
- package/es/lowcode/painter/panel-section/JSEditor/index.js +139 -0
- package/es/lowcode/painter/panel-section/LayoutRatio.js +1 -2
- package/es/lowcode/painter/panel-section/PageLayoutDisplay.js +1 -2
- package/es/lowcode/painter/panel-section/PageVars.js +1 -2
- package/es/lowcode/painter/panel-section/SerialsSelector.js +1 -2
- package/es/lowcode/painter/panel-section/SplitDisplay.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/BackGround.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Border.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Display.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Font.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Margin.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Opacity.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Padding.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Pointer.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Shadow.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/Size.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js +1 -2
- package/es/lowcode/painter/panel-section/StylePanel/index.js +1 -2
- package/es/lowcode/painter/panel-section/TabItems.js +1 -2
- package/es/lowcode/painter/panel-section/TableTopFilter.js +1 -2
- package/es/lowcode/painter/panel-section/TableZebra.js +1 -2
- package/es/lowcode/painter/panel-section/TextContent.js +1 -2
- package/es/lowcode/painter/panel-section/TreeRootEditor.js +1 -2
- package/es/lowcode/painter/panel-section/WidthHeight.js +1 -2
- package/es/lowcode/painter/services/I18n.js +1 -2
- package/es/lowcode/painter/services/complexPop.js +1 -2
- package/es/lowcode/preview/index.js +1 -2
- package/es/lowcode/view/Canvas.js +1 -2
- package/es/lowcode/view/ErrorBoundary.js +1 -2
- package/es/lowcode/view/Loading.js +1 -2
- package/es/lowcode/view/Page.js +1 -2
- package/es/lowcode/view/index.js +1 -2
- package/es/lowcode/view/lc-components/Box/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Box/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Box/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Box/index.js +1 -2
- package/es/lowcode/view/lc-components/Button/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Button/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Button/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Button/index.js +1 -2
- package/es/lowcode/view/lc-components/CardList/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/CardList/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/CardList/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/CardList/index.js +1 -2
- package/es/lowcode/view/lc-components/CardList/meta.json +3 -5
- package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Dialog/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Dialog/index.js +1 -2
- package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Drawer/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Drawer/index.js +1 -2
- package/es/lowcode/view/lc-components/FieldDate/meta.json +0 -1
- package/es/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
- package/es/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
- package/es/lowcode/view/lc-components/FieldYear/meta.json +0 -1
- package/es/lowcode/view/lc-components/Form/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Form/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Form/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Form/index.js +1 -2
- package/es/lowcode/view/lc-components/Form/meta.json +2 -18
- package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/GroupTree/index.js +1 -2
- package/es/lowcode/view/lc-components/GroupTree/meta.json +0 -1
- package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Iframe/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Iframe/index.js +1 -2
- package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/ImEx/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/ImEx/index.js +1 -2
- package/es/lowcode/view/lc-components/Image/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Image/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Image/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Image/index.js +1 -2
- package/es/lowcode/view/lc-components/JSX/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/JSX/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/JSX/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -2
- package/es/lowcode/view/lc-components/JSX/index.js +1 -2
- package/es/lowcode/view/lc-components/JSX/meta.json +4 -3
- package/es/lowcode/view/lc-components/Layout/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Layout/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Layout/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Layout/index.js +1 -2
- package/es/lowcode/view/lc-components/Link/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Link/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Link/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Link/index.js +1 -2
- package/es/lowcode/view/lc-components/PageContent/index.js +1 -2
- package/es/lowcode/view/lc-components/PageFooter/index.js +1 -2
- package/es/lowcode/view/lc-components/PageHeader/index.js +1 -2
- package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/PageLayout/index.js +1 -2
- package/es/lowcode/view/lc-components/PageModal/index.js +1 -2
- package/es/lowcode/view/lc-components/Section/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Section/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Section/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Section/index.js +1 -2
- package/es/lowcode/view/lc-components/Section/meta.json +2 -2
- package/es/lowcode/view/lc-components/Split/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Split/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Split/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Split/index.js +1 -2
- package/es/lowcode/view/lc-components/Table/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Table/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Table/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Table/components/TopFilter.js +1 -2
- package/es/lowcode/view/lc-components/Table/components/TopImex.js +1 -2
- package/es/lowcode/view/lc-components/Table/index.js +1 -2
- package/es/lowcode/view/lc-components/Table/meta.json +0 -7
- package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Tabs/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Tabs/index.js +1 -2
- package/es/lowcode/view/lc-components/Tabs/meta.json +1 -1
- package/es/lowcode/view/lc-components/Text/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Text/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Text/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Text/index.js +1 -2
- package/es/lowcode/view/lc-components/Tree/FunctionDesign.js +1 -2
- package/es/lowcode/view/lc-components/Tree/FunctionLive.js +1 -2
- package/es/lowcode/view/lc-components/Tree/FunctionPreview.js +1 -2
- package/es/lowcode/view/lc-components/Tree/index.js +1 -2
- package/es/lowcode/view/lc-components/Tree/meta.json +1 -5
- package/es/lowcode/view/lc-components/Wrapper.js +3 -2
- package/es/services.js +1 -2
- package/es/upload/FilesWall/index.js +1 -2
- package/es/upload/Form/gridForm.js +1 -2
- package/es/upload/Form/index.js +1 -2
- package/es/upload/FormItem/index.js +1 -2
- package/es/upload/GridCell/index.js +1 -2
- package/es/upload/index.js +1 -2
- package/es/utils/action.js +1 -2
- package/es/utils/form.js +1 -2
- package/es/utils/grid.js +1 -2
- package/es/utils/index.js +1 -2
- package/lib/components/Builder/index.js +1 -2
- package/lib/components/ComplexItem/index.js +1 -2
- package/lib/components/ComplexItem/service.js +1 -2
- package/lib/components/IconFont/index.js +1 -2
- package/lib/components/LDActions/index.js +1 -2
- package/lib/components/LdAutoForm/index.js +1 -2
- package/lib/components/LdCard/index.js +1 -2
- package/lib/components/LdCard/model.js +1 -2
- package/lib/components/LdCom/index.js +1 -2
- package/lib/components/LdFormList/index.js +1 -2
- package/lib/components/LdFormList/model.js +1 -2
- package/lib/components/LdGrid/index.js +1 -2
- package/lib/components/LdGrid/model.js +1 -2
- package/lib/components/LdGridForm/index.js +1 -2
- package/lib/components/LdInfoPanel/index.js +1 -2
- package/lib/components/LdPop/index.js +1 -2
- package/lib/components/LdTree/index.js +1 -2
- package/lib/helper/FromItems.js +1 -2
- package/lib/helper/action.js +1 -2
- package/lib/helper/form.js +1 -2
- package/lib/helper/ldBuilder.js +1 -2
- package/lib/helper/ldComBuild.js +1 -2
- package/lib/helper/props_config.js +1 -2
- package/lib/index.js +1 -2
- package/lib/locales/zh-CN.js +4 -3
- package/lib/lowcode/constants/api-url.js +1 -2
- package/lib/lowcode/constants/event-topics.js +1 -2
- package/lib/lowcode/constants/index.js +1 -2
- package/lib/lowcode/engine/factory/DataFactory.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js +1 -2
- package/lib/lowcode/engine/factory/panel-item-factory/index.js +1 -2
- package/lib/lowcode/engine/launcher.js +1 -2
- package/lib/lowcode/engine/meta/cardlist.props.json +3 -5
- package/lib/lowcode/engine/meta/fielddate.props.json +0 -1
- package/lib/lowcode/engine/meta/fieldeditor.props.json +0 -1
- package/lib/lowcode/engine/meta/fieldgroup.props.json +0 -1
- package/lib/lowcode/engine/meta/fieldyear.props.json +0 -1
- package/lib/lowcode/engine/meta/form.props.json +2 -18
- package/lib/lowcode/engine/meta/grouptree.props.json +0 -1
- package/lib/lowcode/engine/meta/jsx.props.default.json +1 -2
- package/lib/lowcode/engine/meta/jsx.props.json +4 -3
- package/lib/lowcode/engine/meta/section.props.json +2 -2
- package/lib/lowcode/engine/meta/table.props.json +0 -7
- package/lib/lowcode/engine/meta/tabs.props.json +1 -1
- package/lib/lowcode/engine/meta/tree.props.json +1 -5
- package/lib/lowcode/engine/provider/ContextProvider/index.js +1 -2
- package/lib/lowcode/engine/provider/ContextProvider/router.js +1 -2
- package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js +1 -2
- package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js +1 -2
- package/lib/lowcode/engine/provider/ContextProvider/useTodo.js +1 -2
- package/lib/lowcode/engine/provider/ContextProvider/utils.js +1 -2
- package/lib/lowcode/engine/provider/EventBusProvider.js +1 -2
- package/lib/lowcode/engine/provider/RemoteSourceProvider.js +1 -2
- package/lib/lowcode/engine/tools/dataProcess.js +1 -2
- package/lib/lowcode/engine/tools/diff.js +1 -2
- package/lib/lowcode/engine/tools/helper.js +1 -2
- package/lib/lowcode/engine/tools/initDS.js +1 -2
- package/lib/lowcode/engine/tools/useCanvasRender.js +1 -2
- package/lib/lowcode/engine/tools/useCombinedRefs.js +1 -2
- package/lib/lowcode/engine/tools/usePromiseState.js +1 -2
- package/lib/lowcode/index.js +1 -2
- package/lib/lowcode/painter/Components.js +1 -2
- package/lib/lowcode/painter/Design.js +1 -2
- package/lib/lowcode/painter/DesignOperator.js +1 -2
- package/lib/lowcode/painter/DesignToolbar.js +1 -2
- package/lib/lowcode/painter/I18n.js +1 -2
- package/lib/lowcode/painter/Outline.js +1 -2
- package/lib/lowcode/painter/Panel.js +1 -2
- package/lib/lowcode/painter/Ribbon.js +1 -2
- package/lib/lowcode/painter/components/ActionBindModal.js +1 -2
- package/lib/lowcode/painter/components/AdvancePanel.js +30 -45
- package/lib/lowcode/painter/components/AttrsPanel.js +1 -2
- package/lib/lowcode/painter/components/Collapse.js +1 -2
- package/lib/lowcode/painter/components/ColorInput.js +1 -2
- package/lib/lowcode/painter/components/DragDrop/DragDropContext.js +1 -2
- package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js +1 -2
- package/lib/lowcode/painter/components/DragDrop/Overlay.js +1 -2
- package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js +1 -2
- package/lib/lowcode/painter/components/FieldSelector.js +1 -2
- package/lib/lowcode/painter/components/ListEditor.js +1 -2
- package/lib/lowcode/painter/components/NumberInput.js +1 -2
- package/lib/lowcode/painter/components/PanelItem.js +1 -2
- package/lib/lowcode/painter/components/PopConfirm.js +1 -2
- package/lib/lowcode/painter/components/PopForm.js +1 -2
- package/lib/lowcode/painter/components/PreviewIframe.js +1 -2
- package/lib/lowcode/painter/components/RuleInput.js +1 -2
- package/lib/lowcode/painter/components/SortBox.js +1 -2
- package/lib/lowcode/painter/components/TipIcon.js +1 -2
- package/lib/lowcode/painter/components/TreeEditor.js +1 -2
- package/lib/lowcode/painter/components/VarEditor.js +1 -2
- package/lib/lowcode/painter/components/code-editor/BaseEditor.js +1 -2
- package/lib/lowcode/painter/components/code-editor/CssEditor.js +1 -2
- package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js +1 -2
- package/lib/lowcode/painter/components/code-editor/JSEditor.js +1 -2
- package/lib/lowcode/painter/components/code-editor/JsonEditor.js +1 -2
- package/lib/lowcode/painter/components/code-editor/VisionEditor.js +1 -2
- package/lib/lowcode/painter/components/code-editor/index.js +1 -2
- package/lib/lowcode/painter/components/field-setting/BatchSetting.js +1 -2
- package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js +1 -2
- package/lib/lowcode/painter/components/field-setting/CheckRules.js +1 -2
- package/lib/lowcode/painter/components/field-setting/FieldAttrs.js +1 -2
- package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js +1 -2
- package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js +1 -2
- package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js +1 -2
- package/lib/lowcode/painter/components/field-setting/SettingUI.js +2 -3
- package/lib/lowcode/painter/components/field-setting/index.js +1 -2
- package/lib/lowcode/painter/components/field-setting/meta/frontRules.js +1 -2
- package/lib/lowcode/painter/expect.js +1 -2
- package/lib/lowcode/painter/index.js +1 -2
- package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js +1 -2
- package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js +1 -2
- package/lib/lowcode/painter/panel-section/ActionsEditor/index.js +1 -2
- package/lib/lowcode/painter/panel-section/BlockEditor/index.js +1 -2
- package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js +1 -2
- package/lib/lowcode/painter/panel-section/BlocksEditor/index.js +1 -2
- package/lib/lowcode/painter/panel-section/ButtonType.js +1 -2
- package/lib/lowcode/painter/panel-section/ComplexPop.js +1 -2
- package/lib/lowcode/painter/panel-section/ComponentSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/DataSetSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/FieldState.js +1 -2
- package/lib/lowcode/painter/panel-section/FieldsSetting.js +1 -2
- package/lib/lowcode/painter/panel-section/GroupClassSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/I18nInput.js +1 -2
- package/lib/lowcode/painter/panel-section/Icon.js +1 -2
- package/lib/lowcode/painter/panel-section/IconConditionSelector.js +1 -3
- package/lib/lowcode/painter/panel-section/IconSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/ImpExp.js +1 -2
- package/lib/lowcode/painter/panel-section/ImpExpAlone.js +1 -2
- package/lib/lowcode/painter/panel-section/JSEditor/ToolBar.js +123 -0
- package/lib/lowcode/painter/panel-section/JSEditor/index.js +147 -0
- package/lib/lowcode/painter/panel-section/LayoutRatio.js +1 -2
- package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js +1 -2
- package/lib/lowcode/painter/panel-section/PageVars.js +1 -2
- package/lib/lowcode/painter/panel-section/SerialsSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/SplitDisplay.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Border.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Display.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Font.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Margin.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Padding.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/Size.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js +1 -2
- package/lib/lowcode/painter/panel-section/StylePanel/index.js +1 -2
- package/lib/lowcode/painter/panel-section/TabItems.js +1 -2
- package/lib/lowcode/painter/panel-section/TableTopFilter.js +1 -2
- package/lib/lowcode/painter/panel-section/TableZebra.js +1 -2
- package/lib/lowcode/painter/panel-section/TextContent.js +1 -2
- package/lib/lowcode/painter/panel-section/TreeRootEditor.js +1 -2
- package/lib/lowcode/painter/panel-section/WidthHeight.js +1 -2
- package/lib/lowcode/painter/services/I18n.js +1 -2
- package/lib/lowcode/painter/services/complexPop.js +1 -2
- package/lib/lowcode/preview/index.js +1 -2
- package/lib/lowcode/view/Canvas.js +1 -2
- package/lib/lowcode/view/ErrorBoundary.js +1 -2
- package/lib/lowcode/view/Loading.js +1 -2
- package/lib/lowcode/view/Page.js +1 -2
- package/lib/lowcode/view/index.js +1 -2
- package/lib/lowcode/view/lc-components/Box/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Box/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Box/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Box/index.js +1 -2
- package/lib/lowcode/view/lc-components/Button/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Button/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Button/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Button/index.js +1 -2
- package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/CardList/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/CardList/index.js +1 -2
- package/lib/lowcode/view/lc-components/CardList/meta.json +3 -5
- package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Dialog/index.js +1 -2
- package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Drawer/index.js +1 -2
- package/lib/lowcode/view/lc-components/FieldDate/meta.json +0 -1
- package/lib/lowcode/view/lc-components/FieldEditor/meta.json +0 -1
- package/lib/lowcode/view/lc-components/FieldGroup/meta.json +0 -1
- package/lib/lowcode/view/lc-components/FieldYear/meta.json +0 -1
- package/lib/lowcode/view/lc-components/Form/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Form/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Form/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Form/index.js +1 -2
- package/lib/lowcode/view/lc-components/Form/meta.json +2 -18
- package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/GroupTree/index.js +1 -2
- package/lib/lowcode/view/lc-components/GroupTree/meta.json +0 -1
- package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Iframe/index.js +1 -2
- package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/ImEx/index.js +1 -2
- package/lib/lowcode/view/lc-components/Image/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Image/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Image/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Image/index.js +1 -2
- package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/JSX/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js +2 -2
- package/lib/lowcode/view/lc-components/JSX/index.js +1 -2
- package/lib/lowcode/view/lc-components/JSX/meta.json +4 -3
- package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Layout/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Layout/index.js +1 -2
- package/lib/lowcode/view/lc-components/Link/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Link/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Link/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Link/index.js +1 -2
- package/lib/lowcode/view/lc-components/PageContent/index.js +1 -2
- package/lib/lowcode/view/lc-components/PageFooter/index.js +1 -2
- package/lib/lowcode/view/lc-components/PageHeader/index.js +1 -2
- package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/PageLayout/index.js +1 -2
- package/lib/lowcode/view/lc-components/PageModal/index.js +1 -2
- package/lib/lowcode/view/lc-components/Section/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Section/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Section/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Section/index.js +1 -2
- package/lib/lowcode/view/lc-components/Section/meta.json +2 -2
- package/lib/lowcode/view/lc-components/Split/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Split/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Split/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Split/index.js +1 -2
- package/lib/lowcode/view/lc-components/Table/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Table/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Table/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Table/components/TopFilter.js +1 -2
- package/lib/lowcode/view/lc-components/Table/components/TopImex.js +1 -2
- package/lib/lowcode/view/lc-components/Table/index.js +1 -2
- package/lib/lowcode/view/lc-components/Table/meta.json +0 -7
- package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Tabs/index.js +1 -2
- package/lib/lowcode/view/lc-components/Tabs/meta.json +1 -1
- package/lib/lowcode/view/lc-components/Text/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Text/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Text/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Text/index.js +1 -2
- package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js +1 -2
- package/lib/lowcode/view/lc-components/Tree/FunctionLive.js +1 -2
- package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js +1 -2
- package/lib/lowcode/view/lc-components/Tree/index.js +1 -2
- package/lib/lowcode/view/lc-components/Tree/meta.json +1 -5
- package/lib/lowcode/view/lc-components/Wrapper.js +3 -2
- package/lib/services.js +1 -2
- package/lib/upload/FilesWall/index.js +1 -2
- package/lib/upload/Form/gridForm.js +1 -2
- package/lib/upload/Form/index.js +1 -2
- package/lib/upload/FormItem/index.js +1 -2
- package/lib/upload/GridCell/index.js +1 -2
- package/lib/upload/index.js +1 -2
- package/lib/utils/action.js +1 -2
- package/lib/utils/form.js +1 -2
- package/lib/utils/grid.js +1 -2
- package/lib/utils/index.js +1 -2
- package/package.json +1 -1
- package/es/components/Builder/index.js.map +0 -1
- package/es/components/ComplexItem/index.js.map +0 -1
- package/es/components/ComplexItem/service.js.map +0 -1
- package/es/components/IconFont/index.js.map +0 -1
- package/es/components/LDActions/index.js.map +0 -1
- package/es/components/LdAutoForm/index.js.map +0 -1
- package/es/components/LdCard/index.js.map +0 -1
- package/es/components/LdCard/model.js.map +0 -1
- package/es/components/LdCom/index.js.map +0 -1
- package/es/components/LdFormList/index.js.map +0 -1
- package/es/components/LdFormList/model.js.map +0 -1
- package/es/components/LdGrid/index.js.map +0 -1
- package/es/components/LdGrid/model.js.map +0 -1
- package/es/components/LdGridForm/index.js.map +0 -1
- package/es/components/LdInfoPanel/index.js.map +0 -1
- package/es/components/LdPop/index.js.map +0 -1
- package/es/components/LdTree/index.js.map +0 -1
- package/es/helper/FromItems.js.map +0 -1
- package/es/helper/action.js.map +0 -1
- package/es/helper/form.js.map +0 -1
- package/es/helper/ldBuilder.js.map +0 -1
- package/es/helper/ldComBuild.js.map +0 -1
- package/es/helper/props_config.js.map +0 -1
- package/es/index.js.map +0 -1
- package/es/locales/zh-CN.js.map +0 -1
- package/es/lowcode/constants/api-url.js.map +0 -1
- package/es/lowcode/constants/event-topics.js.map +0 -1
- package/es/lowcode/constants/index.js.map +0 -1
- package/es/lowcode/engine/factory/DataFactory.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/Strategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +0 -1
- package/es/lowcode/engine/factory/panel-item-factory/index.js.map +0 -1
- package/es/lowcode/engine/launcher.js.map +0 -1
- package/es/lowcode/engine/provider/ContextProvider/index.js.map +0 -1
- package/es/lowcode/engine/provider/ContextProvider/router.js.map +0 -1
- package/es/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +0 -1
- package/es/lowcode/engine/provider/ContextProvider/usePageVar.js.map +0 -1
- package/es/lowcode/engine/provider/ContextProvider/useTodo.js.map +0 -1
- package/es/lowcode/engine/provider/ContextProvider/utils.js.map +0 -1
- package/es/lowcode/engine/provider/EventBusProvider.js.map +0 -1
- package/es/lowcode/engine/provider/RemoteSourceProvider.js.map +0 -1
- package/es/lowcode/engine/tools/dataProcess.js.map +0 -1
- package/es/lowcode/engine/tools/diff.js.map +0 -1
- package/es/lowcode/engine/tools/helper.js.map +0 -1
- package/es/lowcode/engine/tools/initDS.js.map +0 -1
- package/es/lowcode/engine/tools/useCanvasRender.js.map +0 -1
- package/es/lowcode/engine/tools/useCombinedRefs.js.map +0 -1
- package/es/lowcode/engine/tools/usePromiseState.js.map +0 -1
- package/es/lowcode/index.js.map +0 -1
- package/es/lowcode/painter/Components.js.map +0 -1
- package/es/lowcode/painter/Design.js.map +0 -1
- package/es/lowcode/painter/DesignOperator.js.map +0 -1
- package/es/lowcode/painter/DesignToolbar.js.map +0 -1
- package/es/lowcode/painter/I18n.js.map +0 -1
- package/es/lowcode/painter/Outline.js.map +0 -1
- package/es/lowcode/painter/Panel.js.map +0 -1
- package/es/lowcode/painter/Ribbon.js.map +0 -1
- package/es/lowcode/painter/components/ActionBindModal.js.map +0 -1
- package/es/lowcode/painter/components/AdvancePanel.js.map +0 -1
- package/es/lowcode/painter/components/AttrsPanel.js.map +0 -1
- package/es/lowcode/painter/components/Collapse.js.map +0 -1
- package/es/lowcode/painter/components/ColorInput.js.map +0 -1
- package/es/lowcode/painter/components/DragDrop/DragDropContext.js.map +0 -1
- package/es/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +0 -1
- package/es/lowcode/painter/components/DragDrop/Overlay.js.map +0 -1
- package/es/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +0 -1
- package/es/lowcode/painter/components/FieldSelector.js.map +0 -1
- package/es/lowcode/painter/components/ListEditor.js.map +0 -1
- package/es/lowcode/painter/components/NumberInput.js.map +0 -1
- package/es/lowcode/painter/components/PanelItem.js.map +0 -1
- package/es/lowcode/painter/components/PopConfirm.js.map +0 -1
- package/es/lowcode/painter/components/PopForm.js.map +0 -1
- package/es/lowcode/painter/components/PreviewIframe.js.map +0 -1
- package/es/lowcode/painter/components/RuleInput.js.map +0 -1
- package/es/lowcode/painter/components/SortBox.js.map +0 -1
- package/es/lowcode/painter/components/TipIcon.js.map +0 -1
- package/es/lowcode/painter/components/TreeEditor.js.map +0 -1
- package/es/lowcode/painter/components/VarEditor.js.map +0 -1
- package/es/lowcode/painter/components/code-editor/BaseEditor.js.map +0 -1
- package/es/lowcode/painter/components/code-editor/CssEditor.js.map +0 -1
- package/es/lowcode/painter/components/code-editor/FullScreenEditor.js.map +0 -1
- package/es/lowcode/painter/components/code-editor/JSEditor.js.map +0 -1
- package/es/lowcode/painter/components/code-editor/JsonEditor.js.map +0 -1
- package/es/lowcode/painter/components/code-editor/VisionEditor.js.map +0 -1
- package/es/lowcode/painter/components/code-editor/index.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/BatchSetting.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/CheckFrontRules.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/CheckRules.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/FieldAttrs.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/FieldRulesModal.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/SettingUI.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/index.js.map +0 -1
- package/es/lowcode/painter/components/field-setting/meta/frontRules.js.map +0 -1
- package/es/lowcode/painter/expect.js.map +0 -1
- package/es/lowcode/painter/index.js.map +0 -1
- package/es/lowcode/painter/panel-section/ActionsColumnWidth.js.map +0 -1
- package/es/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +0 -1
- package/es/lowcode/painter/panel-section/ActionsEditor/index.js.map +0 -1
- package/es/lowcode/painter/panel-section/BlockEditor/index.js.map +0 -1
- package/es/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +0 -1
- package/es/lowcode/painter/panel-section/BlocksEditor/index.js.map +0 -1
- package/es/lowcode/painter/panel-section/ButtonType.js.map +0 -1
- package/es/lowcode/painter/panel-section/ComplexPop.js.map +0 -1
- package/es/lowcode/painter/panel-section/ComponentSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/DataSetSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/FieldState.js.map +0 -1
- package/es/lowcode/painter/panel-section/FieldsSetting.js.map +0 -1
- package/es/lowcode/painter/panel-section/GroupClassSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/I18nInput.js.map +0 -1
- package/es/lowcode/painter/panel-section/Icon.js.map +0 -1
- package/es/lowcode/painter/panel-section/IconConditionSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/IconSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/ImpExp.js.map +0 -1
- package/es/lowcode/painter/panel-section/ImpExpAlone.js.map +0 -1
- package/es/lowcode/painter/panel-section/JSEditor.js +0 -81
- package/es/lowcode/painter/panel-section/JSEditor.js.map +0 -1
- package/es/lowcode/painter/panel-section/LayoutRatio.js.map +0 -1
- package/es/lowcode/painter/panel-section/PageLayoutDisplay.js.map +0 -1
- package/es/lowcode/painter/panel-section/PageVars.js.map +0 -1
- package/es/lowcode/painter/panel-section/SerialsSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/SplitDisplay.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/BackGround.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Border.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Display.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Font.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Margin.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Opacity.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Padding.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Pointer.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Shadow.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/Size.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +0 -1
- package/es/lowcode/painter/panel-section/StylePanel/index.js.map +0 -1
- package/es/lowcode/painter/panel-section/TabItems.js.map +0 -1
- package/es/lowcode/painter/panel-section/TableTopFilter.js.map +0 -1
- package/es/lowcode/painter/panel-section/TableZebra.js.map +0 -1
- package/es/lowcode/painter/panel-section/TextContent.js.map +0 -1
- package/es/lowcode/painter/panel-section/TreeRootEditor.js.map +0 -1
- package/es/lowcode/painter/panel-section/WidthHeight.js.map +0 -1
- package/es/lowcode/painter/services/I18n.js.map +0 -1
- package/es/lowcode/painter/services/complexPop.js.map +0 -1
- package/es/lowcode/preview/index.js.map +0 -1
- package/es/lowcode/view/Canvas.js.map +0 -1
- package/es/lowcode/view/ErrorBoundary.js.map +0 -1
- package/es/lowcode/view/Loading.js.map +0 -1
- package/es/lowcode/view/Page.js.map +0 -1
- package/es/lowcode/view/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Box/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Box/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Box/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Box/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Button/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Button/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Button/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Button/index.js.map +0 -1
- package/es/lowcode/view/lc-components/CardList/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/CardList/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/CardList/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/CardList/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Dialog/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Dialog/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Drawer/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Drawer/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Form/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Form/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Form/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Form/index.js.map +0 -1
- package/es/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/GroupTree/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Iframe/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Iframe/index.js.map +0 -1
- package/es/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/ImEx/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/ImEx/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Image/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Image/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Image/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Image/index.js.map +0 -1
- package/es/lowcode/view/lc-components/JSX/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/JSX/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/JSX/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/JSX/RuntimeComp.js.map +0 -1
- package/es/lowcode/view/lc-components/JSX/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Layout/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Layout/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Layout/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Layout/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Link/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Link/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Link/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Link/index.js.map +0 -1
- package/es/lowcode/view/lc-components/PageContent/index.js.map +0 -1
- package/es/lowcode/view/lc-components/PageFooter/index.js.map +0 -1
- package/es/lowcode/view/lc-components/PageHeader/index.js.map +0 -1
- package/es/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/PageLayout/index.js.map +0 -1
- package/es/lowcode/view/lc-components/PageModal/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Section/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Section/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Section/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Section/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Split/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Split/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Split/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Split/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Table/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Table/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Table/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Table/components/TopFilter.js.map +0 -1
- package/es/lowcode/view/lc-components/Table/components/TopImex.js.map +0 -1
- package/es/lowcode/view/lc-components/Table/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Tabs/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Tabs/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Text/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Text/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Text/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Text/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Tree/FunctionDesign.js.map +0 -1
- package/es/lowcode/view/lc-components/Tree/FunctionLive.js.map +0 -1
- package/es/lowcode/view/lc-components/Tree/FunctionPreview.js.map +0 -1
- package/es/lowcode/view/lc-components/Tree/index.js.map +0 -1
- package/es/lowcode/view/lc-components/Wrapper.js.map +0 -1
- package/es/services.js.map +0 -1
- package/es/upload/FilesWall/index.js.map +0 -1
- package/es/upload/Form/gridForm.js.map +0 -1
- package/es/upload/Form/index.js.map +0 -1
- package/es/upload/FormItem/index.js.map +0 -1
- package/es/upload/GridCell/index.js.map +0 -1
- package/es/upload/index.js.map +0 -1
- package/es/utils/action.js.map +0 -1
- package/es/utils/form.js.map +0 -1
- package/es/utils/grid.js.map +0 -1
- package/es/utils/index.js.map +0 -1
- package/lib/components/Builder/index.js.map +0 -1
- package/lib/components/ComplexItem/index.js.map +0 -1
- package/lib/components/ComplexItem/service.js.map +0 -1
- package/lib/components/IconFont/index.js.map +0 -1
- package/lib/components/LDActions/index.js.map +0 -1
- package/lib/components/LdAutoForm/index.js.map +0 -1
- package/lib/components/LdCard/index.js.map +0 -1
- package/lib/components/LdCard/model.js.map +0 -1
- package/lib/components/LdCom/index.js.map +0 -1
- package/lib/components/LdFormList/index.js.map +0 -1
- package/lib/components/LdFormList/model.js.map +0 -1
- package/lib/components/LdGrid/index.js.map +0 -1
- package/lib/components/LdGrid/model.js.map +0 -1
- package/lib/components/LdGridForm/index.js.map +0 -1
- package/lib/components/LdInfoPanel/index.js.map +0 -1
- package/lib/components/LdPop/index.js.map +0 -1
- package/lib/components/LdTree/index.js.map +0 -1
- package/lib/helper/FromItems.js.map +0 -1
- package/lib/helper/action.js.map +0 -1
- package/lib/helper/form.js.map +0 -1
- package/lib/helper/ldBuilder.js.map +0 -1
- package/lib/helper/ldComBuild.js.map +0 -1
- package/lib/helper/props_config.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/locales/zh-CN.js.map +0 -1
- package/lib/lowcode/constants/api-url.js.map +0 -1
- package/lib/lowcode/constants/event-topics.js.map +0 -1
- package/lib/lowcode/constants/index.js.map +0 -1
- package/lib/lowcode/engine/factory/DataFactory.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/CheckboxStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/DynamicStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/GroupStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/NumberStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/RadioStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/SegmentedStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/SelectStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/Strategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/StringStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/SwitchStrategy.js.map +0 -1
- package/lib/lowcode/engine/factory/panel-item-factory/index.js.map +0 -1
- package/lib/lowcode/engine/launcher.js.map +0 -1
- package/lib/lowcode/engine/provider/ContextProvider/index.js.map +0 -1
- package/lib/lowcode/engine/provider/ContextProvider/router.js.map +0 -1
- package/lib/lowcode/engine/provider/ContextProvider/usePageDataStore.js.map +0 -1
- package/lib/lowcode/engine/provider/ContextProvider/usePageVar.js.map +0 -1
- package/lib/lowcode/engine/provider/ContextProvider/useTodo.js.map +0 -1
- package/lib/lowcode/engine/provider/ContextProvider/utils.js.map +0 -1
- package/lib/lowcode/engine/provider/EventBusProvider.js.map +0 -1
- package/lib/lowcode/engine/provider/RemoteSourceProvider.js.map +0 -1
- package/lib/lowcode/engine/tools/dataProcess.js.map +0 -1
- package/lib/lowcode/engine/tools/diff.js.map +0 -1
- package/lib/lowcode/engine/tools/helper.js.map +0 -1
- package/lib/lowcode/engine/tools/initDS.js.map +0 -1
- package/lib/lowcode/engine/tools/useCanvasRender.js.map +0 -1
- package/lib/lowcode/engine/tools/useCombinedRefs.js.map +0 -1
- package/lib/lowcode/engine/tools/usePromiseState.js.map +0 -1
- package/lib/lowcode/index.js.map +0 -1
- package/lib/lowcode/painter/Components.js.map +0 -1
- package/lib/lowcode/painter/Design.js.map +0 -1
- package/lib/lowcode/painter/DesignOperator.js.map +0 -1
- package/lib/lowcode/painter/DesignToolbar.js.map +0 -1
- package/lib/lowcode/painter/I18n.js.map +0 -1
- package/lib/lowcode/painter/Outline.js.map +0 -1
- package/lib/lowcode/painter/Panel.js.map +0 -1
- package/lib/lowcode/painter/Ribbon.js.map +0 -1
- package/lib/lowcode/painter/components/ActionBindModal.js.map +0 -1
- package/lib/lowcode/painter/components/AdvancePanel.js.map +0 -1
- package/lib/lowcode/painter/components/AttrsPanel.js.map +0 -1
- package/lib/lowcode/painter/components/Collapse.js.map +0 -1
- package/lib/lowcode/painter/components/ColorInput.js.map +0 -1
- package/lib/lowcode/painter/components/DragDrop/DragDropContext.js.map +0 -1
- package/lib/lowcode/painter/components/DragDrop/DragDropWrapper.js.map +0 -1
- package/lib/lowcode/painter/components/DragDrop/Overlay.js.map +0 -1
- package/lib/lowcode/painter/components/DragDrop/TreeDragDropWrapper.js.map +0 -1
- package/lib/lowcode/painter/components/FieldSelector.js.map +0 -1
- package/lib/lowcode/painter/components/ListEditor.js.map +0 -1
- package/lib/lowcode/painter/components/NumberInput.js.map +0 -1
- package/lib/lowcode/painter/components/PanelItem.js.map +0 -1
- package/lib/lowcode/painter/components/PopConfirm.js.map +0 -1
- package/lib/lowcode/painter/components/PopForm.js.map +0 -1
- package/lib/lowcode/painter/components/PreviewIframe.js.map +0 -1
- package/lib/lowcode/painter/components/RuleInput.js.map +0 -1
- package/lib/lowcode/painter/components/SortBox.js.map +0 -1
- package/lib/lowcode/painter/components/TipIcon.js.map +0 -1
- package/lib/lowcode/painter/components/TreeEditor.js.map +0 -1
- package/lib/lowcode/painter/components/VarEditor.js.map +0 -1
- package/lib/lowcode/painter/components/code-editor/BaseEditor.js.map +0 -1
- package/lib/lowcode/painter/components/code-editor/CssEditor.js.map +0 -1
- package/lib/lowcode/painter/components/code-editor/FullScreenEditor.js.map +0 -1
- package/lib/lowcode/painter/components/code-editor/JSEditor.js.map +0 -1
- package/lib/lowcode/painter/components/code-editor/JsonEditor.js.map +0 -1
- package/lib/lowcode/painter/components/code-editor/VisionEditor.js.map +0 -1
- package/lib/lowcode/painter/components/code-editor/index.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/BatchSetting.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/CheckFrontRules.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/CheckRules.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/FieldAttrs.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/FieldAttrsModal.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/FieldDefaultValue.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/FieldRulesModal.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/SettingUI.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/index.js.map +0 -1
- package/lib/lowcode/painter/components/field-setting/meta/frontRules.js.map +0 -1
- package/lib/lowcode/painter/expect.js.map +0 -1
- package/lib/lowcode/painter/index.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ActionsColumnWidth.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ActionsEditor/ActionEditor.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ActionsEditor/index.js.map +0 -1
- package/lib/lowcode/painter/panel-section/BlockEditor/index.js.map +0 -1
- package/lib/lowcode/painter/panel-section/BlocksEditor/BlockEditorItem.js.map +0 -1
- package/lib/lowcode/painter/panel-section/BlocksEditor/index.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ButtonType.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ComplexPop.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ComponentSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/DataSetSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/FieldState.js.map +0 -1
- package/lib/lowcode/painter/panel-section/FieldsSetting.js.map +0 -1
- package/lib/lowcode/painter/panel-section/GroupClassSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/I18nInput.js.map +0 -1
- package/lib/lowcode/painter/panel-section/Icon.js.map +0 -1
- package/lib/lowcode/painter/panel-section/IconConditionSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/IconSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ImpExp.js.map +0 -1
- package/lib/lowcode/painter/panel-section/ImpExpAlone.js.map +0 -1
- package/lib/lowcode/painter/panel-section/JSEditor.js +0 -89
- package/lib/lowcode/painter/panel-section/JSEditor.js.map +0 -1
- package/lib/lowcode/painter/panel-section/LayoutRatio.js.map +0 -1
- package/lib/lowcode/painter/panel-section/PageLayoutDisplay.js.map +0 -1
- package/lib/lowcode/painter/panel-section/PageVars.js.map +0 -1
- package/lib/lowcode/painter/panel-section/SerialsSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/SplitDisplay.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BackGround.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Border.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadius.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BorderRadiusSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/BorderSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Display.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/DisplaySvg.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Font.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/FontEditor.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/GapSelector.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/HighLightPanel.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/HighLigthtSpan.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/HightLightSvg.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/MainPanel.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Margin.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Opacity.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Padding.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Pointer.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Shadow.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/Size.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/StyleContext.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/StyleRow.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/WidthHeight.js.map +0 -1
- package/lib/lowcode/painter/panel-section/StylePanel/index.js.map +0 -1
- package/lib/lowcode/painter/panel-section/TabItems.js.map +0 -1
- package/lib/lowcode/painter/panel-section/TableTopFilter.js.map +0 -1
- package/lib/lowcode/painter/panel-section/TableZebra.js.map +0 -1
- package/lib/lowcode/painter/panel-section/TextContent.js.map +0 -1
- package/lib/lowcode/painter/panel-section/TreeRootEditor.js.map +0 -1
- package/lib/lowcode/painter/panel-section/WidthHeight.js.map +0 -1
- package/lib/lowcode/painter/services/I18n.js.map +0 -1
- package/lib/lowcode/painter/services/complexPop.js.map +0 -1
- package/lib/lowcode/preview/index.js.map +0 -1
- package/lib/lowcode/view/Canvas.js.map +0 -1
- package/lib/lowcode/view/ErrorBoundary.js.map +0 -1
- package/lib/lowcode/view/Loading.js.map +0 -1
- package/lib/lowcode/view/Page.js.map +0 -1
- package/lib/lowcode/view/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Box/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Box/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Box/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Box/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Button/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Button/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Button/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Button/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/CardList/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/CardList/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/CardList/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/CardList/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Dialog/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Dialog/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Dialog/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Dialog/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Drawer/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Drawer/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Drawer/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Drawer/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Form/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Form/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Form/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Form/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/GroupTree/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/GroupTree/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/GroupTree/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/GroupTree/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Iframe/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Iframe/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Iframe/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Iframe/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/ImEx/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/ImEx/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/ImEx/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/ImEx/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Image/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Image/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Image/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Image/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/JSX/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/JSX/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/JSX/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/JSX/RuntimeComp.js.map +0 -1
- package/lib/lowcode/view/lc-components/JSX/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Layout/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Layout/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Layout/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Layout/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Link/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Link/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Link/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Link/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageContent/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageFooter/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageHeader/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageLayout/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageLayout/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageLayout/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageLayout/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/PageModal/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Section/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Section/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Section/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Section/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Split/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Split/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Split/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Split/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Table/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Table/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Table/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Table/components/TopFilter.js.map +0 -1
- package/lib/lowcode/view/lc-components/Table/components/TopImex.js.map +0 -1
- package/lib/lowcode/view/lc-components/Table/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tabs/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tabs/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tabs/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tabs/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Text/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Text/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Text/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Text/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tree/FunctionDesign.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tree/FunctionLive.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tree/FunctionPreview.js.map +0 -1
- package/lib/lowcode/view/lc-components/Tree/index.js.map +0 -1
- package/lib/lowcode/view/lc-components/Wrapper.js.map +0 -1
- package/lib/services.js.map +0 -1
- package/lib/upload/FilesWall/index.js.map +0 -1
- package/lib/upload/Form/gridForm.js.map +0 -1
- package/lib/upload/Form/index.js.map +0 -1
- package/lib/upload/FormItem/index.js.map +0 -1
- package/lib/upload/GridCell/index.js.map +0 -1
- package/lib/upload/index.js.map +0 -1
- package/lib/utils/action.js.map +0 -1
- package/lib/utils/form.js.map +0 -1
- package/lib/utils/grid.js.map +0 -1
- package/lib/utils/index.js.map +0 -1
|
@@ -182,7 +182,6 @@
|
|
|
182
182
|
"name": "默认选中行",
|
|
183
183
|
"type": "_JSEditor",
|
|
184
184
|
"defaultCode": "function getRowDefaultSelected(data, node) { \n return false; \n}",
|
|
185
|
-
"mustConfirm": true,
|
|
186
185
|
"wrapper": "collapse",
|
|
187
186
|
"wrapperProps": {
|
|
188
187
|
"suppressIcon": true
|
|
@@ -193,7 +192,6 @@
|
|
|
193
192
|
"name": "行是否可选",
|
|
194
193
|
"type": "_JSEditor",
|
|
195
194
|
"defaultCode": "function getRowSelectable(data, node) { \n return true; \n}",
|
|
196
|
-
"mustConfirm": true,
|
|
197
195
|
"wrapper": "collapse",
|
|
198
196
|
"wrapperProps": {
|
|
199
197
|
"suppressIcon": true
|
|
@@ -322,7 +320,6 @@
|
|
|
322
320
|
"name": "格式化数据",
|
|
323
321
|
"type": "_JSEditor",
|
|
324
322
|
"defaultCode": "function formatDataSource(list, detail) { \n return []; \n}",
|
|
325
|
-
"mustConfirm": true,
|
|
326
323
|
"wrapper": "collapse",
|
|
327
324
|
"wrapperProps": {
|
|
328
325
|
"suppressIcon": true
|
|
@@ -333,7 +330,6 @@
|
|
|
333
330
|
"name": "构建树层级",
|
|
334
331
|
"type": "_JSEditor",
|
|
335
332
|
"defaultCode": "function getDataPath(data) { \n return []; \n}",
|
|
336
|
-
"mustConfirm": true,
|
|
337
333
|
"wrapper": "collapse",
|
|
338
334
|
"wrapperProps": {
|
|
339
335
|
"suppressIcon": true
|
|
@@ -345,7 +341,6 @@
|
|
|
345
341
|
"desc": "自定义某些表格列",
|
|
346
342
|
"type": "_JSEditor",
|
|
347
343
|
"defaultCode": "function columnsRewrite(columns) { \n return columns; \n}",
|
|
348
|
-
"mustConfirm": true,
|
|
349
344
|
"wrapper": "collapse",
|
|
350
345
|
"wrapperProps": {
|
|
351
346
|
"suppressIcon": true
|
|
@@ -357,7 +352,6 @@
|
|
|
357
352
|
"desc": "完全自定义所有表格列,优先级大于columnsRewrite",
|
|
358
353
|
"type": "_JSEditor",
|
|
359
354
|
"defaultCode": "function columnsReset(columns) { \n return columns; \n}",
|
|
360
|
-
"mustConfirm": true,
|
|
361
355
|
"wrapper": "collapse",
|
|
362
356
|
"wrapperProps": {
|
|
363
357
|
"suppressIcon": true
|
|
@@ -368,7 +362,6 @@
|
|
|
368
362
|
"name": "model参数",
|
|
369
363
|
"type": "_JSEditor",
|
|
370
364
|
"defaultCode": "function getModelParams() { \n return {}; \n}",
|
|
371
|
-
"mustConfirm": true,
|
|
372
365
|
"wrapper": "collapse",
|
|
373
366
|
"wrapperProps": {
|
|
374
367
|
"suppressIcon": true
|
|
@@ -7,5 +7,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
7
7
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
8
8
|
return /*#__PURE__*/React.createElement(Index, props, children);
|
|
9
9
|
};
|
|
10
|
-
export default FunctionLive;
|
|
11
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
10
|
+
export default FunctionLive;
|
|
@@ -7,5 +7,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
7
7
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
8
8
|
return /*#__PURE__*/React.createElement(Index, props, children);
|
|
9
9
|
};
|
|
10
|
-
export default FunctionPreview;
|
|
11
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
10
|
+
export default FunctionPreview;
|
|
@@ -7,5 +7,4 @@ var FunctionDesign = function FunctionDesign(_ref) {
|
|
|
7
7
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
8
8
|
return /*#__PURE__*/React.createElement(Index, props, children);
|
|
9
9
|
};
|
|
10
|
-
export default FunctionDesign;
|
|
11
|
-
//# sourceMappingURL=FunctionDesign.js.map
|
|
10
|
+
export default FunctionDesign;
|
|
@@ -7,5 +7,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
7
7
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
8
8
|
return /*#__PURE__*/React.createElement(Index, props, children);
|
|
9
9
|
};
|
|
10
|
-
export default FunctionLive;
|
|
11
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
10
|
+
export default FunctionLive;
|
|
@@ -7,5 +7,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
7
7
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
8
8
|
return /*#__PURE__*/React.createElement(Index, props, children);
|
|
9
9
|
};
|
|
10
|
-
export default FunctionPreview;
|
|
11
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
10
|
+
export default FunctionPreview;
|
|
@@ -7,5 +7,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
7
7
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
8
8
|
return /*#__PURE__*/React.createElement(Index, props, children);
|
|
9
9
|
};
|
|
10
|
-
export default FunctionLive;
|
|
11
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
10
|
+
export default FunctionLive;
|
|
@@ -23,5 +23,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
23
23
|
}, props.asyncLoad);
|
|
24
24
|
return /*#__PURE__*/React.createElement(Index, _extends({}, props, asyncLoadSim), children);
|
|
25
25
|
};
|
|
26
|
-
export default FunctionPreview;
|
|
27
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
26
|
+
export default FunctionPreview;
|
|
@@ -204,7 +204,6 @@
|
|
|
204
204
|
"desc": "返回默认选中的数据主键",
|
|
205
205
|
"type": "_JSEditor",
|
|
206
206
|
"defaultCode": "function defaultSelect(treeData) { \n return null; \n}",
|
|
207
|
-
"mustConfirm": true,
|
|
208
207
|
"wrapper": "collapse",
|
|
209
208
|
"wrapperProps": {
|
|
210
209
|
"suppressIcon": true
|
|
@@ -265,7 +264,6 @@
|
|
|
265
264
|
"name": "节点是否有复选框",
|
|
266
265
|
"type": "_JSEditor",
|
|
267
266
|
"defaultCode": "function treeNodeCheckable(item) { \n return true; \n}",
|
|
268
|
-
"mustConfirm": true,
|
|
269
267
|
"wrapper": "collapse",
|
|
270
268
|
"wrapperProps": {
|
|
271
269
|
"suppressIcon": true
|
|
@@ -276,7 +274,6 @@
|
|
|
276
274
|
"name": "节点复选框是否禁用",
|
|
277
275
|
"type": "_JSEditor",
|
|
278
276
|
"defaultCode": "function treeNodeDisableCheckbox(item) { \n return false; \n}",
|
|
279
|
-
"mustConfirm": true,
|
|
280
277
|
"wrapper": "collapse",
|
|
281
278
|
"wrapperProps": {
|
|
282
279
|
"suppressIcon": true
|
|
@@ -287,7 +284,6 @@
|
|
|
287
284
|
"name": "节点是否禁用",
|
|
288
285
|
"type": "_JSEditor",
|
|
289
286
|
"defaultCode": "function treeNodeDisable(item) { \n return false; \n}",
|
|
290
|
-
"mustConfirm": true,
|
|
291
287
|
"wrapper": "collapse",
|
|
292
288
|
"wrapperProps": {
|
|
293
289
|
"suppressIcon": true
|
|
@@ -298,7 +294,7 @@
|
|
|
298
294
|
"name": "节点定制渲染",
|
|
299
295
|
"type": "_JSEditor",
|
|
300
296
|
"defaultCode": "function onTreeNodeRender(title, item) { \n return title; \n}",
|
|
301
|
-
"
|
|
297
|
+
"isjsx": true,
|
|
302
298
|
"wrapper": "collapse",
|
|
303
299
|
"wrapperProps": {
|
|
304
300
|
"suppressIcon": true
|
|
@@ -53,6 +53,8 @@ var LCWrapper = function LCWrapper(_ref) {
|
|
|
53
53
|
get: function get(target, property, receiver) {
|
|
54
54
|
if (property === 'api') {
|
|
55
55
|
return api ? _objectSpread(_objectSpread({}, _api), api.current) : _api;
|
|
56
|
+
} else if (property === 'name') {
|
|
57
|
+
return _selfData.current.props.name;
|
|
56
58
|
}
|
|
57
59
|
return Reflect.get(target, property, receiver);
|
|
58
60
|
}
|
|
@@ -82,5 +84,4 @@ var LCWrapper = function LCWrapper(_ref) {
|
|
|
82
84
|
}
|
|
83
85
|
return children;
|
|
84
86
|
};
|
|
85
|
-
export default LCWrapper;
|
|
86
|
-
//# sourceMappingURL=Wrapper.js.map
|
|
87
|
+
export default LCWrapper;
|
package/es/services.js
CHANGED
package/es/upload/Form/index.js
CHANGED
|
@@ -24,5 +24,4 @@ var UploadGridCell = function UploadGridCell(_ref) {
|
|
|
24
24
|
content: content
|
|
25
25
|
}, children || /*#__PURE__*/React.createElement("a", null, fileList.length)) : /*#__PURE__*/React.createElement(React.Fragment, null, children || /*#__PURE__*/React.createElement("span", null, fileList.length));
|
|
26
26
|
};
|
|
27
|
-
export default UploadGridCell;
|
|
28
|
-
//# sourceMappingURL=index.js.map
|
|
27
|
+
export default UploadGridCell;
|
package/es/upload/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { default as buildUploadForm } from "./Form";
|
|
2
2
|
export { default as buildUploadFormItem } from "./FormItem";
|
|
3
3
|
export { default as UploadGridCell } from "./GridCell";
|
|
4
|
-
export { default as UploadFilesWall } from "./FilesWall";
|
|
5
|
-
//# sourceMappingURL=index.js
|
|
4
|
+
export { default as UploadFilesWall } from "./FilesWall";
|
package/es/utils/action.js
CHANGED
package/es/utils/form.js
CHANGED
package/es/utils/grid.js
CHANGED
package/es/utils/index.js
CHANGED
|
@@ -112,5 +112,4 @@ var RefCom = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
112
112
|
}, props));
|
|
113
113
|
});
|
|
114
114
|
RefCom.displayName = 'BasicFormItem';
|
|
115
|
-
var _default = exports.default = RefCom;
|
|
116
|
-
//# sourceMappingURL=index.js.map
|
|
115
|
+
var _default = exports.default = RefCom;
|
|
@@ -184,5 +184,4 @@ var buildLdAutoForm = function buildLdAutoForm(_ref) {
|
|
|
184
184
|
}
|
|
185
185
|
}, formConfig), basicItems);
|
|
186
186
|
};
|
|
187
|
-
var _default = exports.default = (0, _ldBuilder.default)(buildLdAutoForm);
|
|
188
|
-
//# sourceMappingURL=index.js.map
|
|
187
|
+
var _default = exports.default = (0, _ldBuilder.default)(buildLdAutoForm);
|
|
@@ -28,5 +28,4 @@ var LdTabs = exports.LdTabs = (0, _ldComBuild.deepFilterCom)(_antd.Tabs, functio
|
|
|
28
28
|
var _child$type;
|
|
29
29
|
return (child === null || child === void 0 || (_child$type = child.type) === null || _child$type === void 0 ? void 0 : _child$type.displayName) === 'TabPane';
|
|
30
30
|
});
|
|
31
|
-
LdTabs.TabPane = _antd.Tabs.TabPane;
|
|
32
|
-
//# sourceMappingURL=index.js.map
|
|
31
|
+
LdTabs.TabPane = _antd.Tabs.TabPane;
|
|
@@ -232,5 +232,4 @@ var buildLdGridForm = function buildLdGridForm(_ref) {
|
|
|
232
232
|
className: (0, _classnames.default)(_index.default.ldGridForm, (0, _defineProperty2.default)({}, className, !!className))
|
|
233
233
|
}));
|
|
234
234
|
};
|
|
235
|
-
var _default = exports.default = (0, _ldBuilder.default)(buildLdGridForm);
|
|
236
|
-
//# sourceMappingURL=index.js.map
|
|
235
|
+
var _default = exports.default = (0, _ldBuilder.default)(buildLdGridForm);
|
package/lib/helper/FromItems.js
CHANGED
|
@@ -402,5 +402,4 @@ var getComplexItem = exports.getComplexItem = function getComplexItem(_ref32) {
|
|
|
402
402
|
$attrs: (0, _defineProperty2.default)((0, _defineProperty2.default)({}, _constants.LC_COMPONENT_UNIT_KEY, _constants.LC_FORMITEM_UNIT), 'data-__component', 'FieldComplex'),
|
|
403
403
|
config: config
|
|
404
404
|
}));
|
|
405
|
-
};
|
|
406
|
-
//# sourceMappingURL=FromItems.js.map
|
|
405
|
+
};
|
package/lib/helper/action.js
CHANGED
package/lib/helper/form.js
CHANGED
package/lib/helper/ldBuilder.js
CHANGED
package/lib/helper/ldComBuild.js
CHANGED
package/lib/index.js
CHANGED
package/lib/locales/zh-CN.js
CHANGED
|
@@ -82,7 +82,6 @@ var _default = exports.default = {
|
|
|
82
82
|
"luckda.lowcode.painter.pageVars.add": "添加",
|
|
83
83
|
"luckda.lowcode.painter.panel-section.Layoutratio.err": "必须是数字或者数字加:号的组合",
|
|
84
84
|
"luckda.lowcode.painter.panel-section.Layoutratio.label": "列比例",
|
|
85
|
-
"luckda.lowcode.painter.panel-section.style-panel.sourceedit": "源码编辑",
|
|
86
85
|
"luckda.lowcode.painter.panel-section.impexp.expType.placeholder": "请选择自定义行为",
|
|
87
86
|
"luckda.lowcode.painter.panel-section.impexp.impType.placeholder": "请选择自定义行为",
|
|
88
87
|
"luckda.lowcode.painter.bindCondition": "绑定条件",
|
|
@@ -115,6 +114,7 @@ var _default = exports.default = {
|
|
|
115
114
|
"luckda.lowcode.painter.panel-section.style-panel.margin.down": "下间距",
|
|
116
115
|
"luckda.lowcode.painter.panel-section.style-panel.margin.left": "左间距",
|
|
117
116
|
"luckda.lowcode.painter.panel-section.style-panel.group-name": "样式设置",
|
|
117
|
+
"luckda.lowcode.painter.panel-section.style-panel.sourceedit": "源码编辑",
|
|
118
118
|
"luckda.lowcode.painter.panel-section.style-panel.width": "请输入宽度",
|
|
119
119
|
"luckda.lowcode.painter.panel-section.style-panel.height": "请输入高度",
|
|
120
120
|
"luckda.lowcode.painter.panel-section.style-panel.display": "显示",
|
|
@@ -174,6 +174,8 @@ var _default = exports.default = {
|
|
|
174
174
|
"luckda.lowcode.painter.panel-section.style-panel.border.width.ph": "线宽",
|
|
175
175
|
"luckda.lowcode.painter.panel-section.style-panel.border.color": "颜色",
|
|
176
176
|
"luckda.lowcode.painter.panel-section.style-panel.background": "背景",
|
|
177
|
+
"luckda.lowcode.painter.panel-section.jseditor.saveto": "保存为",
|
|
178
|
+
"app.base.operate.ok": "确定",
|
|
177
179
|
"luckda.lowcode.painter.panel-section.blocksEditor.auto": "表单",
|
|
178
180
|
"luckda.lowcode.painter.panel-section.blocksEditor.grid": "表格",
|
|
179
181
|
"luckda.lowcode.painter.panel-section.blocksEditor.writer": "行内编辑表格",
|
|
@@ -282,5 +284,4 @@ var _default = exports.default = {
|
|
|
282
284
|
"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.errorMsg": "错误提示",
|
|
283
285
|
"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.message.errorMsg": "请输入错误提示",
|
|
284
286
|
"luckda.lowcode.painter.panel-section.fieldsSetting.checkRules.logic": "校验逻辑"
|
|
285
|
-
};
|
|
286
|
-
//# sourceMappingURL=zh-CN.js
|
|
287
|
+
};
|
|
@@ -46,5 +46,4 @@ var DESIGN_OPERATE_SAVE = exports.DESIGN_OPERATE_SAVE = 'design-operate-save';
|
|
|
46
46
|
/******************************** Live Topic结束 ********************************/
|
|
47
47
|
|
|
48
48
|
// 国际化语言设置
|
|
49
|
-
var LANG_SETTING_SELECT = exports.LANG_SETTING_SELECT = 'lang-setting-select';
|
|
50
|
-
//# sourceMappingURL=event-topics.js
|
|
49
|
+
var LANG_SETTING_SELECT = exports.LANG_SETTING_SELECT = 'lang-setting-select';
|