@chamn/engine 0.2.4 → 0.3.1
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/dist/component/CustomSchemaForm/components/CFiledWithSwitchSetter/index.d.ts +7 -0
- package/dist/component/CustomSchemaForm/components/Form/Field/index.d.ts +16 -0
- package/dist/component/CustomSchemaForm/components/Form/context.d.ts +1 -1
- package/dist/component/CustomSchemaForm/components/Form/index.d.ts +2 -2
- package/dist/component/CustomSchemaForm/components/SetterSwitcher/core.d.ts +21 -0
- package/dist/component/CustomSchemaForm/components/SetterSwitcher/helper.d.ts +9 -0
- package/dist/component/CustomSchemaForm/components/SetterSwitcher/index.d.ts +1 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/CreateNewNodePopup/index.d.ts +8 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/CreateNewNodePopup/initData.d.ts +22 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/InputHandle/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/NodeCard/index.d.ts +10 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/OutputHandle/index.d.ts +2 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeByTree/index.d.ts +9 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeByTree/modal.d.ts +13 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeByTree/util.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeState/index.d.ts +12 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeState/util.d.ts +7 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/config.d.ts +4 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/context.d.ts +11 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/index.d.ts +11 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/AssignValueNode/index.d.ts +4 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/AssignValueNode/util.d.ts +1 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/CallNodeMethodNode/index.d.ts +4 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/CallNodeMethodNode/util.d.ts +11 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/JumpLinkNode.d.ts +4 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RequestAPINode/helper.d.ts +6 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RequestAPINode/index.d.ts +4 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RequestAPINode/util.d.ts +1 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RunCodeNode/index.d.ts +4 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RunCodeNode/util.d.ts +1 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/StartNode.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/index.d.ts +16 -0
- package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/util.d.ts +40 -0
- package/dist/component/CustomSchemaForm/components/Setters/AdvanceSetterList.d.ts +3 -0
- package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/ArrayItem.d.ts +1 -0
- package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/index.d.ts +2 -1
- package/dist/component/CustomSchemaForm/components/Setters/FunctionSetter/defaultDts.d.ts +1 -1
- package/dist/component/CustomSchemaForm/components/Setters/TextAreaSetter/index.d.ts +4 -1
- package/dist/component/CustomSchemaForm/components/Setters/index.d.ts +2 -2
- package/dist/component/CustomSchemaForm/components/Setters/type.d.ts +1 -1
- package/dist/component/CustomSchemaForm/context.d.ts +3 -1
- package/dist/component/CustomSchemaForm/utils.d.ts +2 -0
- package/dist/component/MonacoEditor/index.d.ts +2 -2
- package/dist/component/MoveableModal/index.d.ts +4 -0
- package/dist/core/pluginManager.d.ts +6 -1
- package/dist/index.cjs +136 -107
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +40338 -23921
- package/dist/index.js.map +1 -1
- package/dist/material/evetList.d.ts +2 -0
- package/dist/material/innerMaterial.d.ts +3 -5
- package/dist/plugins/EventPanel/index.d.ts +2 -0
- package/dist/plugins/EventPanel/panel.d.ts +7 -0
- package/dist/plugins/Hotkeys/hotKeyManager.d.ts +3 -0
- package/dist/plugins/Hotkeys/index.d.ts +2 -2
- package/dist/plugins/Hotkeys/type.d.ts +8 -0
- package/dist/plugins/OutlineTree/util.d.ts +1 -1
- package/dist/plugins/PropertyPanel/index.d.ts +0 -6
- package/dist/plugins/PropertyPanel/view.d.ts +6 -0
- package/dist/plugins/RightPanel/index.d.ts +2 -1
- package/dist/plugins/RightPanel/type.d.ts +15 -0
- package/dist/plugins/index.d.ts +13 -1
- package/dist/stories/components/CustomSchemaForm/components/Setters/actionFlow.stories.d.ts +17 -0
- package/dist/stories/components/CustomSchemaForm/components/Setters/mock.d.ts +63 -0
- package/dist/stories/components/inputPlus.stories.d.ts +5 -0
- package/dist/stories/plugins/CSSEditor.stories.d.ts +5 -0
- package/dist/stories/plugins/VisualPanelPlus.stories.d.ts +6 -0
- package/dist/stories/setters/colorSetter.stories.d.ts +5 -0
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +2 -0
- package/package.json +26 -11
package/dist/index.d.ts
CHANGED