@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
|
@@ -98,7 +98,6 @@
|
|
|
98
98
|
"name": "图标地址",
|
|
99
99
|
"type": "_JSEditor",
|
|
100
100
|
"defaultCode": "function avatarUrl(record) { \n return null; \n}",
|
|
101
|
-
"mustConfirm": true,
|
|
102
101
|
"wrapper": "collapse",
|
|
103
102
|
"wrapperProps": {
|
|
104
103
|
"suppressIcon": true
|
|
@@ -115,7 +114,7 @@
|
|
|
115
114
|
"name": "标题内容",
|
|
116
115
|
"type": "_JSEditor",
|
|
117
116
|
"defaultCode": "function renderTitle(record) { \n return record.sname; \n}",
|
|
118
|
-
"
|
|
117
|
+
"isjsx": true,
|
|
119
118
|
"wrapper": "collapse",
|
|
120
119
|
"wrapperProps": {
|
|
121
120
|
"suppressIcon": true
|
|
@@ -138,7 +137,7 @@
|
|
|
138
137
|
"name": "描述内容",
|
|
139
138
|
"type": "_JSEditor",
|
|
140
139
|
"defaultCode": "function renderDescribe(record) { \n return record.describe; \n}",
|
|
141
|
-
"
|
|
140
|
+
"isjsx": true,
|
|
142
141
|
"wrapper": "collapse",
|
|
143
142
|
"wrapperProps": {
|
|
144
143
|
"suppressIcon": true
|
|
@@ -149,7 +148,7 @@
|
|
|
149
148
|
"name": "自定义",
|
|
150
149
|
"type": "_JSEditor",
|
|
151
150
|
"defaultCode": "function renderContent(record) { \n return null; \n}",
|
|
152
|
-
"
|
|
151
|
+
"isjsx": true,
|
|
153
152
|
"wrapper": "collapse",
|
|
154
153
|
"wrapperProps": {
|
|
155
154
|
"suppressIcon": true
|
|
@@ -232,7 +231,6 @@
|
|
|
232
231
|
"name": "不可选卡片",
|
|
233
232
|
"type": "_JSEditor",
|
|
234
233
|
"defaultCode": "function disabledCheckbox(record) { \n return false; \n}",
|
|
235
|
-
"mustConfirm": true,
|
|
236
234
|
"wrapper": "collapse",
|
|
237
235
|
"wrapperProps": {
|
|
238
236
|
"suppressIcon": true
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"name": "按钮区域左侧渲染",
|
|
84
84
|
"type": "_JSEditor",
|
|
85
85
|
"defaultCode": "function renderFormLeft() { \n return null; \n}",
|
|
86
|
-
"
|
|
86
|
+
"isjsx": true,
|
|
87
87
|
"wrapper": "collapse",
|
|
88
88
|
"wrapperProps": {
|
|
89
89
|
"suppressIcon": true
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"name": "按钮区域右侧渲染",
|
|
95
95
|
"type": "_JSEditor",
|
|
96
96
|
"defaultCode": "function renderFormRight() { \n return null; \n}",
|
|
97
|
-
"
|
|
97
|
+
"isjsx": true,
|
|
98
98
|
"wrapper": "collapse",
|
|
99
99
|
"wrapperProps": {
|
|
100
100
|
"suppressIcon": true
|
|
@@ -273,7 +273,6 @@
|
|
|
273
273
|
"desc": "格式化新增时默认数据",
|
|
274
274
|
"type": "_JSEditor",
|
|
275
275
|
"defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
|
|
276
|
-
"mustConfirm": true,
|
|
277
276
|
"wrapper": "collapse",
|
|
278
277
|
"wrapperProps": {
|
|
279
278
|
"suppressIcon": true
|
|
@@ -285,7 +284,6 @@
|
|
|
285
284
|
"desc": "格式化单表提交数据",
|
|
286
285
|
"type": "_JSEditor",
|
|
287
286
|
"defaultCode": "function dataSourceFormat(dataSetKey, values, submitData) { \n return { [dataSetKey]: submitData }; \n}",
|
|
288
|
-
"mustConfirm": true,
|
|
289
287
|
"wrapper": "collapse",
|
|
290
288
|
"wrapperProps": {
|
|
291
289
|
"suppressIcon": true
|
|
@@ -390,7 +388,6 @@
|
|
|
390
388
|
"desc": "重写操列",
|
|
391
389
|
"type": "_JSEditor",
|
|
392
390
|
"defaultCode": "function actionsColumnReset(data, index, actions, params) { \n \t \n}",
|
|
393
|
-
"mustConfirm": true,
|
|
394
391
|
"wrapper": "collapse",
|
|
395
392
|
"wrapperProps": {
|
|
396
393
|
"suppressIcon": true
|
|
@@ -404,7 +401,6 @@
|
|
|
404
401
|
"desc": "格式化新增时默认数据",
|
|
405
402
|
"type": "_JSEditor",
|
|
406
403
|
"defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
|
|
407
|
-
"mustConfirm": true,
|
|
408
404
|
"wrapper": "collapse",
|
|
409
405
|
"wrapperProps": {
|
|
410
406
|
"suppressIcon": true
|
|
@@ -416,7 +412,6 @@
|
|
|
416
412
|
"desc": "格式化单表提交数据",
|
|
417
413
|
"type": "_JSEditor",
|
|
418
414
|
"defaultCode": "function dataSourceFormat(dataSetKey, values, submitData, behaviorKey) { \n return { [dataSetKey]: { [`${behaviorKey}List`]: submitData } }; \n}",
|
|
419
|
-
"mustConfirm": true,
|
|
420
415
|
"wrapper": "collapse",
|
|
421
416
|
"wrapperProps": {
|
|
422
417
|
"suppressIcon": true
|
|
@@ -428,7 +423,6 @@
|
|
|
428
423
|
"desc": "重置表格列",
|
|
429
424
|
"type": "_JSEditor",
|
|
430
425
|
"defaultCode": "function columnsReset(columns) { \n return columns; \n}",
|
|
431
|
-
"mustConfirm": true,
|
|
432
426
|
"wrapper": "collapse",
|
|
433
427
|
"wrapperProps": {
|
|
434
428
|
"suppressIcon": true
|
|
@@ -440,7 +434,6 @@
|
|
|
440
434
|
"desc": "加载完成回调",
|
|
441
435
|
"type": "_JSEditor",
|
|
442
436
|
"defaultCode": "function onGridFormReady(ref, params, gridForm) { \n\t\n}",
|
|
443
|
-
"mustConfirm": true,
|
|
444
437
|
"wrapper": "collapse",
|
|
445
438
|
"wrapperProps": {
|
|
446
439
|
"suppressIcon": true
|
|
@@ -516,7 +509,6 @@
|
|
|
516
509
|
"desc": "重写操作列",
|
|
517
510
|
"type": "_JSEditor",
|
|
518
511
|
"defaultCode": "function actionsColumnReset(data, index, actions, params) { \n \t \n}",
|
|
519
|
-
"mustConfirm": true,
|
|
520
512
|
"wrapper": "collapse",
|
|
521
513
|
"wrapperProps": {
|
|
522
514
|
"suppressIcon": true
|
|
@@ -530,7 +522,6 @@
|
|
|
530
522
|
"desc": "格式化新增时默认数据",
|
|
531
523
|
"type": "_JSEditor",
|
|
532
524
|
"defaultCode": "function defaultDataSourceFormat(defaultValues) { \n return {}; \n}",
|
|
533
|
-
"mustConfirm": true,
|
|
534
525
|
"wrapper": "collapse",
|
|
535
526
|
"wrapperProps": {
|
|
536
527
|
"suppressIcon": true
|
|
@@ -542,7 +533,6 @@
|
|
|
542
533
|
"desc": "格式化单表提交数据",
|
|
543
534
|
"type": "_JSEditor",
|
|
544
535
|
"defaultCode": "function dataSourceFormat(dataSetKey, values, submitData, behaviorKey) { \n return { [dataSetKey]: { [`${behaviorKey}List`]: submitData } }; \n}",
|
|
545
|
-
"mustConfirm": true,
|
|
546
536
|
"wrapper": "collapse",
|
|
547
537
|
"wrapperProps": {
|
|
548
538
|
"suppressIcon": true
|
|
@@ -554,7 +544,6 @@
|
|
|
554
544
|
"desc": "重置表格列",
|
|
555
545
|
"type": "_JSEditor",
|
|
556
546
|
"defaultCode": "function columnsReset(columns) { \n return columns; \n}",
|
|
557
|
-
"mustConfirm": true,
|
|
558
547
|
"wrapper": "collapse",
|
|
559
548
|
"wrapperProps": {
|
|
560
549
|
"suppressIcon": true
|
|
@@ -566,7 +555,6 @@
|
|
|
566
555
|
"desc": "加载完成回调",
|
|
567
556
|
"type": "_JSEditor",
|
|
568
557
|
"defaultCode": "function onGridFormReady(ref, params, gridForm) { \n\t\n}",
|
|
569
|
-
"mustConfirm": true,
|
|
570
558
|
"wrapper": "collapse",
|
|
571
559
|
"wrapperProps": {
|
|
572
560
|
"suppressIcon": true
|
|
@@ -620,7 +608,6 @@
|
|
|
620
608
|
"name": "自定义操作列",
|
|
621
609
|
"type": "_JSEditor",
|
|
622
610
|
"defaultCode": "function resetActions(data, index, actionList, params) { \n return actionList; \n}",
|
|
623
|
-
"mustConfirm": true,
|
|
624
611
|
"wrapper": "collapse",
|
|
625
612
|
"wrapperProps": {
|
|
626
613
|
"suppressIcon": true
|
|
@@ -631,7 +618,6 @@
|
|
|
631
618
|
"name": "禁止上传类型",
|
|
632
619
|
"type": "_JSEditor",
|
|
633
620
|
"defaultCode": "function forbiddenTypes() { \n return []; \n}",
|
|
634
|
-
"mustConfirm": true,
|
|
635
621
|
"wrapper": "collapse",
|
|
636
622
|
"wrapperProps": {
|
|
637
623
|
"suppressIcon": true
|
|
@@ -642,7 +628,6 @@
|
|
|
642
628
|
"name": "上传前置事件",
|
|
643
629
|
"type": "_JSEditor",
|
|
644
630
|
"defaultCode": "function beforeUpload(file, fileList) { \n return true; \n}",
|
|
645
|
-
"mustConfirm": true,
|
|
646
631
|
"wrapper": "collapse",
|
|
647
632
|
"wrapperProps": {
|
|
648
633
|
"suppressIcon": true
|
|
@@ -653,7 +638,6 @@
|
|
|
653
638
|
"name": "上传事件回调",
|
|
654
639
|
"type": "_JSEditor",
|
|
655
640
|
"defaultCode": "function onUploadChange(event) { \n\t\n}",
|
|
656
|
-
"mustConfirm": true,
|
|
657
641
|
"wrapper": "collapse",
|
|
658
642
|
"wrapperProps": {
|
|
659
643
|
"suppressIcon": true
|
|
@@ -18,12 +18,13 @@
|
|
|
18
18
|
"name": "编辑jsx代码",
|
|
19
19
|
"desc": "编写可执行的完整jsx组件代码",
|
|
20
20
|
"type": "_JSEditor",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
21
|
+
"defaultCode": "function Component() {\n\treturn(\n\t\t<div>\n\t\t\t此为自定义代码组件,请使用 JSX 语法\n\t\t</div>\n\t)\n}",
|
|
22
|
+
"isjsx": true,
|
|
23
23
|
"wrapper": "collapse",
|
|
24
24
|
"wrapperProps": {
|
|
25
25
|
"suppressIcon": true
|
|
26
|
-
}
|
|
26
|
+
},
|
|
27
|
+
"repositioning": true
|
|
27
28
|
}
|
|
28
29
|
],
|
|
29
30
|
"css": ""
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"desc": "分组副标题的插槽内容",
|
|
74
74
|
"type": "_JSEditor",
|
|
75
75
|
"defaultCode": "function Component() { \n return <span>subtitle</span>; \n}",
|
|
76
|
-
"
|
|
76
|
+
"isjsx": true,
|
|
77
77
|
"wrapper": "collapse",
|
|
78
78
|
"wrapperProps": {
|
|
79
79
|
"suppressIcon": true
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"desc": "分组扩展区域的插槽内容",
|
|
86
86
|
"type": "_JSEditor",
|
|
87
87
|
"defaultCode": "function Component() { \n return <div>extra</div>; \n}",
|
|
88
|
-
"
|
|
88
|
+
"isjsx": true,
|
|
89
89
|
"wrapper": "collapse",
|
|
90
90
|
"wrapperProps": {
|
|
91
91
|
"suppressIcon": true
|
|
@@ -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
|
|
@@ -205,7 +205,6 @@
|
|
|
205
205
|
"desc": "返回默认选中的数据主键",
|
|
206
206
|
"type": "_JSEditor",
|
|
207
207
|
"defaultCode": "function defaultSelect(treeData) { \n return null; \n}",
|
|
208
|
-
"mustConfirm": true,
|
|
209
208
|
"wrapper": "collapse",
|
|
210
209
|
"wrapperProps": {
|
|
211
210
|
"suppressIcon": true
|
|
@@ -268,7 +267,6 @@
|
|
|
268
267
|
"name": "节点是否有复选框",
|
|
269
268
|
"type": "_JSEditor",
|
|
270
269
|
"defaultCode": "function treeNodeCheckable(item) { \n return true; \n}",
|
|
271
|
-
"mustConfirm": true,
|
|
272
270
|
"wrapper": "collapse",
|
|
273
271
|
"wrapperProps": {
|
|
274
272
|
"suppressIcon": true
|
|
@@ -279,7 +277,6 @@
|
|
|
279
277
|
"name": "节点复选框是否禁用",
|
|
280
278
|
"type": "_JSEditor",
|
|
281
279
|
"defaultCode": "function treeNodeDisableCheckbox(item) { \n return false; \n}",
|
|
282
|
-
"mustConfirm": true,
|
|
283
280
|
"wrapper": "collapse",
|
|
284
281
|
"wrapperProps": {
|
|
285
282
|
"suppressIcon": true
|
|
@@ -290,7 +287,6 @@
|
|
|
290
287
|
"name": "节点是否禁用",
|
|
291
288
|
"type": "_JSEditor",
|
|
292
289
|
"defaultCode": "function treeNodeDisable(item) { \n return false; \n}",
|
|
293
|
-
"mustConfirm": true,
|
|
294
290
|
"wrapper": "collapse",
|
|
295
291
|
"wrapperProps": {
|
|
296
292
|
"suppressIcon": true
|
|
@@ -301,7 +297,7 @@
|
|
|
301
297
|
"name": "节点定制渲染",
|
|
302
298
|
"type": "_JSEditor",
|
|
303
299
|
"defaultCode": "function onTreeNodeRender(title, item) { \n return title; \n}",
|
|
304
|
-
"
|
|
300
|
+
"isjsx": true,
|
|
305
301
|
"wrapper": "collapse",
|
|
306
302
|
"wrapperProps": {
|
|
307
303
|
"suppressIcon": true
|
|
@@ -446,5 +446,4 @@ var getLevelNodes = exports.getLevelNodes = function getLevelNodes(id) {
|
|
|
446
446
|
};
|
|
447
447
|
var getSelfAndParent = exports.getSelfAndParent = function getSelfAndParent(id) {
|
|
448
448
|
return (0, _dataProcess.findNodeAndParent)(id, usePageDataStore.getState().pageData);
|
|
449
|
-
};
|
|
450
|
-
//# sourceMappingURL=usePageDataStore.js.map
|
|
449
|
+
};
|
|
@@ -18,5 +18,4 @@ var useCombinedRefs = function useCombinedRefs(forwardedRef) {
|
|
|
18
18
|
}, [forwardedRef]);
|
|
19
19
|
return forwardedRef || innerRef;
|
|
20
20
|
};
|
|
21
|
-
var _default = exports.default = useCombinedRefs;
|
|
22
|
-
//# sourceMappingURL=useCombinedRefs.js.map
|
|
21
|
+
var _default = exports.default = useCombinedRefs;
|
|
@@ -28,5 +28,4 @@ var usePromiseState = function usePromiseState(initialState) {
|
|
|
28
28
|
}, [state]);
|
|
29
29
|
return [state, setStatePromise];
|
|
30
30
|
};
|
|
31
|
-
var _default = exports.default = usePromiseState;
|
|
32
|
-
//# sourceMappingURL=usePromiseState.js.map
|
|
31
|
+
var _default = exports.default = usePromiseState;
|
package/lib/lowcode/index.js
CHANGED
|
@@ -24,5 +24,4 @@ Object.defineProperty(exports, "View", {
|
|
|
24
24
|
});
|
|
25
25
|
var _painter = _interopRequireDefault(require("./painter"));
|
|
26
26
|
var _view = _interopRequireDefault(require("./view"));
|
|
27
|
-
var _preview = _interopRequireDefault(require("./preview"));
|
|
28
|
-
//# sourceMappingURL=index.js
|
|
27
|
+
var _preview = _interopRequireDefault(require("./preview"));
|
|
@@ -223,5 +223,4 @@ var Outline = function Outline(_ref) {
|
|
|
223
223
|
onExpand: setPageExpandedKeys
|
|
224
224
|
}, pageAndModal === null || pageAndModal === void 0 ? void 0 : pageAndModal.page));
|
|
225
225
|
};
|
|
226
|
-
var _default = exports.default = Outline;
|
|
227
|
-
//# sourceMappingURL=Outline.js.map
|
|
226
|
+
var _default = exports.default = Outline;
|