@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
|
@@ -18,10 +18,11 @@
|
|
|
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
|
-
"wrapperProps": { "suppressIcon": true }
|
|
24
|
+
"wrapperProps": { "suppressIcon": true },
|
|
25
|
+
"repositioning": true
|
|
25
26
|
}
|
|
26
27
|
],
|
|
27
28
|
"css": ""
|
|
@@ -74,5 +74,4 @@ var LayoutFunctionDesign = function LayoutFunctionDesign(_ref) {
|
|
|
74
74
|
id: id
|
|
75
75
|
}, props), children);
|
|
76
76
|
};
|
|
77
|
-
var _default = exports.default = LayoutFunctionDesign;
|
|
78
|
-
//# sourceMappingURL=FunctionDesign.js.map
|
|
77
|
+
var _default = exports.default = LayoutFunctionDesign;
|
|
@@ -14,5 +14,4 @@ var LayoutFunctionLive = function LayoutFunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = LayoutFunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = LayoutFunctionLive;
|
|
@@ -14,5 +14,4 @@ var LayoutFunctionPreview = function LayoutFunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = LayoutFunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = LayoutFunctionPreview;
|
|
@@ -14,5 +14,4 @@ var FunctionDesign = function FunctionDesign(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionDesign;
|
|
18
|
-
//# sourceMappingURL=FunctionDesign.js.map
|
|
17
|
+
var _default = exports.default = FunctionDesign;
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -14,5 +14,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -77,5 +77,4 @@ var LCLink = function LCLink(_ref) {
|
|
|
77
77
|
}), props.content));
|
|
78
78
|
};
|
|
79
79
|
LCLink.defaultProps = (0, _helper.omitBadProps)(_linkPropsDefault.default);
|
|
80
|
-
var _default = exports.default = LCLink;
|
|
81
|
-
//# sourceMappingURL=index.js.map
|
|
80
|
+
var _default = exports.default = LCLink;
|
|
@@ -60,5 +60,4 @@ var PageContent = function PageContent() {
|
|
|
60
60
|
}, canvas)) : null;
|
|
61
61
|
};
|
|
62
62
|
PageContent.defaultProps = (0, _helper.omitBadProps)(_pagecontentPropsDefault.default);
|
|
63
|
-
var _default = exports.default = PageContent;
|
|
64
|
-
//# sourceMappingURL=index.js.map
|
|
63
|
+
var _default = exports.default = PageContent;
|
|
@@ -43,5 +43,4 @@ var PageFooter = function PageFooter() {
|
|
|
43
43
|
}, canvas));
|
|
44
44
|
};
|
|
45
45
|
PageFooter.defaultProps = (0, _helper.omitBadProps)(_pagefooterPropsDefault.default);
|
|
46
|
-
var _default = exports.default = PageFooter;
|
|
47
|
-
//# sourceMappingURL=index.js.map
|
|
46
|
+
var _default = exports.default = PageFooter;
|
|
@@ -47,5 +47,4 @@ var PageHeader = function PageHeader() {
|
|
|
47
47
|
}, canvas));
|
|
48
48
|
};
|
|
49
49
|
PageHeader.defaultProps = (0, _helper.omitBadProps)(_pageheaderPropsDefault.default);
|
|
50
|
-
var _default = exports.default = PageHeader;
|
|
51
|
-
//# sourceMappingURL=index.js.map
|
|
50
|
+
var _default = exports.default = PageHeader;
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -14,5 +14,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -46,5 +46,4 @@ var LCPageLayout = function LCPageLayout(_ref) {
|
|
|
46
46
|
}, children === null || children === void 0 ? void 0 : children[1], children === null || children === void 0 ? void 0 : children[2])) : null)]));
|
|
47
47
|
};
|
|
48
48
|
LCPageLayout.defaultProps = (0, _helper.omitBadProps)(_pagelayoutPropsDefault.default);
|
|
49
|
-
var _default = exports.default = LCPageLayout;
|
|
50
|
-
//# sourceMappingURL=index.js.map
|
|
49
|
+
var _default = exports.default = LCPageLayout;
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -14,5 +14,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -129,5 +129,4 @@ var LCSection = function LCSection(_ref2) {
|
|
|
129
129
|
}, _panelProps), children)));
|
|
130
130
|
};
|
|
131
131
|
LCSection.defaultProps = (0, _helper.omitBadProps)(_sectionPropsDefault.default);
|
|
132
|
-
var _default = exports.default = LCSection;
|
|
133
|
-
//# sourceMappingURL=index.js.map
|
|
132
|
+
var _default = exports.default = LCSection;
|
|
@@ -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": { "suppressIcon": true }
|
|
79
79
|
},
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"desc": "分组扩展区域的插槽内容",
|
|
84
84
|
"type": "_JSEditor",
|
|
85
85
|
"defaultCode": "function Component() { \n return <div>extra</div>; \n}",
|
|
86
|
-
"
|
|
86
|
+
"isjsx": true,
|
|
87
87
|
"wrapper": "collapse",
|
|
88
88
|
"wrapperProps": { "suppressIcon": true }
|
|
89
89
|
}
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -14,5 +14,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -14,5 +14,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -830,5 +830,4 @@ LCTable.propTypes = {
|
|
|
830
830
|
modelParams: _propTypes.default.string
|
|
831
831
|
};
|
|
832
832
|
LCTable.defaultProps = (0, _helper.omitBadProps)(_tablePropsDefault.default);
|
|
833
|
-
var _default = exports.default = LCTable;
|
|
834
|
-
//# sourceMappingURL=index.js.map
|
|
833
|
+
var _default = exports.default = LCTable;
|
|
@@ -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
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -14,5 +14,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -147,5 +147,4 @@ LCTabs.propTypes = {
|
|
|
147
147
|
tabBarExtraContent: _propTypes.default.node
|
|
148
148
|
};
|
|
149
149
|
LCTabs.defaultProps = (0, _helper.omitBadProps)(_tabsPropsDefault.default);
|
|
150
|
-
var _default = exports.default = LCTabs;
|
|
151
|
-
//# sourceMappingURL=index.js.map
|
|
150
|
+
var _default = exports.default = LCTabs;
|
|
@@ -14,5 +14,4 @@ var FunctionDesign = function FunctionDesign(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionDesign;
|
|
18
|
-
//# sourceMappingURL=FunctionDesign.js.map
|
|
17
|
+
var _default = exports.default = FunctionDesign;
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -14,5 +14,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionPreview;
|
|
18
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
17
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -14,5 +14,4 @@ var FunctionLive = function FunctionLive(_ref) {
|
|
|
14
14
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_index.default, props, children);
|
|
16
16
|
};
|
|
17
|
-
var _default = exports.default = FunctionLive;
|
|
18
|
-
//# sourceMappingURL=FunctionLive.js.map
|
|
17
|
+
var _default = exports.default = FunctionLive;
|
|
@@ -30,5 +30,4 @@ var FunctionPreview = function FunctionPreview(_ref) {
|
|
|
30
30
|
}, props.asyncLoad);
|
|
31
31
|
return /*#__PURE__*/_react.default.createElement(_index.default, (0, _extends2.default)({}, props, asyncLoadSim), children);
|
|
32
32
|
};
|
|
33
|
-
var _default = exports.default = FunctionPreview;
|
|
34
|
-
//# sourceMappingURL=FunctionPreview.js.map
|
|
33
|
+
var _default = exports.default = FunctionPreview;
|
|
@@ -396,5 +396,4 @@ LCTree.propTypes = {
|
|
|
396
396
|
onSelect: _propTypes.default.string
|
|
397
397
|
};
|
|
398
398
|
LCTree.defaultProps = (0, _helper.omitBadProps)(_treePropsDefault.default);
|
|
399
|
-
var _default = exports.default = LCTree;
|
|
400
|
-
//# sourceMappingURL=index.js.map
|
|
399
|
+
var _default = exports.default = LCTree;
|
|
@@ -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
|
|
@@ -61,6 +61,8 @@ var LCWrapper = function LCWrapper(_ref) {
|
|
|
61
61
|
get: function get(target, property, receiver) {
|
|
62
62
|
if (property === 'api') {
|
|
63
63
|
return api ? (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _api), api.current) : _api;
|
|
64
|
+
} else if (property === 'name') {
|
|
65
|
+
return _selfData.current.props.name;
|
|
64
66
|
}
|
|
65
67
|
return Reflect.get(target, property, receiver);
|
|
66
68
|
}
|
|
@@ -90,5 +92,4 @@ var LCWrapper = function LCWrapper(_ref) {
|
|
|
90
92
|
}
|
|
91
93
|
return children;
|
|
92
94
|
};
|
|
93
|
-
var _default = exports.default = LCWrapper;
|
|
94
|
-
//# sourceMappingURL=Wrapper.js.map
|
|
95
|
+
var _default = exports.default = LCWrapper;
|
package/lib/services.js
CHANGED
package/lib/upload/Form/index.js
CHANGED
|
@@ -31,5 +31,4 @@ var UploadGridCell = function UploadGridCell(_ref) {
|
|
|
31
31
|
content: content
|
|
32
32
|
}, children || /*#__PURE__*/_react.default.createElement("a", null, fileList.length)) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children || /*#__PURE__*/_react.default.createElement("span", null, fileList.length));
|
|
33
33
|
};
|
|
34
|
-
var _default = exports.default = UploadGridCell;
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
34
|
+
var _default = exports.default = UploadGridCell;
|
package/lib/upload/index.js
CHANGED
|
@@ -31,5 +31,4 @@ Object.defineProperty(exports, "buildUploadFormItem", {
|
|
|
31
31
|
var _Form = _interopRequireDefault(require("./Form"));
|
|
32
32
|
var _FormItem = _interopRequireDefault(require("./FormItem"));
|
|
33
33
|
var _GridCell = _interopRequireDefault(require("./GridCell"));
|
|
34
|
-
var _FilesWall = _interopRequireDefault(require("./FilesWall"));
|
|
35
|
-
//# sourceMappingURL=index.js
|
|
34
|
+
var _FilesWall = _interopRequireDefault(require("./FilesWall"));
|
package/lib/utils/action.js
CHANGED
package/lib/utils/form.js
CHANGED
package/lib/utils/grid.js
CHANGED
package/lib/utils/index.js
CHANGED