@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
|
@@ -55,7 +55,6 @@ var IconConditionSelector = function IconConditionSelector(_ref) {
|
|
|
55
55
|
label: '绑定条件'
|
|
56
56
|
})
|
|
57
57
|
}, /*#__PURE__*/_react.default.createElement(_JSEditor.default, {
|
|
58
|
-
mustConfirm: true,
|
|
59
58
|
defaultCode: defaultCode,
|
|
60
59
|
onChange: function onChange(value) {
|
|
61
60
|
return handleChange('code', index, value);
|
|
@@ -116,5 +115,4 @@ var IconConditionSelector = function IconConditionSelector(_ref) {
|
|
|
116
115
|
});
|
|
117
116
|
})));
|
|
118
117
|
};
|
|
119
|
-
var _default = exports.default = IconConditionSelector;
|
|
120
|
-
//# sourceMappingURL=IconConditionSelector.js.map
|
|
118
|
+
var _default = exports.default = IconConditionSelector;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _antd = require("luck-design/antd");
|
|
11
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
12
|
+
var _ahooks = require("ahooks");
|
|
13
|
+
var _lodash = require("lodash");
|
|
14
|
+
var _ContextProvider = require("../../../engine/provider/ContextProvider");
|
|
15
|
+
var _usePageDataStore = require("../../../engine/provider/ContextProvider/usePageDataStore");
|
|
16
|
+
var Wrapper = _styledComponents.default.div.withConfig({
|
|
17
|
+
displayName: "Wrapper",
|
|
18
|
+
componentId: "luckda-6530__sc-fxe9dl-0"
|
|
19
|
+
})(["width:300px;height:100%;padding-right:8px;overflow-y:auto;"]);
|
|
20
|
+
var Collapse = (0, _styledComponents.default)(_antd.Collapse).withConfig({
|
|
21
|
+
displayName: "Collapse",
|
|
22
|
+
componentId: "luckda-6530__sc-fxe9dl-1"
|
|
23
|
+
})([".ant-collapse-content-box{padding:4px 6px;}"]);
|
|
24
|
+
var ListItem = (0, _styledComponents.default)(_antd.List.Item).withConfig({
|
|
25
|
+
displayName: "ListItem",
|
|
26
|
+
componentId: "luckda-6530__sc-fxe9dl-2"
|
|
27
|
+
})(["cursor:pointer;border-radius:4px;padding:8px 4px;&:hover{background:var(--ant-select-selection-color);}"]);
|
|
28
|
+
var ToolBar = function ToolBar(_ref) {
|
|
29
|
+
var _onClick = _ref.onClick;
|
|
30
|
+
var ctx = (0, _ContextProvider.useContext)();
|
|
31
|
+
var _useRemoteSource = (0, _ContextProvider.useRemoteSource)(),
|
|
32
|
+
module = _useRemoteSource.module;
|
|
33
|
+
var moduleData = (0, _usePageDataStore.getModuleData)();
|
|
34
|
+
var meta = (0, _ahooks.useCreation)(function () {
|
|
35
|
+
return [{
|
|
36
|
+
key: 'instance',
|
|
37
|
+
label: '组件实例',
|
|
38
|
+
children: ctx.componentList.map(function (_ref2) {
|
|
39
|
+
var _ref3 = (0, _slicedToArray2.default)(_ref2, 2),
|
|
40
|
+
_id = _ref3[0],
|
|
41
|
+
_comp = _ref3[1];
|
|
42
|
+
return {
|
|
43
|
+
key: _id,
|
|
44
|
+
label: "".concat(_comp.name, "(").concat(_id, ")"),
|
|
45
|
+
text: "ctx.$('".concat(_id, "')")
|
|
46
|
+
};
|
|
47
|
+
})
|
|
48
|
+
}, {
|
|
49
|
+
key: 'ctx',
|
|
50
|
+
label: '上下文',
|
|
51
|
+
group: [{
|
|
52
|
+
key: 'common',
|
|
53
|
+
label: '通用',
|
|
54
|
+
children: [{
|
|
55
|
+
key: 'apiprefix',
|
|
56
|
+
label: 'service api前缀',
|
|
57
|
+
text: 'ctx.API_PREFIX'
|
|
58
|
+
}, {
|
|
59
|
+
key: 'primarykey',
|
|
60
|
+
label: '主键key',
|
|
61
|
+
text: 'ctx.PRIMARY_KEY'
|
|
62
|
+
}, {
|
|
63
|
+
key: 'parentkey',
|
|
64
|
+
label: '树组件主键key',
|
|
65
|
+
text: 'ctx.PARENT_KEY'
|
|
66
|
+
}]
|
|
67
|
+
}, {
|
|
68
|
+
key: 'tools',
|
|
69
|
+
label: '工具',
|
|
70
|
+
children: [{
|
|
71
|
+
key: 'dialog',
|
|
72
|
+
label: '提示弹窗',
|
|
73
|
+
text: 'ctx.utils.dialog(type, props)'
|
|
74
|
+
}]
|
|
75
|
+
}, {
|
|
76
|
+
key: 'router',
|
|
77
|
+
label: '路由',
|
|
78
|
+
children: [{
|
|
79
|
+
key: 'push',
|
|
80
|
+
label: '入栈',
|
|
81
|
+
text: 'ctx.router.push(path, params, type, blank)'
|
|
82
|
+
}]
|
|
83
|
+
}]
|
|
84
|
+
}, {
|
|
85
|
+
key: 'behavior',
|
|
86
|
+
label: '执行行为',
|
|
87
|
+
children: (0, _lodash.reduce)(module.actions, function (ret, actionName, actionKey) {
|
|
88
|
+
ret.push({
|
|
89
|
+
key: actionKey,
|
|
90
|
+
label: "".concat(actionName, "(").concat(actionKey, ")"),
|
|
91
|
+
text: "ctx.utils.callBehavior({ moduleCode:'".concat(moduleData.moduleCode, "', datasetCode: '\u6570\u636E\u96C6\u7F16\u7801', behaviorKey:'").concat(actionKey, "' }, {}, {});")
|
|
92
|
+
});
|
|
93
|
+
return ret;
|
|
94
|
+
}, [])
|
|
95
|
+
}];
|
|
96
|
+
}, []);
|
|
97
|
+
var render = (0, _ahooks.useMemoizedFn)(function (_meta) {
|
|
98
|
+
return _meta.map(function (data) {
|
|
99
|
+
return /*#__PURE__*/_react.default.createElement(Collapse.Panel, {
|
|
100
|
+
header: data.label,
|
|
101
|
+
key: data.key
|
|
102
|
+
}, data.group && /*#__PURE__*/_react.default.createElement(Collapse, {
|
|
103
|
+
expandIconPosition: "right"
|
|
104
|
+
}, render(data.group)), data.children && /*#__PURE__*/_react.default.createElement(_antd.List, {
|
|
105
|
+
split: false,
|
|
106
|
+
dataSource: data.children,
|
|
107
|
+
renderItem: function renderItem(item) {
|
|
108
|
+
return /*#__PURE__*/_react.default.createElement(ListItem, {
|
|
109
|
+
key: item.key,
|
|
110
|
+
onClick: function onClick() {
|
|
111
|
+
return _onClick(item);
|
|
112
|
+
}
|
|
113
|
+
}, item.label);
|
|
114
|
+
}
|
|
115
|
+
}));
|
|
116
|
+
});
|
|
117
|
+
});
|
|
118
|
+
return /*#__PURE__*/_react.default.createElement(Wrapper, null, /*#__PURE__*/_react.default.createElement(Collapse, {
|
|
119
|
+
accordion: true,
|
|
120
|
+
defaultActiveKey: ['instance']
|
|
121
|
+
}, render(meta)));
|
|
122
|
+
};
|
|
123
|
+
var _default = exports.default = ToolBar;
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
var monaco = _interopRequireWildcard(require("monaco-editor"));
|
|
12
|
+
var _ahooks = require("ahooks");
|
|
13
|
+
var _antd = require("luck-design/antd");
|
|
14
|
+
var _luckDesign = require("luck-design");
|
|
15
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
16
|
+
var _lodash = require("lodash");
|
|
17
|
+
var _utils = require("@luck-design-biz/base/utils");
|
|
18
|
+
var _ToolBar = _interopRequireDefault(require("./ToolBar"));
|
|
19
|
+
var _RuntimeComp = _interopRequireDefault(require("../../../view/lc-components/JSX/RuntimeComp"));
|
|
20
|
+
var _JSEditor2 = _interopRequireDefault(require("../../components/code-editor/JSEditor"));
|
|
21
|
+
var Wrapper = _styledComponents.default.div.withConfig({
|
|
22
|
+
displayName: "Wrapper",
|
|
23
|
+
componentId: "luckda-6530__sc-pquf2n-0"
|
|
24
|
+
})(["width:100%;height:100%;display:flex;"]);
|
|
25
|
+
var _JSEditor = function _JSEditor(_ref) {
|
|
26
|
+
var defaultValue = _ref.defaultValue,
|
|
27
|
+
defaultCode = _ref.defaultCode,
|
|
28
|
+
onChange = _ref.onChange,
|
|
29
|
+
children = _ref.children,
|
|
30
|
+
_ref$isjsx = _ref.isjsx,
|
|
31
|
+
isjsx = _ref$isjsx === void 0 ? false : _ref$isjsx,
|
|
32
|
+
trigger = _ref.trigger;
|
|
33
|
+
var editorRef = (0, _react.useRef)();
|
|
34
|
+
var _useState = (0, _react.useState)(defaultValue || defaultCode),
|
|
35
|
+
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
36
|
+
code = _useState2[0],
|
|
37
|
+
setCode = _useState2[1];
|
|
38
|
+
var _useDebounceFn = (0, _ahooks.useDebounceFn)(function (_code) {
|
|
39
|
+
setCode(_code);
|
|
40
|
+
}, {
|
|
41
|
+
wait: 500
|
|
42
|
+
}),
|
|
43
|
+
run = _useDebounceFn.run;
|
|
44
|
+
var _useBoolean = (0, _ahooks.useBoolean)(false),
|
|
45
|
+
_useBoolean2 = (0, _slicedToArray2.default)(_useBoolean, 2),
|
|
46
|
+
visible = _useBoolean2[0],
|
|
47
|
+
_useBoolean2$ = _useBoolean2[1],
|
|
48
|
+
show = _useBoolean2$.setTrue,
|
|
49
|
+
hidden = _useBoolean2$.setFalse;
|
|
50
|
+
var _useBoolean3 = (0, _ahooks.useBoolean)(false),
|
|
51
|
+
_useBoolean4 = (0, _slicedToArray2.default)(_useBoolean3, 2),
|
|
52
|
+
hasError = _useBoolean4[0],
|
|
53
|
+
_useBoolean4$ = _useBoolean4[1],
|
|
54
|
+
hasErrorOn = _useBoolean4$.setTrue,
|
|
55
|
+
hasErrorOff = _useBoolean4$.setFalse;
|
|
56
|
+
(0, _react.useImperativeHandle)(trigger, function () {
|
|
57
|
+
return {
|
|
58
|
+
show: show,
|
|
59
|
+
hidden: hidden
|
|
60
|
+
};
|
|
61
|
+
}, []);
|
|
62
|
+
var handleErrorCatch = (0, _ahooks.useMemoizedFn)(function (error) {
|
|
63
|
+
if ((0, _lodash.isNil)(error)) {
|
|
64
|
+
hasErrorOff();
|
|
65
|
+
} else {
|
|
66
|
+
hasErrorOn();
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
var handleToolItemClick = (0, _ahooks.useMemoizedFn)(function (item) {
|
|
70
|
+
var _editorRef$current$ed = editorRef.current.editor.getPosition(),
|
|
71
|
+
lineNumber = _editorRef$current$ed.lineNumber,
|
|
72
|
+
column = _editorRef$current$ed.column;
|
|
73
|
+
var range = new monaco.Range(lineNumber, column, lineNumber, column);
|
|
74
|
+
editorRef.current.editor.executeEdits('', [{
|
|
75
|
+
range: range,
|
|
76
|
+
text: item.text
|
|
77
|
+
}]);
|
|
78
|
+
});
|
|
79
|
+
var handleOk = (0, _ahooks.useMemoizedFn)(function () {
|
|
80
|
+
onChange(editorRef.current.editor.getValue());
|
|
81
|
+
hidden();
|
|
82
|
+
});
|
|
83
|
+
var renderFooter = (0, _ahooks.useMemoizedFn)(function () {
|
|
84
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, isjsx ? /*#__PURE__*/_react.default.createElement(_antd.Button, {
|
|
85
|
+
disabled: hasError
|
|
86
|
+
}, (0, _utils.formatMessage)({
|
|
87
|
+
id: 'luckda.lowcode.painter.panel-section.jseditor.saveto',
|
|
88
|
+
label: '保存为'
|
|
89
|
+
})) : null, /*#__PURE__*/_react.default.createElement(_antd.Button, {
|
|
90
|
+
type: "primary",
|
|
91
|
+
disabled: hasError,
|
|
92
|
+
onClick: handleOk
|
|
93
|
+
}, (0, _utils.formatMessage)({
|
|
94
|
+
id: 'app.base.operate.ok',
|
|
95
|
+
label: '确定'
|
|
96
|
+
})));
|
|
97
|
+
});
|
|
98
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, !trigger && (children ? /*#__PURE__*/_react.default.createElement("div", {
|
|
99
|
+
onClick: show
|
|
100
|
+
}, children) : /*#__PURE__*/_react.default.createElement(_antd.Button, {
|
|
101
|
+
block: true,
|
|
102
|
+
size: "small",
|
|
103
|
+
onClick: show,
|
|
104
|
+
style: {
|
|
105
|
+
margin: '0 8px',
|
|
106
|
+
width: 'calc(100% - 16px)'
|
|
107
|
+
}
|
|
108
|
+
}, (0, _utils.formatMessage)({
|
|
109
|
+
id: 'luckda.lowcode.painter.panel-section.style-panel.sourceedit',
|
|
110
|
+
label: '源码编辑'
|
|
111
|
+
}))), /*#__PURE__*/_react.default.createElement(_luckDesign.LuckModal, {
|
|
112
|
+
title: (0, _utils.formatMessage)({
|
|
113
|
+
id: 'luckda.lowcode.painter.panel-section.style-panel.sourceedit',
|
|
114
|
+
label: '源码编辑'
|
|
115
|
+
}),
|
|
116
|
+
width: "80vw",
|
|
117
|
+
height: "80vh",
|
|
118
|
+
fullScreen: true,
|
|
119
|
+
mask: false,
|
|
120
|
+
maskClosable: false,
|
|
121
|
+
visible: visible,
|
|
122
|
+
getContainer: function getContainer() {
|
|
123
|
+
return document.getElementById('lc-design-workspace');
|
|
124
|
+
},
|
|
125
|
+
footer: renderFooter(),
|
|
126
|
+
onClose: hidden
|
|
127
|
+
}, /*#__PURE__*/_react.default.createElement(Wrapper, null, /*#__PURE__*/_react.default.createElement(_ToolBar.default, {
|
|
128
|
+
onClick: handleToolItemClick
|
|
129
|
+
}), isjsx ? /*#__PURE__*/_react.default.createElement(_luckDesign.SplitPane, {
|
|
130
|
+
split: "vertical"
|
|
131
|
+
}, /*#__PURE__*/_react.default.createElement(_luckDesign.SplitPane.Pane, {
|
|
132
|
+
style: {
|
|
133
|
+
overflow: 'hidden'
|
|
134
|
+
}
|
|
135
|
+
}, /*#__PURE__*/_react.default.createElement(_JSEditor2.default, {
|
|
136
|
+
ref: editorRef,
|
|
137
|
+
onChange: run
|
|
138
|
+
}, defaultValue || defaultCode)), /*#__PURE__*/_react.default.createElement(_luckDesign.SplitPane.Pane, {
|
|
139
|
+
minSize: "400px"
|
|
140
|
+
}, /*#__PURE__*/_react.default.createElement(_RuntimeComp.default, {
|
|
141
|
+
onErrorCatch: handleErrorCatch
|
|
142
|
+
}, code))) : /*#__PURE__*/_react.default.createElement(_JSEditor2.default, {
|
|
143
|
+
ref: editorRef,
|
|
144
|
+
onChange: run
|
|
145
|
+
}, defaultValue || defaultCode))));
|
|
146
|
+
};
|
|
147
|
+
var _default = exports.default = _JSEditor;
|
|
@@ -547,5 +547,4 @@ var DisplaySvg = {
|
|
|
547
547
|
'column-justify-space-around': ColumnJustifySpaceAround,
|
|
548
548
|
'column-justify-space-evenly': ColumnJustifySpaceEvenly
|
|
549
549
|
};
|
|
550
|
-
var _default = exports.default = DisplaySvg;
|
|
551
|
-
//# sourceMappingURL=DisplaySvg.js.map
|
|
550
|
+
var _default = exports.default = DisplaySvg;
|
|
@@ -389,5 +389,4 @@ var styleOptions = [{
|
|
|
389
389
|
d: "M12.656,12 L12.656,2.212 L15.176,2.212 C15.8106698,2.212 16.361331,2.30999902 16.828,2.506 C17.294669,2.70200098 17.6913317,3.04733086 18.018,3.542 C18.3446683,4.03666914 18.133333,4.40132708 18.208,5.652 L20.972,5.568 L20.972,0 L0,0 L0,5.568 L2.764,5.652 C2.83866704,4.40132708 2.6273317,4.03666914 2.954,3.542 C3.2806683,3.04733086 3.677331,2.70200098 4.144,2.506 C4.610669,2.30999902 5.16133016,2.212 5.796,2.212 L8.344,2.212 L8.344,12 L0,12 L0,14 L8.344,14 L8.344,22.892 C8.344,23.750671 7.51334164,24.18 5.852,24.18 L5.852,25.804 L15.176,25.804 L15.176,24.18 C13.4959916,24.18 12.656,23.750671 12.656,22.892 L12.656,14 L21,14 L21,12 L12.656,12 Z"
|
|
390
390
|
}))),
|
|
391
391
|
value: 'line-through'
|
|
392
|
-
}];
|
|
393
|
-
//# sourceMappingURL=FontEditor.js.map
|
|
392
|
+
}];
|
|
@@ -23,5 +23,4 @@ function _default(_ref) {
|
|
|
23
23
|
return /*#__PURE__*/_react.default.createElement("span", (0, _extends2.default)({
|
|
24
24
|
className: (0, _StyleContext.isModified)(customStyle !== null && customStyle !== void 0 ? customStyle : style, highLightFields) ? _stylePanel.default['label-over'] : ''
|
|
25
25
|
}, rest), children);
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=HighLigthtSpan.js.map
|
|
26
|
+
}
|
|
@@ -115,5 +115,4 @@ var MainPanel = function MainPanel() {
|
|
|
115
115
|
})
|
|
116
116
|
}), /*#__PURE__*/_react.default.createElement(_Margin.default, null), /*#__PURE__*/_react.default.createElement(_Padding.default, null), /*#__PURE__*/_react.default.createElement(_Font.default, null), /*#__PURE__*/_react.default.createElement(_BackGround.default, null), /*#__PURE__*/_react.default.createElement(_Border.default, null), /*#__PURE__*/_react.default.createElement(_BorderRadius.default, null), /*#__PURE__*/_react.default.createElement(_Shadow.default, null), /*#__PURE__*/_react.default.createElement(_Opacity.default, null), /*#__PURE__*/_react.default.createElement(_Pointer.default, null)));
|
|
117
117
|
};
|
|
118
|
-
var _default = exports.default = MainPanel;
|
|
119
|
-
//# sourceMappingURL=MainPanel.js.map
|
|
118
|
+
var _default = exports.default = MainPanel;
|
|
@@ -221,5 +221,4 @@ function composeBoxShadow(shadowObject) {
|
|
|
221
221
|
|
|
222
222
|
// 组合属性值形成 box-shadow 字符串
|
|
223
223
|
return "".concat(color, " ").concat(offsetX !== null && offsetX !== void 0 ? offsetX : 0, " ").concat(offsetY !== null && offsetY !== void 0 ? offsetY : 0, " ").concat(blurRadius !== null && blurRadius !== void 0 ? blurRadius : 0, " ").concat(spreadRadius !== null && spreadRadius !== void 0 ? spreadRadius : 0);
|
|
224
|
-
}
|
|
225
|
-
//# sourceMappingURL=Shadow.js.map
|
|
224
|
+
}
|
|
@@ -38,5 +38,4 @@ var StylePanel = function StylePanel(_ref) {
|
|
|
38
38
|
value: value || _value
|
|
39
39
|
}, /*#__PURE__*/_react.default.createElement(_MainPanel.default, null));
|
|
40
40
|
};
|
|
41
|
-
var _default = exports.default = StylePanel;
|
|
42
|
-
//# sourceMappingURL=index.js.map
|
|
41
|
+
var _default = exports.default = StylePanel;
|
|
@@ -72,5 +72,4 @@ var Canvas = function Canvas(_ref) {
|
|
|
72
72
|
key: _constants.LC_BUILDIN_UNIT_KEY.PAGE_FOOTER
|
|
73
73
|
}) : null, /*#__PURE__*/_react.default.createElement(_PageModal.default, null));
|
|
74
74
|
};
|
|
75
|
-
var _default = exports.default = Canvas;
|
|
76
|
-
//# sourceMappingURL=Canvas.js.map
|
|
75
|
+
var _default = exports.default = Canvas;
|
|
@@ -85,5 +85,4 @@ var ErrorBoundary = /*#__PURE__*/function (_PureComponent) {
|
|
|
85
85
|
}]);
|
|
86
86
|
return ErrorBoundary;
|
|
87
87
|
}(_react.PureComponent);
|
|
88
|
-
var _default = exports.default = ErrorBoundary;
|
|
89
|
-
//# sourceMappingURL=ErrorBoundary.js.map
|
|
88
|
+
var _default = exports.default = ErrorBoundary;
|
|
@@ -29,5 +29,4 @@ var Loading = function Loading() {
|
|
|
29
29
|
className: (0, _classnames.default)(_loading.default['side'], _loading.default['side6'])
|
|
30
30
|
}))));
|
|
31
31
|
};
|
|
32
|
-
var _default = exports.default = Loading;
|
|
33
|
-
//# sourceMappingURL=Loading.js.map
|
|
32
|
+
var _default = exports.default = Loading;
|